Luka Peschke
Luka Peschke
TCTC-3456 Signed-off-by: Luka Peschke
Signed-off-by: Luka Peschke
depends on #1541
It'd be great to have a section explaining a bit how type inference works in the docs. Specifically: * How dtypes are inferred * Which type combinations get coerced to...
Currently the docs on https://fastexcel.toucantoco.dev are built from the main branch. It would be nice to have versioned docs _à la_ RTD so users can see the docs for their...
# What This introduces eager loading functions that make use of the calamine's new `DataTypeRef`. This prevents some allocations, resulting in a lower memory footprint. # Caveats * The API...
Provide a `to_python` method that would convert data to a `list[list[int | float | str | datetime | date | timedelta | None]]`. Add a parameter to `to_pandas` and `to_polars`...
Add benchmarks to the README (speed & memory), with scripts allowing tor reproduce them. Add multiple scnearios. Some ideas could be: * Single sheet, not chunked * Single sheet, chunked...