-
I have one DataFrame which has three columns: time, lon, and lat. The goal is to predict the location of each point at the end_time, using a look up Dataset (ds, three dimension [time, lon, lat]) which has two DataArrays: wdir, and wspd. Here's the example code:
It seems the |
Beta Was this translation helpful? Give feedback.
Answered by
zxdawn
Feb 18, 2022
Replies: 1 comment
-
I suppose this is related to pandas. And I have tried different methods to speed it up: https://stackoverflow.com/a/71179755/7347925. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zxdawn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose this is related to pandas. And I have tried different methods to speed it up: https://stackoverflow.com/a/71179755/7347925.