'DataFrame' object has no attribute 'parse'
Lalit
Registered Posts: 1 ✭
getting this error while parse Excel file
Answers
-
Miguel Angel Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 118 Dataiker
Hi Lalit,
Indeed, pandas dataframe objects do not have a 'parse' attribute as we can see in their documentation: https://pandas.pydata.org/docs/reference/frame.html
Most likely, on processing the Excel file pd.read_excel was used instead of pd.ExcelFile