Type: nodetool.data.DropDuplicates
Namespace: nodetool.data
Description
Remove duplicate rows from dataframe. duplicates, unique, clean
Use cases:
- Clean dataset by removing redundant entries
- Ensure data integrity in analysis
- Prepare data for unique value operations
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| df | dataframe |
The input DataFrame. | {"type":"dataframe","uri":"","asset_id":null,"d... |
Outputs
| Output | Type | Description |
|---|---|---|
| output | dataframe |
Related Nodes
Browse other nodes in the nodetool.data namespace.