-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary of Changes * In `Column`: * Rename `count` to `n_rows` and make it a property * In `Schema`: * Rename `get_column_names` to `column_names` and make it a property * Rename `get_type_of_column` to `get_column_type` * In `Table`: * Rename `count_columns` to `n_columns` and make it a property * Rename `count_rows` to `n_rows` and make it a property * Rename `get_type_of_column` to `get_column_type` * Remove `row count` from `summary` since it's the same for all columns anyway
- Loading branch information
1 parent
b12fc68
commit ca3eebb
Showing
43 changed files
with
187 additions
and
186 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
Oops, something went wrong.