Replies: 1 comment
-
Hi @stb-ssk, thanks for opening a discussion about this. I don't see an obvious way to do this without Can you clarify why How many rows do you have and what is the cardinality as a percentage of unique values in the id column? What backend are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to ask a question on splitting up a table into multiple tables. Suppose each row has a column with a non unique ID, so I want to group all the rows with the same ID and create new tables out of them. So a new table, for every unique ID.
Is there a way I can split up the table without using filter(), since that can take a time, if there are many IDs to go through.
Beta Was this translation helpful? Give feedback.
All reactions