We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@wesm, i have a legacy daterange unpickling to a datetimeindex, looks something like this:
# extract the raw datetime data, turn into datetime64 index_state = state[0] raw_data = index_state[0][4] raw_data = np.array(raw_data, dtype='M8[us]') new_state = raw_data.__reduce__() np.ndarray.__setstate__(self, new_state[2])
No matter what I try to do, at the end of the test suite I get a
*** Reference count error detected: an attempt was made to deallocate 17 (O) ***
Any ideas?
Sorry, something went wrong.
Nm, warning disappeared. No idea. Working!
Added a bunch of integration tests and kicked on this a bit. seems ok now
Merge pull request pandas-dev#794 from shashank88/no_bson
37a744d
Add a config option to skip bson encoding in pickle store
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: