Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to get a summary of a column in python

In [47]:

df.describe().transpose()

Out[47]:

                 count      mean       std    min   25%  50%    75%    max
shopper_num         14       7.5    4.1833      1  4.25  7.5  10.75     14
is_martian          14         0         0  False     0    0      0  False
number_of_items     14  3.357143  6.452276      0     0    0    3.5     22
count_pineapples    14         0         0      0     0    0      0      0

[4 rows x 8 columns]
Comment

PREVIOUS NEXT
Code Example
Python :: how to check all the elements in a list are even or not 
Python :: python run powershell command and get output 
Python :: import discord python 
Python :: What does hexdigest do in Python? 
Python :: how to get all messages from a telegram group with telethon 
Python :: matplotlib figure size not working 
Python :: python split string after substring 
Python :: jupyter notebook not working 
Python :: python exec script 
Python :: max int python 
Python :: find frequency of numbers in list python 
Python :: python thread stop 
Python :: qt designer messagebox python 
Python :: python glfw 
Python :: update nested dictionary python 
Python :: python seaborn color map 
Python :: generate random int python 
Python :: how to make a terminal in python 
Python :: python open google 
Python :: binary gap python 
Python :: sklearn ridge regression 
Python :: sphere volume formula 
Python :: python string find 
Python :: how to swap two variables without using third variable python 
Python :: pd.datafram 
Python :: compare two dates python 
Python :: accessing items of tuple in python 
Python :: python list directories only 
Python :: create a django project 
Python :: python how to make a movement controler 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =