-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User iterables / and record batches in to_arrow (#53)
* add json reader that can accomodate json and ndjson, user iterable of items and record batches for converting to arrow * only use batch, not union * remove downcast parameter * pass along schema * Fix reading json * restore inferredSchema class * simplify chunked json reading * Fixed schema inference * handle iterable output * fix error in refactoring * Add schema inference with limit --------- Co-authored-by: Kyle Barron <kyle@developmentseed.org>
- Loading branch information
1 parent
2eaf22d
commit 22abad6
Showing
9 changed files
with
446 additions
and
457 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.