In order to get the best help, it is suggested to answer the following questions:
What is the goal you are trying to achieve?
Defining dataset in catalog.yaml file from Excel with multiple sheets. I want to concate all the sheets in the excel in to one dataset.
Example in pandas, we use
data = pd.concat(pd.read_excel(‘example.xlsx’, sheet_name=None),
ignore_index=True)
What have you tried, in order to accomplish the goal?
Not able to find reference
What version of Kedro are you using? (Use kedro -V
)
Kedro - 0.17.0
Do you have any custom plugins?
No
What is the full stack trace of the error (if applicable)