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

Vignette about data wrangling using {datawizard} #90

Open
IndrajeetPatil opened this issue Mar 7, 2022 · 3 comments
Open

Vignette about data wrangling using {datawizard} #90

IndrajeetPatil opened this issue Mar 7, 2022 · 3 comments
Assignees
Labels
docs 📚 Improvements or additions to documentation

Comments

@IndrajeetPatil
Copy link
Member

Basically, an article demonstrating how the package (to a limited extent) can do similar things as {dplyr} + {tidyr} workflow.

@IndrajeetPatil IndrajeetPatil added the docs 📚 Improvements or additions to documentation label Mar 7, 2022
@IndrajeetPatil
Copy link
Member Author

@etiennebacher Are you interested in taking this one on?

@etiennebacher
Copy link
Member

I can try to do something in the next days

@IndrajeetPatil
Copy link
Member Author

As mentioned by @etiennebacher (#183 (comment)):

I think a good example of a messy dataset could be to download a csv file from the World bank catalogue (not using the package WDI because it provides already cleaned data). We could use:

  • filtering to keep countries only (remove aggregates)
  • pivoting because it's one year per col
  • selecting, renaming and relocating for diverse things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📚 Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants