Все публикации

What Pandas users should know about NumPy 2.0 and dtypes

Search-and-replace Pandas values with 'where' and 'mask'

Understanding and using idxmin/idxmax in Pandas

My new book, Pandas Workout, will make you more confident and fluent with Pandas

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

Selecting rows in Pandas using .loc and lambda

Boolean indexing in Pandas made simple

Using | in Pandas? Consider the 'isin' method instead

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