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. |
Answered by
max-sixty
Oct 23, 2021
Replies: 1 comment 2 replies
|
Hi @raybellwaves ! Hope all's well. Is this because the |
2 replies
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.valuesseems to return something — is that what you're hoping for?