Learning & Building in Data Science Sharing my journey as I pave my own path through the world of data science
Hi there!
You have found one of the best places to level up your data science skills and learn how to make better data-driven decisions.
My name is Joleen. I’m a data scientist and writer, and I use this blog to share my passion for data science and statistics.
Some of the companies I have worked with:
Blog Every week, I post new articles on data science, statistics and business intelligence. Here are my latest articles.
K-Means Clustering in Python: Customer Data Segmentation
In this data science project, I tackle the problem of data segmentation or clustering, specifically applied to customer data. There are a couple of different algorithms to choose from when clustering your data depending on your requirements and inputs. However, K-Means clustering is one of the most popular methods in machine learning and is the […]
The Secret To Doing Less as a Data Scientist: Automate Your Tasks With Python
Task automation has become like a secret weapon as a data scientist. My only regret is not getting started with automation sooner. In the past, I have felt intimidated by the process of automation because I always thought it was an intensive, tedious process. I have come to learn that automation has done the exact […]
5 Steps to Developing your First Data Analytics Strategy
Those companies that view data as a strategic asset and develop robust data and analytics strategies are the ones that will succeed in this new data-driven world. Bernard Marr It is very easy to get caught up in the latest buzzword, jumping on the big data bandwagon without any clear direction on where you would […]
How to Analyse Google Sheets Data in Python Using EZSheets
It is quick and easy to start analysing Google Sheets data in Python using the EZSheets library. I typically write python scripts that automate the extraction and analysis of data stored in Google Drive. The best use case I have found for this is when using Google Forms. There are situations where you may be […]