1. The below transaction file has multple sheets in it. Now we are trying to read the Expense sheet name using python padas.
Syntax:
Readsheet= pd.read_excel(r'G:\DatascienceProjects\examples_datasets\transactions.xlsx', sheet_name = 'Expense') # Name of sheet to read from
#pd.read_excel()
Readsheet.head(3)
No comments:
Post a Comment