Data Analysis with Python: Part 4 of 6 - Analyzing tabular data with Pandas

preview_player
Показать описание

⭐️ Resources ⭐️

⭐️ Topics covered ⭐️
⌨️ Reading and writing CSV data with Pandas
⌨️ Querying, filtering and sorting data frames
⌨️ Grouping and aggregation for data summarization
⌨️ Merging and joining data from multiple sources

--

Рекомендации по теме
Комментарии
Автор

Akash highly encourage you to continue doing this and even scale this to go deep. This type of learning really works! I dunno whether you’ll be able to do it for free though. Still would be great!

docnival
Автор

Great series!. Thank you very much. Well taught and inspiring!

alfonsmr
Автор

There's a mistake in replacing the negative value with the average of its neighbours. In the code you're picking 171 and 172 but it should be 171 and 173.

thirdrd
Автор

Awesome explanation I have read watched few voids on Excel/Csv data analysis using Python .This is the easiest approach to learn .Thanks for making such content available.

gauravsingh
Автор

excellent work mr akash and freecodecamp... subscribed your channel. Nice efforts thanks alot ❤️❤️💯💯

learntocode
Автор

Looking for a series on "FastAI"..

snehitvaddi
Автор

Dataframes is like SQL without a database

cybersphere
Автор

Total_forecast_Orders = sales_df1.Forecast Orders.sum(), I dis that in my data set, it has given me invalid sytax

pinakpaninath
Автор

everything I do in my data set as prescribed, but still for every code I get invalid syntax

pinakpaninath
Автор

09:30 Actual tutorial begins. Thank me later

dogzrgood