Skip to content

How to retrieve value from 0d array? (obtained with max()) #1699

Answered by JovanVeljanoski
yohplala asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah, this is just numpy stuff. You can do what you want with .item(). Like this

df["my_column"].max().item()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yohplala
Comment options

Answer selected by yohplala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants