-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inplace operations without inplace keyword on emtpy dataframes (#983
) * Resolves #982 * Adds clause for operations that default to pandas that do not return any value * In these cases, we build the object based on the class name of the object in pandas * Add some error checking cases to the default code * Add more test cases for the emtpy dataframe case.
- Loading branch information
1 parent
11082ec
commit c36592d
Showing
2 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters