Question: 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

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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!