fhdsl / DaSEH

🌼 Collection of materials to accompany the R25 funded "Data Science for Environmental Health" short course
https://daseh.org
MIT License
0 stars 1 forks source link

manipulating data lab #100

Open avahoffman opened 1 month ago

avahoffman commented 1 month ago

1.3 could probably be simplified

carriewright11 commented 1 month ago

yeah people got confused if they had tried one column and then it no longer worked to rename it again when they had more of the code. Maybe we just give them the code? or we could at least add troubleshooting tips though, also for 1.4 ... could add more to the hint about starts_with() and 1.6 quotes

avahoffman commented 1 month ago

also inconsistencies in the quotation marks for pivoting column names... what the heck

avahoffman commented 1 month ago

underscore in summary missing for antijoin

carriewright11 commented 1 month ago

underscore in summary missing for antijoin

I have that in another issue for the lecture

carriewright11 commented 1 month ago

also inconsistencies in the quotation marks for pivoting column names... what the heck

yeah - we could point people to the guide/walk people through the guide

carriewright11 commented 1 month ago

part 2 hint for 2.4 "index" confused some people maybe say column or variable instead... could also suggest the count function which would be a bit simpler

avahoffman commented 1 month ago

also inconsistencies in the quotation marks for pivoting column names... what the heck

yeah - we could point people to the guide/walk people through the guide

The issue is that I SWEAR it didn't used to work without quotes and now it does. So inconsistent and my major gripe with tidyverse :P

cansavvy commented 1 week ago

I'm not 100% sure where the biggest sticking points for the tidyverse quotations stuff. (but also totally agreed its a very annoying and inconsistent thing to teach!) But filing a PR and happy to add stuff if there's a strategy we want to use.