Introducing Python in Excel 😱

Join 400,000 professionals in our courses: You can use Python INSIDE Excel now 😱 In this video I’ll introduce this game changing new functionality of working with Python inside Excel. Is Python in Excel for non-programmers? Can everyday data analysts make use of it? I’ll answer these in the video. Plus checkout the announcement from Microsoft: If you have this feature which is currently free to use in Microsoft 365 Insiders, you will find Python in the Insert tab in the Excel Ribbon. You get a few Python libraries already ready for you to use in Excel. These are the pandas, matplotlib, seaborn, statsmodels and NumPy. You can import other libraries as you need using the import statement - for example import re module for REGEX calculations. How can you use Python in Excel in practical terms? I share a few ideas in the videos. You can use the pandas library and turn your data into a dataframe which you can then use for more complex tasks, like query the data, unpivot the data with python, create charts using matplotlib - make a line, area or even small multiples. You can grab URLs from long text by using the regex library. You can also use python together with Power Query. We’ll only scratch the surface and even that is pretty awesome. 🌍 My Online Courses ► 00:00 Python in Excel 00:40 Enter Python Mode 01:32 Send Excel Data to Python - Create Data Frame 03:19 pandas Python Library 03:43 Python Describe Data 05:11 Assign Name to DataFrame 05:51 Referencing Headers Shortcut 06:26 Examples of pandas Functionalities 07:29 Create Series Python Object 09:35 Plot a Chart in an Excel Cell 10:51 pandas Documentation 11:16 Calculation Logic of Python Cells 12:07 Examples from Default Libraries 13:35 Plot Multiple Charts As Single Object 14:49 Importing Libraries & Referencing Tables 18:10 Python to Excel Power Query 18:35 Wrap Up ➡️ Join this channel to get access to perks: 🎬 LINKS to related videos: Introduction to Office Scripts: ► How to Create & Use Excel Macros: ► 👕☕ Get the Official XelPlus MERCH: 🎓 Not sure which of my Excel courses fits best for you? Take the quiz: 🎥 RESOURCES I recommend: More resources on my Amazon page: 🚩Let’s connect on social: Instagram: Twitter: LinkedIn: 👉 This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support! #python #excel
Back to Top