1. Use Panda's scatter_matrix() function (docs) to plot a scatter matrix. Pass forestfire_df as input and figsize=(15, 15) as an additional argument.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
# TODO 1

plt.show()

forestfirescsv:

X Y month day FFMC DMC DC ISI temp RH wind rain area
0 7 5 mar fri 86.2 26.2 94.3 5.1 8.2 51 6.7 0.0 0.00
1 7 4 oct tue 90.6 35.4 669.1 6.7 18.0 33 0.9 0.0 0.00
2 7 4 oct sat 90.6 43.7 686.9 6.7 14.6 33 1.3 0.0 0.00
3 8 6 mar fri 91.7 33.3 77.5 9.0 8.3 97 4.0 0.2 0.00
4 8 6 mar sun 89.3 51.3 102.2 9.6 11.4 99 1.8 0.0 0.00
... ... ... ... ... ... ... ... ... ... ... ... ... ...
512 4 3 aug sun 81.6 56.7 665.6 1.9 27.8 32 2.7 0.0 6.44
513 2 4 aug sun 81.6 56.7 665.6 1.9 21.9 71 5.8 0.0 54.29
514 7 4 aug sun 81.6 56.7 665.6 1.9 21.2 70 6.7 0.0 11.16
515 1 4 aug sat 94.4 146.0 614.7 11.3 25.6 42 4.0 0.0 0.00
516 6 3 nov tue 79.5 3.0 106.7 1.1 11.8 31 4.5 0.0 0.00

517 rows × 13 columns

 

1. Use Panda's scatter_matrix() function (docs) to plot a scatter matrix. Pass forestfire_df as input and figsize=(15, 15) as an
additional argument.
1. Hint: If you are unfamiliar with passing arguments or keyword arguments in Python see this tutorial
2. Note: No TODO check here. Check your output with the below image.
Transcribed Image Text:1. Use Panda's scatter_matrix() function (docs) to plot a scatter matrix. Pass forestfire_df as input and figsize=(15, 15) as an additional argument. 1. Hint: If you are unfamiliar with passing arguments or keyword arguments in Python see this tutorial 2. Note: No TODO check here. Check your output with the below image.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Fundamentals of Distributed DBMS
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education