Data can require preprocessing techniques to ensure accurate, efficient, or meaningful analysis. Data cleaning refers to methods for finding, removing, and replacing bad or missing data. Detecting local extrema and abrupt changes can help to identify significant data trends. Smoothing and detrending are processes for removing noise and polynomial trends from data, while scaling changes the bounds of the data. Grouping and binning methods identify data characteristics by groups.
Clean Missing Data | Find, fill, or remove missing data in the Live Editor |
Clean Outlier Data | Find, fill, or remove outliers in the Live Editor |
Find Change Points | Find abrupt changes in data in the Live Editor |
Find Local Extrema | Find local maxima and minima in the Live Editor |
Smooth Data | Smooth noisy data in the Live Editor |
Remove Trends | Remove polynomial trend from data in the Live Editor |
Join Tables | Combine two tables using key variables in the Live Editor |
Clean Messy and Missing Data in Tables
This example shows how to find, clean, and delete table rows with missing data.
Remove linear trends from data.
Grouping Variables To Split Data
You can use grouping variables to categorize data variables.
Split Data into Groups and Calculate Statistics
This example shows how to group data and apply statistics functions to each group.
Split Table Data Variables and Apply Functions
This example shows how to group data variables and apply functions to each group.