Is it possible to iterate through a vDataFrame #1159
-
Is it possible to iterate through a vDataFrame? Is there an option to perform iteration over the vDataFrame similar to how it is done with a Pandas DataFrame? |
Beta Was this translation helpful? Give feedback.
Answered by
oualib
Mar 7, 2024
Replies: 1 comment 4 replies
-
hi @emanuelh-cloud, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@emanuelh-cloud this is the kind of operation which can only be done with indexes, it means that you are currently working with small datasets otherwise, Vertica will not handle many small transactions.
We chose to not work with indexes. Except if it is a roadblock for a business use-case that you can share with our team, we can not guarantee the implementation of this feature.
Besides, your use-case can be solved with some quick VerticaPy code. If you want this type of solution. Give us an example of exactly what you want to realise and we can try to show you an example of a possible solution.