karthik_p
Databricks Partner

@Alfredo Vallejos​ It looks you are using zip command, we need to use unzip command, can you please recheck

please find below curl snippet

%sh curl https://resources.lendingclub.com/LoanStats3a.csv.zip --output /tmp/LoanStats3a.csv.zip

unzip /tmp/LoanStats3a.csv.zip

karthik.p