Introduction
Two great technologies together at last
()
What you should know
()
Getting set up
()
1. The Basics
A simple example
()
Python vs. Excel data types
()
The xl() function
()
Understanding row-order execution
()
Debugging
()
Challenge: Basics
()
Solution: Basics
()
2. Working with Data
Introduction to DataFrames
()
Exploring DataFrame content
()
Manipulating DataFrames
()
Interoperating with Python
()
Challenge: DataFrames
()
Solution: DataFrames
()
3. Practical Python-in-Excel Examples
Fixing dates with dateutil
()
Generate a random sequence
()
Scatter plot with Seaborn
()
Create a Gantt chart
()
Extract data with regular expressions
()