ICOS-Carbon-Portal / pylib

Python library for direct access to ICOS time series data.
12 stars 3 forks source link

#124, pandas performance warning #125

Closed claudiodonofrio closed 1 year ago

claudiodonofrio commented 1 year ago

adding series to a pandas dataframe creates a performance warning append to dataframe is deprecated, use concat instead https://github.com/pandas-dev/pandas/issues/35407

claudiodonofrio commented 1 year ago

hashtag in branch names is bad... https://stackoverflow.com/questions/68529806/pip-install-from-git-repository-error-on-url-with-hash-symbol i have renamed the connected branch to 124_performance and will create a new PR