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
Avoid pandas 2.2 DeprecationWarning in test_hdf (#15044)
The `DeprecationWarning` was from integer data potentially being downcast (e.g. large ints to int8)
Additionally did some cleanup in this file:
* Used `pytest.importorskip`
* Removed testing unsigned ints as they were raising a `NotImplementedError` in tables
* Only tested 1 `datetime64` type as the column naming format would conflict with how resolutions were dropped
* Made testing data deterministic
Authors:
- Matthew Roeschke (https://github.com/mroeschke)
Approvers:
- GALI PREM SAGAR (https://github.com/galipremsagar)
URL: #15044
0 commit comments