Closed
Description
What is your issue?
The documentation article here is showing the following warning:
/tmp/ipykernel_3629/1780901418.py:3: DeprecationWarning:
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
I guess the jupyter notebook under the hood of the EBP is missing this dependency.
Just something to keep in mind when xarray is bumping the pandas version.