available for hackingenhancementhelp wanted
Metriche repository
- Star
- (1217 star)
- Metriche merge PR
- (Merge medio 2g 12h) (4 PR mergiate in 30 g)
Descrizione
The following is a list of functions missing from the PyJanitor library that are implemented in the R version. I think the aggregation and adornment can be put in their own submodules later.
To be implemented
Main Functions
- convert_to_NA.R
- clean_names.R
- excel_dates.R
- get_dupes.R
- remove_empties.R
- row_to_names.R
- use_first_valid_of.R
Aggregation
- as_and_untabyl.R
- print_tabyl.R
- tabyl.R
- top_levels.R
Adornment
- adorn_crosstab.R
- adorn_ns.R
- adorn_pct_formatting.R
- adorn_percentages.R
- adorn_rounding.R
- adorn_title.R
- adorn_totals.R
Won't be implemented
- round_half_up.R
- Probably don't need to implement this; the main reason it exists is because round(2.5) in R is 2, this makes round(2.5) == 3. For Python, round(2.5) == 3.
- make_clean_names.R
- Helper function for
clean_names.R - get_level_groups.R
- Helper function for
top_levels.R - crosstab.R
- Deprecated in favor of tabyl