Closed kotalbert closed 5 years ago
Tried using URL to data set:
pd.read_csv("https://www.cs.helsinki.fi/u/jttoivon/dap/data/fmi/kumpula-weather-2017.csv"
But this results in urllib error:
Failed: test.test_below_zero.BelowZero.test_called
<urlopen error [Errno -3] Temporary failure in name resolution>
Failed: test.test_below_zero.BelowZero.test_output
<urlopen error [Errno -3] Temporary failure in name resolution>
Failed: test.test_below_zero.BelowZero.test_value
<urlopen error [Errno -3] Temporary failure in name resolution>
Test results: 0/3 tests passed
Results the same both in Windows cmd and in WSL.