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: fillna with mixed-resolution dt64/td64
* mypy fixup
* troubleshoot docbuild
* ty...
github.com/pandas-dev/pandas - 8614088df2338c1db170bcd0961348220669e082 authored about 1 year ago by jbrockmendel <[email protected]>* PERF: datetimelike addition
* re-add import
* remove no-longer-used
* mypy fixup
*...
github.com/pandas-dev/pandas - a6c0ae48fe4da5ee6356e8370f0b401be0f16b1a authored about 1 year ago by jbrockmendel <[email protected]>* DEPR: casting in datetimelike isin
* GH ref
* update doctest
github.com/pandas-dev/pandas - d95a7a79fd9626b46c29509860893954e2889638 authored about 1 year ago by jbrockmendel <[email protected]>github.com/pandas-dev/pandas - 2dcb963b6ab609b864cd5214478f272783bdf4f8 authored about 1 year ago by jbrockmendel <[email protected]>
github.com/pandas-dev/pandas - 4f8bb2b0ff03b83d8783de0918c336c4ab000327 authored about 1 year ago by jbrockmendel <[email protected]>
github.com/pandas-dev/pandas - 536ce302fb4b801b9d6690076b538a5c9c20ac17 authored about 1 year ago by jbrockmendel <[email protected]>
github.com/pandas-dev/pandas - ebde35478a86776caed68098a83c52a3ad83f9c7 authored about 1 year ago by ccccjone <[email protected]>
* STY: Fix doctest and docstring formatting errors
* ensure stderr is output too
* Fix mor...
github.com/pandas-dev/pandas - 04307e717d3d227cbdf250695f2698c2cae7752d authored about 1 year ago by Matthew Roeschke <[email protected]>* Compiled pandas with -Wextra
* np_datetime_strings.c fallthrough
* test fixes
* win c...
github.com/pandas-dev/pandas - 1ab4d031db3bdfe30ebe385f019946f930099543 authored about 1 year ago by William Ayd <[email protected]>* Fix string option tests in indexing
* Update v2.1.4.rst
* Fixup
* Update whatsnew
github.com/pandas-dev/pandas - 726e8e8a61cb3f103bc89e773089645a748ce4a4 authored about 1 year ago by Patrick Hoefler <[email protected]>* BUG: resample with ArrowDtype
* Typing
* xfail for windows
* Fix again?
* Avoid tu...
github.com/pandas-dev/pandas - aa7b17e1f5d596f41950f85e9f00aa9258b5f2a7 authored about 1 year ago by Matthew Roeschke <[email protected]>* CLN: Remove unnecessary copy keyword
* CLN: Remove unnecessary copy keyword
* Fixup
github.com/pandas-dev/pandas - 114f067a93c0e2c120d6538696d32d46a94f8eb8 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 9893c437648f3c675016fec035e640d9c92b4806 authored about 1 year ago by rohanjain101 <[email protected]>
github.com/pandas-dev/pandas - 124b671787bdf726274af3ce225c79a8090c9bf0 authored about 1 year ago by jbrockmendel <[email protected]>
* Adjust tests in extension folder for new string option
* Fix typing
* Update setitem.py
github.com/pandas-dev/pandas - e3073b503527c17ed8bed848f534db8188428b71 authored about 1 year ago by Patrick Hoefler <[email protected]>* BUG: Index.str.cat casting result always to object
* Update accessor.py
* Fix further bu...
github.com/pandas-dev/pandas - a3626f27f297b1d22b0690548fd3c5016e7522d4 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 45361a48582bde02941b02050fb4a9ae096faadd authored about 1 year ago by jbrockmendel <[email protected]>
Fix typo in resample.py, "as_freq"
github.com/pandas-dev/pandas - c2f06598460dd3996833ea3d225e002bd1fabf18 authored about 1 year ago by William Andrea <[email protected]>github.com/pandas-dev/pandas - 46c8da3e5b987154d2e0a44562c71be635ae826a authored about 1 year ago by rohanjain101 <[email protected]>
github.com/pandas-dev/pandas - 68c1af5358561b4655861f99ac1dfb27ac5d4d56 authored about 1 year ago by Joris Van den Bossche <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 8399185ad3618cd7d4bc5018e8afad5cd357e813 authored about 1 year ago by Patrick Hoefler <[email protected]>Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 657da071c86fdef5e35ba3bfd45cda2ebc35fad4 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 91e251c3234333efadd0b467020bfcd300d9b6d8 authored about 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 025ccb5675c4773409d6d0e8145b21da17e0e011 authored about 1 year ago by Patrick Hoefler <[email protected]>
* DOC: Add release date for 2.1.4
* DOC: Add release date for 2.1.4
github.com/pandas-dev/pandas - 3d492f175077788df89b6fc82608c201164d81e2 authored about 1 year ago by Thomas Li <[email protected]>github.com/pandas-dev/pandas - 3b9d1f6ee5480691410c0702dc4e616fa8aa1bb0 authored about 1 year ago by jbrockmendel <[email protected]>
github.com/pandas-dev/pandas - aed4df1f609a434a37e3b5bed5c02481e0a406b3 authored about 1 year ago by Patrick Hoefler <[email protected]>
* BUG: reset_index not preserving object dtype for string option
* Fixup
* [pre-commit.ci]...
github.com/pandas-dev/pandas - 5e0df27fadfeb29e76336b527f4c01cd2f575136 authored about 1 year ago by Patrick Hoefler <[email protected]>* BUG: ne comparison returns False for NA and other value
* Fix
* [pre-commit.ci] auto fix...
github.com/pandas-dev/pandas - c369d93cf7c82455bd3dd98233c7c09d8c567025 authored about 1 year ago by Patrick Hoefler <[email protected]>* TYP: require_matching_freq
* mypy fixup
github.com/pandas-dev/pandas - 4e2cb22464f63896aa520d225d5708cf30db15c9 authored about 1 year ago by jbrockmendel <[email protected]>* BUG: Fix `Timestamp('now')` and `Timestamp.now` unit inconsistency
* Move return
* Updat...
github.com/pandas-dev/pandas - 9f51d4fb481e0cbee97e0100d39c52d3ff5207e9 authored about 1 year ago by Xiao Yuan <[email protected]>cleanup how parameter in merge ops
github.com/pandas-dev/pandas - 2fc264aeb0b906168eab462ba7183aa6fa51da7e authored about 1 year ago by Luke Manley <[email protected]>* BUG: Series.__mul__ for pyarrow strings
* Fix existing tests
* Another test
github.com/pandas-dev/pandas - 0d853e7707bdc6995e0cb058fc34bd042a6e9ec5 authored about 1 year ago by Matthew Roeschke <[email protected]>github.com/pandas-dev/pandas - d36fb98ddba74631812f113050c0a6f945868051 authored about 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 5e4f2b27db3c7363041b2d969921454b63279e26 authored about 1 year ago by William Ayd <[email protected]>
DOC: add example for map without lambda
github.com/pandas-dev/pandas - 75d27504fbb047cd9d95e20fd77b5c751584dfb3 authored about 1 year ago by Linus <[email protected]>github.com/pandas-dev/pandas - a16427161ad08bc15a07ed49ee29cd899a921ce5 authored about 1 year ago by Natalia Mokeeva <[email protected]>
github.com/pandas-dev/pandas - fce776059054f4a559a1b0b740e4ee171cfdb9f9 authored about 1 year ago by Matthew Roeschke <[email protected]>
* Remove some sparse __init__ stuff
* Remove empty pattern
github.com/pandas-dev/pandas - 025a2394d6a0c340aa85f9d513416725fcca2304 authored about 1 year ago by Matthew Roeschke <[email protected]>github.com/pandas-dev/pandas - b64d87bf13e96411fbcde4b8fa3057b90e934b79 authored about 1 year ago by Matthew Roeschke <[email protected]>
* join on unordered categorical index perf
* whatsnew
* add back try/except
* remove un...
github.com/pandas-dev/pandas - f2b37958ebe4b1d5775395ae331051a526aa3012 authored about 1 year ago by Luke Manley <[email protected]>* Add Werror to CI
* Add to build action
* CircleCI Werror
* Removed artificial failure...
github.com/pandas-dev/pandas - 7808ecf8cb10969f2f8d46e3a01503830e880d6b authored about 1 year ago by William Ayd <[email protected]>* add parameters to milli, micro and nano
* corrected spaces between docstring of Milli,Micro...
github.com/pandas-dev/pandas - c08e7b3587b5527ca9bc232efacac59006f37451 authored about 1 year ago by Vinita Parasrampuria <[email protected]>github.com/pandas-dev/pandas - 59936dc142b9ae8c3946dc9048aac5c7e86e6341 authored about 1 year ago by Matthew Roeschke <[email protected]>
github.com/pandas-dev/pandas - df7498f2192d660ff79b466d6431f5553ff458f5 authored about 1 year ago by Matthew Roeschke <[email protected]>
github.com/pandas-dev/pandas - 2718b4e702fa7f0698ade48472497fd0afb2398e authored about 1 year ago by Matthew Roeschke <[email protected]>
* DOC: add simple example to DataFrame.to_csv()
* update
* add doctest skip
* Update pa...
github.com/pandas-dev/pandas - c99981a0266d12fb00eaa6a43d89322298425d7f authored about 1 year ago by Linus <[email protected]>* ENH: non-nano datetime64s for read_sas
* GH ref
* edit expected for 32bit
* troublesh...
github.com/pandas-dev/pandas - 33ff3d97e6a671cabff4d851330fe472ec1f7f70 authored about 1 year ago by jbrockmendel <[email protected]>* Remove makeCustom
* Fix mismatches
* Remove makeCustomIndex in all
* Fix excel
github.com/pandas-dev/pandas - 0b9e784fe5606d8383a8e825e5475d35e9552a2a authored about 1 year ago by Matthew Roeschke <[email protected]>* TST: Finish removal of groupby/test_function.py
* Move one more
github.com/pandas-dev/pandas - dc4c474c4dfa43c7cee94666fe843f2037278050 authored about 1 year ago by Richard Shadrach <[email protected]>Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 52649eab12137913b6df0d0b2e55fdf5f42dc1b5 authored about 1 year ago by Patrick Hoefler <[email protected]>
* Fix -GH 55677:
Added support for the python parser to handle using skiprows and chunk_size op...
* DOC: Adjust whatsnew
* Update doc/source/whatsnew/v2.2.0.rst
Co-authored-by: Matthew Roe...
github.com/pandas-dev/pandas - 12b80a6defc8da84a6b426a9efcaf14d41fa35de authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 17a4cac3a086f0643fd5fe3f9d64549fd6e0725c authored about 1 year ago by William Ayd <[email protected]>
* REGR: Fix reading old pickles from pandas 1.3.5
* Use pickle compat
* extraneous space
github.com/pandas-dev/pandas - 0d8e0a4cd07f12c044a2f7d2b779958270dade00 authored about 1 year ago by Thomas Li <[email protected]>* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/hauntsaninja/black-pre-commit...
Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 3395ca3f1a1e7bdcee2ce8d7ef114bb4c8d9ece4 authored about 1 year ago by Patrick Hoefler <[email protected]>* TST: dt64 units
* fix on older pythons
* typo fixup
* mypy fixup
* de-xfail
github.com/pandas-dev/pandas - d44f6c11909616209ae14dd5805c378f6abbef19 authored about 1 year ago by jbrockmendel <[email protected]>github.com/pandas-dev/pandas - 1bb4edcf33d0c9624c8a058b052e9ef2e9d2f2de authored about 1 year ago by William Ayd <[email protected]>
* Assort IWYU cleanups
* merge fixups
* win help
* more win fix
github.com/pandas-dev/pandas - 3d1419352dedf8f87d019894ba552ef215381b71 authored about 1 year ago by William Ayd <[email protected]>Tidy docstring
github.com/pandas-dev/pandas - fc37af63fdca994575afcf2ee0d22427ce55c05a authored about 1 year ago by smij720 <[email protected]>* DOC: Move whatsnew
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more infor...
github.com/pandas-dev/pandas - 539073f14f8ef7c6ad30259a79c98951a7902348 authored about 1 year ago by Thomas Li <[email protected]>* DEPR: Default of observed=False in DataFrame.pivot_table
* Finish up
* fixup
* Conver...
github.com/pandas-dev/pandas - 4fd5a1562f122a0afd4cdd12339881831dd53972 authored about 1 year ago by Richard Shadrach <[email protected]>github.com/pandas-dev/pandas - 7b528c91e5e273f38ea779b548ca64e80df4b346 authored about 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 0d224881fa142727cd5d76be7c0a3e2193ea8708 authored about 1 year ago by Patrick Hoefler <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - dd7c34f1f3c32bc51ebcf4f9c22389c01ee1df62 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 9211826df3e4623516ff8044626cb9242b117f05 authored about 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 3cf05db9f8ecd640b5c666a7ceb05f4c5483e06b authored about 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - df913e79470e22ede1fec185a4ff224631c38f42 authored about 1 year ago by Natalia Mokeeva <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - e0f3a188f9c0b5c334dffe11a5a3ab47fe0870b4 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 6669aee381c03baf0e845714c339ca85b2e4e762 authored about 1 year ago by Patrick Hoefler <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - ae76ad49003536f02e697fb6077c4ec3a90ce048 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 516510275b921b3fe01c67f8bb5ac00971a65883 authored about 1 year ago by Joris Van den Bossche <[email protected]>
* CLN/TST: Remove makeTimeSeries
* adjust test
github.com/pandas-dev/pandas - 7c6d26f632cb6ea4858a65a73085b89c0412f5c7 authored about 1 year ago by Matthew Roeschke <[email protected]>github.com/pandas-dev/pandas - 6f245e61b9e3c2107e77742130db0839e864b9e4 authored about 1 year ago by Patrick Hoefler <[email protected]>
* Convert masked arrays to valid numpy dtype
* Convert ea to appropriate numpy dtype
* Fix...
github.com/pandas-dev/pandas - 2a0e253688a44fa93d0000515c0a904a3ed346b0 authored about 1 year ago by Patrick Hoefler <[email protected]>* BUG: IntervalIndex.factorize with non-nano
* GH ref
* BUG: cut with non-nano
* GH ref...
github.com/pandas-dev/pandas - 65af776208578edf1a42be8f6ca76c3d2b1487fb authored about 1 year ago by jbrockmendel <[email protected]>* Remove makeTimeDataFrame
* Remove makeTimeSeriesData
* Remove getCols
* Remove use ma...
github.com/pandas-dev/pandas - 147d68a3385aa91d1c2b853b22b81bed1449d047 authored about 1 year ago by Matthew Roeschke <[email protected]>* Clean up tokenizer / parser files
* static_assert fix
github.com/pandas-dev/pandas - 958e7f58d7c25fd86ce1ed563aa499f2cf587804 authored about 1 year ago by William Ayd <[email protected]>* Remove inline_helper.h header file
* missing fix
github.com/pandas-dev/pandas - fa07d05c5d8cd7b8267eb33e1fc382c7a63ba114 authored about 1 year ago by William Ayd <[email protected]>github.com/pandas-dev/pandas - f43e7a5b986c14a9c5457c765b7695e363e19484 authored about 1 year ago by William Ayd <[email protected]>
* DEPR: unit keyword in TimedeltaIndex
* update docstring
* update doctest
github.com/pandas-dev/pandas - 5dab6ad2516c7717082d5fb02620dddea85811dc authored about 1 year ago by jbrockmendel <[email protected]>* DEP: update python-calamine to 0.1.7
* uncomment python-calamine>=0.1.7 in python3.12 test
github.com/pandas-dev/pandas - 09cb36710aab9d9a724602aa7ccfde33fbc51f63 authored about 1 year ago by Dmitriy <[email protected]>refine iterrows and itertuples return types
* Added first test on iterrows.
* Updated iterro...
* BUG: support non-nano times in ewm
* GH ref
* update exception message
* update test
github.com/pandas-dev/pandas - f7c73a5f1aaf0724598e60c0cc5732604ec842a8 authored about 1 year ago by jbrockmendel <[email protected]>github.com/pandas-dev/pandas - 4f080b8f2e5c93d1b0dd1ceb5487fba67feb02ab authored about 1 year ago by Patrick Hoefler <[email protected]>
* BUG: numba raises for string columns or index
* Adjust tests for apply folder for new strin...
github.com/pandas-dev/pandas - eb7a8c85d2ad92164d5de5d19118214462e427b8 authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 9cbf95db675cbea9d01b25f146cff021590f6de3 authored about 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - d47ad02987402273c9b012a9124b0fcd0930b9ba authored about 1 year ago by Patrick Hoefler <[email protected]>
* BUG: mode not preserving object dtype for string option
* Adjust tests in root directory fo...
github.com/pandas-dev/pandas - 59a17582bf2e74df735fc7dc90e80c5b441fd299 authored about 1 year ago by Patrick Hoefler <[email protected]>* BUG: read_json not handling string dtype when converting to dates
* Adjust tests in json fo...
github.com/pandas-dev/pandas - 02324e677468083c14a0164212178e67a508b322 authored about 1 year ago by Patrick Hoefler <[email protected]>* Remove makeObjectSeries
* Remove makeDatetimeIndex
* Remove makeDataFrame
* Remove ge...
github.com/pandas-dev/pandas - 00a0216f39b2e790a8db93c295664949862756c6 authored about 1 year ago by Matthew Roeschke <[email protected]>github.com/pandas-dev/pandas - 4a06c0f91abb598a8ac4ea97428562ece9caa598 authored about 1 year ago by William Ayd <[email protected]>
github.com/pandas-dev/pandas - 8e36cd136972b07332de033aaf2594a0a1daf415 authored about 1 year ago by William Ayd <[email protected]>
github.com/pandas-dev/pandas - adcb36ee217af563f29f13852298b6bb42627c97 authored about 1 year ago by jbrockmendel <[email protected]>
* DEPR: kind keyword in resample
* GH ref
* update usage
github.com/pandas-dev/pandas - 60930743d882903bf769a1694793d787dd399475 authored about 1 year ago by jbrockmendel <[email protected]>* Add 3.12 builds
* Fix
* Fix
* Fix
* Fix
* Fix tests
* Fix
* Update ci/dep...
github.com/pandas-dev/pandas - e2aa710c4abe6329be6c85689e27787868e44cdd authored about 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 0e8174fbb89972690ea4e825d727d2ddf7653c73 authored about 1 year ago by Patrick Hoefler <[email protected]>
* inplace update
* copy-on-write fixups
* Update doc/source/whatsnew/v2.2.0.rst
github.com/pandas-dev/pandas - 0ae4dfda05a18a9a6ab8049f54c19e28b0a3a582 authored about 1 year ago by Marco Edward Gorelli <[email protected]>* PERF: groupby.nunique
* Remove fastpath
* Remove fastpath
* int32 fixup
* fixup
github.com/pandas-dev/pandas - d377cc9bf5aae098eef9f86651ece22f84458c0b authored about 1 year ago by Richard Shadrach <[email protected]>