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
Mona M. Abd El-Rahman -
Hamza Khan -
Amartya Chowdhury -
Jamie -
Top comments (0)