La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Prétraitement des données
Les données peuvent nécessiter certaines techniques de prétraitement pour garantir une analyse précise, efficace ou significative. Le nettoyage des données comprend des méthodes permettant de rechercher, supprimer et remplacer des données incorrectes ou manquantes. La détection des valeurs extrêmes locales et des changements soudains facilite l’identification des tendances importantes. Les processus de lissage et d’élimination des tendances permettent de supprimer le bruit et les tendances polynomiales des données. La mise à l’échelle modifie les limites des données. Les méthodes de regroupement permettent d’identifier les caractéristiques des données par groupes.
Applications
Data Cleaner | Preprocess and organize column-oriented data (depuis R2022a) |
Tâches du Live Editor
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 |
Find and Remove Trends | Find and remove polynomial or periodic trends from data in the Live Editor |
Normalize Data | Center and scale data in the Live Editor (depuis R2021b) |
Pivot Table | Summarize tabular data in pivoted table in the Live Editor (depuis R2023b) |
Compute by Group | Summarize, transform, or filter by group in the Live Editor (depuis R2021b) |
Fonctions
Rubriques
- Clean Messy and Missing Data in Tables
Standardize, fill, or remove missing values in tables, and reorganize tables by sorting rows and moving variables.
- Summarize or Pivot Data in Tables Using Groups
Interpret data based on common characteristics by creating and visualizing a grouped summary table or pivoted table.
- Perform Calculations by Group in Table
Specify groups of data in tables and timetables, and perform calculations by group. Choose a function for group calculations using these recommendations.