Shaiwal Sachdev edited untitled.tex  almost 8 years ago

Commit id: 3065bf6caa2e4f3c03ef0c2024de8f02f60a4f59

deletions | additions      

       

\textit\textbf{Data Given!}  We had data of NYC Taxi which is a huge dataset having information of large number of trips.Around 143 million rows in the dataset. Each row in the dataset contains   \begin{enumerate}  \item Latitude and Longitude of Pickup location 

\item location(combined the pickup and dropoff pair in string)  \item Timezone (From 0 to 23). Like Timezone 6 = Time between 5:30 am to 6:30 am  \end{enumerate}  \textbf{From this dataset we can get a list of Pickup-Dropoff pairs and for these pairs we can calculate the fare amount for companies like Uber,Lyft.  \\After this we can do fare comparison and also do analysis how UBER earns it revenue and also know more about the dynamic surcharge pricing.}