I'm trying to import an excel sheet of an excel file (17 MB) with following code:
df = pd.read_excel(r'path/excel_file_name.xlsx', sheet_name='payments')
But after a couple minuts it appears a MemoryError. My laptop has 12gb of ram so I don't know what's going on...