Skip to content

Repr for Integer and Pandas Dtypes #24646

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

Merged
merged 1 commit into from
Jan 5, 2019

Conversation

TomAugspurger
Copy link
Contributor

>>> pd.PandasDtype("int64")
PandasDtype('int64')

>>> pd.Int32Dtype()
Int32Dtype()

>>> pd.UInt8Dtype()
UInt8Dtype()

>>> pd.PandasDtype("int64")
PandasDtype('int64')

>>> pd.Int32Dtype()
Int32Dtype()

>>> pd.UInt8Dtype()
UInt8Dtype()
@TomAugspurger TomAugspurger added this to the 0.24.0 milestone Jan 5, 2019
@codecov
Copy link

codecov bot commented Jan 5, 2019

Codecov Report

Merging #24646 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24646      +/-   ##
==========================================
+ Coverage   92.37%   92.37%   +<.01%     
==========================================
  Files         166      166              
  Lines       52379    52379              
==========================================
+ Hits        48386    48387       +1     
+ Misses       3993     3992       -1
Flag Coverage Δ
#multiple 90.8% <ø> (ø) ⬆️
#single 43.01% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/arrays/numpy_.py 93.51% <ø> (ø) ⬆️
pandas/core/arrays/integer.py 96.32% <ø> (ø) ⬆️
pandas/util/testing.py 88.09% <0%> (+0.09%) ⬆️

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 f074abe...7dc9133. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jan 5, 2019

Codecov Report

Merging #24646 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24646      +/-   ##
==========================================
+ Coverage   92.37%   92.37%   +<.01%     
==========================================
  Files         166      166              
  Lines       52379    52379              
==========================================
+ Hits        48386    48387       +1     
+ Misses       3993     3992       -1
Flag Coverage Δ
#multiple 90.8% <ø> (ø) ⬆️
#single 43.01% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/arrays/numpy_.py 93.51% <ø> (ø) ⬆️
pandas/core/arrays/integer.py 96.32% <ø> (ø) ⬆️
pandas/util/testing.py 88.09% <0%> (+0.09%) ⬆️

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 f074abe...7dc9133. Read the comment docs.

@jreback jreback added the Output-Formatting __repr__ of pandas objects, to_string label Jan 5, 2019
@jreback jreback merged commit c2d4a1a into pandas-dev:master Jan 5, 2019
@jreback
Copy link
Contributor

jreback commented Jan 5, 2019

thanks!

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
>>> pd.PandasDtype("int64")
PandasDtype('int64')

>>> pd.Int32Dtype()
Int32Dtype()

>>> pd.UInt8Dtype()
UInt8Dtype()
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
>>> pd.PandasDtype("int64")
PandasDtype('int64')

>>> pd.Int32Dtype()
Int32Dtype()

>>> pd.UInt8Dtype()
UInt8Dtype()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants