8000 Makes NumericIndex constructor dtype aware by oguzhanogreden · Pull Request #29529 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Makes NumericIndex constructor dtype aware #29529

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 18 commits into from
Nov 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove tailing whitespace in whatsnew entry
  • Loading branch information
oguzhanogreden committed Nov 14, 2019
commit 68fe30438024f76e2b4cb2fd5d59a4186b857459
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Numeric
- Bug in :meth:`DataFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29142`)
- Improved error message when using `frac` > 1 and `replace` = False (:issue:`27451`)
- Bug in :class:`UInt64Index` precision loss while constructing from a list with values in the ``np.uint64`` range (:issue:`29526`)
-
-

Conversion
^^^^^^^^^^
Expand Down
0