/home/kasra545/virtual-envs/scienv/lib/python3.10/site-packages/xarray/core/accessor_dt.py:72: FutureWarning: Index.ravel returning ndarray is deprecated; in a future version this will return a view on self.
values_as_series = pd.Series(values.ravel(), copy=False)
Unsure where it is coming from, so it warrants further investigations.
Problem statement
A warning is given as following:
Unsure where it is coming from, so it warrants further investigations.