Data Science with Docker and Conda

Soon after I started as a data scientist at an early stage startup I was tasked with helping productionalize and deploy analytical models as we ramped up more and more clients. The first few deploys were rushed, but relatively easy - just setup the root environment with all the dependencies, and have a simple bash script call the code on a schedule. Then as time went on things started to get messy....

October 7, 2018 · Binal Patel

Dealing with Nested Data in Pandas

We’ll walk through how to deal with nested data using Pandas (for example - a JSON string column), transforming that data into a tabular format that’s easier to deal with and analyze. ...

September 28, 2018 · Binal Patel