pyjanitor-devs/pyjanitor

Remaining functions from R version

Open

#89 建立於 2018年12月13日

在 GitHub 查看
 (12 留言) (2 反應) (0 負責人)Python (164 fork)batch import
available for hackingenhancementhelp wanted

倉庫指標

Star
 (1,217 star)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 4 個 PR)

描述

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

Aggregation

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

貢獻者指南