Empty dataframe inplace operations (e.g. __setitem__
do not change the dataframe inplace)
#982
Labels
Milestone
__setitem__
do not change the dataframe inplace)
#982
Describe the problem
This was reported via email.
Empty dataframe inplace operations (e.g.
__setitem__
do not change the dataframe inplace). The defaulting to pandas code clause forinplace
updates needs to be updated to accommodate empty dataframes.Source code / logs
The text was updated successfully, but these errors were encountered: