8000 BUG: Categorical data fails to load from hdf when all columns are NaN by ssche · Pull Request #18652 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: Categorical data fails to load from hdf when all columns are NaN #18652

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 13 commits into from
Dec 10, 2017
Prev Previous commit
Next Next commit
Merge branch 'master' into gh18413
  • Loading branch information
ssche authored Dec 6, 2017
commit ea89a7cbc43ed2fc890a25727d863b2fbc62b743
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.21.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ I/O
- Bug in parsing integer datetime-like columns with specified format in ``read_sql`` (:issue:`17855`).
- Bug in :meth:`DataFrame.to_msgpack` when serializing data of the numpy.bool_ datatype (:issue:`18390`)
- Bug in :func:`read_json` not decoding when reading line deliminted JSON from S3 (:issue:`17200`)
- Bug in :func:`pandas.io.json.json_normalize` to avoid modification of ``meta`` (:issue:`18610`)
- Bug when storing NaN-only categorical columns in hdf5 store (:issue:`18413`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug when reading ......in a :class:`HDFStore`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, done.


Plotting
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0