-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(excelsheet): add support for multi-dtype columns (#164)
* feat(deps-dev): as rstest as a dev dependency Signed-off-by: Luka Peschke <[email protected]> * feat(excelsheet): add support for multi-dtype columns closes #160 Signed-off-by: Luka Peschke <[email protected]> * fix: use as_f64 rather than get_float Signed-off-by: Luka Peschke <[email protected]> * test: add null + int and null + int + float test case Signed-off-by: Luka Peschke <[email protected]> * feat: add support for bools when determining the dtype fo a column Signed-off-by: Luka Peschke <[email protected]> * feat: add support for int columns Signed-off-by: Luka Peschke <[email protected]> * feat: added a schema_sample_rows param Signed-off-by: Luka Peschke <[email protected]> * chore: doc --------- Signed-off-by: Luka Peschke <[email protected]> Co-authored-by: Eric Jolibois <[email protected]>
- Loading branch information
1 parent
cc56cef
commit e243719
Showing
10 changed files
with
412 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.