look up time values from a pandas.DataFrame #5887
Answered
by
max-sixty
raybellwaves
asked this question in
Q&A
-
I've got some data stored in a dataframe. I would to use the dataframe to select points from a Dataset. It seems to struggle with time values.
|
Beta Was this translation helpful? Give feedback.
Answered by
max-sixty
Oct 23, 2021
Replies: 1 comment 1 reply
-
Hi @raybellwaves ! Hope all's well. Is this because the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
raybellwaves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @raybellwaves ! Hope all's well.
Is this because the
df['lat']
is returning a series? Adding.values
seems to return something — is that what you're hoping for?