from pangaeapy.pandataset import PanDataSet
import pandas as pd
PanDataSet('doi:10.1594/PANGAEA.861314')
Message is:
FutureWarning: Downcasting behavior in `replace` is deprecated and will be removed in a future version. To retain the old behavior, explicitly call `result.infer_objects(copy=False)`. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)`
tmp_qc_series.replace(to_replace=self.quality_flag_replace, inplace=True)
Hi,
future warning pops up using the following:
Message is: