You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pd.DataFrame.from_csv is deprecated: use pd.read_csv instead:
FutureWarning: from_csv is deprecated. Please use read_csv(...) instead. Note that some of
the default arguments are different, so please refer to the documentation for from_csv when
changing your function calls
data = reader(path)