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
"source" encoding for datasets opened from fsspec objects (#8923)
* draft for setting `source` from pre-opened `fsspec` file objects
* refactor to only import `fsspec` if we're actually going to check
Could use `getattr(filename_or_obj, "path", filename_or_obj)` to avoid
`isinstance` checks.
* replace with a simple `getattr` on `"path"`
* add a test
* whats-new entry
* open the file as a context manager
0 commit comments