Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fillna() containing timezone aware datetime64 rounded #14872
Comments
|
yep, these prob just need a PR's welcome! |
jreback
added Bug Missing-data Timeseries Difficulty Novice Effort Low
labels
Dec 13, 2016
jreback
added this to the
Next Major Release
milestone
Dec 13, 2016
RodolfoRFR
referenced
this issue
Dec 17, 2016
Closed
PR for Pandas issue #14872 / fillna() TZ datetime64 rounded #14905
jreback
closed this
in f3c5a42
Dec 18, 2016
jreback
modified the milestone: 0.19.2, Next Major Release
Dec 18, 2016
ischurov
added a commit
to ischurov/pandas
that referenced
this issue
Dec 19, 2016
|
|
opensourceworkAR + ischurov |
7a5ce35
|
jorisvandenbossche
added a commit
to jorisvandenbossche/pandas
that referenced
this issue
Dec 24, 2016
|
|
opensourceworkAR + jorisvandenbossche |
bbb7686
|
ShaharBental
added a commit
to ShaharBental/pandas
that referenced
this issue
Dec 26, 2016
|
|
opensourceworkAR + ShaharBental |
fe87f91
|
haroldfox
referenced
this issue
Mar 16, 2017
Closed
where() corrupts tz-aware datetime column data #15701
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brendene commentedDec 13, 2016
Code Sample, a copy-pastable example if possible
Problem description
This is similar to bug #6587 but difference is a timezone aware datetime. It looks like the dtype is being stripped and the value is converted to a float and back.
Expected Output
Output of
pd.show_versions()