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

ENH: Add on_bad_lines for pyarrow (#54643)

* ENH: Add on_bad_lines for pyarrow (SQUASHED)

* Update to appropriate version in docstring
...

github.com/pandas-dev/pandas - d9a2ad17f8a34f9aa954b43ee52c3e0ccc0fe2b4 authored over 1 year ago by Amith KK <[email protected]>
BUG: incompatible dtype when creating string column with loc (#55249)

dont raise unnecessary warning

github.com/pandas-dev/pandas - f19f81fc1ed21a797ada3ede1c17645d12cc261f authored over 1 year ago by Marco Edward Gorelli <[email protected]>
DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH (#54653)

* DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH

* DOC: address review comments

github.com/pandas-dev/pandas - cae3f16986e73d2dc9a245a52149d8aec1307ab2 authored over 1 year ago by rebecca-palmer <[email protected]>
DOC: point out that explicitly passing axis=None is deprecated for sum, prod, var, std, sem (#55240)

point out that explicitly passing axis=None is deprecated for sum, prod, var, std, sem

github.com/pandas-dev/pandas - ee9a736c723f0d6b7097cd608d57a977e8285a77 authored over 1 year ago by Natalia Mokeeva <[email protected]>
PERF: Add type-hints in tzconversion.pyx (#55241)

github.com/pandas-dev/pandas - 2d16863717c82457522aa915249ba185df79a9c2 authored over 1 year ago by Richard Shadrach <[email protected]>
BUG: groupby.rank with nullable types (#54460)

github.com/pandas-dev/pandas - b43d79d5cb7d9797321f3c7252206b0078124c47 authored over 1 year ago by Sai-Suraj-27 <[email protected]>
Typo: 'whenlines' -> 'when lines' (#55233)

github.com/pandas-dev/pandas - 52036d9f67ad00be7fcf81e0dbf9159f74dd7853 authored over 1 year ago by Boyd Kane <[email protected]>
Faster ensure_string_array (#55183)

github.com/pandas-dev/pandas - 2a08b052305ed35150d1355bc537548bec697778 authored over 1 year ago by William Ayd <[email protected]>
BUG: IntervalIndex.get_indexer incorrectly matching ints to datetimes (#54964)

* REF: separate out _nbins_to_bins

* Cast x to Index early

* BUG: IntervalIndex.get_indexe...

github.com/pandas-dev/pandas - 28f274cb107ef0a252eb4cb954c1cfbe43968395 authored over 1 year ago by jbrockmendel <[email protected]>
DEPR offsets: rename 'M' to 'ME' (#52064)

* Frequency: raise warnings when using ‘M’ frequency

* Frequency: raise warnings when using ‘...

github.com/pandas-dev/pandas - a98be065e365c3d673d759414586345b14de50ac authored over 1 year ago by Natalia Mokeeva <[email protected]>
BUILD: Fix duplicate files warning (#55206)

* BUILD: Fix duplicate files warning

* missing __init__.py file

github.com/pandas-dev/pandas - 61a6335263c6dfc5909357584ba33967a69c9b16 authored over 1 year ago by Thomas Li <[email protected]>
BUG: manage raw ods file without cell cache (#55219)

* BUG: manage raw ods file without cell cache

* fixup! BUG: manage raw ods file without cell ...

github.com/pandas-dev/pandas - 8371d18218f854fce4c22104eb78eee9c14c62d8 authored over 1 year ago by Thomas Guillet <[email protected]>
DOC: Add whatsnew for 2.1.2 (#55207)

* DOC: Add whatsnew for 2.1.2

* Update v2.1.2.rst

* [pre-commit.ci] auto fixes from pre-co...

github.com/pandas-dev/pandas - c4efa9203ef7e13a797058600010876fdee7eee6 authored over 1 year ago by Thomas Li <[email protected]>
DOC: Add release date for 2.1.1 (#55211)

github.com/pandas-dev/pandas - 9dc5163f93db643a764976c52bf76ee6c2ad817a authored over 1 year ago by Thomas Li <[email protected]>
CI: Pin matplotlib < 3.8 (#55210)

github.com/pandas-dev/pandas - d303b7cb76d099e77eaf9afd7ae33030c39a33f6 authored over 1 year ago by Thomas Li <[email protected]>
DEPR: ArrayManager (#55044)

* DEPR: ArrayManager

* Fixup

* Test fixup

* debug CI

* Test fixup

* warn if PANDA...

github.com/pandas-dev/pandas - b303665df0337448abbc6e3107be1f0ff7c98fb5 authored over 1 year ago by Richard Shadrach <[email protected]>
REGR: Arrow backed objects not propagating exceptions (#54952)

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

github.com/pandas-dev/pandas - 49c89d292c343617f417aaccc6cd564f1a42207c authored over 1 year ago by Patrick Hoefler <[email protected]>
Revert "DEPR: Deprecate returning a DataFrame in SeriesApply.apply_standard (#55189)

* Revert "DEPR: Deprecate returning a DataFrame in SeriesApply.apply_standard (#52123)"

This ...

github.com/pandas-dev/pandas - 5d8cacda9dd086e340c0cb39e546070d6d313472 authored over 1 year ago by Patrick Hoefler <[email protected]>
Fix NameError in 'Evaluation order matters' (#55198)

* Fix NameError in 'Evaluation order matters'

This code in 'Indexing and selecting data' of d...

github.com/pandas-dev/pandas - 6d58277feef818bb488dbd437f71aaf0bfb5e412 authored over 1 year ago by Sergey Zakharov <[email protected]>
Added `Timestamp` to `Series#__getitem__` (#775)

* Added `Timestamp` to `Series#__getitem__`

#773

* Fixed code review comments

* Replace...

github.com/pandas-dev/pandas-stubs - b7d23a538ae2661c2cab37fcc99be3e2b6755624 authored over 1 year ago by Ihor Dotsenko <[email protected]>
Modified doc/make.py to run sphinx-build -b linkcheck (#54265)

* Modified doc/make.py to run sphinx-build -b linkcheck

* Update make.py

* Update make.py
...

github.com/pandas-dev/pandas - f1bf7d4b30a162d7b52417c918e3cf1cc6c14863 authored over 1 year ago by AG <[email protected]>
BUG: RecursionError in loc.setitem (#55201)

github.com/pandas-dev/pandas - cb5b2e6f5280df2d26b0a9550828c4bdf1098053 authored over 1 year ago by jbrockmendel <[email protected]>
DOC: add alternative to docstring of deprecated Series.bool() method (#55168)

* Fix for series boolean documentation

* one blank line removed. docstring error

* Update ...

github.com/pandas-dev/pandas - ef5c01673510341d9045d492027c46ccaa246f13 authored over 1 year ago by kgmuzungu <[email protected]>
TYP: Allow None in Period.strftime (#55190)

* TYP: Allow None in strftime

* Change pyi

* Add description to docstring

github.com/pandas-dev/pandas - 696d21b5fea1c768ee833c3f67db321f9d329921 authored over 1 year ago by Richard Shadrach <[email protected]>
CLN: do not import Axes/Artist/Figure from matplotlib.pyplot (#55192)

CLN: do not import Axes/Artist from matplotlib.pyplot

github.com/pandas-dev/pandas - 20949e287d2688ef3e0e76bb39143db42fcbb813 authored over 1 year ago by Torsten Wörtwein <[email protected]>
fix: chained_assignment could be warn, raise or None (#779)

https://github.com/pandas-dev/pandas/blob/1.5.x/pandas/core/config_init.py#L563-L575

github.com/pandas-dev/pandas-stubs - 7e6f8a9b4aacb4d1193508290c3d59aedf67e7b5 authored over 1 year ago by Levi Leal <[email protected]>
DEPS: Bump to 1.26 proper for Python 3.12 (#55175)

* DEPS: Bump to 1.26 proper for Python 3.12

* Update unit-tests.yml

* Update unit-tests.ym...

github.com/pandas-dev/pandas - 6a65cfdccef0974bf5291c0a6c5e237968d1f034 authored over 1 year ago by Thomas Li <[email protected]>
TST: Test GroupBy.__getitem__ with a column from grouper (#55193)

github.com/pandas-dev/pandas - 835233180aff90d8ee4aa65a95f6daded84a6cfd authored over 1 year ago by Abdullah Ihsan Secer <[email protected]>
Replace classes with pytest in test_sql (#55074)

* initial working test

* passing mixing class removal

* converted non-sqlalchemy tests

...

github.com/pandas-dev/pandas - df7c0b772c775a65ae5fa2dae3ac192060ea2fae authored over 1 year ago by William Ayd <[email protected]>
CI: Fix no BLAS error in 32 bit build (#55185)

github.com/pandas-dev/pandas - ebca6dfb8f159ddc00081a463a6d9eda0fc96d8c authored over 1 year ago by Matthew Roeschke <[email protected]>
Fix #777 (#778)

github.com/pandas-dev/pandas-stubs - 1411742668c49e7454dcaf94d30fa4e7dde19cdf authored over 1 year ago by Torsten Wörtwein <[email protected]>
ENH: add `ExtensionArray._explode` method; adjust pyarrow extension for use of new interface (#54834)

* add ExtensionArray._explode method; adjust pyarrow extension for use

* black

* add to wh...

github.com/pandas-dev/pandas - 6b3e66b53d10e19e83b51f14a66a335d5ff3394b authored over 1 year ago by Doug Davis <[email protected]>
DOC: correct an example in whatsnew v0.14.0.rst (#55182)

github.com/pandas-dev/pandas - 68268458ae3091875841b750c9763e64de835e2f authored over 1 year ago by Natalia Mokeeva <[email protected]>
DOC: added deprecation message in docs for DataFrame.rolling (#55177)

* added deprecation message in docs

* requested changes

github.com/pandas-dev/pandas - 025e6ae2e9de9036c0b64f9f6571f00888b9f403 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
fix matplotlib imports, pd.util (#776)

* fix matplotlib imports, pd.util

* add todo for pd.util

github.com/pandas-dev/pandas-stubs - d8cdcb58b8324bfb5d4ba2de237f6c5204141c82 authored over 1 year ago by Irv Lustig <[email protected]>
STY: Fix precommit failure (#55186)

github.com/pandas-dev/pandas - 6dc4a6598172d75f7dfd383af75b1c9efb0f1c11 authored over 1 year ago by Matthew Roeschke <[email protected]>
DEPR: fillna downcasting from object dtype (#54261)

* DEPR: fillna downcasting from object dtype

* GH ref

* suppress warning

* update test
...

github.com/pandas-dev/pandas - 1496630d35337425d860128cad2e8bc624b9b25d authored over 1 year ago by jbrockmendel <[email protected]>
DEPR: downcasting in replace (#54710)

* DEPR: downcasting in replace

* GH refs

* fix docbuild i hope

* suppress doc warnings
...

github.com/pandas-dev/pandas - 95b6057ebd5d774bf5f3ab90514fe5fcee2cbe90 authored over 1 year ago by jbrockmendel <[email protected]>
BUG df.plot.box handles matplotlib Axes with sharey=True (#54940)

* BUG manage sharey in plot.box with vert=False

* fix

* add entry in whats new

* iter

github.com/pandas-dev/pandas - 66a49457900a6b50b9d2bf2bcf6664ef7351475b authored over 1 year ago by Guillaume Lemaitre <[email protected]>
BUG: Interval with Timestamp with tz shows tz (#55035)

* BUG: Interval with Timestamp with tz shows tz

* Add whatsnew

* Fix tests

github.com/pandas-dev/pandas - 271144ae64d44399e9e23d147aa83281925a21fc authored over 1 year ago by Matthew Roeschke <[email protected]>
BUG: Index.difference not always returning a unique set of values (#55113)

* BUG: Index.difference not always returning a unique set of values

* whatsnew

* udpate te...

github.com/pandas-dev/pandas - e0c5b87850f924a2e7ab680979c628784d96181b authored over 1 year ago by Luke Manley <[email protected]>
docs: add explanation about `freq` units in `Timedelta.round()` (#55149)

github.com/pandas-dev/pandas - abbb86e7cc69e53f5ee22fdf3bd5a78e21ad2351 authored over 1 year ago by Jirka Borovec <[email protected]>
CLN: de-duplicate code in _matplotlib.converter (#55155)

* CLN: de-duplicate _matplotlib.converters

* REF: avoid changing type of vmin/vmax

* CLN: ...

github.com/pandas-dev/pandas - 2b8decdccea5a70dc92ad58283edecf8b1b049bb authored over 1 year ago by jbrockmendel <[email protected]>
DOC: complete parameter descriptions for DataFrame.insert's docstring (#55172)

complete parameter descriptions for DataFrame.insert's docstring

issue: https://github.com/jo...

github.com/pandas-dev/pandas - 699a8e40a8257bba02b7b5bfa2218f272bdf1743 authored over 1 year ago by Moritz Schubert <[email protected]>
DOC: Update read_csv docs to reflect behaviour with `parse_dates` (#55176)

* Update read_csv docs

* Fix line length

github.com/pandas-dev/pandas - 8768cea987ae16e1e2c150d4acc2581ffff5421f authored over 1 year ago by jfadia <[email protected]>
MAINT: Cleanup expired ndarray methods (#55180)

github.com/pandas-dev/pandas - 6a2598052dd214bfb84ac8d0f6ecbb7586546cc5 authored over 1 year ago by Mateusz Sokół <[email protected]>
ENH: add Series.struct accessor for ArrowDtype[struct] (#54977)

Features:

* Series.struct.dtypes -- see dtypes and field names
* Series.struct.field(name_or...

github.com/pandas-dev/pandas - 36aa531b0f0e31cac32e56633ab90eb4b3fccda8 authored over 1 year ago by Tim Swast <[email protected]>
DOC: remove duplicated sentence in return secion of pandas.DataFrame.agg /asof docstrings (#55165)

github.com/pandas-dev/pandas - f4f598fb36c0809da01cade2d5d832ee09564101 authored over 1 year ago by Elahe Sharifi <[email protected]>
DOC: fix see also links in pandas.DataFrame.agg docstring (#55162)

github.com/pandas-dev/pandas - 52bed6dfa9ba99df21fba2740da2a5a2832ef96c authored over 1 year ago by Deepak George <[email protected]>
DOCS: temporary pin pydata-sphinx-theme to 0.13 (#55159)

github.com/pandas-dev/pandas - 7b4df5a0b7a58566c673bd32e7280ce74a95fcb9 authored over 1 year ago by Joris Van den Bossche <[email protected]>
CI: Unpin Cython (#54784)

* CI: Unpin Cython

* Update actions-311-numpydev.yaml

* disable cache for now

* try bum...

github.com/pandas-dev/pandas - 85062f0e09590b7da3edfe1cabd427f224180b9e authored over 1 year ago by Thomas Li <[email protected]>
PERF: groupby aggregations on pyarrow timestamp and duration types (#55131)

* PERF: groupby aggregations on pyarrow timestamp and duration types

* mypy

* update

github.com/pandas-dev/pandas - cc58350c92a9e24bef586cd1b898c01640b33abc authored over 1 year ago by Luke Manley <[email protected]>
CoW: Clear dead references every time we add a new one (#55008)

github.com/pandas-dev/pandas - 7134f2c14e614980bcf366f979a0f85aafacbde6 authored over 1 year ago by Patrick Hoefler <[email protected]>
Assorted UBSAN cleanups (#55112)

* first round of fixes

* fix up includes

* updates

* dedup logic

* move comment

github.com/pandas-dev/pandas - f00efd0344bd4e22cc867e76c776cb88669e6cde authored over 1 year ago by William Ayd <[email protected]>
DEPS: remove duplicated dependency in requirement-dev.txt (#55101)

* Test installing dev dependencies with pip

* fix typo

* remove 3.12, list deps

* remov...

github.com/pandas-dev/pandas - 81fb7e76073ffe6adb875f15cdcfbac52c15b339 authored over 1 year ago by Fangchen Li <[email protected]>
Use pandasSQL transactions in sql test suite to avoid engine deadlocks (#55129)

pandasSQL use transactions in test suite

github.com/pandas-dev/pandas - 51c2300210533a27fbd8bb58f93c2f382bbbdc40 authored over 1 year ago by William Ayd <[email protected]>
BUG: boolean/string value in OdsWriter (#54994) (#54996)

github.com/pandas-dev/pandas - 13b132e7d154cee2b6daf3133a283d745fee4def authored over 1 year ago by Dmitriy <[email protected]>
BUG: This fixes #55009 (`raw=True` caused `apply` method of `DataFrame` to ignore passed arguments) (#55089)

* fixes #55009

* update documentation

* write documentation

* add test

* change form...

github.com/pandas-dev/pandas - 4e28925751491581a8bf92531714204f2a68dcde authored over 1 year ago by Martin Šícho <[email protected]>
BUG: dt.tz with ArrowDtype returned string (#55072)

github.com/pandas-dev/pandas - 310f8a8a31dd88a55641ce742c7d13a2a8b0e238 authored over 1 year ago by Matthew Roeschke <[email protected]>
DOC: Remove deprecated attributes in DatetimeIndex (#55093)

github.com/pandas-dev/pandas - 67b1e8b1f1fbf98c8e4e10473e6ac691d515593e authored over 1 year ago by Matthew Roeschke <[email protected]>
PERF: Index.difference (#55108)

* PERF: Index.difference

* whatsnew

* remove is_monotonic check

github.com/pandas-dev/pandas - 0bdbc44babac09225bdde02b642252ce054723e3 authored over 1 year ago by Luke Manley <[email protected]>
ENH: add calamine excel reader (close #50395) (#54998)

github.com/pandas-dev/pandas - 79067a76adc448d17210f2cf4a858b0eb853be4c authored over 1 year ago by Dmitriy <[email protected]>
TST: Make test_hash_equality_invariance xfail more generic (#55094)

github.com/pandas-dev/pandas - 705d4312cf1d94ef2497bcd8091e0eabd1085f4a authored over 1 year ago by Matthew Roeschke <[email protected]>
Updated future warning msg in transform() for Series.groupby (#55082)

* updated warn msg

* Update apply.py

github.com/pandas-dev/pandas - 417a5e7fcfdc36385c0599f40bd1b0b8e96a3720 authored over 1 year ago by Rajat Subhra Mukherjee <[email protected]>
ENH: numba engine in df.apply (#54666)

* ENH: numba engine in df.apply

* fixes

* more fixes

* try to fix

* address code rev...

github.com/pandas-dev/pandas - ce5fdf0f55f47014240931a1f975f65767c2442a authored over 1 year ago by Thomas Li <[email protected]>
DOC: fix an example which raises an Error in whatsnew/v0.10.0.rst (#55057)

* fix an example in whatsnew/v0.10.0.rst

* correct thee example in v0.10.0.rst

github.com/pandas-dev/pandas - aadd9e3a13660a7ac0b11730130447e5b07c01d1 authored over 1 year ago by Natalia Mokeeva <[email protected]>
TYP: Misc type corrections (#55078)

github.com/pandas-dev/pandas - debf5ace2e63b09901ec11bc9d533a9e9b40545c authored over 1 year ago by Torsten Wörtwein <[email protected]>
PERF: concat(axis=1) with unaligned indexes (#55084)

* PERF: concat(axis=1) with unaligned indexes

* whatsnew

github.com/pandas-dev/pandas - 8929630664bd6d4898de7c6309759ce21b9818a1 authored over 1 year ago by Luke Manley <[email protected]>
BUG: concat(axis=1) ignoring sort parameter for DatetimeIndex (#55085)

BUG: concat ignoring sort parameter for DatetimeIndex

github.com/pandas-dev/pandas - a0d4725dd14176602761a3b8edd7d6c0ce41aa08 authored over 1 year ago by Luke Manley <[email protected]>
Bump actions/checkout from 3 to 4 (#55086)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

github.com/pandas-dev/pandas - 20e87cb343a18d6af4085ab6b368d433ca07be8d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TYP/DOC: fix flavor param with incorrect type hint in read_html (#55076)

resolve #55059

github.com/pandas-dev/pandas - 723feb984e6516e3e1798d3c4440c844b12ea18f authored over 1 year ago by Matheus Felipe <[email protected]>
COMPAT: bump pyarrow min version for div on duration (#55048)

COMPAT: bump pyarrow min version test for div on duration

github.com/pandas-dev/pandas - 9aa3f95a87eab4afe5dbd8cba8cd99432ec12899 authored over 1 year ago by Ben Greiner <[email protected]>
BUG: read_csv(on_bad_lines='warn') did not raise a Python warning (#55071)

github.com/pandas-dev/pandas - 5cf6e74e198ba34c8f64bed32082fddc2292986d authored over 1 year ago by Matthew Roeschke <[email protected]>
ENH: use shutil.which() instead of external which(1) (#54937)

* ENH: update bundled pyperclip with changes from 1.8.2 release

Copy the changes from upstrea...

github.com/pandas-dev/pandas - 711fea0bdb216f9c489a70829393e0a26671d779 authored over 1 year ago by Michał Górny <[email protected]>
Add TODO note to BlockManager.fast_xs for EA dtypes (#55039)

github.com/pandas-dev/pandas - 5c7abca175c92f2dab7331e9f63a58b4e0d29c7a authored over 1 year ago by Luke Manley <[email protected]>
BLD: improvements to meson.build files (#54949)

* BLD: some changes to make meson.build more idiomatic

- Use `pure: false` only in a single p...

github.com/pandas-dev/pandas - 3334832eb9a8dec8928e197a2930dba018dd6160 authored over 1 year ago by Ralf Gommers <[email protected]>
REGR: DataFrameGroupBy.agg with duplicate column names and a dict (#55042)

github.com/pandas-dev/pandas - d04747c367d00ee03c5d008ce5670892d450e801 authored over 1 year ago by Richard Shadrach <[email protected]>
Convert test_sql to pytest idiom (#54936)

* Convert test_sql to pytest idiom

* Try KeyError catch

* Added drop_view to existing test...

github.com/pandas-dev/pandas - cea0cc0a54725ed234e2f51cc21a1182674a6032 authored over 1 year ago by William Ayd <[email protected]>
BLD: Build wheels for Python 3.12 (#55010)

* BLD: Build wheels for Python 3.12

* Update pyproject.toml

* Update pyproject.toml

* a...

github.com/pandas-dev/pandas - a7cb22631dd607f8c36292118c69cbd7bed1485c authored over 1 year ago by Thomas Li <[email protected]>
Fix docstring of Index.join in base.py (#55050)

github.com/pandas-dev/pandas - b1e9b58340110b63dc74f5c5b5de4aaa8db184fa authored over 1 year ago by Kai Mühlbauer <[email protected]>
Fix pickle roundtrip for new arrow string dtype (#55051)

github.com/pandas-dev/pandas - ba1e73500756fab064b83e6421ae7f42dffe55f8 authored over 1 year ago by Patrick Hoefler <[email protected]>
Improve error message for StringDtype with invalid storage (#55052)

github.com/pandas-dev/pandas - c118953c380ed82b01e57caee4b8b58f993760f4 authored over 1 year ago by Patrick Hoefler <[email protected]>
DEPR: DataFrameGroupBy.apply operating on the group keys (#54950)

* DEPR: DataFrameGroupBy.apply operating on the group keys

* fixups

* Improvements

* Ad...

github.com/pandas-dev/pandas - cf6100b2aa8f2210fc60c34865587c4c24d42582 authored over 1 year ago by Richard Shadrach <[email protected]>
ENH: Implement more string accessors through PyArrow (#54960)

github.com/pandas-dev/pandas - faeedade7966d6f2a5b601c26205a71362913c47 authored over 1 year ago by Patrick Hoefler <[email protected]>
BUG: pct_change showing unnecessary FutureWarning (#54983)

* BUG: pct_change showing unnecessary FutureWarning

* Fix df case

* Fix

github.com/pandas-dev/pandas - 88683e9dbc4ba2fe7b1185d88b538e2bbb2d3601 authored over 1 year ago by Patrick Hoefler <[email protected]>
TST: Use more explicit object names (#55033)

github.com/pandas-dev/pandas - 1aa885730ae3e01bb7123059d59220e67012343b authored over 1 year ago by Matthew Roeschke <[email protected]>
DOC: Add missing word to `IndexOpsMixin.array` docstring (#55034)

Add missing word to `IndexOpsMixin.array` docstring

github.com/pandas-dev/pandas - 3e1dc77866d3313f85564e7c67f8e6f7339c2cc6 authored over 1 year ago by David Poznik <[email protected]>
TST: Use (unused) window parameter of test_freq_window_not_implemented (#54947)

* Use window parameter of test_freq_window_not_implemented

* Revert change in exception message

github.com/pandas-dev/pandas - 6cb1da95fcd2df9689f5c957a85c299d67b9aec9 authored over 1 year ago by Abdullah Ihsan Secer <[email protected]>
TST: add test case of ngroup with NaN value (#54966)

* add test case of ngroup with nan value

Co-authored-by: José Lucas Silva Mayer <josemayer@us...

github.com/pandas-dev/pandas - f87b7e309ff34541158fe06cc0c915c09fa37c37 authored over 1 year ago by José Lucas Mayer <[email protected]>
TYP: fix a few types (#54976)

* TYP: fix a few types

* namespace test

* read_fwf overloads

* Revert "namespace test"
...

github.com/pandas-dev/pandas - e5f81ac8a2645316a42db6348d2e5dc699f10783 authored over 1 year ago by Torsten Wörtwein <[email protected]>
BUG: merge with left and/or right empty returning mis-ordered columns (#55028)

github.com/pandas-dev/pandas - a7005e0343cdfa682593400ed96fc72ddad629a1 authored over 1 year ago by Luke Manley <[email protected]>
Enable Arrow implementation for removeprefix (#54972)

github.com/pandas-dev/pandas - 876d7858721b4f364f431d38f849594aa0eadc7e authored over 1 year ago by Patrick Hoefler <[email protected]>
REG: filter not respecting the order of labels (#54982)

github.com/pandas-dev/pandas - da849a95646717013c93838cc798dcc31aee2290 authored over 1 year ago by Patrick Hoefler <[email protected]>
Include pyarrow_numpy string in efficient merge implementation (#54974)

Inlude pyarrow_numpy string in efficient merge implementation

github.com/pandas-dev/pandas - 1b3ebe4656fca6607738851e46eaa53a9f970293 authored over 1 year ago by Patrick Hoefler <[email protected]>
CI: Ignore hypothesis differing executors (#55013)

github.com/pandas-dev/pandas - e6814133c3df0948d5fb10a01074cea569a852fe authored over 1 year ago by Matthew Roeschke <[email protected]>
REGR: concat raising for 2 different ea dtypes (#54914)

* REGR: concat raising for 2 different ea dtypes

* Update

github.com/pandas-dev/pandas - a317995665c5185a7a31316555d34fe5653941fc authored over 1 year ago by Patrick Hoefler <[email protected]>
BUG: Fix Rolling where duplicate datetimelike indexes are treated as consecutive rather than equal with closed='left' and closed='neither' (#54917)

* Add bugfix for rolling window with nonunique datetimelike index

* Run black

* Add entry ...

github.com/pandas-dev/pandas - e7a1f9ddc88a32fe1c9f4379f9344595137f8d20 authored over 1 year ago by Abdullah Ihsan Secer <[email protected]>
REGR: interpolate raising if fill_value is given (#54927)

* REGR: interpolate raising if fill_value is given

* Update test and message

* Update pand...

github.com/pandas-dev/pandas - e1ec244688b80b52456264285033659bed01ffcd authored over 1 year ago by Patrick Hoefler <[email protected]>
ENH: Use more arrow compute functions for string[pyarrow] dtype (#54957)

github.com/pandas-dev/pandas - 00bf889426ac40426cec0b4d71eb361a24ad1a8f authored over 1 year ago by Patrick Hoefler <[email protected]>
DOC: expanded pandas.DataFrame.to_sql docstring (#54988)

expanded pandas.DataFrame.to_sql docstring

Co-authored-by: vboxuser <[email protected]....

github.com/pandas-dev/pandas - 5b02305db6647d030ec66788a8ca9f37fe9a2790 authored over 1 year ago by Paul Uhlenbruck <[email protected]>