Skip to content

LKEthridge/Data_Collection_and_Storage_-SQL-

Repository files navigation

Data_Collection_and_Storage_-SQL-

This was a Data Collection and Storage (SQL) project for TripleTen. πŸ‘©πŸ½β€πŸ’»

After parsing data from a website containing Chicago's weather records for November 2017, I used SQL to analyze taxi trip data by calculating ride counts for different taxi companies across various time periods, identifying popular companies and aggregating smaller ones into an "Other" category. I also retrieved identifiers for key neighborhoods (Loop and O'Hare), categorized weather conditions using CASE logic, and joined Saturday ride data from the Loop to O'Hare with the parsed weather records.

Using Python, this project analyzed passenger preferences, competitor performance, and weather impacts to provide fictional rideshare company Zuber with actionable insights for entering the competitive Chicago market. Key findings include identifying high demand in downtown neighborhoods, the need to differentiate from strong competitors like Flash Cab, and the impact of rain on ride duration for key routes. These insights would help Zuber optimize resource allocation, marketing, and pricing strategies to launch successfully in Chicago.

Skills Highlighted

πŸ’Ώ Data Collection and Storage πŸ‘©πŸ½β€πŸ’» Advanced SQL and Working with Databases πŸ”ͺ Data Slices βž• Aggregate Functions ⌨️ Grouping, Sorting, Processing, Converting, and Joining Data ❓ Subqueries πŸͺŸ Window Functions ⛏️ APIs, JSON, GET Requests, and Web Mining πŸ“† Operators and Functions for Working with Dates

Installation & Usage