-
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: support column ranges in string format in use_columns (#190)
* feat: support column ranges in string format in use_columns Signed-off-by: Luka Peschke <[email protected]> * support ranges beyond Z Signed-off-by: Luka Peschke <[email protected]> * adapt docstrings Signed-off-by: Luka Peschke <[email protected]> * remove outdated comment Signed-off-by: Luka Peschke <[email protected]> * refactor: make end of range inclusive Signed-off-by: Luka Peschke <[email protected]> * fix python test Signed-off-by: Luka Peschke <[email protected]> --------- Signed-off-by: Luka Peschke <[email protected]>
- Loading branch information
1 parent
5ac369e
commit e1fcd7c
Showing
5 changed files
with
257 additions
and
39 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
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.