-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
#18285 parquet io docs #18292
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
#18285 parquet io docs #18292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Small comment
doc/source/io.rst
Outdated
@@ -4492,7 +4492,7 @@ dtypes, including extension dtypes such as datetime with tz. | |||
Several caveats. | |||
|
|||
- The format will NOT write an ``Index``, or ``MultiIndex`` for the ``DataFrame`` and will raise an | |||
error if a non-default one is provided. You can simply ``.reset_index(drop=True)`` in order to store the index. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add "or reset_index(drop=True)
to ignore the index" ?
Codecov Report
@@ Coverage Diff @@
## master #18292 +/- ##
==========================================
- Coverage 91.4% 91.38% -0.02%
==========================================
Files 164 164
Lines 49880 49880
==========================================
- Hits 45591 45583 -8
- Misses 4289 4297 +8
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18292 +/- ##
==========================================
- Coverage 91.4% 91.38% -0.02%
==========================================
Files 164 164
Lines 49880 49880
==========================================
- Hits 45591 45583 -8
- Misses 4289 4297 +8
Continue to review full report at Codecov.
|
…arquet IO index caveats (#18285)
@jorisvandenbossche Do you know what's up with those CodeCov reports? I didn't touch any of the impacted files and the changes appear to just be lines being deleted and then re-added. |
@mattayes you can just ignore that, codecov can be rather flaky .. |
@mattayes Thanks for the quick PR! |
@jorisvandenbossche You're welcome, thanks for the quick review! |
…O index caveats (pandas-dev#18285) (pandas-dev#18292) (cherry picked from commit 148ed63)
added /passedgit diff upstream/master -u -- "*.py" | flake8 --diff
whatsnew entry(N/A)