Ecosyste.ms: OpenCollective

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

github.com/pandas-dev/pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://github.com/pandas-dev/pandas

DOC: Add whatsnew for concat regression (#56312)

* DOC: Add whatsnew for concat regression

* move whatsnew

* Update v2.2.0.rst

86ad444cff7da73d4df6351fda763fd10420e4b1 authored about 1 year ago by Thomas Li <[email protected]>
CLN: NEP 50 followups (#56682)

451f1069bde6c6dfb1b09acbc45ddb1c945770b5 authored about 1 year ago by Thomas Li <[email protected]>
STY: Use ruff instead of pygrep check for future annotation import (#56666)

522ba17d5cec950e8acca5a9fbc438c8094e4283 authored about 1 year ago by Matthew Roeschke <[email protected]>
TYP: more misc annotations (#56675)

* TYP: more misc annotations

* workaround for Generic

* fix drop

6703fece160e49970cb931bf679d23e2750974d0 authored about 1 year ago by Torsten Wörtwein <[email protected]>
TYP: misc annotations (#56667)

37975ebafae0ded16951a23d027ba63d23dca349 authored about 1 year ago by Torsten Wörtwein <[email protected]>
CI: Run jobs on 2.2.x branch (#56664)

0821b487fa90d8ebd94745b1fda26b0fb2163fbd authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: assert_series_equal not properly respecting check-dtype (#56654)

054b4477a7009bcc60542ebc56a345f8024dd58e authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: rolling with datetime ArrowDtype (#56370)

* BUG: rolling with datetime ArrowDtype

* Dont modify needs_i8_conversion

* More explicit ...

55b969b11cea1f8d96aa85955a0bf41330bb716e authored about 1 year ago by Matthew Roeschke <[email protected]>
CLN/TST: Resample fixtures (#56608)

* Make parameterizations more explicit

* All tests passing

58ba00060d661978d4060ef48964678543296b17 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Add optional dependencies table in 2.2 whatsnew (#56641)

f1f17d37d3f44e1ec70e77e40f2cc842b506db00 authored about 1 year 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

1888df327830b913fbc6b12a842716b31d8791c0 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: Added raising when merging datetime columns with timedelta columns (#56613)

4f5ea697152ba4867c4922560978f7d91f29eb67 authored about 1 year ago by Huanghz2001 <[email protected]>
DOC: Add whatsnew for 2.3.0 (#56634)

* DOC: Add whatsnew for 2.3.0

* changes from code review

b7f3db04ebac1076fc04f3ffd50e501416d7c176 authored about 1 year ago by Thomas Li <[email protected]>
ENH: Implement dt methods for pyarrow duration types (#56650)

fa23008c74412ecc8a8428af1970fc78bfd156f4 authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: floordiv fix for large values (#56647)

2a6368e0ab638dc59d06c7579c894778b68a3340 authored about 1 year 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

62dbbe6713b6467ff10673eb10adaf4342e67780 authored about 1 year ago by Patrick Hoefler <[email protected]>
TYP: Fix some PythonParser and Plotting types (#56643)

* TYP: fix some annotations

* pyupgrade

8872b9e01dfbb2c632b7b404b7d0e4fc2a1d9db6 authored about 1 year ago by Torsten Wörtwein <[email protected]>
DOC: Minor fixups for 2.2.0 whatsnew (#56632)

8b77271393efc678b9897e009c3201e6eeef57fc authored about 1 year 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...

ee8f3358007bb515cefa78726d012a52ab54b634 authored about 1 year ago by jbrockmendel <[email protected]>
DOC: Fixup CoW userguide (#56636)

44330e85d0698e787d8a8196e5f8e74d69cbf4e0 authored about 1 year 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

bad7db4ae807ef9c03677f5923344d80d24db570 authored about 1 year ago by Caden Gobat <[email protected]>
TYP: more simple return types from ruff (#56628)

TYP: more return types from ruff

7cba64ee3c10eabc2fc88ce4b52877d6e0e17f3a authored about 1 year ago by Torsten Wörtwein <[email protected]>
PERF: resolution, is_normalized (#56637)

PERF: resolution

0643a1816aa86811885270397454f49995a07d64 authored about 1 year ago by jbrockmendel <[email protected]>
TST: Remove arraymanager markers (#56626)

3c15cfdf0e961c4e8f74a205bac6d34e0930f988 authored about 1 year ago by Matthew Roeschke <[email protected]>
TYP: some return types from ruff (#56617)

* TYP: some return types from ruff

* fix CI

* and another one

* adjust pre-commit

12d69c8b5739e7070b8ca2ff86587f828c9a96c0 authored about 1 year ago by Torsten Wörtwein <[email protected]>
DEPR: Remove array manager branches from tests (#56621)

f1de9c74bf49249e4890d768569729d157f5ae11 authored about 1 year ago by Patrick Hoefler <[email protected]>
CI: Fix deprecation warnings (#56615)

58b1d12ee975ec6ad63ad8ec5ce3434d6ea7163e authored about 1 year ago by Patrick Hoefler <[email protected]>
TST/CLN: Inline seldom used fixture (#56595)

b0c2e45997e8f164a181ce8e896dfb414e3eb60c authored about 1 year ago by Matthew Roeschke <[email protected]>
CI: Move target for the deprecations bot (#56597)

157631d97840b7918eec4c8b40bd9c24b25771a7 authored about 1 year ago by Patrick Hoefler <[email protected]>
Start 2.3.0

dc37a6d035474c25932d805cfe50a47b04916a83 authored about 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...

9b49a0a3c871695f7a8e7b9ed6947bc917157f84 authored about 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...

7b0b7555d2869753c70f17444feca917c4e9d707 authored about 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 ...

e0e47e8d37d4fc7c2e7634c5f9ca0ab7e44c1291 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Move deprecation note (#56593)

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

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)

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

886431948d014b8b2dec77399085db3d74f27c75 authored about 1 year ago by Patrick Hoefler <[email protected]>
Convert ArrowExtensionArray to proper NumPy dtype (#56290)

2a9c3d7d13ee898c9a5b187f5be54fb675c1cef6 authored about 1 year ago by Patrick Hoefler <[email protected]>
DOC: Add whatsnew illustrating upcoming changes (#56545)

3096bd66632b4243c675cde715a0a1446870ef3b authored about 1 year ago by Patrick Hoefler <[email protected]>
Switch arrow type for string array to large string (#56220)

2488e5e6d783b2c63a45085ff3066b52f119b49c authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: ArrowExtensionArray.to_numpy from timestamp to int (#56567)

5ef4a350d65b359c24858593de16466f70f2752a authored about 1 year ago by Matthew Roeschke <[email protected]>
Add test groupby complex numbers (#56570)

e00a7bcef6af879931417a82f185d6d8e3d81cbb authored about 1 year ago by aram-cinnamon <[email protected]>
Support tuple in startswith/endswith for arrow strings (#56580)

937964214e65c9d3154432e88e484003fa92358b authored about 1 year ago by rohanjain101 <[email protected]>
BUG: stack changes NA values in the index (#56582)

9a9bd3f93b43b6e4eb4aa844f0b9a4cbb7051726 authored about 1 year ago by Richard Shadrach <[email protected]>
CoW: Set a bunch of Series copy statements to False (#56520)

a3af1523938765527188fa779277d1cccb3e9900 authored about 1 year ago by Patrick Hoefler <[email protected]>
DOC: Fix doc redirects (#56577)

* DOC: Update redirects

* fixups

* fixups

62f4098f1e5b2934d17b1df442f193f73989484e authored about 1 year ago by Richard Shadrach <[email protected]>
enable ASAN/UBSAN in pandas CI (#55102)

* enable ASAN/UBSAN in pandas CI

* try input

* try removing sanitize

* try no CFLAGS

...

8f32ea5a7c4b73ae3a7569f662a6d4804519baa5 authored about 1 year ago by William Ayd <[email protected]>
DEPR: DatetimeArray/TimedeltaArray.__init__ (#56043)

* DEPR: DatetimeArray/TimedeltaArray.__init__

* mypy fixup

* fix PeriodArray test

* upd...

8ce67401309bfff68010b3cf4edc5a97ea1e3c3d authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: delim_whitespace kwd in read_csv (#56557)

* DEPR: delim_whitespace kwd in read_csv

* Update doc/source/whatsnew/v2.2.0.rst

Co-author...

4ac340e89a2a1a2652530edc74968b821516de05 authored about 1 year ago by jbrockmendel <[email protected]>
CI: Disable linkecheck (#56584)

fca991b87692b4df85165884a3c33afa4a68b5ae authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: convert_dtypes raising when preserving object dtype (#56585)

3e68b42e10024ae96fbddb269cca5e86ed270b84 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: Fixed bug when creating new column with missing values when setting a single string value (#56321)

6a65c64e77d625f55f7b17e2a270014e5bd49e31 authored about 1 year ago by Marco Edward Gorelli <[email protected]>
Support multiplication of pd.ArrowDtype(pa.string()) and integral value where integral value is a series (#56538)

* allow repeat count to be a series

* fix validation

* gh reference

* fix conditional l...

98e1d2f8cec1593bb8bc6a8dbdd164372286ea09 authored about 1 year ago by rohanjain101 <[email protected]>
DEPR: keep_date_col, nested parse_dates in read_csv (#56569)

* DEPR: keep_date_col, nested parse_dates in read_csv

* update doc, mypy fixup

38c2877c79e8625ea9c76f3af0a13e0764ebe09d authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: Tick.delta (#56558)

* DEPR: Tick.delta

* update doc

* typo fixup

8b8f0d04795e80a9298688e55bb4164b597392bc authored about 1 year ago by jbrockmendel <[email protected]>
CI: Fix pre-commit failure (#56571)

ae8602272d415e6daaa9f190cfd876cdc9cf2c50 authored about 1 year ago by Matthew Roeschke <[email protected]>
TST: Remove arraymanager pytest mark (#56552)

4cec326d4fa4942421ba37c74e84476c2621c356 authored about 1 year ago by Matthew Roeschke <[email protected]>
TYP: simple return types from ruff (#56568)

854012c7cb0b0e5a5d2c405c2232033c5e917d1b authored about 1 year ago by Torsten Wörtwein <[email protected]>
DEPR: verbose kwd in read_csv, read_table (#56556)

* DEPR: verbose kwd in read_csv, read_table

* Update doc/source/whatsnew/v2.2.0.rst

Co-aut...

87a9c5554d1de2294e4f202fd891064ef7bb7974 authored about 1 year ago by jbrockmendel <[email protected]>
DOC: Add example using ``dtype_backend="numpy_nullable"`` to ``read_json`` (#56561)

* DOC: Add example using ``dtype_backend="numpy_nullable"`` to ``read_json()``

* Update panda...

99e68975fd1ee58db78b4d9600759458cbc16aa9 authored about 1 year ago by Linus Sommer <[email protected]>
TYP: Update mypy and pyright (#56493)

* changes for mypy

* changes for pyright

* 1.1.400 would require too many difficult changes

67872451d9a195c801c2395c92dab27edb3ecbbe authored about 1 year ago by Torsten Wörtwein <[email protected]>
ENH: Add limit_area to ffill/bfill (#56531)

* ENH: Add limit_area to ffill/bfill

* Fix bfill default

* Update groupby API test

* Up...

77db53d17eb67df25c56bb44109e03a1ebe962e9 authored about 1 year ago by Richard Shadrach <[email protected]>
Revert "DOC: Change core paths to api.typing in URLs (#55626)" (#56565)

This reverts commit 5c7d89db4583bfa8cf628235f4d566d104776278.

9a9dd0a55f4312ec5e298550aa53719c00c43213 authored about 1 year ago by Richard Shadrach <[email protected]>
DEPR: groupby.grouper (#56521)

* DEPR: groupby.grouper

* DEPR: groupby.grouper

* fix whatsnew, tests

* Restore test

ac170fdc3570b55bfcaf44b8587825bcb274bc60 authored about 1 year ago by Richard Shadrach <[email protected]>
BUG: Fix sort_index(axis=1, ignore_index=True) (#56487)

* BUG: Fix sort_index(axis=1, ignore_index=True)

* Switch condition

6ee9ad0281ad40dff3c7400f225310c0b9279336 authored about 1 year ago by Matthew Roeschke <[email protected]>
DEPR: resample with PeriodIndex (#55968)

* DEPR: resample with PeriodIndex

* update docstring

* code block in 0.21.0 whatsnew

* ...

809b97f4c2baaabae898e0a46d63ee9279f31772 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: merge not raising for String and numeric merges (#56441)

* BUG: merge not raising for String and numeric merges

* Add coverage

3fdf0d344100fa25974e7250311b98d90682ce4c authored about 1 year ago by Patrick Hoefler <[email protected]>
DOC: Add example with ``numpy_nullable`` to ``pd.read_xml()`` (#56470)

* DOC: Add example with ``numpy_nullable`` to ``pd.read_xml()``

* Update io.rst

* Update i...

8b5a7d861897ffbcb3cb578e9adb29db8138cc91 authored about 1 year ago by Linus Sommer <[email protected]>
TST: use single-class pattern in test_string.py (#56509)

* TST: use single-class pattern in test_string.py

* mypy fixup

* update pyarrow test

* ...

78d8b2e7b30f0421ef383e10ac63ddbb15df1e73 authored about 1 year ago by jbrockmendel <[email protected]>
TST: use one-class pattern for SparseArray (#56513)

* TST: use one-class pattern for SparseArray

* mypy fixup

55639a375a6e8a6f9a77aa7581c9b50789fda9f5 authored about 1 year ago by jbrockmendel <[email protected]>
CoW: Remove some no longer necessary todos (#56525)

a2290c76ea90a19feb5de28d0bd81b6a6c8cf204 authored about 1 year ago by Patrick Hoefler <[email protected]>
Adjust crosstab tests for new string option (#56526)

3b59484656e7f481f93f180f55b78f897661b3d2 authored about 1 year ago by Patrick Hoefler <[email protected]>
Adjust dummies tests for new string option (#56527)

777a1f236e88ef9b61eb6091ee69b24420dc73eb authored about 1 year ago by Patrick Hoefler <[email protected]>
Adjust pivot tests for new string option (#56529)

* Adjust pivot tests for new string option

* BUG: pivot dropping wrong column level with nume...

849296460dc91b0b89327539874fc6a47baaa72f authored about 1 year ago by Patrick Hoefler <[email protected]>
Adjust format tests for new string option (#56535)

6dfcbce015b71257aef06c326d769797efa10d5e authored about 1 year ago by Patrick Hoefler <[email protected]>
TYP: _json.py (#56539)

* TYP: _json.py

* fix index special-casing

f56e1410c870ff1b76a417e4e375a97d77e2c678 authored about 1 year ago by jbrockmendel <[email protected]>
REF: avoid special-casing in agg_series (#56540)

43f3dde11868106cd3df3f1fcccacec33c47c9ef authored about 1 year ago by jbrockmendel <[email protected]>
Bump github/codeql-action from 2 to 3 (#56547)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release n...

4ec987b52c1e5456e3f2e54d1decadcc54826c21 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/download-artifact from 3 to 4 (#56548)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- ...

95f2b224919a00be5445977501277fa60705a3c8 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/upload-artifact from 3 to 4 (#56549)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rel...

0191ccf794b2bdc2ae15af3cb9e1643847d747dd authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PERF: Improve performance when hashing a nullable extension array (#56508)

* PERF: Improve performance when hashing a nullable extension array

* Fixup

* Add whatsnew

7a019bf616271aeb736617e6de6bbe335de91ae6 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: pivot dropping wrong column level with numeric columns and ea dtype (#56528)

90f3c1073e59800e6e17c10ba95c1eaab30aaabd authored about 1 year ago by Patrick Hoefler <[email protected]>
TST: Adjust excel tests for new string option (#56534)

5f4b45f1d5535a8205484941336c835f2c25dcc8 authored about 1 year ago by Patrick Hoefler <[email protected]>
DOC: Remove 1.2 versionadded and changed (#56544)

22c7495b5241e5636ebe0dfe73266916c97be8bc authored about 1 year ago by Patrick Hoefler <[email protected]>
WARN: Improve deprecation message (#56541)

86488f700ead42d75dae169032a010c6058e0602 authored about 1 year ago by Patrick Hoefler <[email protected]>
DEPS: Bump some code style check dependencies (#56438)

* Move adbc to conda forge

* Bump asv, flake8, pre-commit

* Bump pyright

* Undo pyright...

9a08863c953fd198896a55066624c406132de375 authored about 1 year ago by Matthew Roeschke <[email protected]>
REGR: groupby with Decimal and NA values (#56522)

5834683ee8e7ca654c2e44f7d1273c2bbda744ba authored about 1 year ago by Richard Shadrach <[email protected]>
PERF: merge on monotonic keys (#56523)

061c2e9190438a0df8d68e2765f486d7e9c82cda authored about 1 year ago by Luke Manley <[email protected]>
CoW: Avoid warnings in stata code (#56392)

d77d5e54f9fb317f61caa1985df8ca156df921e1 authored about 1 year ago by Patrick Hoefler <[email protected]>
TST: use one-class pattern in test_numpy (#56512)

* TST: use one-class pattern in test_numpy

* revert accidentally-commited

bb14870efaee648b9aceeddaf081cc3988f413a1 authored about 1 year ago by jbrockmendel <[email protected]>
CLN: pass dtype to from_sequence explicitly (#56506)

* CLN: pass dtype to from_sequence

* mypy fixup

ee4ceec8e313c83bbbb53309e412b470ab13a642 authored about 1 year ago by jbrockmendel <[email protected]>
TST: use one-class pattern in json extension tests (#56510)

32aeafdd2390080022349fe1a585fd0162a2658f authored about 1 year ago by jbrockmendel <[email protected]>
BUG: Return numpy types from ArrowExtensionArray.to_numpy for temporal types when possible (#56459)

4763b910949ed1e7b8933c8f6808c9766757f9f8 authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: merge_asof(tolerance=Timedelta) with ArrowDtype (#56488)

94a6d6a989626936880b0f751fec612ce057b010 authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: time strings cast to ArrowDtype with pa.time64 type (#56490)

63999823379155ffa17af0ed5fbac25696010cb2 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Start migration guide for Copy-on-Write (#56298)

f1fae79e10c95876e734564088e99bd0d2eff89e authored about 1 year ago by Patrick Hoefler <[email protected]>
TST: de-special-case test_EA_types (#56494)

1387c4fa09ca7bb13a7f1e13ecd171aebe8fef46 authored about 1 year ago by jbrockmendel <[email protected]>
updated sphinx-lint version to 0.9.1 (#56501)

updated sphinx-lint version

9b2f8aa54a320de76998c227c732325b9980aeb8 authored about 1 year ago by Randolf Scholz <[email protected]>
CI: Rename to .condarc (#56504)

026f7e35dd4894c6be412a903b831686d4f6935a authored about 1 year ago by Matthew Roeschke <[email protected]>
DEPR: raise ValueError if invalid period freq pass to asfreq (#56489)

* raise ValueError if invalid period freq pass to asfreq

* fix pylint error

5f2abaa88a5b22c1dc0fcc9dcad6d868a4d5389e authored about 1 year ago by Natalia Mokeeva <[email protected]>