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

DOC: Grammatically updated the tech docs (#54989)

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 (#55000)

* 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 (#55004)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

github.com/pandas-dev/pandas - f03482094a6f17cedf1e0db3bc474ff4944a518f authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
TYP: Add typing.overload signatures to DataFrame/Series.clip (#55002)

* 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]>
TYP: Add typing.overload signatures to DataFrame/Series.interpolate (#54999)

* 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]>
DOC: fix an example in whatsnew/v0.15.2.rst (#54986)

fix example in whatsnew/v0.15.2.rst

github.com/pandas-dev/pandas - 31d4d8b547d1872de2fc10351c3f906d68a9c48a authored over 1 year ago by Natalia Mokeeva <[email protected]>
REGR: rountripping datetime through sqlite doesn't work (#54985)

github.com/pandas-dev/pandas - 4d3b536975a285b180b5fc5f6d1b77700ea5d256 authored over 1 year ago by Patrick Hoefler <[email protected]>
new pandas cheat sheet fomats (#54928)

* 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]>
BUG: Categorical.isin raising for overlapping intervals (#54951)

fix Categorical.isin raising for overlapping intervals

github.com/pandas-dev/pandas - c866a4ad6b419f33bc004513a41b3b64e0b587f6 authored over 1 year ago by Luke Manley <[email protected]>
BUG: DataFrame.stack with future_stack=True failing when columns are tuples (#54962)

github.com/pandas-dev/pandas - 1605bdfd40dbd4bc68ef9148792bbdec919cfc5f authored over 1 year ago by Richard Shadrach <[email protected]>
Infer large_string type as pyarrow_numpy strings (#54826)

github.com/pandas-dev/pandas - 153952642ccc1413a120e957814247322789a4eb authored over 1 year ago by Patrick Hoefler <[email protected]>
REGR: MultiIndex.append raising for overlapping IntervalIndex levels (#54945)

github.com/pandas-dev/pandas - 7688d52d15e9f9502cb033c0668853e4cc33bb3c authored over 1 year ago by Luke Manley <[email protected]>
REGR: read_csv splitting on comma with delim_whitespace (#54954)

github.com/pandas-dev/pandas - 1e72b2be10a8822bc6ad8949d5a41f8e9cdfb3ed authored over 1 year ago by Patrick Hoefler <[email protected]>
BLD: Fix race condition (#54958)

github.com/pandas-dev/pandas - 51135cec59f333b61932bde5b1b99f9c5a92d3cd authored over 1 year ago by Thomas Li <[email protected]>
REGR: drop_duplicates raising for arrow strings (#54913)

github.com/pandas-dev/pandas - 53243e8ec73ecf5035a63f426a9c703d6835e9a7 authored over 1 year ago by Patrick Hoefler <[email protected]>
DOC: fixes Sphinx parallel build error on `doc/source/whatsnew/v0.24.0.rst` (#54935)

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 (#54919)

* 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]>
DOC: add missing periods in JSON section (#54924)

Added missing periods in JSON section.

github.com/pandas-dev/pandas - ace97f9f044237b834c5e7072bd5eeb5f6a76fa7 authored over 1 year ago by JohannaTrost <[email protected]>
BUG: ArrowExtensionArray.to_numpy avoid object dtype when na_value provided (#54843)

* ENH: ArrowExtensionArray.to_numpy to avoid object dtype when na_value provided

* refactor
...

github.com/pandas-dev/pandas - bc2888d67d008b32c6f4e12af0b50201488e2c94 authored over 1 year ago by Luke Manley <[email protected]>
#50990 Increase to_dict('list') performance (#54824)

* autoformat

* autoformat

* whatsnew

* reformat

* rm values

* to_numpy()

* to_...

github.com/pandas-dev/pandas - 18315c5830459535ea8471e66e82fafa4c538e08 authored over 1 year ago by taytzehao <[email protected]>
REGR: Merge raising when left merging on arrow string index (#54895)

github.com/pandas-dev/pandas - 3fbb030f59d6a22ccb2b878f1c64d53fbd5e75b5 authored over 1 year ago by Patrick Hoefler <[email protected]>
REGR: value_counts raises with bins (#54884)

github.com/pandas-dev/pandas - 4b313025fe04053f0cc9c3449c3819ca3334f3b1 authored over 1 year ago by Patrick Hoefler <[email protected]>
REGR: get_group raising with axis=1 (#54882)

github.com/pandas-dev/pandas - ab34dd68d5cda8476298c2422b98f34090e2e7e4 authored over 1 year ago by Patrick Hoefler <[email protected]>
Simplify DataFrame.__getitem__ (#771)

* 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]>
REGR: comparing datetime vs None raises (#54880)

github.com/pandas-dev/pandas - c7325d7e7e77ecb4a4e57b48bc25265277c75712 authored over 1 year ago by Patrick Hoefler <[email protected]>
DEPR: downcasting in NDFrame.where, mask, clip (#53656)

* 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]>
ENH: allow EADtype to specify _supports_2d (#54832)

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 (#54881)

* 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]>
TST: added test with missing categories for `value_counts` (#54837)

github.com/pandas-dev/pandas - 93359af1b6fed972c7dea0012903c8e312e1e53e authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
DOC: updated docstring for deprecation of axis=1 in groupby (#54896)

* added deprecation for axis=1

* suggested changes

github.com/pandas-dev/pandas - a720c69a23089293e91ff632e58e15fa21b4e632 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
TYP: simple return types (#54786)

* 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 (#54883)

* 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]>
Update warning message for consistency (#54893)

github.com/pandas-dev/pandas - e3e1325efadaf5fb4b5b09c180e8a3bc9732de68 authored over 1 year ago by Paul Pellissier <[email protected]>
MAINT: Reflect changes from `numpy` namespace refactor Part 5 (#54894)

MAINT: Refactor recarray access

github.com/pandas-dev/pandas - ecc1049cd188e986c425c48a28ce4a08ab319480 authored over 1 year ago by Mateusz Sokół <[email protected]>
CI: add empty line in `no-bool-in-generic` to avoid `black` complaining (#54855)

* 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]>
REGR: setitem with part of a MultiIndex raises (#54885)

github.com/pandas-dev/pandas - 6884d1c6fdf28c63cb2b538ee7b48fbadd95d284 authored over 1 year ago by Luke Manley <[email protected]>
DOC: Add release notes for 2.1.1 (#54879)

github.com/pandas-dev/pandas - b12fa3d6e7ac2ed8d9d6c007d0eb0de42bf9834d authored over 1 year ago by Luke Manley <[email protected]>
WEB: fix 2.1 url in versions.json (#54890)

github.com/pandas-dev/pandas - 65766fb14e96b31b217f4e56d7f6199a710e088d authored over 1 year ago by Joris Van den Bossche <[email protected]>
WEB: Add 2.1 to the switcher (#54874)

github.com/pandas-dev/pandas - 413d92d4711e4489f1d8f51b5f62744e228bceda authored over 1 year ago by Thomas Li <[email protected]>
DOC: fix a typo in development doc (#54886)

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 (#54854)

* 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]>
PERF: lexsort_indexer (MultiIndex / multi-column sorting) (#54835)

* 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 (#54860)

* 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: update information of parameter value_name of pandas.melt (#54828)

* 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 (#768)

* 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]>
DOC: Add date for v2.1.0 (#54850)

github.com/pandas-dev/pandas - 3c041bc14ba88a6dd67ff3a032afa32379869332 authored over 1 year ago by Thomas Li <[email protected]>
BUG: ArrowExtensionArray.factorize with chunked dictionary array (#54856)

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 … (#54859)

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]>
TYP: Added type hint to Index.repeat (#54739)

Added type hint to Index.repeat

github.com/pandas-dev/pandas - 4f1a086fdce76f45b4c8e195d96cabf292391198 authored over 1 year ago by mecopur <[email protected]>
ERR: improve setitem error message for DatetimeArray (#54809)

github.com/pandas-dev/pandas - 2c024a6a4a4cabdc8b1fe5826ca334df749c8560 authored over 1 year ago by Joris Van den Bossche <[email protected]>
DOC: added docstring for `storage_options` in `read_html` (#54815)

* 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]>
Don't expose EA.pad_or_backfill to users + switch to DeprecationWarning (#54838)

github.com/pandas-dev/pandas - 6e29e3af35e269dbc09a09eb74df450c8f64c21c authored over 1 year ago by Joris Van den Bossche <[email protected]>
DEPR: deprecate strings T, S, L, U, and N in offsets frequencies, resolution abbreviations, _attrname_to_abbrevs (#54061)

github.com/pandas-dev/pandas - b2dcf2e6a935d9b387ace61edc9df084595b995a authored over 1 year ago by Natalia Mokeeva <[email protected]>
DEP: Deprecate passing fill_value and freq to shift (#54818)

github.com/pandas-dev/pandas - a73fa329b85a97ec840d60e6dcc893cb0dc9f69a authored over 1 year ago by Patrick Hoefler <[email protected]>
DOC: Added missing git instruction to docs on how to update environment (#54841)

Adding instruction to update env

github.com/pandas-dev/pandas - 4e0630cce89222385b44003d6077c39107a3dd35 authored over 1 year ago by Dea María Léon <[email protected]>
Infer string storage based on infer_string option (#54794)

github.com/pandas-dev/pandas - b728d6623c5c6179e2f934425f4ce7e1cd4b835d authored over 1 year ago by Patrick Hoefler <[email protected]>
REGR: clip raising for list-bound (#54823)

github.com/pandas-dev/pandas - ad0eb141fce3a77a08aead0bfffa888a13bbaedc authored over 1 year ago by Patrick Hoefler <[email protected]>
REF: Dispatch ArrowExtensionArray.fillna methods to pad_or_backfill (#54820)

github.com/pandas-dev/pandas - 3e1a9d0e01105fe3b4663a8d80261046cf9aa496 authored over 1 year ago by Matthew Roeschke <[email protected]>
Fix minor cython warning (#54816)

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" (#54802)

* 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]>
BUG: repr aligning left for string dtype columns (#54801)

github.com/pandas-dev/pandas - dc0ec0bef720770c6428cb071de2f8eadaad785a authored over 1 year ago by Patrick Hoefler <[email protected]>
PERF: skip libjoin fastpath for MultiIndex (#54765)

* 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]>
DOC: update docstrings for ffill and bfill (no longer aliases for fillna with method) (#54803)

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 (#54778)

* 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]>
ExtensionArray.fillna: start with DeprecationWarning about added copy keyword (#54800)

github.com/pandas-dev/pandas - 634096f82210a2ddd3b7d481a51cc2e7004a3caa authored over 1 year ago by Joris Van den Bossche <[email protected]>
DOC: fix formatting in .at docstring (#54730)

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 (#54737)

* 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]>
Implement any and all for pyarrow numpy strings (#54591)

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]>
WARN: Remove non-actionable warning in value_counts (#54789)

github.com/pandas-dev/pandas - 94dcf24516a2bce6636cb5c80311761b0122c62a authored over 1 year ago by Patrick Hoefler <[email protected]>
BUG: Special-case setting nan into integer series (#54527)

* 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]>
CI: Remove strict option (#54783)

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]>
PERF: Increase threashold for using binary search in IndexEngine (#54746)

* 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 (#54755)

* 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 (#54768)

* 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]>
Use NaN as na_value for new pyarrow_numpy StringDtype (#54585)

github.com/pandas-dev/pandas - 9d8bce74f5387826dfaf28dc1b87e849efc3e8f7 authored over 1 year ago by Patrick Hoefler <[email protected]>
Revert deprecation of con as keyword only arg (#54750)

github.com/pandas-dev/pandas - 39d71343b0a72fa9a1519bf3c0027e83c00e3862 authored over 1 year ago by Patrick Hoefler <[email protected]>
CI: Pin more cython (#54759)

* 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: groupby.count returning string dtype instead of numeric for string input (#54752)

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 (#54699)

* 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]>
Docs: fix for links on see also for DataFrame.agg (#54736)

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]>
CLN: Update LICENCES and reference where used (#54743)

github.com/pandas-dev/pandas - ffc583966451fd26cdd4c350018362f6fadd02a3 authored over 1 year ago by Matthew Roeschke <[email protected]>
CI: Pin Cython on CI (#54757)

github.com/pandas-dev/pandas - ee51d7b2915907f1b81692d37de8458650d312fb authored over 1 year ago by Patrick Hoefler <[email protected]>
details on weekday argument for DateOffset docs (#54332)

* 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 (#54729)

* 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]>
DOC: fix an example which raises an Error in whatsnew/v0.24.0.rst (#54738)

fix example in whatsnew/v0.24.0.rst

github.com/pandas-dev/pandas - 9aa40b90d1dd1301cf0d6eae4c91724dbe9d68d1 authored over 1 year ago by Natalia Mokeeva <[email protected]>
Docs: Update doc string to not reference deprecated function fillna for ffill (#54728)

* 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 non-existing method reference. (#54734)

Deleted line

github.com/pandas-dev/pandas - 36bcae3b8831d0d1607634f67b0224dd644cf6f5 authored over 1 year ago by Katharina Tielking, MD <[email protected]>
Infer strings as pyarrow_numpy backed strings (#54720)

* Update v2.1.0.rst

github.com/pandas-dev/pandas - 1ecfa6749d07a08d501d56b98ae60d483cf1078f authored over 1 year ago by Patrick Hoefler <[email protected]>
Incorrect reading of CSV containing large integers Issue#52505 (#54679)

* mend

* mmend

* mmend

* mmend

github.com/pandas-dev/pandas - 766e2fc7ceb99f7bb582f96ae8f3c3edc8b5b457 authored over 1 year ago by Kevin <[email protected]>
DOC: add awkward-pandas to ecosystem page (#54718)

* add awkwwkward-pandas to ecosystem

* add accessor info

github.com/pandas-dev/pandas - 8fe161c10fe1cf99ee58cceb41d1ca53ceccd672 authored over 1 year ago by Doug Davis <[email protected]>
TST: clean ups in extension tests (#54719)

* 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]>
TYP: Return type for eq/ne/div/... (#54725)

github.com/pandas-dev/pandas - 2bf1df9f087566bd465247e268e1afd0692fe010 authored over 1 year ago by Torsten Wörtwein <[email protected]>
BUG/WARN: Passing EA object to dtype instead of an instance (#54721)

github.com/pandas-dev/pandas - a180f0fad6e57a92c13dda1eebfb3c9aa6eee96d authored over 1 year ago by Matthew Roeschke <[email protected]>
DEPR: deprecated nonkeyword arguments in to_excel (#54703)

* deprecated nonkeyword arguments

* moved test

* fixed tests

github.com/pandas-dev/pandas - 867cae32585b552b8a79b044248671ed54beabca authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
TST: added test for fixed bug gh#50372 (#54701)

* 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]>
API: Implement Arrow String Array that is compatible with NumPy semantics (#54533)

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]>
DOC: updated date_format description for read_csv (#54705)

updated date_format description

github.com/pandas-dev/pandas - 3948d2e105f6cc3c5be387bdbc0c8e5304ca6477 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
DEPR: deprecated nonkeyword arguments in to_gbq (#54704)

deprecated nonkeyword arguments

github.com/pandas-dev/pandas - febc1bdc3872625112a8416cd3d0e2c984d9ef72 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
DOC: fix an example which raises an Error in v0.13.0.rst (#54696)

fix example in whatsnew/v0.13.0.rst

github.com/pandas-dev/pandas - 455699531241fe7401a3eb884851270e77f47b79 authored over 1 year ago by Natalia Mokeeva <[email protected]>
BUG: ArrowExtensionArray.fillna with duration types (#54707)

* use ArrowExtensionArray._box_pa in fillna

* add test

github.com/pandas-dev/pandas - a44a8e12d1cd7b99a63f68f9ae0f5b51cd867782 authored over 1 year ago by Luke Manley <[email protected]>