filmov
tv
Example Spreadsheet Automation - Python Automation for Remote Workers Series
![preview_player](https://i.ytimg.com/vi/qHJLTvmPM44/maxresdefault.jpg)
Показать описание
There's SO many ways to "automate" spreadsheets using python programming. This is just one simple walkthrough using a couple excel workbooks.
Check out the full "Python Automation for Remote Workers Series"
#python #pandas #automation
Here's the excel workbooks if you want to follow along:
If executing your python script against a workbook isn't hands off enough, CRON jobs can automate the execution of a script or application. If you want to learn about that from me, just let me know and I'll make a video on it.
Merch Store --
Support the Channel on Patreon --
Join The Socials --
*****************************************************************
Full code from the video:
import pandas as pd
excel_book_1_relative_path = 'Purchases - Home B.xlsx'
#print(df_prices, df_home_1)
df_total['Total Price'] = df_total['PURCHASED AMOUNT'] * df_total['Price']
#print(df_total)
Packages (& Versions) used in this video:
pandas 1.1.2
plotly 4.9.0
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Crazy how far the channel has come! 41,940 subscribers at the time of writing. I'm still amazed by all the support and love you guys show me. Crazy how making videos for my coworkers teaching them HTML has turned into an audience of thousands. Thanks for giving me the opportunity to make content for you all!
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!!
--- Channel FAQ --
What text editor do you use?
What Equipment do you use to film videos?
What editing software do you use?
Premiere Pro for video editing
Photoshop for images
After Effects for animations
Do I have any courses available?
Yes & always working on more!
Where do I get my music?
I get all my music from the copyright free Youtube audio library
Let me know if there's anything else you want answered!
-------------------------
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Check out the full "Python Automation for Remote Workers Series"
#python #pandas #automation
Here's the excel workbooks if you want to follow along:
If executing your python script against a workbook isn't hands off enough, CRON jobs can automate the execution of a script or application. If you want to learn about that from me, just let me know and I'll make a video on it.
Merch Store --
Support the Channel on Patreon --
Join The Socials --
*****************************************************************
Full code from the video:
import pandas as pd
excel_book_1_relative_path = 'Purchases - Home B.xlsx'
#print(df_prices, df_home_1)
df_total['Total Price'] = df_total['PURCHASED AMOUNT'] * df_total['Price']
#print(df_total)
Packages (& Versions) used in this video:
pandas 1.1.2
plotly 4.9.0
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Crazy how far the channel has come! 41,940 subscribers at the time of writing. I'm still amazed by all the support and love you guys show me. Crazy how making videos for my coworkers teaching them HTML has turned into an audience of thousands. Thanks for giving me the opportunity to make content for you all!
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!!
--- Channel FAQ --
What text editor do you use?
What Equipment do you use to film videos?
What editing software do you use?
Premiere Pro for video editing
Photoshop for images
After Effects for animations
Do I have any courses available?
Yes & always working on more!
Where do I get my music?
I get all my music from the copyright free Youtube audio library
Let me know if there's anything else you want answered!
-------------------------
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Комментарии