import pandas as pd
EXCEL_FILE = 'source.xlsx'
df= pd.read_excel(open(EXCEL_FILE, 'rb'),skiprows=3,index=False)
print(df)
For further actions, you may consider blocking this person and/or reporting abuse
import pandas as pd
EXCEL_FILE = 'source.xlsx'
df= pd.read_excel(open(EXCEL_FILE, 'rb'),skiprows=3,index=False)
print(df)
For further actions, you may consider blocking this person and/or reporting abuse
Abdur Rafay Saleem -
SomeB1oody -
Innovative Insight -
Innovative Insight -
Top comments (0)