Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read data from excel and plot in python

import pandas as pd
import matplotlib.pyplot as plt
data = pd.read_excel('C:/Users/user/Documents/JCI.xlsx')
data.plot()
plt.show()
 
PREVIOUS NEXT
Tagged: #read #data #excel #plot #python
ADD COMMENT
Topic
Name
1+9 =