You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type coercion is currently done on the first cell of the column only. It should be done on the entire column. This needs to be addressed without impacting performance too much.
* feat(deps-dev): as rstest as a dev dependency
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* feat(excelsheet): add support for multi-dtype columns
closes#160
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* fix: use as_f64 rather than get_float
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* test: add null + int and null + int + float test case
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* feat: add support for bools when determining the dtype fo a column
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* feat: add support for int columns
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* feat: added a schema_sample_rows param
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
* chore: doc
---------
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Co-authored-by: Eric Jolibois <em.jolibois@gmail.com>
Type coercion is currently done on the first cell of the column only. It should be done on the entire column. This needs to be addressed without impacting performance too much.
Originally posted by @lukapeschke in #158 (comment)
The text was updated successfully, but these errors were encountered: