Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

distribution analysis pandas

#First we import scipy function to determine the mode
from scipy.stats import mode
mode(data['Gender'])
Source by www.analyticsvidhya.com #
 
PREVIOUS NEXT
Tagged: #distribution #analysis #pandas
ADD COMMENT
Topic
Name
4+3 =