Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 4: ANSWER C & D Use pandas to read the CSV file iris.csv available at: https://www.dropbox.com/s/f9oypx9o7pbdcu5/iris.csv?dl=0 a) Store the second column of the file

Question 4: ANSWER C & D

Use pandas to read the CSV file iris.csv available at: https://www.dropbox.com/s/f9oypx9o7pbdcu5/iris.csv?dl=0

a) Store the second column of the file by eliminating the header into a variable and print its mean and its standard deviation. Provide a screenshot showing the execution.

b) Normalize the list obtained in Part a) by subtracting the mean and dividing by the standard deviation. Provide a screenshot showing the execution.

(c) Plot the data obtained in Part a). Provide a screenshot showing the execution.

(d) Create a normal distribution having the mean and the standard deviation of the data obtained in Part b). Provide a screenshot showing the execution.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions

Question

What is meant by systematic and unsystematic risk?

Answered: 1 week ago