forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync Fork from Upstream Repo #2
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
Conversation
This file contains hidden or 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
…except on GroupBy (#30556) * DOC: Document negative values on head(n), tail(n) except for GroupBy
* BUG: Change IntervalDtype.kind from None to "O"
* TST: added test for bug in groupby pct_change (GH30463)
….List" and specify generic parameters
… Use "typing.List" and specify generic parameters
…ing.Tuple" and specify generic parameters
…e "typing.Dict" and specify generic parameters
…c "Any". Use "typing.List" and specify generic parameters
…c "Any". Use "typing.List" and specify generic parameters
…g.List" and specify generic parameters
* TST: Regression testing for fixed issues
* PERF: Fixed performance regression in Series init Closes #30564 * avoid calling
* XFAIL Tests * XFAIL Tests * Update as per brock suggestion * unpin beautiful soup version * Dont xfail for bs4 < 4.8.0 * Remove slow tests from allowed failures * black pandas
Add StataWriter with unicode support Co-authored-by: Tom Augspurger <TomAugspurger@users.noreply.github.com> Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…ther deprecation tests (#30799)
* BUG: Handle nested arrays in array_equivalent_object
* DOC: Fix indent
* STY: Spaces in wrong place
* Update NA repr Closes #30415
… of levels (#30838) * added missing fill_na parameter
* BUG: BooleanArray.value_counts dropna Closes #30685
* BUG: validate Index data is 1D
sthagen
pushed a commit
that referenced
this pull request
Dec 12, 2021
sthagen
pushed a commit
that referenced
this pull request
Aug 21, 2022
… field today/now shown in error (pandas-dev#47860) * Revert "addressing reviews CL#1" This reverts commit 69dc2d4. * Added improvements in to_datetime Error reporting message - incorrect field now/today shown as error * Added improvements in to_datetime Error reporting message - incorrect field now/today shown as error * added testcase * adding position info & updated testcase * precommit format changes * addressing review comments * addressing review comments * addressing review comments * addressing review comments * addressing review comments #2 * addressing review comments
sthagen
pushed a commit
that referenced
this pull request
Mar 9, 2024
* Add return info for nsmallest method * Add result info on nunique. * Add return information to pipe method. * Add return information for boxplot method * Add return information for kde plot. * Add result information for scatter plot. * Remove resolved methods from ignore_functions parameter * Reinsert method to code checker which was erroneously removed.
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.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff