This repository contains projects that have been done for Practicum Yandex100 training program.
project_sql_result_01.csv. It contains the following data:
company_name: taxi company name
trips_amount: the number of rides for each taxi company on November 15-16, 2017.
project_sql_result_04.csv. It contains the following data:
dropoff_location_name: Chicago neighborhoods where rides ended
average_trips: the average number of rides that ended in each neighborhood in November 2017.
start_ts: pickup date and time
weather_conditions: weather conditions at the moment the ride started
duration_seconds: ride duration in seconds
__
to find patterns in the available information for a new ride-sharing company that’s launching in Chicago. We will study ther following:
passenger preferences;
impact of external factors on rides.
Also we will test a hypothesis about the impact of weather on ride frequency.
__