Skip to content
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

Fixture/doctest #40

Closed
wants to merge 19 commits into from
Closed

Fixture/doctest #40

wants to merge 19 commits into from

Conversation

mroeschke
Copy link
Owner

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

mroeschke and others added 19 commits January 28, 2024 23:54
…v#57026)

* TST: Interchange implementation for timestamp[ns][pyarrow]

* Check timestamp explicitly

* Use pytest.importorskip

---------

Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
…s.read_hdf, pandas.HDFStore.append (pandas-dev#57114)

* Resolve PR02 errors in docstrings: pandas.Series.interpolate, pandas.read_hdf, pandas.HDFStore.append

* Update code_checks.sh
Update missing_data.rst

Fix typo
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.4.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.16.2...v2.16.4)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…et_option, pandas.reset_option (pandas-dev#57117)

* Copy the signature from the implementation

* updated code_checs.sh
…ixed type index (pandas-dev#57101)

* fix regression in join with empty

* mypy

* move empty check
* CI: autouse add_doctest_imports

* add ref
…v#57134)

The smallest typo correction, "engine" lacked an "n".
…ev#57015)

* ambiguous takes bool as an argument, not bool-ndarray

ambiguous takes bool as an argument, not bool-ndarray

* Update pandas/core/generic.py

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>

* Update pandas/core/generic.py

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>

---------

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* ENH: Add skipna to groupby.first and groupby.last

* resample & tests

* Improve test

* Fixups

* fixup test

* Rework na_value determination
…7061)

* fix masked indexing regression

* fix test

* fix test

* dedup resizing logic

* add types
@mroeschke mroeschke closed this Feb 1, 2024
@mroeschke mroeschke deleted the fixture/doctest branch February 1, 2024 19:58
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.

None yet