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
got this warning, maybe the deprecated stuff should be removed
/home/andrea/Crucial/NOMAD/nomad-FAIR/.pyenv/lib/python3.10/site-packages/epic_scraper/epicfileimport/epic_module.py:310:
FutureWarning: Series.__getitem__ treating keys as positions is deprecated.
In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior).
To access a value by position, use `ser.iloc[pos]`
str(df['object'].value_counts()[0])
The text was updated successfully, but these errors were encountered:
got this warning, maybe the deprecated stuff should be removed
The text was updated successfully, but these errors were encountered: