Python

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 »

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 #7: Stop Overusing “+” to Join Strings in Python

One common task data analysts have to deal with when collecting and cleaning data is working with strings. This involves formatting as well as joining strings (also known as string concatenation). Joining strings in Python   is as simple as using the plus operator +. You’ve probably used the code below hundreds of times to join

AI & Python #7: Stop Overusing “+” to Join Strings in Python Read Post »

Scroll to Top