Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove feline-data_v2.csv #479

Closed
jcoliver opened this issue Mar 4, 2019 · 4 comments
Closed

Remove feline-data_v2.csv #479

jcoliver opened this issue Mar 4, 2019 · 4 comments
Labels
help wanted Looking for Contributors type:clarification Suggest change for make lesson clearer

Comments

@jcoliver
Copy link
Contributor

jcoliver commented Mar 4, 2019

Per #471, consider removing all references to the cats version 2 data.

@jcoliver jcoliver changed the title Remove catsv2 Remove feline-data_v2.csv Mar 4, 2019
@naupaka naupaka added help wanted Looking for Contributors type:clarification Suggest change for make lesson clearer labels Mar 4, 2019
@anuj2054
Copy link

anuj2054 commented Mar 6, 2019

Maybe just adding this code in the section where it asks us to download the file might help. I can add this to go along with flow of the episode and submit PR.

Or I can go ahead and delete the section about the feline_v2.csv and submit PR

cats <- data.frame(coat = c("calico", "black", "tabby","white"), 
                    weight = c(2.1, 5.0,3.2,2.1 or 2.2), 
                    likes_string = c(1, 0, 1,1))
write.csv(x = cats, file = "data/feline-data_v2.csv", row.names = FALSE)

@dkcoxie
Copy link

dkcoxie commented Sep 6, 2019

Taught this lesson for the first time and found the feline_v2.csv reference very confusing.

I think it should removed.

If a 'badly' behaved data frame is included, I think it would fit better as an example in an example in 02-project-intro, as something that can be downloaded, changed in a text editor, and then loaded into R to demonstrate the how best practices of project organization/data analysis can help them avoid errors/issues.

@jcoliver
Copy link
Contributor Author

We are making significant revisions to episodes 4 and 5 due to changes introduced by R 4.0. Please feel free to re-open as warranted.

@ericward
Copy link

ericward commented Sep 7, 2023

This still seems not to have been addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Looking for Contributors type:clarification Suggest change for make lesson clearer
Projects
None yet
Development

No branches or pull requests

6 participants