Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to read a excel file in python

conda install -c anaconda xlrd
#libarary that reads excel file
df = pd.read_excel (r'Path where the Excel file is storedFile name.xlsx', sheet_name='your Excel sheet name')
Source by zetcode.com #
 
PREVIOUS NEXT
Tagged: #read #excel #file #python
ADD COMMENT
Topic
Name
6+7 =