Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
I am trying to embed xlsx document using
I am trying to embed xlsx document using
Inactive
0
Follow
a
aniket_tech
2 years ago
Β·
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
Share
Open in Discord
L
Logan M
2 years ago
Looks like a bug. I'll make a PR in a sec
L
Logan M
2 years ago
made a PR. For now you can probably use pandas and directly load document objects if you want
a
aniket_tech
2 years ago
thanks @Logan M
Add a reply
Sign up and join the conversation on Discord
Join on Discord