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
Grammatically updated the tech docs
Co-authored-by: Molly Bowers <[email protected]>
github.com/pandas-dev/pandas - dac46b4652cd94bf6b873af372df3f1544796d5e authored over 1 year ago by mhb143 <[email protected]>* BUG: ArrowDtype raising for fixed size list
* Update v2.1.1.rst
* Update test_arrow.py
github.com/pandas-dev/pandas - 4683e920434cbc2ee9e797e106d616c74f72afd0 authored over 1 year ago by Patrick Hoefler <[email protected]>* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0...
* TYP: Add typing.overload signatures to DataFrame/Series.clip
This adds overloads so that a ...
github.com/pandas-dev/pandas - e30e5f85c2e28aedb6273116f1e112c1ecc859f0 authored over 1 year ago by caneff <[email protected]>* Add inplace overloads for interpolate
This will help our type checker work better and is a...
github.com/pandas-dev/pandas - 982d619bddbf85a905b4ec1e719275e2ab4f833d authored over 1 year ago by caneff <[email protected]>fix example in whatsnew/v0.15.2.rst
github.com/pandas-dev/pandas - 31d4d8b547d1872de2fc10351c3f906d68a9c48a authored over 1 year ago by Natalia Mokeeva <[email protected]>github.com/pandas-dev/pandas - 4d3b536975a285b180b5fc5f6d1b77700ea5d256 authored over 1 year ago by Patrick Hoefler <[email protected]>
* delete README.txt
add new README version
add alternative Pandas Cheat Sheets learning
* ...
github.com/pandas-dev/pandas - 4b456e23278b2e92b13e5c2bd2a5e621a8057bd1 authored over 1 year ago by Francisco Alfaro <[email protected]>fix Categorical.isin raising for overlapping intervals
github.com/pandas-dev/pandas - c866a4ad6b419f33bc004513a41b3b64e0b587f6 authored over 1 year ago by Luke Manley <[email protected]>github.com/pandas-dev/pandas - 1605bdfd40dbd4bc68ef9148792bbdec919cfc5f authored over 1 year ago by Richard Shadrach <[email protected]>
github.com/pandas-dev/pandas - 153952642ccc1413a120e957814247322789a4eb authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 7688d52d15e9f9502cb033c0668853e4cc33bb3c authored over 1 year ago by Luke Manley <[email protected]>
github.com/pandas-dev/pandas - 1e72b2be10a8822bc6ad8949d5a41f8e9cdfb3ed authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 51135cec59f333b61932bde5b1b99f9c5a92d3cd authored over 1 year ago by Thomas Li <[email protected]>
github.com/pandas-dev/pandas - 53243e8ec73ecf5035a63f426a9c703d6835e9a7 authored over 1 year ago by Patrick Hoefler <[email protected]>
Add missing StringIO import
Co-authored-by: johanna.trost <[email protected]>
github.com/pandas-dev/pandas - ac8d34dd9a3a05bf0c5108e808d3ab0a4e80a93b authored over 1 year ago by JohannaTrost <[email protected]>* REF: cast x and bins to Index early in cut, qcut
* mypy fixup
* troubleshoot builds
github.com/pandas-dev/pandas - b5854c406d0e61781350450ee416a66a495b3b07 authored over 1 year ago by jbrockmendel <[email protected]>Added missing periods in JSON section.
github.com/pandas-dev/pandas - ace97f9f044237b834c5e7072bd5eeb5f6a76fa7 authored over 1 year ago by JohannaTrost <[email protected]>* ENH: ArrowExtensionArray.to_numpy to avoid object dtype when na_value provided
* refactor
...
* autoformat
* autoformat
* whatsnew
* reformat
* rm values
* to_numpy()
* to_...
github.com/pandas-dev/pandas - 18315c5830459535ea8471e66e82fafa4c538e08 authored over 1 year ago by taytzehao <[email protected]>github.com/pandas-dev/pandas - 3fbb030f59d6a22ccb2b878f1c64d53fbd5e75b5 authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 4b313025fe04053f0cc9c3449c3819ca3334f3b1 authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - ab34dd68d5cda8476298c2422b98f34090e2e7e4 authored over 1 year ago by Patrick Hoefler <[email protected]>
* simplify DataFrame.__getitem__
* restrict to Iterable with Hashable/Scalar elements
* un...
github.com/pandas-dev/pandas-stubs - 6bb12157a810cc26e034e012bff6a0ec2da191d0 authored over 1 year ago by Torsten Wörtwein <[email protected]>github.com/pandas-dev/pandas - c7325d7e7e77ecb4a4e57b48bc25265277c75712 authored over 1 year ago by Patrick Hoefler <[email protected]>
* DEPR: downcasting in NDFrame.where, mask, clip
* GH ref
* suppress warning in doctet
...
github.com/pandas-dev/pandas - 80a1a8bc3e07972376284ffce425a2abd1e58604 authored over 1 year ago by jbrockmendel <[email protected]>github.com/pandas-dev/pandas - bb088171c2025b41bcb6b6db1fcf0f10bb8828a1 authored over 1 year ago by jbrockmendel <[email protected]>
* REGR: read_csv raising when dtypes is specified with usecols
* Update
* Add whatsnew
github.com/pandas-dev/pandas - 75781c26d174b35a8ce3e788201bc949fb92be02 authored over 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 93359af1b6fed972c7dea0012903c8e312e1e53e authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
* added deprecation for axis=1
* suggested changes
github.com/pandas-dev/pandas - a720c69a23089293e91ff632e58e15fa21b4e632 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>* Return None
* Return simple types
* ruff false positive
* isort+mypy
* typo, use "...
github.com/pandas-dev/pandas - c74a0711f63238f9ed8ce194dbec7bcf66927f28 authored over 1 year ago by Torsten Wörtwein <[email protected]>* PERF: sort_index with an already monotonic MultiIndex
* whatsnew
github.com/pandas-dev/pandas - eafceae6e889b74b0eeaf1c74c27e46e49ca5b4c authored over 1 year ago by Luke Manley <[email protected]>github.com/pandas-dev/pandas - e3e1325efadaf5fb4b5b09c180e8a3bc9732de68 authored over 1 year ago by Paul Pellissier <[email protected]>
MAINT: Refactor recarray access
github.com/pandas-dev/pandas - ecc1049cd188e986c425c48a28ce4a08ab319480 authored over 1 year ago by Mateusz Sokół <[email protected]>* black will complain if there is no additional empty line
* also update the test
github.com/pandas-dev/pandas - 1e482ded046be87115da77453c0448182747622a authored over 1 year ago by Yao Xiao <[email protected]>github.com/pandas-dev/pandas - 6884d1c6fdf28c63cb2b538ee7b48fbadd95d284 authored over 1 year ago by Luke Manley <[email protected]>
github.com/pandas-dev/pandas - b12fa3d6e7ac2ed8d9d6c007d0eb0de42bf9834d authored over 1 year ago by Luke Manley <[email protected]>
github.com/pandas-dev/pandas - 65766fb14e96b31b217f4e56d7f6199a710e088d authored over 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 413d92d4711e4489f1d8f51b5f62744e228bceda authored over 1 year ago by Thomas Li <[email protected]>
github.com/pandas-dev/pandas - d822963451976c55543db50227a61197475c1b9b authored over 1 year ago by xzmeng <[email protected]>
* Fix GH #54853: BUG: DeprecationWarning for frontend.OptionParser when building docs
See htt...
github.com/pandas-dev/pandas - 2bca01853c84d6b18b3e841f70e574de819857df authored over 1 year ago by David Toneian <[email protected]>* lexsort_indexer perf
* whatsnew
* mypy
* mypy
* use generator
* mypy
github.com/pandas-dev/pandas - 609c3b74b0da87e5c1f36bcf4f6b490ac94413a0 authored over 1 year ago by Luke Manley <[email protected]>* DOC: Add note about using conda to generate debug builds
* typo
github.com/pandas-dev/pandas - d60c7d2c5e7957cd8de81d0377d4bb97427eb41f authored over 1 year ago by William Ayd <[email protected]>* doc: updating explanation of parameter value_name to prevent error
* update wording for cla...
github.com/pandas-dev/pandas - b7319c1c1c46fa9f24a813d3707291f8371061d1 authored over 1 year ago by Thiago Gariani <[email protected]>* Pandas 2.1 requires python>3.9
* manual changes
github.com/pandas-dev/pandas-stubs - ab5c643b6d6a165ce473e2fc15b1af2aca246d64 authored over 1 year ago by Torsten Wörtwein <[email protected]>github.com/pandas-dev/pandas - 3c041bc14ba88a6dd67ff3a032afa32379869332 authored over 1 year ago by Thomas Li <[email protected]>
github.com/pandas-dev/pandas - e6fcedf13cf42a1f08fcec088b91e0ea8c39ece6 authored over 1 year ago by Matthew Roeschke <[email protected]>
DOC issue 54822: per @DavidToneian recommendation, I used a specific version of the wikipedia so...
github.com/pandas-dev/pandas - 138907e18326e3f33b046172b2c5dace2ce0e556 authored over 1 year ago by John C <[email protected]>Added type hint to Index.repeat
github.com/pandas-dev/pandas - 4f1a086fdce76f45b4c8e195d96cabf292391198 authored over 1 year ago by mecopur <[email protected]>github.com/pandas-dev/pandas - 2c024a6a4a4cabdc8b1fe5826ca334df749c8560 authored over 1 year ago by Joris Van den Bossche <[email protected]>
* added docstring for storage_options
* renamed parameter name for _parse_tables
github.com/pandas-dev/pandas - a478e21a7e534a797f6c20ee3f3d94c5670a9b83 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>github.com/pandas-dev/pandas - 6e29e3af35e269dbc09a09eb74df450c8f64c21c authored over 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - b2dcf2e6a935d9b387ace61edc9df084595b995a authored over 1 year ago by Natalia Mokeeva <[email protected]>
github.com/pandas-dev/pandas - a73fa329b85a97ec840d60e6dcc893cb0dc9f69a authored over 1 year ago by Patrick Hoefler <[email protected]>
Adding instruction to update env
github.com/pandas-dev/pandas - 4e0630cce89222385b44003d6077c39107a3dd35 authored over 1 year ago by Dea María Léon <[email protected]>github.com/pandas-dev/pandas - b728d6623c5c6179e2f934425f4ce7e1cd4b835d authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - ad0eb141fce3a77a08aead0bfffa888a13bbaedc authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 3e1a9d0e01105fe3b4663a8d80261046cf9aa496 authored over 1 year ago by Matthew Roeschke <[email protected]>
github.com/pandas-dev/pandas - 4e622bbc5b381c4fedf167c3daa41d6d4e0517cd authored over 1 year ago by Matthew Roeschke <[email protected]>
* Revert "MAINT: small simplification of meson.build following best practices (#54737)"
This ...
github.com/pandas-dev/pandas - 0a23624e35f912a771572052b417abb6728cc35f authored over 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - dc0ec0bef720770c6428cb071de2f8eadaad785a authored over 1 year ago by Patrick Hoefler <[email protected]>
* PERF: skip libjoin fastpath for MultiIndex
* fix levels sort
github.com/pandas-dev/pandas - 01c3e8b134cf057cbce5ccc3c9be75d662bb387e authored over 1 year ago by Luke Manley <[email protected]>github.com/pandas-dev/pandas - beb719b69b4f43dd98aa1b543f8ac1a8602aca05 authored over 1 year ago by Joris Van den Bossche <[email protected]>
* REGR: Index.union loses python string dtype
* Update pandas/core/indexes/base.py
Co-auth...
github.com/pandas-dev/pandas - 5b07d7cfde32dfedbe6c40cc52acd7c9dd8f8daf authored over 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 634096f82210a2ddd3b7d481a51cc2e7004a3caa authored over 1 year ago by Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - b043fcbb65e37c5c17083ea584766acb91eb39b4 authored over 1 year ago by Sara Bonati <[email protected]>
* MAINT: small simplification of meson.build following best practices
* MAINT: remove comment...
github.com/pandas-dev/pandas - ca429943c70cee2077941f052281b92afc0c2054 authored over 1 year ago by Daniele Nicolodi <[email protected]>Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 23b546f96f49611541585c3914301ba874ced308 authored over 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 94dcf24516a2bce6636cb5c80311761b0122c62a authored over 1 year ago by Patrick Hoefler <[email protected]>
* wip
* add has_only_ints_or_nan cython helper
* wip
* take care of nat
* fixup more...
github.com/pandas-dev/pandas - 5adafd6b8156d317837215e1a7f25cb1c62b56d5 authored over 1 year ago by Marco Edward Gorelli <[email protected]>It is there by default in asv > 0.6.0
github.com/pandas-dev/pandas - 7a16d922864e876a519cc37159cd7c929d0268c8 authored over 1 year ago by Thomas Li <[email protected]>* Increase threashold for using binary search in IndexEngine
* Add an entry to the latest wha...
github.com/pandas-dev/pandas - 48f5a961cb58b535e370c5688a336bc45493e404 authored over 1 year ago by Louis-Émile Robitaille <[email protected]>* BUG: merge raising for ea int and numpy float
* Fix up mypy and add check
github.com/pandas-dev/pandas - 9939c323e636d580e8ca1690aef40b6822ff02f7 authored over 1 year ago by Patrick Hoefler <[email protected]>* Fix roundtripping with pyarrow schema
* Skip for lower versions
github.com/pandas-dev/pandas - cd8223ee409492f62095c8a0a996ab501ee47d2e authored over 1 year ago by Patrick Hoefler <[email protected]>github.com/pandas-dev/pandas - 9d8bce74f5387826dfaf28dc1b87e849efc3e8f7 authored over 1 year ago by Patrick Hoefler <[email protected]>
github.com/pandas-dev/pandas - 39d71343b0a72fa9a1519bf3c0027e83c00e3862 authored over 1 year ago by Patrick Hoefler <[email protected]>
* CI: Pin more cython
* Update actions-311-numpydev.yaml
* Update unit-tests.yml
* Upda...
github.com/pandas-dev/pandas - ce6aa67314546f15a90668ad95ea7af88d80036a authored over 1 year ago by Thomas Li <[email protected]>REGR: count returning string dtype instead of numeric for string input
github.com/pandas-dev/pandas - ce95f4e5440bfa85ac70bb478fd0255536e9b121 authored over 1 year ago by Patrick Hoefler <[email protected]>* BUG: setitem with object type inserting Series maintains Series
* Remove errant line
github.com/pandas-dev/pandas - 6d021ac5b51c879eb6e4409711f840ea170e5a1f authored over 1 year ago by Matthew Roeschke <[email protected]>add pandas to start of module path in see also
github.com/pandas-dev/pandas - 70f3a7e94e59c8d2620dfa3744658784404402a7 authored over 1 year ago by Jessica Greene <[email protected]>github.com/pandas-dev/pandas - ffc583966451fd26cdd4c350018362f6fadd02a3 authored over 1 year ago by Matthew Roeschke <[email protected]>
github.com/pandas-dev/pandas - ee51d7b2915907f1b81692d37de8458650d312fb authored over 1 year ago by Patrick Hoefler <[email protected]>
* details on weekday argument for DateOffset docs
* [pre-commit.ci] auto fixes from pre-commi...
github.com/pandas-dev/pandas - 99efe62afd183e8600daa7020dbbcf8cf59d76cd authored over 1 year ago by Toro <[email protected]>* typing improvements on level and fill_value in Series.eq
* minor fix
* Typing improvemen...
github.com/pandas-dev/pandas - b1192b394887e05d82e9f175468d5a371cb97535 authored over 1 year ago by color455nm <[email protected]>fix example in whatsnew/v0.24.0.rst
github.com/pandas-dev/pandas - 9aa40b90d1dd1301cf0d6eae4c91724dbe9d68d1 authored over 1 year ago by Natalia Mokeeva <[email protected]>* update doc string to not reference deprecated function fillna
* put on one line
github.com/pandas-dev/pandas - 87b3bb5dff08f74ddf0a93d0a79bcc64905e1df8 authored over 1 year ago by Jessica Greene <[email protected]>Deleted line
github.com/pandas-dev/pandas - 36bcae3b8831d0d1607634f67b0224dd644cf6f5 authored over 1 year ago by Katharina Tielking, MD <[email protected]>* Update v2.1.0.rst
github.com/pandas-dev/pandas - 1ecfa6749d07a08d501d56b98ae60d483cf1078f authored over 1 year ago by Patrick Hoefler <[email protected]>* mend
* mmend
* mmend
* mmend
github.com/pandas-dev/pandas - 766e2fc7ceb99f7bb582f96ae8f3c3edc8b5b457 authored over 1 year ago by Kevin <[email protected]>* add awkwwkward-pandas to ecosystem
* add accessor info
github.com/pandas-dev/pandas - 8fe161c10fe1cf99ee58cceb41d1ca53ceccd672 authored over 1 year ago by Doug Davis <[email protected]>* REF: misplaced test_accumulate special-casing
* REF: skip rmod test with string dtype
* ...
github.com/pandas-dev/pandas - ae3fc3c870c3aa4bf0632b31f8ed28ab710d6110 authored over 1 year ago by jbrockmendel <[email protected]>github.com/pandas-dev/pandas - 2bf1df9f087566bd465247e268e1afd0692fe010 authored over 1 year ago by Torsten Wörtwein <[email protected]>
github.com/pandas-dev/pandas - a180f0fad6e57a92c13dda1eebfb3c9aa6eee96d authored over 1 year ago by Matthew Roeschke <[email protected]>
* deprecated nonkeyword arguments
* moved test
* fixed tests
github.com/pandas-dev/pandas - 867cae32585b552b8a79b044248671ed54beabca authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>* added test for bug gh#50372
* cleaned code to fit pre-commit
* moved test to better fitt...
github.com/pandas-dev/pandas - 43a3f0efceb54fd2785ea50e563245cf0fc6f70a authored over 1 year ago by denisrei <[email protected]>Co-authored-by: Joris Van den Bossche <[email protected]>
github.com/pandas-dev/pandas - 00f79a33f07d84192519165d29e028b26b874ec1 authored over 1 year ago by Patrick Hoefler <[email protected]>updated date_format description
github.com/pandas-dev/pandas - 3948d2e105f6cc3c5be387bdbc0c8e5304ca6477 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>deprecated nonkeyword arguments
github.com/pandas-dev/pandas - febc1bdc3872625112a8416cd3d0e2c984d9ef72 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>fix example in whatsnew/v0.13.0.rst
github.com/pandas-dev/pandas - 455699531241fe7401a3eb884851270e77f47b79 authored over 1 year ago by Natalia Mokeeva <[email protected]>* use ArrowExtensionArray._box_pa in fillna
* add test
github.com/pandas-dev/pandas - a44a8e12d1cd7b99a63f68f9ae0f5b51cd867782 authored over 1 year ago by Luke Manley <[email protected]>