Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to read .xlsx file in python

READ .xlsx
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 #file #python
ADD COMMENT
Topic
Name
7+3 =