How to get ride of duplicate rows?

1 次查看(过去 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!

采纳的回答

Steven Lord
Steven Lord 2020-11-6
Use unique with the 'rows' option or uniquetol with the 'ByRows', true name-value pair.
  4 个评论
Steven Lord
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 CenterFile Exchange 中查找有关 Function Creation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by