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

Fix fillna in pandas sortdataframe #184

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

twheys
Copy link
Contributor

@twheys twheys commented Sep 11, 2018

Fixed an issue where a pivoted data frame would be filled with str values that in turn would lead to the sort breaking due to mixed data types in the sorted columns.

@twheys twheys self-assigned this Sep 11, 2018
@twheys twheys changed the base branch from master to fireant1.0 September 11, 2018 08:16
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 93.132% when pulling d45ae54 on fix_fillna_in_pandas_sortdataframe into 607c659 on fireant1.0.

@twheys twheys merged commit 3e3fcc2 into fireant1.0 Sep 11, 2018
@twheys twheys deleted the fix_fillna_in_pandas_sortdataframe branch September 11, 2018 08:33
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.

3 participants