Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read excel file in python

import pandas as pd

df = pd.read_excel (r'Path where the Excel file is storedFile name.xlsx')
print (df)
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #read #excel #file #python
ADD COMMENT
Topic
Name
2+8 =