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
This is related to a FutureWarning that Pandas 2.2.3 is emitting:
/data/venv/venv/lib64/python3.11/site-packages/pandas/core/indexes/base.py:7588: FutureWarning: Dtype inference on a pandas object (Series, Index, ExtensionArray) is deprecated. The Index constructor will keep the original dtype in the future. Call `infer_objects` on the result to get the old behavior.
return Index(sequences[0], name=names)
In Pandas3 the tests will not pass due to:
The text was updated successfully, but these errors were encountered: