Replies: 3 comments 3 replies
-
myTable.dropDuplicateRows() considers all the columns in the table.
…On Fri, Aug 6, 2021 at 9:14 AM kenn719 ***@***.***> wrote:
Hi, do you have plan to include the feature to drop duplicate row from a
table based on different column ? Example. Keep the first occurrence or
last occurrence similar to python pandas ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#964>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FPAUCEFPXNCKVTZWKWD3T3PN33ANCNFSM5BV4RBSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
no it doesn't. It would be nice to have, but for now you'd have to write
your own method for that
…On Fri, Aug 6, 2021 at 11:40 AM kenn719 ***@***.***> wrote:
Hi
Thanks for the reply
But did the tablesaw come with the feature to only select certain column
as the index for dropping the duplication rows?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#964 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FPAUJCHMC6S4R2EDV4CTT3P66BANCNFSM5BV4RBSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
not currently. but now that there is an open issue for it, i will consider
it in the future.
…On Fri, Aug 6, 2021 at 12:16 PM kenn719 ***@***.***> wrote:
Do you have the plan to include this feature in future ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#964 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FPATI6XR77TDRZ5VKOMTT3QDEHANCNFSM5BV4RBSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, do you have plan to include the feature to drop duplicate row from a table based on different column ? Example. Keep the first occurrence or last occurrence similar to python pandas ?
Beta Was this translation helpful? Give feedback.
All reactions