Exploring and Visualizing The Data Exploring your data using different types of visualizations is always a good practice when doing EDA. You'll start by plotting a histogram of the target column (w) so you can see the distribution of wins. [79] 1 #importing matplotlib

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter8: Working With Trendlines, Pivottables, Pivotcharts, And Slicers
Section: Chapter Questions
Problem 8EYW
icon
Related questions
Question

Question Aa

python please for the commented steps. 

✓
Os
Os
Exploring and Visualizing The Data
Exploring your data using different types of visualizations is always a good practice when doing EDA.
You'll start by plotting a histogram of the target column (w) so you can see the distribution of wins.
[79]
[ ]
[]
1 #importing matplotlib
2
3 import matplotlib.pyplot as plt
4 %matplotlib inline.
5
6 #### the statement below ask matplotlib to use the 'ggplot' style
7 #### you should consider using that
8
plt.style.use('ggplot')
1 #### Complete your code below
2 #### create a histogram `hist()` over the column `df [ 'W']`
3
4 #### adding elements to your visualization to increase the readability
5 #### you should always have title and axis name (s) in your visualization
6 #### name your x-axis label as `Wins`
7
8
9 #### name your visualization title as `Distribution of Wins`
10
11
12 #### show your visualization
13
1 #### We can also check the descriptive stats of `df [ 'W']` using `.describe()
2
Transcribed Image Text:✓ Os Os Exploring and Visualizing The Data Exploring your data using different types of visualizations is always a good practice when doing EDA. You'll start by plotting a histogram of the target column (w) so you can see the distribution of wins. [79] [ ] [] 1 #importing matplotlib 2 3 import matplotlib.pyplot as plt 4 %matplotlib inline. 5 6 #### the statement below ask matplotlib to use the 'ggplot' style 7 #### you should consider using that 8 plt.style.use('ggplot') 1 #### Complete your code below 2 #### create a histogram `hist()` over the column `df [ 'W']` 3 4 #### adding elements to your visualization to increase the readability 5 #### you should always have title and axis name (s) in your visualization 6 #### name your x-axis label as `Wins` 7 8 9 #### name your visualization title as `Distribution of Wins` 10 11 12 #### show your visualization 13 1 #### We can also check the descriptive stats of `df [ 'W']` using `.describe() 2
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning