Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help please i cant figure out whats wrong In [1] import matplotlib.pyplot as plt plt.style.use('ggplot') %matplotlib inline In [2] import numpy as np import pandas

help please i cant figure out whats wrong

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed

In [1] import matplotlib.pyplot as plt plt.style.use('ggplot') %matplotlib inline In [2] import numpy as np import pandas as pd import seaborn as sns plt.rcParams['figure.figsize'] = (12, 8) => In [3] data = pd.read_csv('bike_sharing_data.txt'); In [4]: data.head() Out[4]: Population Profit 0 6.1101 17.5920 1 5.5277 9.1302 2 8.5186 13.6620 3 7.0032 11.8540 13

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

Computer Performance Engineering 10th European Workshop Epew 2013 Venice Italy September 17 2013 Proceedings

Authors: Maria Simonetta Balsamo ,William Knottenbelt ,Andrea Marin

2013 Edition

3642407242, 978-3642407246

Students also viewed these Programming questions