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

BUG: merge not always following documented sort behavior (#54611)

* BUG: merge producing inconsistent sort behavior

* whatsnew

* fix more tests

* fix tes...

github.com/pandas-dev/pandas - f9f164339c487995b197bac7ea34ff4dfa66cce1 authored over 1 year ago
PERF: DataFrame.iloc[int] for EA dtypes (#54508)

* improve perf of fast_xs for EA dtypes

* whatsnew

github.com/pandas-dev/pandas - e8b9749ff9582574fb08b2d2108b83e6371681aa authored over 1 year ago
TYP: ExtensionDtype.name/type as ClassVar (#54458)

* TYP:ExtensionDtype.name/type as ClassVar

* no code changes; only .name

github.com/pandas-dev/pandas - 65f22a0c037df3cf360ba568465397c52293ef7d authored over 1 year ago
BUG: Fix error in printing timezone series (#54625)

* Check is_dates_only with datetime array in Datetime64TZFormatter

* Add entry in doc/source/...

github.com/pandas-dev/pandas - a38a583476934cb3cbd91224d16babf869dfee2d authored over 1 year ago
TST: unskip test_close_file_handle_on_invalid_usecols #45566 (#54572)

remove import

Co-authored-by: Matthew Roeschke <[email protected]>

github.com/pandas-dev/pandas - 563aad38f0b9854635d6d80ee48935025d14cd6d authored over 1 year ago
BUG: _apply_rule() ignores tz info on an empty list of observances (#54655)

* _apply_rule() instantiates a new empty DatetimeIndex without regard to possible tz in an empty...

github.com/pandas-dev/pandas - 8dd045d7af073165c022fd27d17626a6c4300d14 authored over 1 year ago
MAINT: Remove `np.in1d` function calls (#54694)

MAINT: Remove np.in1d calls

github.com/pandas-dev/pandas - 487c594172e23e96c2e5e7be0a098adaac53fb9b authored over 1 year ago
REF: use single-test-class for datetimetz, period tests (#54676)

* REF: use single-test-class for datetimetz, period tests

* mypy fixup

github.com/pandas-dev/pandas - 5459d10434b0c2cfdb92474621c6f7d92ffad7ce authored over 1 year ago
ENH: support Index.any/all with float, timedelta64 dtypes (#54566)

* ENH: support Index.any/all with float, timedelta64 dtypes

* GH ref

* Update test

github.com/pandas-dev/pandas - 9268055a59d8f0eea61da6e845154529378dd97e authored over 1 year ago
BUG: inaccurate Index._can_hold_na (#54690)

github.com/pandas-dev/pandas - 5e577342bc65354c54aa3174619783643ed23f45 authored over 1 year ago
DEPR: make arguments keyword only in to_dict (#54630)

* make arguments keyword only

* added argument keywords in tests

* modified overloaded met...

github.com/pandas-dev/pandas - b4b96fb30d21b77d2a7ea67aa4906b69b7e62147 authored over 1 year ago
DEPR: make arguments keyword only in to_clipboard (#54634)

* made arguments keyword only

* added whatsnew

* deprecated nonkeyword arguments

* corr...

github.com/pandas-dev/pandas - cbe88f3c231308b91c68c866a103f10fc0dc13be authored over 1 year ago
BUG: drop_duplicates raising for boolean arrow dtype with missing values (#54670)

* BUG: drop_duplicates raising for boolean arrow dtype with missing values

* Fix typing

* ...

github.com/pandas-dev/pandas - 47ae3f0a40ea83b2275b3f8e88b723718a1f1a24 authored over 1 year ago
CLN: assorted (#54673)

* CLN: assorted

* typo fixup

github.com/pandas-dev/pandas - c233649b0f03c39f5f20fa5dc07e82a1df20aaaf authored over 1 year ago
DOC: add url variable for link attribution in HTML section of io.rts (#54680)

github.com/pandas-dev/pandas - 2d5589c1f432a56fd96c7e6e9a71c18f6f62b054 authored over 1 year ago
ENH: support integer bitwise ops in ArrowExtensionArray (#54685)

support integer bitwise ops in ArrowExtensionArray

github.com/pandas-dev/pandas - 329e8b89d1214854432b3dda839b2fdc1b29588f authored over 1 year ago
DEPR: BaseNoReduceTests (#54663)

* DEPR: BaseNoReduceTests

* Whatsnew

github.com/pandas-dev/pandas - da1aa8d6fc117ce24acc16673f084a3a298ee8c2 authored over 1 year ago
DEPR: deprecated nonkeyword arguments in to_parquet (#54631)

* deprecated nonkeyword arguments

* fixed errors in test

* added check_stacklevel for test...

github.com/pandas-dev/pandas - 0fc36add581e6647e2cc89cf3a6db16480037dc9 authored over 1 year ago
Removes None type from max_info_rows (#54652)

* Update config_init.py

max_info_rows doesn't support None type

* Update config_init.py

...

github.com/pandas-dev/pandas - 3e5823354124963370a5ff28cc14474c20385674 authored over 1 year ago
Speed up StringDtype arrow implementation for merge (#54510)

github.com/pandas-dev/pandas - 1845699d38c9fb2f6645657814dfa8146923c43a authored over 1 year ago
COMPAT: Workaround invalid PyArrow duration conversion (#54678)

github.com/pandas-dev/pandas - cc76b5207c30e86078cb14b2cc01cde0956bc6fc authored over 1 year ago
DOC: fix an example which raised a KeyError in v0.11.0.rst (#54683)

fix example in whatsnew/v0.11.0.rst

github.com/pandas-dev/pandas - f5a8ccebf1ed67219ab8076f53a27ce4b94c15a5 authored over 1 year ago
DEPR: deprecated nonkeyword arguments in to_csv (#54632)

deprecated nonkeyword arguments

github.com/pandas-dev/pandas - 43691a2f5d235b08f0f3aa813d8fdcb7c4ce1e47 authored over 1 year ago
REF: remove is_simple_frame from json code (#54662)

github.com/pandas-dev/pandas - 61e54c2025ad8cbd63ad0919fb7447b25592d538 authored over 1 year ago
Fix inference for fixed with numpy strings with arrow string option (#54496)

github.com/pandas-dev/pandas - 3060df9bc45c739c74be131af6a084701697e646 authored over 1 year ago
DOC: add examples to offsets classes: FY5253, FY5253Quarter (#54608)

* docs: add examples to offsets classes FY5253, FY5253Quarter

* add examples, see also sectio...

github.com/pandas-dev/pandas - dbe3278bebdb3e315904833a90f15c81c19685ee authored over 1 year ago
STY: Enable ruff's flynt, flake8-logging-format (#54607)

* Enable FLY checks

* Enable FLY checks

* Add logging format

github.com/pandas-dev/pandas - 13e034aaf68894079c61ace35e2f9d541fd64a1e authored over 1 year ago
CLN: Simplify merging.rst (#54606)

* CLN: Simplify merging.rst

* Some fixups

github.com/pandas-dev/pandas - 8d509409a6d3aae41d0545eb3b6ef44b630b055d authored over 1 year ago
DOC: add missing parameters n\normalize\offset to offsets classes (#54635)

add missing parameters n\normalize\offset to offsets classes

github.com/pandas-dev/pandas - f5267db68d8d644d36bb3b345ecb451ba09c9a8f authored over 1 year ago
Rewording a sentance in tech docs (#54640)

github.com/pandas-dev/pandas - cb3b20bbd9490416d406c79415e384f8ad0133d8 authored over 1 year ago
REF: use can_use_libjoin more consistently, docstring for it (#54664)

* REF: fix can_use_libjoin check

* DOC: docstring for can_use_libjoin

* Make can_use_libjo...

github.com/pandas-dev/pandas - e37eda5b7e2054c275bfcb0827a421d87f109b12 authored over 1 year ago
BUG: getitem indexing wrong axis (#54641)

github.com/pandas-dev/pandas - 11b8d1afa734a79a1ccb9a567b6cc68516be8bd1 authored over 1 year ago
fix #54564 (#54567)

* added unit-test to highlight issue #54564

* fixed #54564

* added whatsnew entry

* ant...

github.com/pandas-dev/pandas - 0b58c62de5fcc3b3e14e78bf079598e29e95c5e0 authored over 1 year ago
Updated `ruff pre-commit` version and modified few lines according to it. (#54639)

* Updated ruff pre-commit version and modified few lines according to it.

* reverted some cha...

github.com/pandas-dev/pandas - ade0483df6126dfc356fb29fc60bd575710f9707 authored over 1 year ago
DEPR: deprecated nonkeyword arguments in to_html (#54612)

deprecated nonkeyword arguments

github.com/pandas-dev/pandas - 04f03fbcc22d73ec70b676106ae884fe82bbccba authored over 1 year ago
DEPR: Not passing tuple to get_group when grouping on length-1 list-likes (#54155)

* DEPR: Not passing tuple to get_group when grouping on length-1 list-likes

* test fixup

*...

github.com/pandas-dev/pandas - 8af96fc3ff51bf2686f9e24029ab615fe2a5e089 authored over 1 year ago
REF: Refactor conversion of na value (#54586)

github.com/pandas-dev/pandas - 14a6c9ac6873c8afe519a8b47481a12f2f66c5d2 authored over 1 year ago
Changed read_csv type hint for na_values and added tests Issue#53813 (#54486)

* Changed read_csv type hint for na_values and added tests Issue#53813

* mend

* Changed re...

github.com/pandas-dev/pandas - 7915acbd3fb1006b1b0a9e94b316c5538e546f1d authored over 1 year ago
REF: Remove BinGrouper.__iter__ (#54544)

github.com/pandas-dev/pandas - 9d70a4956e280d3ed9e44ab7c3dcc6f28e77760d authored over 1 year ago
DEP: remove python-snappy and brotli as optional dependencies (no longer used) (#54633)

* DEP: remove python-snappy as optional dependency (no longer used)

* clean-up

* also remo...

github.com/pandas-dev/pandas - 58342662b66235a76342c0510e314bfefabb00eb authored over 1 year ago
Infer dtype of Series in more cases (#766)

* Infer dtype of Series in more cases

* ignores

* address some of the feedback

* One of...

github.com/pandas-dev/pandas-stubs - 3c7df2f358e9cfff3f699494e85120ad7655e67a authored over 1 year ago
DOC: Add information on fetching tags for contributors building pandas. (#54618)

* DOC: Add information on fetching tags for contributor build issue.

* DOC: Change markdown l...

github.com/pandas-dev/pandas - 70f90b7020370fe257e308169bb9363fdadec215 authored over 1 year ago
Clean up autosummary usage (#54457)

* Disable numpydoc and use autosummary instead

* Add toctree for accessors

github.com/pandas-dev/pandas - eb98a4710b022830c8a56db57dd63d5f6db815c8 authored over 1 year ago
DEPR: deprecated nonkeyword arguments in to_markdown (#54605)

* deprecated nonkeyword arguments

* added parameter keywords

github.com/pandas-dev/pandas - d5a5a4d306edde37f65b678b6d92e4fd11e1f5cf authored over 1 year ago
DEPR: deprecated nonkeyword arguments in to_json (#54613)

deprecated nonkeyword arguments

github.com/pandas-dev/pandas - 38761f60259b88b6ff151b3b882a8cc2584a3568 authored over 1 year ago
DOC: Convert docstring to numpydoc. (#54617)

github.com/pandas-dev/pandas - 92f46fce00ffb0f50f9509f01b88ea83b4154cc0 authored over 1 year ago
Fixed unexpected np.nan value with reindex on pd.series with pd.Inter… (#54549)

* Fixed unexpected np.nan value with reindex on pd.series with pd.IntervalIndex

* Moving expe...

github.com/pandas-dev/pandas - 67b19eb88616af20c46b187e7f48a4ede840c896 authored over 1 year ago
DOC: Update build instructions in the README (#54615)

github.com/pandas-dev/pandas - 934eebb532cf50e872f40638a788000be6e4dda4 authored over 1 year ago
CI: Enable MacOS Python Dev tests (#54587)

* CI: Enable MacOS Python Dev tests

* Build virtual environment

* Just use euo pipefail in...

github.com/pandas-dev/pandas - d8d45223195aa16fce4fd8208e3ddedf7edf6a5c authored over 1 year ago
DEPR: deprecated nonkeyword arguments for to_string (#54597)

* deprecated nonkeyword arguments

* added test

github.com/pandas-dev/pandas - 77bc67a3a794cc4d7cf3c318e70292fceb65eab7 authored over 1 year ago
DEPR: Nonkeyword arguments in to_latex (#54601)

* deprecated non keyword arguments

* fixed typo

* added test

github.com/pandas-dev/pandas - 8335019408932bf02e2940cad52705ce2277e8ef authored over 1 year ago
DEPR: Positional arguments in to_hdf except path_or_buf (#54491)

* Adding deprecation, updating unit tests and documentation.

* Fixing failing unit test.

*...

github.com/pandas-dev/pandas - 2c4c072ade78b96a9eb05097a5fcf4347a3768f3 authored over 1 year ago
DEPR: Nonkeyword arguments in to_pickle (#54599)

* deprecated non keyword arguments

* addressed review comments

github.com/pandas-dev/pandas - 7ff13b468a1c13a1c14b61bfc454e97f5b650717 authored over 1 year ago
ENH: add cummax/cummin/cumprod support for arrow dtypes (#54574)

* ENH: add cumax, cumin, cumprod support to ArrowExtensionArray

* whatsnew

* move whatsnew...

github.com/pandas-dev/pandas - cf7f0af69931f5a7d9c0af75194bf01e46dd42d3 authored over 1 year ago
TST: annotations, fix test_invert (#54576)

* TST: annotations, fix test_invert

* mypy fixup

* trim runtime

* use TYPE_CHECKING

...

github.com/pandas-dev/pandas - 4efc97c3b5700abc2d229f71f527a72ee2e52030 authored over 1 year ago
REF: ujson cleanups (#54581)

* REF: use stdlib json

* remove unnecessary GET_TC calls

* REF: update dumps->ujson_dumps
...

github.com/pandas-dev/pandas - 3b34c3bf395d75c5f2844f45c1b4dae767626b41 authored over 1 year ago
REF: Replace "pyarrow" string storage checks with variable (#54535)

github.com/pandas-dev/pandas - 7c9ba89c8ca8bb0f71a3fd1467b61d515611b361 authored over 1 year ago
DOC: whatsnew 2.1.0 refinements (#54545)

* DOC: whatsnew 2.1.0 refinements

* fixup

* Further fixups

github.com/pandas-dev/pandas - e92ea577ccce3ae8cc7da2baba44d72854f4947f authored over 1 year ago
REF: remove unnecessary Block specialization (#54568)

* REF: remove unnecessary Block specialization

* revert accidental

* mypy fixup

* mypy ...

github.com/pandas-dev/pandas - 786716acaf61629681861ac61a74bf9f795a4158 authored over 1 year ago
ENH: Reflect changes from `numpy` namespace refactor Part 3 (#54579)

* ENH: Reflect changes from numpy namespace refactor part 3

* ENH: Move to fixtures for dtype...

github.com/pandas-dev/pandas - ff8617732b61e514ee687db6b8b049bb53ee7b92 authored over 1 year ago
TST: use single-class pattern for Categorical tests (#54570)

github.com/pandas-dev/pandas - b6333e609fa206b6114b58d76a82d7d43452a873 authored over 1 year ago
REF: implement Dtype.index_class (#54511)

* REF: implement Dtype.index_class

* property->cache_readonly

github.com/pandas-dev/pandas - 203f4834020ae2004df1a62f0c68c2e95bd9bdb0 authored over 1 year ago
REF: remove special-casing for IntervalDtype in Index._raise_if_missing (#54557)

github.com/pandas-dev/pandas - 16ccbca475695acf85f2aef00b74fe533b2c37c5 authored over 1 year ago
TST: use single-class pattern for Arrow, Masked tests (#54573)

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

* TST: use one-class pattern in arrow exten...

github.com/pandas-dev/pandas - 31da913805e31743882fc37f51bd5108ec0407c4 authored over 1 year ago
(r)true/floor div (#764)

* (r)true/floor div

* address comments

* and for DataFrame

* add Sequence for Timedelta...

github.com/pandas-dev/pandas-stubs - 82f899448d3e40e0d640acfeb6b0a794ac3d2a05 authored over 1 year ago
WEB/DOC: use Plausible for analytics (using Scientific Python server) (#53984)

github.com/pandas-dev/pandas - 1c5c4efbad2873d137089a1fd32267f40c966850 authored over 1 year ago
DOC: Simplify missing_data.rst (#54490)

* DOC: Simplify missing_data.rst

* Address warnings

github.com/pandas-dev/pandas - 0a090066f4b1b1fa9c11e8d4f2e17ed9733c90e1 authored over 1 year ago
DOC: updated required dependencies list (#54493)

updated required dependencies list

github.com/pandas-dev/pandas - 4cb2418175345b467dee217acac929a476feeaa1 authored over 1 year ago
BLD: Fix version script (#54525)

* BLD: Fix the version generation script

* Update config.yml

* Update config.yml

github.com/pandas-dev/pandas - bdd44e9bba78bb50121dc64a2a5a8cd8f3e98b25 authored over 1 year ago
DOC: Series.count remove mention of "level" (#54526)

* DOC: Series.count remove mention of "level"

* leave return type as-is

github.com/pandas-dev/pandas - 1bffa5efb681de87d20aa41119aa9185387e0db4 authored over 1 year ago
REF: Refactor using_pyarrow check for string tests (#54537)

github.com/pandas-dev/pandas - 574cd44072ddeaa14be10015b173a17d4cffa8b5 authored over 1 year ago
Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#54541)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
- [Relea...

github.com/pandas-dev/pandas - ad1d253a9c999d3056c277d76b6c5eec6655dec8 authored over 1 year ago
ruff 0.0.284 (#54548)

* ruff 0.0.284

* fix strict type check

* missing space

github.com/pandas-dev/pandas - 3e562ddba3631d26f13883af6fd2ee6f42297f90 authored over 1 year ago
Version 2.0.3.230814

github.com/pandas-dev/pandas-stubs - 7a8d3106e0c6013da8acf7025a2a808ddba9cf81 authored over 1 year ago
update mypy and pyright versions (#763)

* update mypy and pyright versions

* restrict numexpr

github.com/pandas-dev/pandas-stubs - c3fc9665c2d7f1eb55676b55e6ad930d579245e4 authored over 1 year ago
Make IndexOpsMixin (and Index) generic (#760)

* interpolate method

* WIP

* mypy handles Never differently - at least asssert that the me...

github.com/pandas-dev/pandas-stubs - f7621f408f4cfed08453e1b906bf9a6a17b34b04 authored over 1 year ago
REF: Move methods that can be shared with new string dtype (#54534)

github.com/pandas-dev/pandas - fc308235f0ca6242a209c1fe19f71884fb5d50cd authored over 1 year ago
REF: Move checks to object into a variable (#54536)

github.com/pandas-dev/pandas - c28c14fde3e8d33b47e36f8358e771f3d5a2e8b1 authored over 1 year ago
PERF: axis=1 reductions with EA dtypes (#54341)

github.com/pandas-dev/pandas - 19c8a4a26b466098c000883ad8de3f8c5e6db439 authored over 1 year ago
DOC: Add whatsnew file for 2.2.0 (#54520)

* add whatsnew file for 2.2.0

* fix

* fix

github.com/pandas-dev/pandas - 582a1be48dcba788f3c6d9e1c96d7971cdc79cc5 authored over 1 year ago
ENH: ArrowExtensionArray(duration) workarounds for pyarrow versions >= 11.0 (#54515)

github.com/pandas-dev/pandas - 6b69f5b725f0593ae61aaa53b9fe268a37cc13c6 authored over 1 year ago
Run CI on 2.1.x (#54517)

github.com/pandas-dev/pandas - 14050366fe8da5bc0bf490d6d130f90cbb283854 authored over 1 year ago
PERF: Dataframe reductions with EA dtypes (#54509)

github.com/pandas-dev/pandas - 1f94a1be0135be708541cd1fb9e877313b8676c0 authored over 1 year ago
Speed up string inference in maybe_convert_objects (#54498)

github.com/pandas-dev/pandas - 50910f9cdd69b09db52bf1b4c58353ff781edf5d authored over 1 year ago
Move Unit Tests for groupby.rolling.corr (#54504)

* groupby tests

* revert commit

* reverting

* reverting again

* move unit tests

*...

github.com/pandas-dev/pandas - 62227895d26bfccfc78260ce0dddaebeab0672fe authored over 1 year ago
Start 2.2.0 (#54502)

github.com/pandas-dev/pandas - 49ca01ba9023b677f2b2d1c42e99f45595258b74 authored over 1 year ago
RLS: 2.1.0rc0 (#54501)

Co-authored-by: Pandas Development Team <[email protected]>

github.com/pandas-dev/pandas - 1b2d39cbfc3db9520e0f5455a4eb3da0f569fa0f authored over 1 year ago
Unit test for groupby.rolling.corr (#54499)

github.com/pandas-dev/pandas - 906471e23e597b7326db17cab3bc826bad598059 authored over 1 year ago
Revert Cython upgrade (#54497)

* Revert "CLN: Cython 3 cleanups (#54482)"

This reverts commit a936863759b56f4452d20eaf195404...

github.com/pandas-dev/pandas - 3edb82b8e0c3d7f8cd1894f999bf0695deb1a4ff authored over 1 year ago
ENH: Avoid copying whole block for single block case (#51435)

github.com/pandas-dev/pandas - 0582e35aa064ecd3a054853ed2fc5d4ef9fcc847 authored over 1 year ago
CoW: Avoid tracking references in delete if not necessary (#54111)

github.com/pandas-dev/pandas - 248c96671a945b623e7a2a7f993b0c957d4f4cf0 authored over 1 year ago
CoW: Copy less in replace implementation with listlikes (#54116)

github.com/pandas-dev/pandas - cdb9cfffdfd9c88e7f46d537ea764954bb266665 authored over 1 year ago
API / CoW: Add ChainedAssignmentError for inplace ops (#54313)

github.com/pandas-dev/pandas - cd9d3912a69dccdbaabaa2b0670d4292a043d3b9 authored over 1 year ago
DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes (#54488)

* DOC: Prepare release notes for 2.1.0rc0 and remove 2.0.4 release notes

* Update v2.1.0.rst
...

github.com/pandas-dev/pandas - 0e196b029d46ced589d6ad241c9fd8d16ab0a9e6 authored over 1 year ago
Remove GIL from ``take_2d_axis_0`` (#54483)

github.com/pandas-dev/pandas - 5122e68b237f97a4acbaafa0b937e56695082b85 authored over 1 year ago
DOC: Simplify reshaping.rst (#54465)

* simplify reshaping.rst

* Simplfy all sections

* final touches

github.com/pandas-dev/pandas - 70cd5c0cbf692c46abb100c00e8663fe307b3d03 authored over 1 year ago
CI: Set back the schedule (#54489)

The wheel builds didn't trigger in time.

github.com/pandas-dev/pandas - dae4fb4a025f387cdc85ec39f47d195cc3a51134 authored over 1 year ago
ENH: Add separate numba kernels for groupby aggregations (#53731)

* ENH: Add separate numba kernels for groupby aggregations

* add whatsnew

* fixes from pre...

github.com/pandas-dev/pandas - b0e1130c658a7a9420df06d23ef6475033b9114c authored over 1 year ago
ENH: Implement arrow string option for various I/O methods (#54431)

* ENH: Implement arrow string option for various I/O methods

* ENH: allow opt-in to inferring...

github.com/pandas-dev/pandas - 57c79433a5c9d5628f030a3a85bbcc0d9798d6f0 authored over 1 year ago
TST: More explicit test patterns (#54463)

github.com/pandas-dev/pandas - 40df396648b29f27af87c1efe39421f5d3d955e0 authored over 1 year ago