Pandas Brain Teasers (PragProg)

Get ready for 25 teasers that will hone your Pandas skills and challenge your brain.

Miki Tebeka @tebeka

edited by Margaret Eldridge @margaret

This book contains 25 short programs that will challenge your understanding of Pandas. Like any big project, the Pandas developers had to make some design decisions that at times seem surprising. This book uses those quirks as a teaching opportunity. By understanding the gaps in your knowledge, you’ll become better at what you do. Some of the teasers are from the author’s experience shipping bugs to production, and some from others doing the same. Teasers and puzzles are fun, and learning how to solve them can teach you to avoid programming mistakes and maybe even impress your colleagues and future employers.

Working with data is central to nearly everything we do, from disease contact tracing and analyzing health records to smart meters that track utility consumption behavior. With the power of Python’s pandas library, you can process and analyze this data in a highly efficient and simple-to-understand way. And with 25 brain teasers designed to turn this technology’s quirks into a teaching opportunity, you’ll be honing your data science skills while having fun at the same time.

Following a simple format, you’ll challenge yourself and your understanding of pandas. Read a short Python program that uses pandas, try to guess the output, run the code yourself, and then go to the next page for an explanation of the solution. From common pitfalls and hidden gotchas to unexpected twists and turns, you’ll deepen your understanding of pandas, learn to write more efficient code, and reduce the number of bugs in the software you develop. You may even impress your colleagues and your employers, both present and future.

Learn the tricks of the trade with Python’s pandas, in one of the most fun and creative ways around.


Miki has a passion for teaching and mentoring. He teaches many workshops on various technical subjects all over the world and also mentored many young developers on their way to success. Miki is involved in open source, has several projects of his own, and contributed to several more - including the Python project. He has been using Python for close to 25 years and Pandas for about 10.


Don’t forget you can get 35% off with your Devtalk discount! Just use the coupon code “devtalk.com" at checkout :+1:

1 Like

Hey everyone, here is the next Brain Teasers book out now from author Miki Tebeka @tebeka. He has two others with us, Python Brain Teasers #book-python-brain-teasers , and Go Brain Teasers #book-go-brain-teasers. These puzzles are a fun and challenging diversion during these stressful times.

1 Like

A post was split to a new topic: Pandas Brain Teasers: