Uber Data Project Solution
You’re given 2 datasets: uber driver_trips and uber_driver_info. There are 2 ways to access this data. Go to any question on stratascratch.com and type `select * from uber_driver_trips` and `select * from uber_driver_info` in the code editor. Upload the files into a database. Instructions can be found on ICA#5 and the dataset files can be...