a promising fast alternative to fsspec <https://de...
# resources
j
m
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
that’s a very good point 😄 could be useful for Kedro though !
m
For kedro datasets that don’t implement object store readers?
j
or for folks that want to swap fsspec with a more performant alternative in their datasets
m
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 😀