Find answers from the community

Updated 2 years ago

I am trying to embed xlsx document using

At a glance

The community member is trying to embed an XLSX document using a PandasExcelReader but is encountering an error AttributeError: 'PandasExcelReader' object has no attribute '_concat_rows'. Another community member suggests that this is a bug and they will create a pull request to address it. In the meantime, the community member is advised to use Pandas directly to load the document objects.

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