Recent posts

Feature Scaling

5 minute read

Numerical data is already digestible by machine learning or mathematical formula. But it doesn’t mean that is no longer need feature engineering or preproces...

Handling Missing Values

11 minute read

Missing value in your data is pretty common in real life. In fact, the chance that at least one data point is missing increases as the data set size increase...

Stocks Finance Exercise

7 minute read

In this data project we will focus on exploratory data analysis of stock prices. Keep in mind, this project is just meant to practice your visualization and ...

Data Capstone Exercise

8 minute read

For this capstone project we will be analyzing some 911 call data from Kaggle. The data contains the following fields:

Python Crash Course Exercise 6

2 minute read

This day i will completing data visualization with Pandas Exercise. If you want to solve it all by yourself, you can download notebooks file here and sample ...

Python Crash Course Exercise 5

2 minute read

This day i will completing Matplotlib Exercise. If you want to solve it all by yourself, you can download notebooks file here

Python Crash Course Exercise 4

3 minute read

Today i will completing Pandas Exercise using SF Salaries. If you want to solve it all by yourself, you can download notebooks file here and dataset here

Python Crash Course Exercise 3

5 minute read

Today i will completing Pandas Exercise using Ecommerce Purchase. If you want to solve it all by yourself, you can download notebooks file here and dataset h...

Python Crash Course Exercise 2

4 minute read

Today i will completing Numpy Exercise. If you want to solve it all by yourself, you can download notebooks file here

Python Crash Course Exercise

2 minute read

This week I will dedicate my time to solve all exercise from Jose Portilla Python for Data Science Bootcamp. Today i will completing some exercise from Pytho...