You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, this is strange behavior. It must be trying to use dask and failing to validate the apply on the sample dataset. Is there any chance you could provide an example (or fake) dataset for me to run this code and try to debug the core of the issue?
Sorry, it's been too long and the data can't be found. The only difference between the two pieces of code is that the now_set of different lines of the second piece of code is different, while the first piece of code has only one now_set.
In fact, the purpose is to find out the data in df3 that does not intersect with the s_cat of the row of df2.
In this code, dask works:
This is the result:
In this code, dask doesn't works:
This is the result:
Why are there different results? I want to use the second method, because I need to use two columns of data in other cases.
The text was updated successfully, but these errors were encountered: