A Dockerfile to create a docker image to run a python file
Use this Dockerfile as a template to be able to create docker images that will execute a python script once the container is run. This can be very useful if …
Analytical – Honest – Passionate
Use this Dockerfile as a template to be able to create docker images that will execute a python script once the container is run. This can be very useful if …
Taking a look back at how my exercise and workout routines went over the year. If you are interested in how I record all of these stats then check out …
What Changed This year I made some changes to the infrastructure and analytics used on marquinsmith.com . Digital Ocean, who I use to host this WordPress website have increased there …
I recently spoke to Chris Gambil on my transition from data analyst to data engineer. Check out the interview here:
For a little while now I have been using a personal health tracking tool to monitor my progress in various areas such as strength exercises, weight management and mental hygiene …
Some CSV files have issues with them. Below is a code snippet to save the information in a csv file into a duckdb database, ignoring all the ‘broken’ rows.