Documentation - notebook not working

db-avengers2rul
Contributor II

Dear Team,

While practising few examples i have noticed the below notebook is not fetching the full dataset and also no schema is fetched

https://docs.databricks.com/_static/notebooks/widget-demo.html

can you please re try and let me know the results

Note i am testing in community edition , however i see it's working also in community edition from one the demonstration from

https://www.youtube.com/watch?v=CMAk708_ZKg&list=PLwZT1TlFmsAblaVJaUidqajkm5s3KFVp6&index=8

Regards,

Rakesh

Hubert-Dudek
Databricks MVP

I think https://health.data.ny.gov/api/views/myeu-hzra/rows.csv was a public dataset, but now it shows authentication_required, so this error is independent of databricks.

But the good news is that I was able to generate a new URL on the New Your health page. Please try to replace it with https://health.data.ny.gov/api/views/jxy9-yhdk/rows.csv so it will be

response = urllib3.PoolManager().request('GET', 'https://health.data.ny.gov/api/views/jxy9-yhdk/rows.csv')


My blog: https://databrickster.medium.com/

many thanks @Hubert Dudek​ 

Great, it helped. Can you select my answer as the best one?


My blog: https://databrickster.medium.com/

View solution in original post