How to get ride of duplicate rows?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do I see how many duplicate rows there are in the bank-marketing dataset?
and how do I get rid of them?
Thank you!
0 commentaires
Réponse acceptée
Steven Lord
le 6 Nov 2020
Use unique with the 'rows' option or uniquetol with the 'ByRows', true name-value pair.
4 commentaires
Steven Lord
le 7 Nov 2020
If the information I've given you resolves your question, please mark the answer Accepted so we know that it has been answered sufficiently well. Thanks.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!