Luka Peschke

Results 15 issues of Luka Peschke

TCTC-3456 Signed-off-by: Luka Peschke

need review
pypika
python
proposal

Signed-off-by: Luka Peschke

need review
pypika
python
proposal

:hammer: wip :hammer:
dependencies
python

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...

documentation
good first issue
feature request

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...

documentation
enhancement
feature request

# 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...

enhancement
:hammer: WIP :wrench:
:snake: python :snake:
:crab: rust :crab:

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`...

:snake: python :snake:
:crab: rust :crab:
feature request

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...

documentation
good first issue
:snake: python :snake: