isdsucph / isds2021

Introduction to Social Data Science 2021 - a summer school course https://isdsucph.github.io/isds2021/
MIT License
22 stars 37 forks source link

Ex. 0.4.3 #21

Open miksozz opened 3 years ago

miksozz commented 3 years ago

I think I made the code work(almost), although there is this weird issue with assigning i = i+1, which should be the simplest of all cases...

Screenshot 2021-07-25 133507
joachimkrasmussen commented 3 years ago

Hi,

Start out by checking the following: How many instances of [ do you have relative to ] in the fourth line? This should always be the same.

Best, Joachim

miksozz commented 3 years ago

Now that's sorted out and a few things fixed, but now my loop just won't fill in the rows, and I don't understand why, can I ask for help with this matter?

Screenshot 2021-07-25 155407 new
miksozz commented 3 years ago

I found out. I was using the wrong concatenating function/method for dataframes: image