Skip to content

DataFrame.LoadCsv should support URLs #5905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tracked by #6144
pgovind opened this issue Aug 18, 2021 · 1 comment
Open
Tracked by #6144

DataFrame.LoadCsv should support URLs #5905

pgovind opened this issue Aug 18, 2021 · 1 comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@pgovind
Copy link

pgovind commented Aug 18, 2021

Just logging an issue I encountered while using DataFrame. I wanted to read in the csv file living here: https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/01-01-2021.csv. However I first had to download the raw data, save it into a csv file and then read it into a DataFrame. I think there's room to make LoadCsv support URLs ending with .csv here to make the process cleaner.

@pgovind pgovind added the Microsoft.Data.Analysis All DataFrame related issues and PRs label Aug 18, 2021
@tombohub
Copy link

You can also load dataframe from csv string with DataFrame.LoadCsvFromString. Did you try?
it worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

No branches or pull requests

2 participants