abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

0.5.1 I don't understand the error I got #21

Closed fxj483 closed 4 years ago

fxj483 commented 4 years ago

Hi, I got a very complicated error for 0.5.1. Here is my code image This is the error I got, a super long error: image image image image

the weird thing is when I tried to re-execute my codes for exercise 0.4.1. The same error occurred while I have passed the assertation for exercise 0.4.1 before image

Thank you in advance!

TomGaut commented 4 years ago

Hey,

So you need to use the 'f' function in order to make the url function work properly. Instead of using (), check out the earlier example and notice that they use {}.

Hope it helps!

fxj483 commented 4 years ago

@TomGaut Thank you so much! I solved the problem by using the "f" function!