8000 CLN: Assorted cleanups by jbrockmendel · Pull Request #30260 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CLN: Assorted cleanups #30260

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 23 commits into from
Dec 15, 2019
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
24e2ddd
CLN: pytables annotations and docstrings
jbrockmendel Dec 2, 2019
b16b4cc
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 2, 2019
ec7ddc5
sig cleanup
jbrockmendel Dec 2, 2019
f6d32d2
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 3, 2019
c4d90a2
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 3, 2019
3002f1f
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 3, 2019
069e966
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 4, 2019
ec6125a
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 5, 2019
a9b52ae
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 5, 2019
45b7ac3
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 5, 2019
9801a75
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 6, 2019
0a64173
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 6, 2019
1e11396
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 6, 2019
e40f054
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 6, 2019
009c893
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 12, 2019
17fa54b
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 12, 2019
74f31f2
CLN: assorted cleanups
jbrockmendel Dec 12, 2019
6ca4461
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 12, 2019
80d32e1
requested paramertization from #30222
jbrockmendel Dec 12, 2019
41a3f1a
docstrings
jbrockmendel Dec 13, 2019
554cb0d
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 13, 2019
560a6ef
Merge branch 'master' of https://github.com/pandas-dev/pandas into cl…
jbrockmendel Dec 13, 2019
8000
c6cd691
typo fixup
jbrockmendel Dec 13, 2019
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
typo fixup
  • Loading branch information
jbrockmendel committed Dec 13, 2019
commit c6cd691cec862a50f00ebc1d415eae4881f46e7c
2 changes: 1 addition & 1 deletion pandas/core/dtypes/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def maybe_promote(dtype, fill_value=np.nan):

Parameters
----------
dtype : np.dtype or ExceptionDtype
dtype : np.dtype or ExtensionDtype
fill_value : scalar, default np.nan

Returns
Expand Down
0