You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excel is one of the most popular data formats so it'd be great to have it supported like:
using UrlDownload
using DataFrames
url ="https://archive.ics.uci.edu/ml/machine-learning-databases/00352/Online%20Retail.xlsx"
df =urldownload(url) |> DataFrame
The text was updated successfully, but these errors were encountered:
Most popular package for excel files is XLSX.jl. Unfortunately, it doesn't support raw data. There is an issue felipenoris/XLSX.jl#26, but it is not resolved currently.
Most popular package for excel files is XLSX.jl. Unfortunately, it doesn't support raw data. There is an issue felipenoris/XLSX.jl#26, but it is not resolved currently.
Excel is one of the most popular data formats so it'd be great to have it supported like:
The text was updated successfully, but these errors were encountered: