Question
1) Explain in your words the differences between Histogram and Bar chart. Generate random data (name it my_randData) containing both qualitative and quantitative data types.
1) Explain in your words the differences between Histogram and Bar chart. Generate random data (name it my_randData) containing both qualitative and quantitative data types. 1. What kind of data type is best suitable for both the histogram and Bar chart. 2. Plot these two plots on the my_randData. 3. Can you reorder bars in a Histogram? Explain it using the plot you created in step 2.
2) 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() 2. Give [0.25, 0.50, 0.75] as parameter to describe() function 3. What information does steps 1 and 2 provide and how are they different? 4. Now try the info() function. How is it different from describe()? 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.
Can you please these questions?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started