From Hypothesis to Insights: A Step-by-Step Guide for people interested in Machine Learning Engineering
In this article I describe a series of steps that I learned through study and practise, each crucial for the success of ADSAI project. The steps are based on best […]...
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 […]...