In the July 2025 edition of Pragmatic Works’ Learn With The Nerds, Zane Goodman leads an engaging and practical session on using Python for data analysis. This session is tailored for beginners and intermediate users looking to harness the power of Python and its libraries, particularly pandas, for data manipulation and visualization.
Zane introduces Jupyter Notebooks as the primary environment for writing and executing Python code. He demonstrates how to launch Jupyter Lab via the browser using Jupyter Light, allowing users to follow along without installing software.
Participants learn how to import CSV files into pandas DataFrames and explore the structure of the data. The dataset, themed around a fictional underground robot fighting league, includes information on robots, fights, teams, and tournament earnings.
.dtypes and .astype()..groupby() and applying functions like count() and sum().pd.merge() to analyze relationships between robots, teams, and earnings..fillna() to replace null values.Zane explains how to use .agg() for multiple aggregations and .transform() to retain the original DataFrame shape while adding new calculated columns, such as total team earnings.
The session concludes with a demonstration of creating bar charts using matplotlib. Zane visualizes the number of fights won and lost by each robot, showcasing how to customize plots with labels, legends, and colors.
This session provides a comprehensive introduction to Python for data analysis, emphasizing practical skills and real-world applications. Zane’s engaging teaching style and the fun robot-themed dataset make learning both informative and enjoyable. For those interested in diving deeper, Pragmatic Works offers both live bootcamps and on-demand courses covering similar content.
Don't forget to check out the Pragmatic Works' on-demand learning platform for more insightful content and training sessions on Python and other Microsoft applications. Be sure to subscribe to the Pragmatic Works YouTube channel to stay up-to-date on the latest tips and tricks.