HakaiInstitute / hakai-ctd-qc

Series of tests applied to the Hakai CTD profile data based on the QARTOD tests and other Hakai Specific ones.
0 stars 0 forks source link

deprecation warning .loc #27

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

Future warning to resolved

/profiles]/venv/hakai_profile_qc/main.py:365: FutureWarning: In a future version, df.iloc[:, i] = newvals will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either df[df.columns[i]] = newvals or, if columns are non-unique, df.isetitem(i, newvals) 2023-04-12T16:19:10.882254206Z df.loc[

JessyBarrette commented 1 year ago

This is now handled