-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename graph/pandas to graph/io * rename utils to panda_loaders * refactor panda loader related functions to panda_loader from df_loaders * init parquet loader * impl and test process_parquet_file_to_df * impl load edges from parquet for graph * impl/test load nodes from parquet and fix names order issue * impl/test load from parquet. load node/edge props from parquet * add tests for props * ref tests * simplify tests * more tests * impl loaders for persistent graphs * impl loader tests for persistent graphs * move load_edges_deletions_from_pandas to panda_loaders * impl load_edges_deletions_from_parquet * impl edge deletions tests * fmt * add py dep * add deps * move compression to arrow dep * restruct io * restruct arrow * tmpdir impl * add feature gates * make parquet loader compatible for rust * move py impls to python package * rename PretendDF to DFView, panda_loaders to pandas_loaders * rid parent * make test create parquet * load parquet from dir or file * change invalid layers error message to include valid layers * fix issue with valid_layers
- Loading branch information
1 parent
d0a25c3
commit 0f6bc21
Showing
49 changed files
with
1,806 additions
and
442 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
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.