Pandas Trick: Aggregate and Compare Data by Multiple Features (Pandas Aggregator)

Опубликовано: 14 Август 2020
на канале: Data Science Garage
744
25

Aggregate data by Pandas is one of the common action in both Data Analysis and Data Science. Compare Data by Aggregated Multiple Features is very easy and you can do it just in few lines with Pandas in Python. Personally for me this Pandas trick saves lot of time.

Pandas Aggregation let you to create a representative table with aggregated features values for diferent object that you want to compare its data. It is not a pivot table. It is more like aggregated table based on multiple features in one place for you comparison analysis, to get quick insights for your project, case or business problem.

I think this woul really help in Exploratory Data Analysis (EDA) phase while you perform data pre-processing or pos-processing, data cleaning and other processes with data.

The method I used from Panas is group by and then applying my custom aggregator on the top of this method to my data.

Data used in the video: https://www.kaggle.com/jessemostipak/...

Enjoy!

#pandastrick
#dataanalytics
#statistics


Смотрите видео Pandas Trick: Aggregate and Compare Data by Multiple Features (Pandas Aggregator) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Data Science Garage 14 Август 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 744 раз и оно понравилось 25 людям.