Table.remove_columns(): Specify what happens when removing the last column, so the table gets empty #276
Labels
documentation 📖
Improvements or additions to documentation
enhancement 💡
New feature or request
question
Further information is requested
released
Included in a release
Is your feature request related to a problem?
When removing the only column in a 1-column-table, the
number_of_rows
property is set to 0. This behaviour should be documented in theTable
class docstring as well as in the following methods:Table.keep_only_columns
,Table.remove_columns
,Table.remove_columns_with_missing_values
andTable.remove_columns_with_non_numerical_values
.Desired solution
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: