Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pandas

pandas is a data wrangling platform for Python that provides easy-to-use data ingestion, transformation, and export functions.
Collective - Host: numfocus - https://opencollective.com/pandas - Website: https://pandas.pydata.org - Code: https://github.com/pandas-dev

Remove pandas.core.resample.Resampler.fillna, pandas.core.groupby.SeriesGroupBy.describe, pandas.DataFrame.last, pandas.DataFrame.plot.hist from ci/code_checks.sh (#56829)

github.com/pandas-dev/pandas - 600e06a86a488fec6d56e4a03a8870b1016ff86b authored 12 months ago by Jordan Murphy <[email protected]>
BUG fix for date_range 56134 (#56831)

github.com/pandas-dev/pandas - d5bd1f7eb42c1ffa11261be0bf222bf8a99366b1 authored 12 months ago by jrmylow <[email protected]>
COMPAT: Fix warning with numba >= 0.58.0 (#55327)

* COMPAT: Fix warning with numba >= 0.58.0

* Update numba_.py

* [pre-commit.ci] auto fixes...

github.com/pandas-dev/pandas - 5955ca6645e45d23c978076ab8e556cb91ef124c authored 12 months ago by Thomas Li <[email protected]>
CI: Fix failing builds (#56818)

* CI: Fix failing builds

* Update test_read_errors.py

github.com/pandas-dev/pandas - 50a43b41e207bececdffa64349e2de21c8e0fd2d authored 12 months ago by Thomas Li <[email protected]>
TST/CLN: Tests parametrizations 3 (#56745)

* TST/CLN: Tests parametrizations

* Fix typos

* fix typos

* Add pytest

github.com/pandas-dev/pandas - 6912d5078775a74455e37043a8d9b2f775af1893 authored 12 months ago by Matthew Roeschke <[email protected]>
TST/CLN: Test parametrizations 2 (#56738)

* TST/CLN: Test parametrizations

* Fix typos

* Fix warnings

github.com/pandas-dev/pandas - 3b13e8aabd0eee9f053fdd7620952e22f2979059 authored 12 months ago by Matthew Roeschke <[email protected]>
PERF: Index.take to check for full range indices (#56806)

* Index.take to check is_range_indexer

* whatsnew

* MultiIndex.take to check is_range_inde...

github.com/pandas-dev/pandas - 17cdcd9301c38cb11013d0fd79a16c2898488c63 authored 12 months ago by Luke Manley <[email protected]>
BUG: Change the prompt on non list record path errors (PR: #56405) (#56802)

change the prompt on non list record path errors

github.com/pandas-dev/pandas - f87680d1faa1c60e446e9457a010a3540600db13 authored 12 months ago by xiaohuanlin <[email protected]>
Bug: Interchange protocol implementation does not allow for empty string columns (#56788)

* Handle non-string object dtypes in DataFrame interchange protocol

* Add test

* Add 'what...

github.com/pandas-dev/pandas - 8462515e9603398ba990746bfc144c834a2b5422 authored 12 months ago by yashb <[email protected]>
Revert "DEPR: make_block (#56422)" (#56481)

This reverts commit b0ffccd489badea508d0a83431f1aea019e294b7.

github.com/pandas-dev/pandas - 1acf0d6649e321c18120d21058cf9d3752149fe7 authored 12 months ago by Joris Van den Bossche <[email protected]>
Removed describe, loc and iloc methods from code_checks.sh (#56808)

removed pandas.DataFrame.describe,pandas.DataFrame.loc and pandas.DataFrame.iloc from code_check...

github.com/pandas-dev/pandas - 752dede615d18adb686a2f1ad96141100df1f699 authored 12 months ago by Deekshita <[email protected]>
DEPR: the method is_anchored() for offsets (#56594)

github.com/pandas-dev/pandas - f40475f896a94eabaf36e7782a634d11a7349457 authored 12 months ago by Natalia Mokeeva <[email protected]>
DOC: missing closing bracket (#56811)

added missing bracket

github.com/pandas-dev/pandas - 1381f703d834c5bc439c6b5bd3729bc3d6e91c2d authored 12 months ago by Vrashank Shetty <[email protected]>
ENH: Implement interpolation for arrow and masked dtypes (#56757)

* ENH: Implement interpolation for arrow and masked dtypes

* Fixup

* Fix typing

* Update

github.com/pandas-dev/pandas - 5fc2ed2703a1370207f4ebad834e665b6c2ad42f authored 12 months ago by Patrick Hoefler <[email protected]>
BUG raise pdep6 warning for loc full setter (#56146)

github.com/pandas-dev/pandas - fce520d45a304ee2659bb4156acf484cee5aea07 authored 12 months ago by Marco Edward Gorelli <[email protected]>
DOC: add to to_offset the missing parameter is_period and examples (#56789)

add missing parameter is_period and examples to to_offsets

github.com/pandas-dev/pandas - c84f9890fcf03481c686aca60ca3296761f91893 authored 12 months ago by Natalia Mokeeva <[email protected]>
ENH: Add case_when method (#56059)

github.com/pandas-dev/pandas - e3a55a4cbfc83ec4ab1bcf73a1a0ec96e670903a authored 12 months ago by Samuel Oranyeli <[email protected]>
Support large strings in interchange protocol (#56772)

* Support large strings in interchange protocol

* Update test_impl.py

* fixup buffer dtype...

github.com/pandas-dev/pandas - f0cdc7c2c60c91c35f08766be88791a59b24ee01 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: merge not sorting for new string dtype (#56442)

* BUG: merge not sorting for new string dtype

* Fixup

* Update test_multi.py

* [pre-com...

github.com/pandas-dev/pandas - b7e2202459eadc9dd599cbe58251ecc930798b97 authored 12 months ago by Patrick Hoefler <[email protected]>
TST/CLN: Remove unnecessary copies in tests (#56749)

github.com/pandas-dev/pandas - b293fac4789256ed2fd94e7cf74ae0e7eddd04f2 authored 12 months ago by Matthew Roeschke <[email protected]>
TST/CoW: expand test for chained inplace methods (#56402)

* TST/CoW: expand test for chained inplace methods

* fix test for older python

---------
...

github.com/pandas-dev/pandas - 8cb60d0e229c1e2ca3661961e98e3365eb65336d authored 12 months ago by Joris Van den Bossche <[email protected]>
TST: Don't ignore tolerance for integer series (#56724)

github.com/pandas-dev/pandas - 3df57711b15fc7a596fab6cb7719197c207b0a7d authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: IntervalIndex.from_tuples raising with masked subtype (#56766)

github.com/pandas-dev/pandas - 66137849fa3e621d0d04a023c8d3d6f9d6350829 authored 12 months ago by Patrick Hoefler <[email protected]>
DEPR: utcnow, utcfromtimestamp (#56680)

* DEPR: utcnow, utcfromtimestamp

* GH ref

* update tests

github.com/pandas-dev/pandas - 764b1ef6f5340cf580573981291128975449d7a4 authored 12 months ago by jbrockmendel <[email protected]>
BUG: to_stata not handling ea dtypes correctly (#56771)

* BUG: to_stata not handling ea dtypes correctly

* Fixup

github.com/pandas-dev/pandas - e619d0872fb4238853bce3c4df1f7e5a7f5d7d06 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: Series.round raising for nullable bool dtype (#56767)

* BUG: Series.round raising for nullable bool dtype

* Fix typing

github.com/pandas-dev/pandas - fa7451758f8b8542d774fa7d473bedace7ef4918 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: replace matching Floats with bools for ea dtypes (#56769)

github.com/pandas-dev/pandas - d8e952949b7d325862d11289dad69da3e15b1435 authored 12 months ago by Patrick Hoefler <[email protected]>
CI: Allow no argument in code_checks (#56751)

github.com/pandas-dev/pandas - 04b45b10b1e46780a903e03f885163bc06d4aa8a authored 12 months ago by Richard Shadrach <[email protected]>
BUG: fix subclass metadata preservation in groupby column selection (#56761)

github.com/pandas-dev/pandas - 99db9aff1441383e9832ad4ce20e37a1ea3f13c7 authored 12 months ago by Joris Van den Bossche <[email protected]>
Added validation check for integer value for series.df (#56688)

* Adding check on integer value of periods issue#56607

* Adding check on integer value of the...

github.com/pandas-dev/pandas - 7d61e32bb05762c97c978ebfaf59063b81ab9db7 authored 12 months ago by Prathamesh <[email protected]>
TST/CLN: Test parametrizations (#56737)

github.com/pandas-dev/pandas - d711b1d2ff9ee2c3faf0e118535d3d6218886a9d authored 12 months ago by Matthew Roeschke <[email protected]>
STY: Enable ruff pytest checks (#56671)

* Enable PT001

* Add PT002

* Add PT003

* ignore 4 and 5

* Ignore 6, 7, 8

* Ignore...

github.com/pandas-dev/pandas - c25ed5dc8ff88f72ebb3afb67bc95d07ee8ac93c authored 12 months ago by Matthew Roeschke <[email protected]>
TST: Scope pytest.raises closer to failing line (#56746)

github.com/pandas-dev/pandas - 9a05458340b0b44c0dbc22a50d7cc1de19d5652d authored 12 months ago by Matthew Roeschke <[email protected]>
Fix integral truediv and floordiv for pyarrow types with large divisor and avoid floating points for floordiv (#56677)

* avoid floating points for integral floor division

* comment

* typo

* gh reference

...

github.com/pandas-dev/pandas - a311f77b1d08ab8d6abfed42cc673422d36d8575 authored 12 months ago by rohanjain101 <[email protected]>
DOC: Modified docstring of DataFrame.to_dict() to make the usage of orient='records' more clear (#56743)

* 'Modified docstring of Dataframe.to_dict() to make the usage orient='records' moreclear

* ...

github.com/pandas-dev/pandas - 68dbf6eb9be795f36008edf48b01833521399b4a authored 12 months ago by Huanghz2001 <[email protected]>
TST/CLN: Reuse more fixtures (#56726)

github.com/pandas-dev/pandas - b2bca5e96545c8b9fb50dbc45ffd71eb71bd2306 authored 12 months ago by Matthew Roeschke <[email protected]>
fix: add pytest-qt deps to dockerfile (#56731)

github.com/pandas-dev/pandas - 8fb8b9fbbe04733336e48503dbfe5abdea8ac0c1 authored 12 months ago by Edward FANG <[email protected]>
DOC: Update docstring for read_excel (#56543)

github.com/pandas-dev/pandas - 70fc17444be82a8e07bfc1b69088379b79a3653b authored 12 months ago by Patrick Hoefler <[email protected]>
STY: Use ruff instead of black for formatting (#56704)

* STY: Use ruff instead of black for formatting

* mypy

* move pylint

* Remove trailing ...

github.com/pandas-dev/pandas - 2522b0ab1b803396a3d8dbc0c936d9b64e239bcf authored 12 months ago by Matthew Roeschke <[email protected]>
DOC: Fixup read_csv docstring (#56721)

github.com/pandas-dev/pandas - c4b6bed5346521617b8361801cad0bf854c40994 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: dictionary type astype categorical using dictionary as categories (#56672)

github.com/pandas-dev/pandas - 1dcdffda1a2b15036a82e677c82ba0fdc281fff5 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: Add limit_area to EA ffill/bfill (#56616)

github.com/pandas-dev/pandas - 9e87dc76302ea3fe860aa0befade87ec1c50496d authored 12 months ago by Richard Shadrach <[email protected]>
DOC: Corrected typo in warning on coerce (#56699)

* Corrected typo in warning on coerce

* Correct typo in v2.1.0.rst as well

github.com/pandas-dev/pandas - a9eb9f2c5f0a5d6637f8332b646d48abd28a2edb authored 12 months ago by aaron-robeson-8451 <[email protected]>
TST/CLN: Reuse more existing fixtures (#56709)

github.com/pandas-dev/pandas - 2542674ee9ec02b37a41d69568be3f1113f95885 authored 12 months ago by Matthew Roeschke <[email protected]>
TST/CLN: Use more shared fixtures (#56708)

github.com/pandas-dev/pandas - cc2f1a6e95fefe1d1542562af32fa9ecd81c7866 authored 12 months ago by Matthew Roeschke <[email protected]>
Bug pyarrow implementation of str.fullmatch matches partial string. issue #56652 (#56691)

* BUG-Pyarrow-implementation-of-str.fullmatch-matches-partial-string.-Issue-#56652

changed ar...

github.com/pandas-dev/pandas - dc94b987a0c6920c0e14351372a374d566313cef authored 12 months ago by JackCollins91 <[email protected]>
add test for concating tzaware series with empty series. Issue: #34174 (#56685)

github.com/pandas-dev/pandas - d64785db22a74a6aa3f1765b2f4ac3a8cc568a92 authored 12 months ago by xiaohuanlin <[email protected]>
TST/CLN: Remove more seldom used fixtures (#56625)

* Remove conftest in indexing

* Use less idx fixture in multi

* Remove other seldom used f...

github.com/pandas-dev/pandas - 0c23e18c730ed8f35ae8d254455be84568b81578 authored 12 months ago by Matthew Roeschke <[email protected]>
TYP: mostly Hashtable and ArrowExtensionArray (#56689)

* TYP: mostly Hashtable and ArrowExtensionArray

* fix mypy stubtest

* and return types for...

github.com/pandas-dev/pandas - 486b44078135a3a2d69a4d544cfec7ad3f5a94fa authored 12 months ago by Torsten Wörtwein <[email protected]>
TST/CLN: Reuse top level fixtures instead of parametrizations (#56583)

* Clean up axis fixtures

* Use top level dropna/observed fixture

* Use top level sort fixt...

github.com/pandas-dev/pandas - dffa51f20de52914b5edd4a62eada3af64535081 authored 12 months ago by Matthew Roeschke <[email protected]>
[ENH]: Expand types allowed in Series.struct.field (#56167)

* [ENH]: Expand types allowed in Series.struct.field

This expands the set of types allowed by...

github.com/pandas-dev/pandas - 471690fcbfc6191b02c97a425146fc86405df108 authored 12 months ago by Tom Augspurger <[email protected]>
DOC: Explicit how 'cond' is updated on 'where' (#56286)

DOC: Make explicit how 'cond' is update on 'where'

github.com/pandas-dev/pandas - bd331ed8669b60faf3a2bbff0f0574466b413bde authored 12 months ago by Marco Aurélio A. Barbosa <[email protected]>
Fix compatibility with latest pyright (#847)

* Fix compatibility with latest pyright

* Remove 0 default and update pyright version

github.com/pandas-dev/pandas-stubs - 56eafc1ee579bfc3a145c71ec5deb0d5dd7b00ba authored 12 months ago by Ali Hamdan <[email protected]>
DOC: Add whatsnew for concat regression (#56312)

* DOC: Add whatsnew for concat regression

* move whatsnew

* Update v2.2.0.rst

github.com/pandas-dev/pandas - 86ad444cff7da73d4df6351fda763fd10420e4b1 authored 12 months ago by Thomas Li <[email protected]>
CLN: NEP 50 followups (#56682)

github.com/pandas-dev/pandas - 451f1069bde6c6dfb1b09acbc45ddb1c945770b5 authored 12 months ago by Thomas Li <[email protected]>
STY: Use ruff instead of pygrep check for future annotation import (#56666)

github.com/pandas-dev/pandas - 522ba17d5cec950e8acca5a9fbc438c8094e4283 authored 12 months ago by Matthew Roeschke <[email protected]>
TYP: more misc annotations (#56675)

* TYP: more misc annotations

* workaround for Generic

* fix drop

github.com/pandas-dev/pandas - 6703fece160e49970cb931bf679d23e2750974d0 authored 12 months ago by Torsten Wörtwein <[email protected]>
TYP: misc annotations (#56667)

github.com/pandas-dev/pandas - 37975ebafae0ded16951a23d027ba63d23dca349 authored 12 months ago by Torsten Wörtwein <[email protected]>
CI: Run jobs on 2.2.x branch (#56664)

github.com/pandas-dev/pandas - 0821b487fa90d8ebd94745b1fda26b0fb2163fbd authored 12 months ago by Matthew Roeschke <[email protected]>
BUG: assert_series_equal not properly respecting check-dtype (#56654)

github.com/pandas-dev/pandas - 054b4477a7009bcc60542ebc56a345f8024dd58e authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: rolling with datetime ArrowDtype (#56370)

* BUG: rolling with datetime ArrowDtype

* Dont modify needs_i8_conversion

* More explicit ...

github.com/pandas-dev/pandas - 55b969b11cea1f8d96aa85955a0bf41330bb716e authored 12 months ago by Matthew Roeschke <[email protected]>
CLN/TST: Resample fixtures (#56608)

* Make parameterizations more explicit

* All tests passing

github.com/pandas-dev/pandas - 58ba00060d661978d4060ef48964678543296b17 authored 12 months ago by Matthew Roeschke <[email protected]>
DOC: Add optional dependencies table in 2.2 whatsnew (#56641)

github.com/pandas-dev/pandas - f1f17d37d3f44e1ec70e77e40f2cc842b506db00 authored 12 months ago by Matthew Roeschke <[email protected]>
CoW: Boolean indexer in MultiIndex raising read-only error (#56635)

* CoW: Boolean indexer in MultiIndex raising read-only error

* Fixup

* Add whatsnew

github.com/pandas-dev/pandas - 1888df327830b913fbc6b12a842716b31d8791c0 authored 12 months ago by Patrick Hoefler <[email protected]>
BUG: Added raising when merging datetime columns with timedelta columns (#56613)

github.com/pandas-dev/pandas - 4f5ea697152ba4867c4922560978f7d91f29eb67 authored 12 months ago by Huanghz2001 <[email protected]>
DOC: Add whatsnew for 2.3.0 (#56634)

* DOC: Add whatsnew for 2.3.0

* changes from code review

github.com/pandas-dev/pandas - b7f3db04ebac1076fc04f3ffd50e501416d7c176 authored 12 months ago by Thomas Li <[email protected]>
ENH: Implement dt methods for pyarrow duration types (#56650)

github.com/pandas-dev/pandas - fa23008c74412ecc8a8428af1970fc78bfd156f4 authored 12 months ago by Matthew Roeschke <[email protected]>
BUG: floordiv fix for large values (#56647)

github.com/pandas-dev/pandas - 2a6368e0ab638dc59d06c7579c894778b68a3340 authored 12 months ago by rohanjain101 <[email protected]>
BUG: Series.to_numpy raising for arrow floats to numpy floats (#56644)

* BUG: Series.to_numpy raising for arrow floats to numpy floats

* Fixup

github.com/pandas-dev/pandas - 62dbbe6713b6467ff10673eb10adaf4342e67780 authored 12 months ago by Patrick Hoefler <[email protected]>
TYP: Fix some PythonParser and Plotting types (#56643)

* TYP: fix some annotations

* pyupgrade

github.com/pandas-dev/pandas - 8872b9e01dfbb2c632b7b404b7d0e4fc2a1d9db6 authored 12 months ago by Torsten Wörtwein <[email protected]>
Version 2.1.4.231227

github.com/pandas-dev/pandas-stubs - 9de765a09f03ee1fba0d822d54729124eb689e3b authored 12 months ago by Irv Lustig <[email protected]>
DOC: Minor fixups for 2.2.0 whatsnew (#56632)

github.com/pandas-dev/pandas - 8b77271393efc678b9897e009c3201e6eeef57fc authored 12 months ago by Richard Shadrach <[email protected]>
REF: check monotonicity inside _can_use_libjoin (#55342)

* REF: fix can_use_libjoin check

* DOC: docstring for can_use_libjoin

* Make can_use_libjo...

github.com/pandas-dev/pandas - ee8f3358007bb515cefa78726d012a52ab54b634 authored 12 months ago by jbrockmendel <[email protected]>
DOC: Fixup CoW userguide (#56636)

github.com/pandas-dev/pandas - 44330e85d0698e787d8a8196e5f8e74d69cbf4e0 authored 12 months ago by Patrick Hoefler <[email protected]>
ENH: Update CFF with publication reference, Zenodo DOI, and other details (#56589)

Add McKinney (2010) reference, DOI, team website, & more keywords

github.com/pandas-dev/pandas - bad7db4ae807ef9c03677f5923344d80d24db570 authored 12 months ago by Caden Gobat <[email protected]>
TYP: more simple return types from ruff (#56628)

TYP: more return types from ruff

github.com/pandas-dev/pandas - 7cba64ee3c10eabc2fc88ce4b52877d6e0e17f3a authored 12 months ago by Torsten Wörtwein <[email protected]>
PERF: resolution, is_normalized (#56637)

PERF: resolution

github.com/pandas-dev/pandas - 0643a1816aa86811885270397454f49995a07d64 authored 12 months ago by jbrockmendel <[email protected]>
TST: Remove arraymanager markers (#56626)

github.com/pandas-dev/pandas - 3c15cfdf0e961c4e8f74a205bac6d34e0930f988 authored 12 months ago by Matthew Roeschke <[email protected]>
Type `args` and `kwargs` in `pipe` (#823)

* Test dataframe pipe typing

* Test series pipe typing

* Remove pipe annotations from Data...

github.com/pandas-dev/pandas-stubs - 117e97a415311f5f7324a3987236c977b03c0040 authored 12 months ago by Paulo S. Costa <[email protected]>
itertuples (#842)

* Fix itertuples

* _PandasNamedTuple

* 3.9

* adjust old test

* return Scalar

github.com/pandas-dev/pandas-stubs - a370cab05e3a7e9f270ff5ee7e08207db118b18b authored 12 months ago by Torsten Wörtwein <[email protected]>
Upgrade pyright to 1.1.343 (#845)

Pin pyright to >=1.1.343

github.com/pandas-dev/pandas-stubs - 888c3cc4feaa2e6137ac586aba31b09a4da6bb38 authored 12 months ago by Paulo S. Costa <[email protected]>
TYP: some return types from ruff (#56617)

* TYP: some return types from ruff

* fix CI

* and another one

* adjust pre-commit

github.com/pandas-dev/pandas - 12d69c8b5739e7070b8ca2ff86587f828c9a96c0 authored 12 months ago by Torsten Wörtwein <[email protected]>
DEPR: Remove array manager branches from tests (#56621)

github.com/pandas-dev/pandas - f1de9c74bf49249e4890d768569729d157f5ae11 authored 12 months ago by Patrick Hoefler <[email protected]>
OffsetSeries inherits from Series[BaseOffset] (#844)

github.com/pandas-dev/pandas-stubs - 146cf236be3f8a198d00d45371dfc5568f543d09 authored 12 months ago by Torsten Wörtwein <[email protected]>
Series(Mapping) (#843)

* Series(Mapping)

* Hashable keys

* empty

* incremental changes

* _str

github.com/pandas-dev/pandas-stubs - 72b22b527c7f6bdb55520002e9d62387df4d055c authored 12 months ago by Torsten Wörtwein <[email protected]>
Timestamp -> datetime and Timedelta -> timedelta (#841)

* Timestamp -> datetime and Timedelta -> timedelta

* keep redundancy

* test

* redundancy

github.com/pandas-dev/pandas-stubs - 52384d3425a32076e47ee32039b61f2d5a14b160 authored 12 months ago by Torsten Wörtwein <[email protected]>
CI: test on 3.12 (#839)

* CI: test on 3.12

* simpler solution

* fix nightly

github.com/pandas-dev/pandas-stubs - 0a567b495d1ff871fbfe523b0976fea3837045f9 authored 12 months ago by Torsten Wörtwein <[email protected]>
CI: Fix deprecation warnings (#56615)

github.com/pandas-dev/pandas - 58b1d12ee975ec6ad63ad8ec5ce3434d6ea7163e authored 12 months ago by Patrick Hoefler <[email protected]>
TST/CLN: Inline seldom used fixture (#56595)

github.com/pandas-dev/pandas - b0c2e45997e8f164a181ce8e896dfb414e3eb60c authored 12 months ago by Matthew Roeschke <[email protected]>
pin tables to 3.9.1 (#840)

* pin tables to 3.9.1

* add comment for pyproject on pinning tables

github.com/pandas-dev/pandas-stubs - 70605ea902684bf9d56f3ed3de404c64b0c5f5c2 authored 12 months ago by Irv Lustig <[email protected]>
CI: Move target for the deprecations bot (#56597)

github.com/pandas-dev/pandas - 157631d97840b7918eec4c8b40bd9c24b25771a7 authored 12 months ago by Patrick Hoefler <[email protected]>
Allow sequence in groupby level (#837)

* Add test cases for level sequences

This test fail currently, as the level parameter
curren...

github.com/pandas-dev/pandas-stubs - 068679ccb9a6a41eca96e1500ade18c4ef4bff7d authored 12 months ago by Jens Diewald <[email protected]>
Start 2.3.0

github.com/pandas-dev/pandas - dc37a6d035474c25932d805cfe50a47b04916a83 authored almost 1 year ago by Thomas Li <[email protected]>
DOC: Update pydata-sphinx-theme to 0.14 (#55885)

* DEPS: Unpin pydata-sphinx-theme

* Pin to 0.14

* update switcher_version

* Add preferr...

github.com/pandas-dev/pandas - 9b49a0a3c871695f7a8e7b9ed6947bc917157f84 authored almost 1 year ago by Matthew Roeschke <[email protected]>
BLD: Add wheel builds for musllinux on aarch64 (#56590)

* BLD: Add wheel builds for musllinux on aarch64

* remove skip

* Update config.yml

* Up...

github.com/pandas-dev/pandas - 7b0b7555d2869753c70f17444feca917c4e9d707 authored almost 1 year ago by Thomas Li <[email protected]>
DEPS: Test NEP 50 (#55739)

* DEPS: Test NEP 50

* Use Python floats in test_maybe_promote_float_with_float

* Refactor ...

github.com/pandas-dev/pandas - e0e47e8d37d4fc7c2e7634c5f9ca0ab7e44c1291 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Move deprecation note (#56593)

github.com/pandas-dev/pandas - 0d8a0f3ac7b5b841fb9b38dad17e6a91f0c48afc authored about 1 year ago by Patrick Hoefler <[email protected]>
DOC: add deprecation of chained assignment to 2.2 whatsnew (#56403)

github.com/pandas-dev/pandas - 69ee05fd3d07eea2894583fe48c1f4bf230a5059 authored about 1 year ago by Joris Van den Bossche <[email protected]>
BUG: __eq__ raising for new arrow string dtype for incompatible objects (#56245)

github.com/pandas-dev/pandas - 64c20dcaf5f6d1599d5a4c9aa9123d3bdc56e6d1 authored about 1 year ago by Patrick Hoefler <[email protected]>
DEPR: Deprecate dtype inference on pandas objects (#56244)

github.com/pandas-dev/pandas - 886431948d014b8b2dec77399085db3d74f27c75 authored about 1 year ago by Patrick Hoefler <[email protected]>