Matplotlib tutorial for beginners-5-How to read data from excel file (part-1)
[ad_1]
Video tutorial for beginners wanting to learn how to use matplotlib
In this series of Matplotlib tutorials with Python 2. We are going to be cover the module of Matplotlib data visualization. At the end of this series, you will be able to not only plot all different kind of charts such as line graphes, scatter plots and bar charts and pie charts, but also you will be able to read data from external files such as simple text files, scv files and excel files.
Get the sample code from https://github.com/sbenkorichi/Data-Exploration/
If you liked this video, share, like and, of course, subscribe!
Source
[ad_2]
For me, plt.plot(wh['height'], wh['weight']) shows keyerror even though I do have columns with that name
thank you for sharing
It was really useful. Thank You!
Can the same be run on google colab???
Hi can we plot the graph straight into the excel sheet?
I am getting this massage when i run the program..whats the problem is ..
"Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
======================= RESTART: C:/Python27/air26.py =======================
Traceback (most recent call last):
File "C:/Python27/air26.py", line 1, in <module>
import matplotlib.pyplot as plt
ImportError: No module named matplotlib.pyplot"
>>>
can we read only chart in the excel (instead of Data frame) and extract it to power point presentation if possible please do a video on it or answer it with the library
how do we plot for a specific range of rows like from row 10 to 25 for example
is ther a way to choose specific number of rows to perform mean,sum,etc
Thank you very good
Hi! Can we paste these graphs in outlook?
thank you so much, I was struggling on an assignment
good job!