-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* preview func for csv dataset Signed-off-by: huongg <[email protected]> * preview for excel and parquet dataset Signed-off-by: huongg <[email protected]> * tests for _preview Signed-off-by: huongg <[email protected]> * update var name in the loop Signed-off-by: huongg <[email protected]> * create a copy of data and re-use _load Signed-off-by: huongg <[email protected]> * remove parquet dataset preview Signed-off-by: huongg <[email protected]> * default value for nrows Co-authored-by: Antony Milne <[email protected]> * set defaul val for excel nrows Signed-off-by: huongg <[email protected]> * use orient='tight' in to_dict() Signed-off-by: huongg <[email protected]> * use split instead of tight as current pandas does not support it Signed-off-by: huongg <[email protected]> * add preview tests for excel and csv Signed-off-by: huongg <[email protected]> * formatting Signed-off-by: huongg <[email protected]> * remove unused urllib Signed-off-by: huongg <[email protected]> * pylint: disable=protected-access Signed-off-by: huongg <[email protected]> * ignore import error Signed-off-by: huongg <[email protected]> * formatting Signed-off-by: huongg <[email protected]> * remove ignore import error as it happens locally only Signed-off-by: huongg <[email protected]> * fix lint error Signed-off-by: huongg <[email protected]> --------- Signed-off-by: huongg <[email protected]> Co-authored-by: Antony Milne <[email protected]>
- Loading branch information
1 parent
22dae20
commit 7b5f222
Showing
4 changed files
with
102 additions
and
0 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