Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

calculate values in a certain percentile pandas

# Calculate the minimum number of votes required to be in the chart, m
m = metadata['vote_count'].quantile(0.90)
print(m)
Source by www.datacamp.com #
 
PREVIOUS NEXT
Tagged: #calculate #values #percentile #pandas
ADD COMMENT
Topic
Name
4+3 =