Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

TYP: add Number and IntOrStr annotation constants #465

Merged
merged 4 commits into from Mar 18, 2022
Merged

TYP: add Number and IntOrStr annotation constants #465

merged 4 commits into from Mar 18, 2022

Conversation

Zeroto521
Copy link
Owner

  • closes #xxxx

  • whatsnew entry

  • Number replace for int and float

  • IntOrStr replace for int and str, it could be column/index or axis

@Zeroto521 Zeroto521 enabled auto-merge (squash) March 18, 2022 09:11
@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #465 (f3db0ec) into main (69afb97) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #465   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          24       24           
  Lines         610      612    +2     
  Branches       81       81           
=======================================
+ Hits          607      609    +2     
  Misses          1        1           
  Partials        2        2           
Impacted Files Coverage Δ
dtoolkit/accessor/_util.py 100.00% <ø> (ø)
dtoolkit/accessor/series.py 100.00% <ø> (ø)
dtoolkit/geoaccessor/dataframe.py 100.00% <ø> (ø)
dtoolkit/geoaccessor/geodataframe.py 100.00% <ø> (ø)
dtoolkit/geoaccessor/geoseries.py 100.00% <ø> (ø)
dtoolkit/_typing.py 100.00% <100.00%> (ø)
dtoolkit/accessor/dataframe.py 98.76% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69afb97...f3db0ec. Read the comment docs.

@Zeroto521 Zeroto521 merged commit b22a9c7 into main Mar 18, 2022
@Zeroto521 Zeroto521 deleted the type branch March 18, 2022 11:11
@Zeroto521 Zeroto521 restored the type branch March 21, 2022 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant