Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to 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: #How #read #excel #file #Python
ADD COMMENT
Topic
Name
6+6 =