-
Notifications
You must be signed in to change notification settings - Fork 125
Cleaning Data
Damien Farrell edited this page Sep 1, 2015
·
1 revision
Pandas supports a variety of options for data 'cleaning' or dealing with missing data. The most basic are available from DataExplore from the main menu.
- Drop rows/columns with missing data (NaNs)
- Fill missing data with symbol
- Forward or backfill with neighbouring values
- Interpolate missing data
- Drop duplicates