-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a releasetesting 🧪Additional automated testsAdditional automated tests
Description
Tests for methods of Table are missing entirely or for some edge cases. Improve the quality and coverage of these tests.
-
_from_polars_data_frame -
_from_polars_lazy_frame -
__dataframe__ -
_repr_html_ -
__eq__ -
__hash__ -
__repr__ -
__sizeof__ -
__str__ -
__init__ - column_count
- column_names
- row_count
- add_columns
- add_computed_column
- add_table_as_columns
- add_table_as_rows
- count_rows_if
- filter_rows
- filter_rows_by_column
- from_columns
- from_csv_file
- from_dict
- from_json_file
- from_parquet_file
- get_column
- get_column_type
- has_column
- remove_columns
-
remove_columns_except-> select_columns - remove_columns_with_missing_values
- remove_duplicate_rows
- remove_non_numeric_columns
- remove_rows
- remove_rows_by_column
- remove_rows_with_missing_values
- remove_rows_with_outliers
- rename_column
- replace_column
- shuffle_rows
- slice_rows
- sort_rows
- sort_rows_by_column
- split_rows
- to_columns
- to_dict
- transform_column
- to_csv_file
- to_json_file
- to_parquet_file
- inverse_transform_table
- transform_table
- join
- summarize_statistics
- to_tabular_dataset
-
to_time_series_dataset
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a releasetesting 🧪Additional automated testsAdditional automated tests
Type
Projects
Status
✔️ Done