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