As a continuation of the previous post on Python project ideas for Finance, I came up with more beginner-friendly ideas. … More
Tag: python
Data Visualization: Building A Bridge Between Data Analytics And Storytelling
When it comes to communicating the insights of data analysis, data visualization plays a crucial role. A comprehensive and visually … More
Billionaires’ Regression
It is always an open discussion – which factors contributed to the tremendous success of the richest people? In one … More
Five Stages of … Data Preprocessing
As a professional in data analytics, I spend a significant amount of time on data preprocessing before I can get … More
Getting started with Pandas
Pandas is by far my favourite module in Python as this was the starting point for my programming journey. When … More
Ten-Line Alternative to Web-Scraping
Typically, web-scraping can be done with integrated tools such as the read_html() command from the Pandas module. However, in some … More