Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

DataFrame.plot.line() method: | dataframe line plot

# DataFrame.plot.line() method
#eg 
df['col'].plot.line()
plt.xlabel("X axis label")
plt.ylabel("Y axis label")
plt.show()
Source by app.dataquest.io #
 
PREVIOUS NEXT
Tagged: #dataframe #line #plot
ADD COMMENT
Topic
Name
3+5 =