Skip to content

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 1,005 commits into from
Jan 10, 2020
Merged

Sync Fork from Upstream Repo #2

merged 1,005 commits into from
Jan 10, 2020

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Jan 10, 2020

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

suzutomato and others added 30 commits December 30, 2019 20:53
…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)
* BUG: hash_pandas_object fails on array containing tuple #28969
… Use "typing.List" 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
* 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>
jorisvandenbossche and others added 26 commits January 8, 2020 21:57
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
* BUG: Handle nested arrays in array_equivalent_object
* STY: Spaces in wrong place
* Update NA repr

Closes #30415
* BUG: BooleanArray.value_counts dropna

Closes #30685
@sthagen sthagen merged commit e33d165 into sthagen:master Jan 10, 2020
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.