datawizard icon indicating copy to clipboard operation
datawizard copied to clipboard

Vignette about data wrangling using `{datawizard}`

Open IndrajeetPatil opened this issue 2 years ago • 3 comments

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

IndrajeetPatil avatar Mar 07 '22 07:03 IndrajeetPatil

@etiennebacher Are you interested in taking this one on?

IndrajeetPatil avatar Jun 26 '22 08:06 IndrajeetPatil

I can try to do something in the next days

etiennebacher avatar Jun 26 '22 14:06 etiennebacher

As mentioned by @etiennebacher (https://github.com/easystats/datawizard/pull/183#issuecomment-1172082275):

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

IndrajeetPatil avatar Jul 01 '22 08:07 IndrajeetPatil