Replies: 1 comment 6 replies
-
Hi, Someone posted/asked something very very similar on slack yesterday.. Is this part of some course, or maybe you are in the same team? Anyway, it might be faster if you go through the vaex tutorial, since there it is explained how vaex works. You don't should not iterate over rows yourself. Is this the line the breaks? ( you should state where the issue happens.. and a reproducible example would be nice, we can't run the example above..) If you want to get outside of vaex, you can use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a first time user I'm having trouble converting my Pandas function to Vaex version. When I want to iterate rows I get
NotImplementedError
. Do I have to somehow first evaluate ("materialize"/compute) the expressions?Running the above produces:
Beta Was this translation helpful? Give feedback.
All reactions