cis-ds / Discussion

Public discussion
10 stars 15 forks source link

questions on hw3 #205

Closed BaichenTan closed 2 years ago

BaichenTan commented 2 years ago

I am a little bit confused of the part ## Recode variables as you find necessary, what does this mean? what does recode mean? Does it mean to use different join() methods to create different tables for uses? Or does it mean to simplify the names of the variables so that some of them may not be too long? @bensoltoff

bensoltoff commented 2 years ago

I would suggest if you need to record or adjust columns, do it once at the beginning of the file. Especially if you use the same variable repeatedly, it's easier to modify it once rather than for each exercise.