Karl Krauth
Results
2
comments of
Karl Krauth
Fyi I just checked with xarray 2025.10.0 and the following code still raises the same warning. You might want to consider reopening this issue. > import pandas as pd >...
Thanks for reopening! Here's also a more succinct code example that raises the warning in case it's helpful: ```python import pandas as pd import xarray as xr da = xr.DataArray([0],...