Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

difference between cut and qcut pandas

df['ext price'].value_counts(bins=4, sort=False)

#res
(55603.988000000005, 87998.212]     5
(87998.212, 120263.375]            12
(120263.375, 152528.538]            2
(152528.538, 184793.7]              1
Name: ext price, dtype: int64
Source by pbpython.com #
 
PREVIOUS NEXT
Tagged: #difference #cut #qcut #pandas
ADD COMMENT
Topic
Name
4+6 =