Some Pandas methods you should be using! 27 August 2025·Updated: 28 August 2025·1151 words·6 mins Pandas Python Data-Transformation Here are some Pandas methods that will save you a lot of time and preserve your sanity!
Visualizing Bicycle Traffic in London UK 2 May 2025·Updated: 21 May 2025·244 words·2 mins Leaflet Javascript Blog Data Visualization An interactive data visualization of weekday public bicycle traffic in London UK.
From Academia to Industry, a Personal Reflection 10 December 2023·Updated: 30 December 2023·876 words·5 mins Academia Industry Data Science Blog A few reflections on my journey from the world of academia to industry.
Machine Learning Zoomcamp 16 September 2023·Updated: 20 December 2023·735 words·4 mins Machine Learning Deep Learning Courses Blog How I have started my learning path into machine learning engineering.
The Beauty of Matplotlib Stylesheets 23 May 2023·Updated: 6 June 2023·2306 words·11 mins Matplotlib Stylesheets Blog After reading an article on the effectiveness of Matplotlib stylesheets, I’ve decided to create my own custom stylesheets.
How to Choose the Right Estimator 12 March 2023·Updated: 4 August 2023·3642 words·18 mins Scikit-Learn Blog Frequently the hardest part of solving a machine learning problem is finding the right estimator for the job.
Migrating to Hugo 26 November 2022·267 words·2 mins Hugo Congo Blog I’ve decided to bite the bullet and migrate my blog to Hugo.
Fuzzy String Matching for Document Standardization 19 August 2022·Updated: 3 August 2023·870 words·5 mins Nlp Blog Fuzzy String Matching Deep Learning Sometimes you need to match to a standard format text data that have below par quality because of misspellings and typos.
Formatting Data for Matplotlib Axes 15 September 2020·215 words·2 mins Matplotlib Blog A simple but useful feature for data visualization in plots is to format the axes accoring to the units of the attributes you are working with, which could just be metric units, currency units or similar.