Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Resampling converts int to float, but only in group by #12202
Comments
|
I don't think this was getting passed thru correctly, and is fixed in the recently merged Note the new api just need confirming tests
|
jreback
added Bug Resample
labels
Feb 2, 2016
jreback
added this to the
0.18.0
milestone
Feb 2, 2016
jreback
added the
Testing
label
Feb 10, 2016
jreback
added a commit
to jreback/pandas
that referenced
this issue
Feb 12, 2016
|
|
jreback |
bde178a
|
jreback
referenced
this issue
Feb 12, 2016
Closed
TST: validation tests for resample/groupby preservation #12314
jreback
closed this
in 311b9a9
Feb 12, 2016
jorisvandenbossche
referenced
this issue
Feb 25, 2016
Closed
Breaking examples due to resample refactor #12448
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
m313 commentedFeb 2, 2016
Calling resample() on the dataframe does not change the type.
However, when calling resample() in a group by statement, float type is returned!
Why is val converted to float in the group by statement?
I originally posted this on stack overflow.