We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e1e2d commit 5f245f1Copy full SHA for 5f245f1
2 files changed
src/DataFrame-Tests/DataFrameTest.class.st
@@ -3695,7 +3695,7 @@ DataFrameTest >> testRemoveColumnsWithNilsAtRowOutOfRange [
3695
]
3696
3697
{ #category : #tests }
3698
-DataFrameTest >> testRemoveDuplicateRows [
+DataFrameTest >> testRemoveDuplicatedRows [
3699
3700
|dataFrame|
3701
src/DataFrame/DataFrame.class.st
@@ -1668,7 +1668,7 @@ DataFrame >> removeColumnsWithNilsAtRowNamed: rowName [
1668
1669
1670
{ #category : #removing }
1671
-DataFrame >> removeDuplicateRows [
+DataFrame >> removeDuplicatedRows [
1672
"Removes duplicate rows of a dataframe except the first unique row"
1673
1674
| numberOfRows nextRowIndex currentRow row aSet |
0 commit comments