Question: 1. Load the Uber dataset using pd.read_csv and save it into the uber_data variable. A. Perform the following functions on my_data 1. Generate the output
1. Load the Uber dataset using "pd.read_csv" and save it into the "uber_data" variable. A. Perform the following functions on "my_data" 1. Generate the output of describe 0 2. Give [0.25,0.50,0.75] as parameter to describe 0 function 3. What information does steps 1 and 2 provide and how are they different? 4. Now try the info0 function. How is it different from describe0? B. List all the data types of the features. C. Plot the trips by the hours in a day. D. Find out the number of Trips by bases E. Create a heatmap of average rides in a day
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
