Learn Python practically
and Get Certified.
Reference Materials
Created with over a decade of experience.
Certification Courses
Created with over a decade of experience and thousands of feedback.
Learn Python practically
and Get Certified.
Try Programiz PRO!
Learn Python practically
and Get Certified.
Pandas General Methods
Pandas General is about the methods for effective data handling like generating data sequences using date_range(), creating cross tabulations with crosstab() and reading excel files using read_xlsx().
Pandas to_datetime()
used to convert various types of date formats
Pandas date_range()
used to generate a fixed-frequency Datetime index
Pandas cut()
segments and sorts data values into bins
Pandas qcut()
divide continuous variable to quantile-based bins