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
When running the lib i get a deprication warning outputted to console, as noted below:
libgeosuiteprv \ init.py: 46:
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
df = df.append(pd.Series(data_num), ignore_index=True)
The text was updated successfully, but these errors were encountered:
python 3.9.13
libgeosuiteprv==0.0.5
pandas==1.5.0
When running the lib i get a deprication warning outputted to console, as noted below:
libgeosuiteprv \ init.py: 46:
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
df = df.append(pd.Series(data_num), ignore_index=True)
The text was updated successfully, but these errors were encountered: