Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ENH: New accessor to_zh #784

Merged
merged 23 commits into from
Dec 11, 2022
Merged

ENH: New accessor to_zh #784

merged 23 commits into from
Dec 11, 2022

Conversation

Zeroto521
Copy link
Owner

  • closes #xxxx
  • whatsnew entry
    >>> import dtoolkit
    >>> import pandas as pd
    >>> s = pd.Series(['漢', '字'])
    >>> s
    0    
    1    
    dtype: object
    >>> s.to_zh(locale="zh-cn")
    0    
    1    
    dtype: object

@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Merging #784 (9a0339e) into main (3eb6824) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #784   +/-   ##
=======================================
  Coverage   99.65%   99.66%           
=======================================
  Files         130      132    +2     
  Lines        1745     1766   +21     
  Branches      370      373    +3     
=======================================
+ Hits         1739     1760   +21     
  Misses          1        1           
  Partials        5        5           
Impacted Files Coverage Δ
dtoolkit/accessor/dataframe/__init__.py 100.00% <100.00%> (ø)
dtoolkit/accessor/dataframe/to_zh.py 100.00% <100.00%> (ø)
dtoolkit/accessor/series/__init__.py 100.00% <100.00%> (ø)
dtoolkit/accessor/series/to_zh.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Zeroto521 Zeroto521 added this to the 0.0.20 milestone Dec 10, 2022
@Zeroto521 Zeroto521 enabled auto-merge (squash) December 11, 2022 02:39
@Zeroto521 Zeroto521 merged commit bb38b34 into main Dec 11, 2022
@Zeroto521 Zeroto521 deleted the accessor/zhconv branch December 11, 2022 02:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant