From Hypothesis to Insights: A Step-by-Step Guide for people interested in Machine Learning Engineering
As a data scientist and machine learning (ML) engineer, transforming raw data into actionable insights is an exhilarating journey. This journey involves a series of well-defined steps, each crucial for […]...
How to create a DataFrame in Pandas from a list and add columns
Imagine we have a list and we want to be able to use it as a Pandas DataFrame in Python, how do we do that? And just for fun, I […]...
Reading a .csv file with Python and creating a DataFrame
In this chapter I will dive into reading the data in .csv file and creating a DataFrame. A .csv file stands for comma-separated value, so it simply contains a set […]...