AI Learning Python

AI & Python #8: Pandas Functions that Data Analysts Use 60% of the Time

According to Forbes, data scientists and analysts spend 60% of their time on cleaning and organizing data. This shows how important data cleaning and data wrangling are in a project. Data cleaning consists in cleaning the data we’ll use, so we don’t have incorrect, corrupted, duplicate, or incomplete data. Real-world data isn’t as clean as […]

AI & Python #8: Pandas Functions that Data Analysts Use 60% of the Time Read Post »

AI Learning Python

AI & Python #10: Automate 4 Boring Tasks in Python with 5 Lines of Code

Think of the most boring task you’ve ever done at work. Chances are, you can automate it with Python. You only need to open your favorite text editor and start writing code. However, you might struggle to automate some tasks more than others and end up wasting more time. What most people don’t know, however,

AI & Python #10: Automate 4 Boring Tasks in Python with 5 Lines of Code Read Post »

Scroll to Top