Shaiwal Sachdev edited untitled.tex  almost 8 years ago

Commit id: 5893c5a8bb34a6d2c2f70e022e618b50e26a3be6

deletions | additions      

       

\textit{Data \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 Latitude and Longitude of Dropoff location  \item Distance Travelled(tripdist)(in miles)  \item Duration of trip(duration)(seconds)  \item Fare(totamt)(US dollars),  \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.}  You can get started by \textbf{double clicking} this text block and begin editing. You can also click the \textbf{Text} button below to add new block elements. Or you can \textbf{drag and drop an image} right onto this text. Happy writing!