-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
BUG: support TimedeltaIndex serialization in fixed stores (GH9635) #9662
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
Conversation
API: spurious setting_with_copy warning (GH8730)
PERF: optimize memory usage for to_hdf
DOC: organize stringmethods in what's new
I updated your comment with "closes" and a link to the issue. Now Github will automatically close that issue when we merge this. |
…to to_fix_issue_9635
A couple more things.
Actually, that whatsnew file may not exist yet. Once we start merging pull requests for .16.1 it will be there. |
FIX: Fix problems with Series text representation.
pandas/io/tests/test_pytables.py
Outdated
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.
add the issue number as a comment here.
@JonasAbernot pretty good! will need a release note (wait till the end of the week after I push the file up after we release 0.16.0) |
DOC: grammar fixes, add conda install to README
…to to_fix_issue_9635 Conflicts: pandas/io/tests/test_pytables.py
Woups, this time I may need your help. Are all these commits normal ? I tried the
from the wiki. |
closes #9635
Small change to fix issue 9635. I'm a beginner contributor, feel free to crush it out.