Categories
Data Science & Python

Maven Taxi Challenge

Recently I am working on a challenge. This challenge is chance to test my analytic skill and what I have learnt from the Udemy course on Machine Learning.

To start off with I performed a data analysis on the Taxi dataset using Jupiter note book. The data is cleaned up using python ‘s data frame library (The library can read CSV files and put into in rows and columns and manipulate them). In addition, I used python Mat plot library to represent the data in a scatter graph plot.

Below is what i have worked on so far.