Olivier Lacroix
Olivier Lacroix
Example problematic SVG attached [EnergyEfficiency.inline.svg.zip](https://github.com/jacobmischka/gatsby-plugin-react-svg/files/4603289/EnergyEfficiency.inline.svg.zip)
Reported here as well : https://github.com/jhamlet/svg-react-loader/issues/124
It appears changing the filename solves the problem. Any idea why some file names yield a failure?
Hi @ritchie46 , makes sense. As an example, from memory, I believe what Dask does in its lazy read_csv is the following: - if the schema is provided as an...
PR opened (https://github.com/pola-rs/polars/pull/883) for partial support (only in eager read_* functions that were using the `_prepare_file_args` function). Should also be implemented: - for remaining read_* functions - for Dataframe.to_* methods...
@ritchie46 , as performance takes a significant hit when io is done via Python, and in many use cases data is stored in the cloud, it seems having access to...
@ozgrakkurt, the object_store crate you mention in https://github.com/pola-rs/polars/issues/4865 seems like a good way to go indeed, abstracting away the particulars of each object store implementation the way fsspec does it...
Being able to specify which packages should be installed via pip would indeed be great. My understanding is that it is possible for poetry users currently, but that users of...
I have given it a go in https://github.com/conda-incubator/conda-lock/pull/186 (for the pip item only)
@mariusvniekerk sure. Will do.