Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: read_pickle and period data #10439
Comments
|
ATM, Period doesn't have ANY pickle support so not really sure what it is doing. pull-requests are welcome! (basically need to add Also not tested. |
jreback
added Period Compat
labels
Jun 25, 2015
jreback
added this to the
0.17.0
milestone
Jun 25, 2015
scarrucciu
referenced
this issue
Jun 25, 2015
Closed
BUG: Bug fix implement __reduce__/__setstate__ for Period pickle support #10441
jreback
added a commit
to jreback/pandas
that referenced
this issue
Aug 20, 2015
|
|
+ jreback |
0525684
|
jreback
closed this
in #10866
Aug 20, 2015
springcoil
added a commit
to springcoil/pandas
that referenced
this issue
Aug 21, 2015
|
|
+ springcoil |
7c41431
|
springcoil
added a commit
to springcoil/pandas
that referenced
this issue
Aug 21, 2015
|
|
+ springcoil |
822df81
|
springcoil
added a commit
to springcoil/pandas
that referenced
this issue
Aug 22, 2015
|
|
+ springcoil |
3072e48
|
springcoil
added a commit
to springcoil/pandas
that referenced
this issue
Aug 22, 2015
|
|
+ springcoil |
535fbd2
|
springcoil
added a commit
to springcoil/pandas
that referenced
this issue
Aug 30, 2015
|
|
springcoil |
f2b1bbc
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scarrucciu commentedJun 25, 2015
I can pickle dataframes with periods but after import Period format becomes corrupted. After pickle Period stride appears to be none instead of 'Q' in the following example.
INSTALLED VERSIONS
commit: None
python: 2.7.6.final.0
python-bits: 64
OS: Darwin
OS-release: 13.4.0
machine: x86_64
processor: i386
byteorder: little
pandas: 0.16.2