Searching in Python dicts (part 2)
Why you shouldn't use dict.keys to search in a Python dict
Improve your Pandas fluency with Bamboo Weekly
What Pandas users should know about NumPy 2.0 and dtypes
Understanding and using idxmin/idxmax in Pandas
My new book, Pandas Workout, will make you more confident and fluent with Pandas
What are the "nlargest" and "nsmallest" methods in Pandas? (And should you use them?)
Advanced unpacking in Python "for" loops
Sorting a mix of letters and numbers in Python
The new case_when method in Pandas 2.2.0
Method chaining in Pandas
Five mistakes companies make teaching Python to their staff
Comparing values in Pandas with "diff" and "pct_change"
Selecting rows in Pandas using .loc and lambda
Understanding "with" and Python's context managers
Improve your career with Python + data: Announcing PythonDAB cohort 4
*args and **kwargs — what are they, and how are they different?
Boolean indexing in Pandas made simple
Using | in Pandas? Consider the "isin" method instead
Flipping Data with Pandas: Stack & Unstack
The six most important read_csv arguments in Pandas
Data selection in Pandas with "filter"
Why you'll love Jupyter Notebook 7
NaN vs. NA — understanding Pandas nullable types
One Python function, three different errors
Bang! Unix shell magic inside of Jupyter
Magic commands in Jupyter and IPython
ChatGPT wrote Pandas code to analyze US debt. Was it any good?
ChatGPT + Noteable (Jupyter) = Mind-blowing!
Finally! Pandas exercises that aren't boring: Bamboo Weekly
Stop using inplace=True in Pandas!
Finding text patterns in Pandas with regular expressions
New to Python? Join my upcoming courses for Python newbies!
Interpolating missing values (NaN) in Pandas data frames
Level up your career with Python and Pandas
Three ways to optimize your Pandas data frame's memory footprint
How fast does your Python code run? Find out with timeit
First steps with Jupyter Lab: How is it different from the notebook?
Understanding Python list comprehensions
Replacing values in a Pandas data frame
Better Python input with Rich
How to sort in Pandas
Intro to Python exceptions
Python's for loops vs. comprehensions
Retrieving from a multi-index in Pandas
What does "if __name__ == '__main__' " do in Python?
Reuven Lerner, Python Training: PyCon APAC 2022 virtual booth
Turn numbers into categories with the Pandas "cut" method
Want to improve your Python? You've come to the right place!
Python identifiers — rules and conventions