You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the next main version (pandas 3.0), the future release of pandas will include yarrow as a must-install library. It aims to have the Arrow string type quicker data types among others and improved interoperability with various libraries. The availability of Pyarrow on systems where Pandas is used may be essential for their normal functioning as it might raise problems with data conversion or compatibility.
What is your issue?
The documentation article here is showing the following warning:
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.
The text was updated successfully, but these errors were encountered: