Find answers from the community

Updated 2 years ago

I am trying to embed xlsx document using

I am trying to embed xlsx document using - but I keep on getting error
AttributeError: 'PandasExcelReader' object has no attribute '_concat_rows'

PandasExcelReader = download_loader("PandasExcelReader")

loader = PandasExcelReader()
doc = loader.load_data(file=Path(f'data/US.xlsx'))

anyone knows about this pls ?
L
a
3 comments
Looks like a bug. I'll make a PR in a sec
made a PR. For now you can probably use pandas and directly load document objects if you want
Add a reply
Sign up and join the conversation on Discord