forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tmp #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v4...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed bug WrappedCythonOp * added test * added functions to test
…dev#51645) * ENH: add na_action to Categorical.map * add GH numbers * pre-commit issues * map Categorical with Series * REF: simplify .map * pass test_map * fix whatsnew * cleanups * pre-commit * deprecate Categorical.map(na_action=ignore) * fix docstrings * fix rebase * simplity implementation * fix warn * fix comments
Update link in user guide/style
…2257) * DEPR: Deprecate param convert_dtype in Series.Apply * fix StataReader * fix issue * Update pandas/core/series.py Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> * explain more in warning --------- Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Signed-off-by: Liang Yan <ckgppl_yan@sina.cn>
* PERF: concat_same_type for PeriodDtype * mypy fixup
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.9.0 to 2.12.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.9.0...v2.12.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#52211) * CI: Test pyarrow nightly instead of intermediate versions * Change format * Pin, remove hardcoded channel * Try pip * Fix some tests * Address more tests * Fix test condition * Fix another condidition * Cleanup name * Remove boto3
* add tests checking that non-4 digit years isoformat properly * zero-pad the year to 4 digits * adapt the constructor consistency tests * remove the constructor error message since that should not be raised anymore
…#52314) * BUG: DataFrame.corrwith raising for pyarrow-backed dtypes * whatsnew
…nd date_range (pandas-dev#52307) DOC: Include timedelta as freq
* DEPR: Passing a dictionary to SeriesGroupBy.agg * fixup * Remove dict, fixup * fixup frame docstring
* PERF: use non-copying path for Groupby.skew * DFGB * update tests * troubleshoot 32 bit builds * 32bit build * troubleshoot npdev build * troubleshoot npdev build * troubleshoot * troubleshoot victory * troubleshoot * group_skew in groupby.pyi * cython.cpow
* ENH: add math mode with parentheses * ENH: add math mode with parentheses II * ENH: add math mode with parentheses III * ENH: add an example to latex-math mode and a line to whatsnew * ENH: update docs for Styler: add description latex-math mode to escape * improve code style * add an example to test and correct _escape_latex_math
…v#52162) * clean up maintainers guide, remove outdated links to pandas-governance * fix indent --------- Co-authored-by: MarcoGorelli <>
…not to check index type (pandas-dev#52216) * Added check_categorical argument in assert_index_equal recursive call * Added test cases * Added whatsnew entry and mentioned issue number for test
Fix typo in developer's guide
…#52615) * REGR: DataFrame.resample fails on a frame with no columns * Use intp * revert * check dtype when non-empty * revert * Don't check dtype on Windows * Add comment * Use check_index_type
* DEPS: drop no 1.20 * update min version in doc * remove more compat * remove more compat, fix doc and ci * remove xfail in arrow test * fix pylint
* REF: de-duplicate Manager concat paths * comment * mypy fixup
* Added new tests to check that columns starting with underscore works with to_dict * blacked * implemented asset for the whole dictionnary
…this issue… (pandas-dev#52796) * Changed as requested in pandas-dev#52716 and added test for checking this issue pandas-dev#52749 * Changed as requested in pandas-dev#52716 and added test for checking this issue
…pandas-dev#52753) * Typing: Narrow down types of argument keep for nsmallest and nlargest * fixed formatting with black
CLN: clean is_int64_dtype wrt. deprecation
Co-authored-by: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
PDEP-6: Ban upcasting in setitem-like operations (pandas-dev#50424) --------- Co-authored-by: MarcoGorelli <> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Co-authored-by: Irv Lustig <irv@princeton.com>
CLN: managers._form_blocks
* CLN: assorted * typo fixup
…rd (GH 48526) (pandas-dev#48637) * BUG: Fixed repr type error when column in np.record * Reallocated the test to proposed destination and test the repr of the frame * Assert has gone missing due to merge conflict * Added new function that handles np.recarrays in _isna_array * Addes 2 more tests + refined _isna_recarray_dtype + formatting fixed * Reworked isna_recarray_dtype method + Added test for inf value * Pre-commit fix * Fixing typing * Fixed formatting * Fixed pyright error --------- Co-authored-by: RaphSku <rapsku.dev@gmail.com>
…andas-dev#52503) * Add more properties & attributes * Add issue number * Add xfails * Simplify days_in_month * Add tz_convert * Undo quarter * Add another issue * simplify is_quarter * undo test * simplify * fix is_quarter_end * Address is_month_end * Remove unused
…2614) * Add more str arrow functions * Finish functions * finish methods and add tests * Finish implementing * Fix >3.8 compat * Create helper function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.