Looks cool, but I guess this is more useful for the internals of e.g. pandas, polars,… because as an end-user you should not have to deal with this directly, no?
🤣 2
j
Juan Luis
02/10/2025, 11:15 PM
that’s a very good point 😄 could be useful for Kedro though !
m
Matthias Roels
02/11/2025, 4:58 PM
For kedro datasets that don’t implement object store readers?
j
Juan Luis
02/11/2025, 5:26 PM
or for folks that want to swap fsspec with a more performant alternative in their datasets
m
Matthias Roels
02/12/2025, 7:28 AM
That was my claim: with pandas, polars etc we really wouldn’t need to use fsspec directly. So it is an interesting project to be used in those libs but a user should never have to deal with it 😀