Is it possible to directly load an `.xlsx` file in...
# questions
m
Is it possible to directly load an
.xlsx
file into a Kedro
SparkDataSet
?
d
no pandas then transcode
you may be able to add some Jar to spark to make it work, but it’s way easier to do this way
esp when an Excel file has to be < 1M lines
m
Okay cool that’s what I’m doing now 👍
d
you may be able to add some Jar to spark to make it work, but it’s way easier to do this way
Yeah, plus IIRC performance reading with the Spark Excel connector isn't good anyway, so what's the point