How to get ride of duplicate rows?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Steven Lord
2020-11-6
Use unique with the 'rows' option or uniquetol with the 'ByRows', true name-value pair.
4 个评论
Steven Lord
2020-11-7
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!