-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
[EHN] pandas.DataFrame.to_orc #44554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits Select commit Hold shift + click to select a range
9a7b29a [ENH] to_orc
d11026f pandas.DataFrame.to_orc
0146ac3 Cleaning
0571602 Fix style & edit comments & change min dependency version to 5.0.0
chloeandmargaret d970b58 Fix style & add to see also
chloeandmargaret 8b12e9f Add ORC to documentation
chloeandmargaret 65e6b7a Changes according to review
chloeandmargaret 2114616 Fix problems mentioned in comment
chloeandmargaret e4b40ef Linter compliance
chloeandmargaret a7aa3e0 Address comments
chloeandmargaret 1ab9b6c Add orc test
chloeandmargaret 96969d5 Fixes from pre-commit [automated commit]
chloeandmargaret 2a54b8c Fix issues according to comments
chloeandmargaret 1caec9e Simplify the code base after raising Arrow version to 7.0.0
chloeandmargaret 6f0a538 Fix min arrow version in to_orc
chloeandmargaret ae65214 Add to_orc test in line with other formats
chloeandmargaret 045c411 Add BytesIO support & test
chloeandmargaret c00ed0f Fix some docs issues
chloeandmargaret fe275d7 Use keyword only arguments
chloeandmargaret 9d3e0df Fix bug
chloeandmargaret 971f31c Fix param issue
chloeandmargaret 52b68a0 Doctest skipping due to minimal versions
chloeandmargaret 76437ba Doctest skipping due to minimal versions
chloeandmargaret c5d5852 Improve spacing in docstring & remove orc test in test_common that ha…
chloeandmargaret b5cd022 Fix docstring syntax
chloeandmargaret 7ad3df9 ORC is not text
chloeandmargaret a73bb70 Fix BytesIO bug && do not require orc to be explicitly imported befor…
chloeandmargaret 20aefe7 ORC writer does not work for categorical columns yet
chloeandmargaret e7e81fe Appease mypy
chloeandmargaret 6b659f7 Appease mypy
chloeandmargaret 18e5429 Edit according to reviews
chloeandmargaret 21cba6e Fix path bug in test_orc
chloeandmargaret c7bf39f Fix testdata tuple bug in test_orc
chloeandmargaret e43c6dd Fix docstrings for check compliance
chloeandmargaret afa0a8a read_orc does not have engine as a param
chloeandmargaret cd585e6 Fix sphinx warnings
chloeandmargaret b509c3c Improve docs & rerun tests
chloeandmargaret 1001002 Force retrigger
chloeandmargaret 55cab6e Fix test_orc according to review
chloeandmargaret 89283e0 Rename some variables and func
chloeandmargaret 989468a Update pandas/core/frame.py
chloeandmargaret a7fca36 Fix issues according to review
chloeandmargaret 7fc338c Forced reruns
chloeandmargaret 91d1556 Fix issues according to review
chloeandmargaret a28c5a8 Reraise Pyarrow TypeError as NotImplementedError
chloeandmargaret 162e5bb Fix bugs
chloeandmargaret b230583 Fix expected error msg in orc tests
chloeandmargaret e16edab Avoid deprecated functions
chloeandmargaret e4770b8 Replace {} with None in arg
chloeandmargaret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve spacing in docstring & remove orc test in test_common that ha…
…s unusual pyarrow version requirement and is with a lot of other tests
- Loading branch information
commit c5d585267f2bcd76e894e1134a34e494867cea76
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.