Open EricSHo opened 5 days ago
This was caused by the PySheets server not passing along the request headers correctly. Looks like openintro.org really wants to see a "user-agent" header present on the request.
Thanks for reporting this issue. This now works on https://pysheets.app.
I tried to import a csv file into pysheets via the menu option File/Import and paste a URL
Or through script
pysheets.load_sheet("https://openintro.org/data/csv/acs12.csv")
Both ways encountered HTTPError.
The path has been checked using R; it can be read into a data frame.
I know there is a similar issue raised in #101.
I wanted to know alternative ways to load a file into pysheets if the abovementioned approach did not work.
Thanks, Eric.