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
* ENH: Support fspath protocol
Ensures that most of pandas readers and writers will honor the fspath
protocol, if an object defines it.
TST: remove old xfails
* API: Raise AttributeError on closed HDFStore
Previously, we called _check_if_open, which would raise a ClosedFileError
whenever the desired attribute wasn't found. This prevented the check required
for PEP519 to work properly, since hasattr shouldn't raise that error.
* ENH: add __fspath__ to pandas own file-like objects
- HDFStore
- ExcelFile
0 commit comments