-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize Python InputTable class (#5236)
* Generalize Python InputTable class * Add async methods * Remove async methods * Improve col name getters Per jmao-denver Co-authored-by: Jianfeng Mao <[email protected]> * Add tests; polish * Improve type hints and doc * Change getters to properties Per jmao Co-authored-by: Jianfeng Mao <[email protected]> * Refactor property usage * Set the correct object type for InputTable * Polish pydoc Per Chip Co-authored-by: Chip Kent <[email protected]> * Remove unnecessary jpy --------- Co-authored-by: Jianfeng Mao <[email protected]> Co-authored-by: jianfengmao <[email protected]> Co-authored-by: Chip Kent <[email protected]>
- Loading branch information
1 parent
7a6edb5
commit 7c7d49f
Showing
3 changed files
with
66 additions
and
52 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