pyjanitor-devs / pyjanitor

Clean APIs for data cleaning. Python implementation of R package Janitor
https://pyjanitor-devs.github.io/pyjanitor
MIT License
1.34k stars 166 forks source link

[DOC] Create R tidyverse to pyjanitor guide #412

Open benjaminjack opened 5 years ago

benjaminjack commented 5 years ago

Brief Description of Fix

Currently, the docs contain TidyTuesday examples that show some R tidyverse functions and compare them to pyjanitor functions. This information might be very useful for R users coming to python/pyjanitor.

I would like to propose a change, such that now the docs have a separate R tidyverse to pyjanitor guide, similar to the pandas doc that shows R functions and their pandas analog. This doc will also explain the subtle differences between the R and pyjanitor functions.

Relevant Context

sallyhong commented 5 years ago

Great idea! Let me know if you want to work on this! I think we can start with a table of contents!

benjaminjack commented 5 years ago

I'd love to work on it! Any suggestions on where I should put the new page in the docs? A separate .rst file, or under Examples in a notebook?

sallyhong commented 5 years ago

Personally, I would like a separate page, but @ericmjl can (and should) make the executive call on how to organize them.

emnemnemnem commented 5 years ago

This is a great idea! I would also be willing to help!

benjaminjack commented 5 years ago

If @sallyhong wants to assign this to me, I'll start working on it.

@emnemnemnem if you're still here at the sprints this afternoon, feel free to come find me and we can work on this together.

ericmjl commented 5 years ago

@benjaminjack, I don't have strong ideas on where it should go at the moment. Let's see what you've got, and if we need to move, we can make the move, perhaps?