Skip to content
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

Add pandas support, fix numpy bugs #227

Merged
merged 1 commit into from Sep 2, 2018
Merged

Conversation

rfdougherty
Copy link
Contributor

Add basic support for pandas objects (DataFrame, Series, and Index are
supported). Also fixes a regression in numpy ndarray support, and a
work-around for a numpy bug where decoding a byte-encoded ndarray of
type object causes a segfault.

Add basic support for pandas objects (DataFrame, Series, and Index are
supported). Also fixes a regression in numpy ndarray support, and a
work-around for a numpy bug where decoding a byte-encoded ndarray of
type object causes a segfault.
davvid added a commit to davvid/jsonpickle that referenced this pull request Sep 2, 2018
* rfdougherty/pr:
  Add pandas support, fix numpy bugs

Signed-off-by: David Aguilar <davvid@gmail.com>
@davvid davvid merged commit 4d07cf1 into jsonpickle:master Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants