-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support mixed indices and column names for dtypes and column se…
…lection (#206) * refactor: moved excelsheet to a subdirectory Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> * feat: support mixed indices and column names for dtypes and column selection Work items: * Introduced a new type providing information about a column: `ColumnInfo` * `ExcelSheet.selected_columns` now returns a list of ColumnInfo for all selected columns * `ExcelSheet.available_columns` now returns a list of ColumnInfo for all available columns * A lot of to/from python code has been wrapped in traits to have less manual validation closes #198 --------- Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
- Loading branch information
1 parent
a4a7f3e
commit f3c92d6
Showing
13 changed files
with
848 additions
and
614 deletions.
There are no files selected for viewing
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
Oops, something went wrong.