filmov
tv
Automate Excel Pivot Tables Across Workbooks - Learn Python Pandas
Показать описание
Hey Everyone! Continuing the Pandas series. In this one we'll work with multiple spreadsheets and use the GroupBy pandas function.
We'll cover:
- Combining data sources
- Grouping data from multiple sources
#Python #Pandas #FiveMinutePythonScripts
Thanks so much for all the support! You all are incredible. Everything I type this message in my video descriptions it makes me smile. 3930+ Subscribers! How awesome - Thank you all :)
*****************************************************************
The Excel Sheets I used (Just dummy data):
A second (optional workbook with same data structure) -
Full code from the video:
import pandas as pd
frames = [df_1, df_2]
print(all_data_df)
print(productivity_df['Amount'])
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Check out my website:
If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
We'll cover:
- Combining data sources
- Grouping data from multiple sources
#Python #Pandas #FiveMinutePythonScripts
Thanks so much for all the support! You all are incredible. Everything I type this message in my video descriptions it makes me smile. 3930+ Subscribers! How awesome - Thank you all :)
*****************************************************************
The Excel Sheets I used (Just dummy data):
A second (optional workbook with same data structure) -
Full code from the video:
import pandas as pd
frames = [df_1, df_2]
print(all_data_df)
print(productivity_df['Amount'])
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Check out my website:
If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Комментарии