Writings

Below you can find my writings on machine learning, data science, and technology. Enjoy!
Data Science Interview Practice: Data Manipulation
I often get asked how to practice data science interviews, so here is a practice dataset with a set of questions to answer. Good luck!
Introducing the SWITRS SQLite Hosted Dataset
California traffic collision data has been hard to get, that's why I am now curating and hosting it! Come take a look!
Plotting the 2020 Tour de France
The Tour de France is a race decided by mere minutes; to see exactly how those minutes were earned, read on for my plots!
Data Science Interviews During the 2020 Pandemic
In the middle of the COVID-19 pandemic, I found myself looking for a data science job for the third time in my life. This post covers what I learned.
Python Patterns: Map and Filter
For loops are great, but I am a big fan of replacing them with simple functions. Python provides a couple of building blocks.
Jupyter Notebook Templates for Data Science: Plotting
Jumpstart your visualizations with this Jupyter plotting notebook!
Machine Learning Deployment: Shadow Mode
Deploying machine learning models is hard; Shadow Mode is one way to make testing a little easier.
A Review of Nookdesk's Standing Desk
I bought a Nookdesk standing desk now that I'm working from home; I like it! Read on for a detailed review.
Jupyter Notebook Templates for Data Science
Jupyter notebooks are great for data exploration; jumpstart your work with this library of useful notebook templates!
My Terribly Clever(ly Terrible) Code
When I was young and naive I tried to write very clever code. Here is one of the worst examples.