Error when reading large Excel file Hey everyone :...
# datascience
j
Error when reading large Excel file Hey everyone 👋 I'm looking for help ingesting a large excel file into a dataframe. The attached images shows the error I'm seeing. Does anyone here know what to do? Further, what also baffles me, is that upon ingestion, the original file is being destroyed. Is this normal?
Fixed it. Just passed the path instead of a
File
as the first argument
👍 1
r
How big is the file, and how is your experience working with such amount of data in the Kotlin dataframe?
j
40.000 lines. Works good.
👍 1
n
Hi! Thank you for the report. Please try to reproduce the problem using this version:
%use dataframe(0.15.0-dev-4590)
. It should fix the problem for File