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

Update doc for parse_dates arg to read_csv (#55688)

Added note that values are joined with a space before parsing for the combined column cases.

github.com/pandas-dev/pandas - 0cbe41ad0bab42fa6fc8694adcf6db3804447740 authored about 1 year ago by mvirts <[email protected]>
TST: add missing assert in `test_apply_datetimetz` in test_series_apply.py (#55700)

github.com/pandas-dev/pandas - d7b94432377d5a4e9ce539002ca0c4c57e9caaaa authored about 1 year ago by Xiao Yuan <[email protected]>
CLN: use numpy-provided versions of util funcs (#55695)

github.com/pandas-dev/pandas - 5e872ce6380a09e6c7515525556eaf7b96b9ca31 authored about 1 year ago by jbrockmendel <[email protected]>
REGR: fix read_parquet with column of large strings (avoid overflow from concat) (#55691)

* REGR: fix read_parquet with column of large strings (avoid overflow from concat)

* comment ...

github.com/pandas-dev/pandas - 05f2f715c4b2c26d9ec5f02acdff258023b0f741 authored about 1 year ago by Joris Van den Bossche <[email protected]>
BUG: Groupby not keeping string dtype for empty objects (#55619)

* BUG: Groupby not keeping string dtype for empty objects

* Fix

---------

Co-authored-b...

github.com/pandas-dev/pandas - 8afd868106dec889df89e3abed36af09bb7ddf8c authored about 1 year ago by Patrick Hoefler <[email protected]>
REGR: Restore _constructor_from_mgr to pass manager object to constructor (#54922)

github.com/pandas-dev/pandas - f67d7d66a403c984f5f3d6aebb2a1e684d45711a authored about 1 year ago by Joris Van den Bossche <[email protected]>
REGR: fix roundtripping datetimes with sqlite type detection (#55690)

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

github.com/pandas-dev/pandas - aeb3644567a10296cc09aed03bf7e0a3780e67ee authored about 1 year ago by Joris Van den Bossche <[email protected]>
BUG fix deprecation of `limit` and `fill_method` in `pct_change` (#55527)

github.com/pandas-dev/pandas - 54814c3bc022b91447c27e72b8f79cdac1f6df15 authored about 1 year ago by Yao Xiao <[email protected]>
BUG: .rolling() returns incorrect values when ts index is not nano seconds (#55173)

* Fix rolling microseconds for sum

* - adding a test for rounding sum

* Update pandas/test...

github.com/pandas-dev/pandas - fe178189e589711559a3064fcefa4d330b7f41fa authored about 1 year ago by Hadi Abdi Khojasteh <[email protected]>
TST: Load iris and types data in sql tests as needed (#55265)

* Remove old commentary, clean up skipping sqlalchemy

* Refactor test

* Split out Datetime...

github.com/pandas-dev/pandas - 074ab2f87d2aeb9586c90b7266f7f1f4488f1db0 authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: BusinessDay addition with non-nano (#55608)

* BUG: BusinessDay addition with non-nano

* GH ref

* fix nanos case

github.com/pandas-dev/pandas - 455b8681c45ef0c147390c8cc64cbf644bf0d4bc authored about 1 year ago by jbrockmendel <[email protected]>
REGR: Groupby methods not supporting numba raising TypeError when the… (#55586)

* REGR: Groupby methods not supporting numba raising TypeError when the global option is set

...

github.com/pandas-dev/pandas - d6aea32f27df80a2a858c6a61c44354794307bfc authored about 1 year ago by Thomas Li <[email protected]>
BUG/PERF: merge_asof raising TypeError for various "by" column dtypes (#55678)

* factorize by keys for merge_asof

* use intp_t

* add test

* whatsnew

* ensure int64

github.com/pandas-dev/pandas - 2f4c93e8322775a0bb06429a02429b95ba6abb26 authored about 1 year ago by Luke Manley <[email protected]>
REF: organize Timedelta, Index tests (#55675)

* Collect Timedelta tests

* organize tests

* typo fixup

* mypy fixup

github.com/pandas-dev/pandas - de50590c7c6cd70606cb2e8db2a78ca3afb0971e authored about 1 year ago by jbrockmendel <[email protected]>
REF: collect Timestamp tests by method (#55674)

* REF: collect Timestamp tests by method

* mypy fixup

github.com/pandas-dev/pandas - f34cf544d9aef66e9d780d58eb5511aa669258c4 authored about 1 year ago by jbrockmendel <[email protected]>
BLD: Allow building with NumPy nightlies and use it for nightlies (#55594)

I am not sure that this is uncontested that this is a good version
pin change. I also took the...

github.com/pandas-dev/pandas - aae33c036c1903ca051a224d07e6120907535ba2 authored about 1 year ago by Sebastian Berg <[email protected]>
BUG: value_counts returning incorrect dtype for string dtype (#55627)

github.com/pandas-dev/pandas - 4412800d1878845e8801ab95b9642b278302c690 authored about 1 year ago by Patrick Hoefler <[email protected]>
TST: de-duplicate, be stricter in excel/test_readers.py (#55669)

* TST: check names in test_readers.py

* de-duplicate

github.com/pandas-dev/pandas - 43c7d4023009ceee4ca11f2148a8debd372e437a authored about 1 year ago by jbrockmendel <[email protected]>
REGR: merge_asof raising TypeError for "by" with datelike dtypes (#55670)

fix regression in merge_asof by datelike

github.com/pandas-dev/pandas - 8b5ba3c78d476e1018087c8a0e87165132a27592 authored about 1 year ago by Luke Manley <[email protected]>
REF: implement _construct_from_dt64_naive (#55672)

github.com/pandas-dev/pandas - 0cd5428d41e1f1f541c49c33265460944712e542 authored about 1 year ago by jbrockmendel <[email protected]>
REF: organize Timestamp constructor tests (#55673)

github.com/pandas-dev/pandas - 029980982e1492d4532019565d6962726e55001e authored about 1 year ago by jbrockmendel <[email protected]>
BUG: mode not sorting values for arrow backed strings (#55621)

* BUG: mode not sorting values for arrow backed strings

* Fix tests

* Change to pa_install...

github.com/pandas-dev/pandas - bb2d2e00524fb31d08a43fc54706035f810d2489 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: DTA/TDA constructors with mismatched values/dtype resolutions (#55658)

* BUG: DTA/TDA constructors with mismatched values/dtype resolutions

* mypy fixup

github.com/pandas-dev/pandas - e48df1cf18cb1a5d21085e55dd05d0b6c988ab51 authored about 1 year ago by jbrockmendel <[email protected]>
TST: Avoid locals in test_eval (#55656)

github.com/pandas-dev/pandas - 5622b1bf85fec3f226412a0df59c5f971b67bed0 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Update release date for 2.1.2 (#55665)

github.com/pandas-dev/pandas - d3956ec20cb75dde25c1ef5a0597667ee5462bd6 authored about 1 year ago by Thomas Li <[email protected]>
Fixed GIL regressions with Cython 3 (#55650)

github.com/pandas-dev/pandas - 6f950c1c36eecce7aad3527b20da25943ebb028d authored about 1 year ago by William Ayd <[email protected]>
BUG: infer_string not inferring string dtype when NA is first value (#55655)

* BUG: infer_string not inferring string dtype when NA is first value

* Update lib.pyx

github.com/pandas-dev/pandas - 7959578c73d3cad1c5820f51dfefa4e442d39b2a authored about 1 year ago by Patrick Hoefler <[email protected]>
reportIncompatibleMethodOverride (#802)

* reportIncompatibleMethodOverride

* BooleanDtype.na_value is a property

* fix Timestamp.c...

github.com/pandas-dev/pandas-stubs - 9aac8e31ba69eb4c0583e55dd2198755fb031620 authored about 1 year ago by Torsten Wörtwein <[email protected]>
DEPR offsets: rename 'Q' to 'QE' (#55553)

* add dictionary OFFSET_DEPR_FREQSTR, change warning msg

* rename Q to QE for offsets

* co...

github.com/pandas-dev/pandas - e0a84433a6a237d74d6c8d273b5987f2dbe9acfc authored about 1 year ago by Natalia Mokeeva <[email protected]>
Add types for pandas.DataFrame.map (#801)

* Add types for pandas.DataFrame.map

* Made some changes:
- Removed stub and test for applym...

github.com/pandas-dev/pandas-stubs - 05d6a525f8df9c05d324281b2c476191f5fb5e87 authored about 1 year ago by andrewpmk <[email protected]>
BUG: conversion a JSON field descriptor into pandas type for deprecated offsets frequency 'M' (#55581)

* correct convert_json_field_to_pandas_type

* fix pre-commit errors

* correct def convert_...

github.com/pandas-dev/pandas - 6ef695ff19cbc54c7f17f55aedb79e2757784670 authored about 1 year ago by Natalia Mokeeva <[email protected]>
TST: dont test private constructors (#55654)

* REF: dont test intermediate constructor helpers

* avoid unnecessary copy

github.com/pandas-dev/pandas - e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: fix AttributeError raised with pd.concat between a None and timezone-aware Timestamp (#54428)

* BUG: NaT instead of error for timestamp

* Timestamp

* whatsnew entry

* added actual b...

github.com/pandas-dev/pandas - 8b7fd0d7ea13d83adac001fd95d2fa372e301d0b authored about 1 year ago by Xiao Yuan <[email protected]>
CI: Fix pyreadstat upgrade change (#55653)

github.com/pandas-dev/pandas - 0de3bcbcb5bf3010173d478f4c327e4defcbe6b2 authored about 1 year ago by Patrick Hoefler <[email protected]>
Add missing space in read_csv usecols out-of-bounds case (#55651)

github.com/pandas-dev/pandas - 92d261159515618fe5a7d18968caf77948d9d90f authored about 1 year ago by Maxwell Bileschi <[email protected]>
CLN: remove unused in tools.datetimes (#55652)

github.com/pandas-dev/pandas - 625d8d6e53b11f8099eb8987e030e28cdb972747 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: indexing raises for ea into numpy series (#55633)

github.com/pandas-dev/pandas - 03a49813074c84665c9ea611c56bb0059f434227 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG fix for str.startswith and str.endswith with tuple arg for `"string[pyarrow]"` dtype (GH#54942) (#54943)

* TST: added failing tuple tests for `str.startswith` and `str.startswith` (#54942)

* FIX: ad...

github.com/pandas-dev/pandas - 2b6af64bb034c28727c399eed41d622c339e63a0 authored about 1 year ago by Nils Müller-Wendt <[email protected]>
TST: change pyarrow skips to xfails (#55576)

* TST: change pyarrow skips to xfails

* revert edits where CI is different from local

----...

github.com/pandas-dev/pandas - f64c60850b524c39d70c963ec39a6d92f3b6d7ee authored about 1 year ago by jbrockmendel <[email protected]>
REF: implement ParseState (#55617)

* REF: implement ParseState

* REF: inline convert_timezone

* ParseState->DatetimeParseState

github.com/pandas-dev/pandas - 0c7d303853070cd85dddfa08a0f2ca151fa9653a authored about 1 year ago by jbrockmendel <[email protected]>
BUG: pytables with non-nano dt64 (#55622)

* BUG: pytables with non-nano dt64

* GH ref

* fix whatsnew

github.com/pandas-dev/pandas - ea65f90ec60bc596872bfe92e7b7cd135608bc85 authored about 1 year ago by jbrockmendel <[email protected]>
Fixed typo in _misc.py (#55644)

github.com/pandas-dev/pandas - f32c52d07c71c38c02edc3b9a3ef9d6915c13aa5 authored about 1 year ago by Aniket Patil <[email protected]>
TST: change pyarrow skips to xfails (#55637)

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

github.com/pandas-dev/pandas - df828190a434b5e6f7870b2874bef126d7881a7b authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: correct class of Warning for offsets deprecated frequency ('M' to 'ME') (#55636)

for offsets deprecated frequency replaced UserWarning with FutureWarning

github.com/pandas-dev/pandas - 54fe86a4caa17b22007701f3ce35da5bdcd9c00b authored about 1 year ago by Natalia Mokeeva <[email protected]>
DOC: Move whatsnew in 2.1.2 (#55640)

github.com/pandas-dev/pandas - 599058a32003363c6c19779b41c69539cd0dc885 authored about 1 year ago by Patrick Hoefler <[email protected]>
DEPS: Bump optional dependencies (#55524)

* DEPS: Bump optional dependencies

* Clean up some version checks

* Address old pyarrow ch...

github.com/pandas-dev/pandas - b57080bf216582454e379a4e702fd7246dfbb8c4 authored about 1 year ago by Matthew Roeschke <[email protected]>
ENH: Add numba engine to df.apply (#55104)

* ENH: Add numba engine to df.apply

* complete?

* wip: pass tests

* fix existing tests
...

github.com/pandas-dev/pandas - ac5587cf092315d5cd30612e25c10c4c0325b107 authored about 1 year ago by Thomas Li <[email protected]>
BUG: Series inferring new string dtype even if dtype is given for scalar value (#55537)

github.com/pandas-dev/pandas - 206f9812cb6197cf65fdad9d7aa1cb62df4090b3 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG/PERF: merge_asof with multiple "by" keys (#55580)

* improve perf in merge_asof with multiple "by" keys

* whatsnew

* add test for EA dtypes
...

github.com/pandas-dev/pandas - ad3f3f78b02d84a3a89907094e5a5702d3288a20 authored about 1 year ago by Luke Manley <[email protected]>
Replace cpplint with clang-format (#55150)

* replace cpplint with clang-format

* fixups

* use conda for clang-format

* language: c...

github.com/pandas-dev/pandas - b3a4b9740e4d1c864f8977ab81027db0686063fe authored about 1 year ago by William Ayd <[email protected]>
BUG: inferred_freq with non-nano (#55609)

* BUG: inferred_freq with non-nano

* GH ref

github.com/pandas-dev/pandas - fdcdd4c2dc4f7ab049879cbaa64cfc430b0b86d9 authored about 1 year ago by jbrockmendel <[email protected]>
REF: separate out _parse_with_format (#55612)

github.com/pandas-dev/pandas - 54a65e05a15a0caf7a3b9460f9168a877d7efade authored about 1 year ago by jbrockmendel <[email protected]>
REF: Misplaced DatetimeIndex tests (#55614)

* TST: move test files to methods/ directory

* REF: tz_localize tests

* implement test_rou...

github.com/pandas-dev/pandas - b446c4b1bafc9ac777a7670f853e278b0b91c2b5 authored about 1 year ago by jbrockmendel <[email protected]>
CLN: assorted (#55618)

github.com/pandas-dev/pandas - 3e10647df615bd9a841506a5ed877e7ed0eb59a2 authored about 1 year ago by jbrockmendel <[email protected]>
DOC: Change core paths to api.typing in URLs (#55626)

github.com/pandas-dev/pandas - 5c7d89db4583bfa8cf628235f4d566d104776278 authored about 1 year ago by Richard Shadrach <[email protected]>
BUG: Groupby not keeping object dtype when infer string is set (#55620)

github.com/pandas-dev/pandas - 839ed72f3de11ea4309ad66cd35a06b45afdc387 authored about 1 year ago by Patrick Hoefler <[email protected]>
CoW: Use exponential backoff when clearing dead references (#55518)

Co-authored-by: Joris Van den Bossche <[email protected]>

github.com/pandas-dev/pandas - 3a90faa99186ae3b349d480f289f0341154c35b6 authored about 1 year ago by Patrick Hoefler <[email protected]>
added assert (#55560)

* added assert

* review comment

github.com/pandas-dev/pandas - c072ffbfc02032919f54d9ef194c1edf7b73b1ea authored about 1 year ago by Jay <[email protected]>
DEPR: correct warning message while parsing datetimes with mixed time zones if utc=False (#55611)

* correct message for parsing datetimes with mixed time zones

* correct tests

github.com/pandas-dev/pandas - 00f10db680c6cf836fad80dda33849081e540230 authored about 1 year ago by Natalia Mokeeva <[email protected]>
[Documentation] Added another example in `df.clip` documentation. (#55589)

* Update generic.py

* Update generic.py

* Update generic.py

github.com/pandas-dev/pandas - af5fa36d9e754cd233aedab8673bed8e85e6eef7 authored about 1 year ago by Abhijit Deo <[email protected]>
TST: move misplaced tests (#55603)

* CLN: split large tests

* REF: misplaced tests

* TST: improve tet

* comment

* TST: ...

github.com/pandas-dev/pandas - 52cdc34da70472c3c2eff44ce697b730d4013481 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: DateOffset addition with non-nano (#55595)

* BUG: DateOffset addition with non-nano

* Update doc/source/whatsnew/v2.2.0.rst

Co-author...

github.com/pandas-dev/pandas - a5e55fb563b1c8ebf615c14c10229dcf48211b80 authored about 1 year ago by jbrockmendel <[email protected]>
CI: Have NumpyDev build only test nightly numpy (#55596)

github.com/pandas-dev/pandas - 503e8e86604c82cdb5d3ea899ce9a3201d5b8080 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Correct groupby().mean() usage in table layout getting started article (#55600)

* DOC: Correct groupby().mean() usage in table layout getting started article

* DOC: Explicit...

github.com/pandas-dev/pandas - 70a11418a7626d4f251580700e1f4d401ebf933f authored about 1 year ago by Ryan Gibson <[email protected]>
PERF: read_stata for wide columns (#55515)

* PERF: read_stata for wide columns

* Add PR number

* Remove unused variable

* typing
...

github.com/pandas-dev/pandas - b3fa178b094d3efb6f24e514a964e1fe06b64a7f authored about 1 year ago by Matthew Roeschke <[email protected]>
BUG: Ensure "string[pyarrow]" type is preserved when calling extractall (#55534)

* Ensure "string[pyarrow]" type is preserved when calling extractall

* Add whatsnew note

*...

github.com/pandas-dev/pandas - c9dc91d8ed61317a6a62702546c6ff59d5f68044 authored about 1 year ago by Amanda Bizzinotto <[email protected]>
Series.pow when right operand is missing value (#55568)

* fix pow with missing operand

* move to 2.2.0

* Update doc/source/whatsnew/v2.2.0.rst

...

github.com/pandas-dev/pandas - 192aec7943cf74621253dbcbfa039bee73fbca24 authored about 1 year ago by rohanjain101 <[email protected]>
BUG: Week.__add__ with non-nano (#55583)

* BUG: Week.__add__ with non-nano

* GH ref

* typo fixup

github.com/pandas-dev/pandas - c0a1e2a2388b7dfb7582746aeffa2cfd5ca2e9f8 authored about 1 year ago by jbrockmendel <[email protected]>
TST: Test patching over fake instead of real method in accessor test (#55584)

github.com/pandas-dev/pandas - c31c6bacb324da14177f254cab555e5e312cc71b authored about 1 year ago by Matthew Roeschke <[email protected]>
Replace is_temporal checks with Cython version (#55506)

github.com/pandas-dev/pandas - ca39324dcd1af36a3dbc2773e904d518ebd247c6 authored about 1 year ago by William Ayd <[email protected]>
CI: Unpin Cython (#55582)

github.com/pandas-dev/pandas - 820d5a902f50b076d10fbc97a2b50d4d2995cd4e authored about 1 year ago by Thomas Li <[email protected]>
REF: add creso keyword to parse_pydatetime (#55579)

github.com/pandas-dev/pandas - 940ea7a4f8ecbdfbf1a398649c3ccfe9705ede49 authored about 1 year ago by jbrockmendel <[email protected]>
Floordiv fix for pyarrow dtypes (#55562)

* floordiv fix

* docs

* docs

* try fix

* revert

* precommit

* Update doc/sourc...

github.com/pandas-dev/pandas - 864596b26ca31d341203dd8ff37c39a88de08ad0 authored about 1 year ago by rohanjain101 <[email protected]>
Put create_manager_from_blocks in internals.api (#55575)

github.com/pandas-dev/pandas - a9fce50ffa393c3ef247fc75ee86a8847a303555 authored about 1 year ago by jbrockmendel <[email protected]>
EHN: allow for to_sql `multi` method with oracle backend (#51648)

* EHN: allow for to_sql `multi` method with oracle backend

* add explanation why conn.execute...

github.com/pandas-dev/pandas - 59d4e84128eceea8c37066e588e7b9daa0994630 authored about 1 year ago by Jaca <[email protected]>
TST: Remove np.core usage (#55565)

github.com/pandas-dev/pandas - 910fa77ca5fbe4c70aee828f9fd2cdbeea660e8c authored about 1 year ago by Matthew Roeschke <[email protected]>
DEPR: accepting Manager objects in DataFrame/Series (#52419)

github.com/pandas-dev/pandas - b2a622e6f3f5c61dae62b0ed71ebc0006188a91b authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: create_block_manager_from_blocks (#55355)

* DEPR: create_block_manager_from_blocks

* lint fixup

github.com/pandas-dev/pandas - 3ccdc5b662b72ff9c573b1de4b450d262f2278bb authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: Previous implementation of DataFrame.stack (#55448)

* DEPR: Previous implementation of DataFrame.stack

* Remove DataFrame.stack docs on dropping ...

github.com/pandas-dev/pandas - a83f6aae255d7d88fe26ac12565c26253a95751b authored about 1 year ago by Richard Shadrach <[email protected]>
DOC: Remove explicit paths from references (#55555)

* DOC: Remove explicit paths from references

* revert

github.com/pandas-dev/pandas - 87386359a169ab0d761373bd8cb95d7d13fa0595 authored about 1 year ago by Richard Shadrach <[email protected]>
BUG: Don't clean docs and open browser in code_checks (#55556)

* BUG: Don't clean docs and open browser in code_checks

* fixup

github.com/pandas-dev/pandas - bd5455e95534174a6f151c1e54ca07aac34e9c38 authored about 1 year ago by Richard Shadrach <[email protected]>
ENH: EA._from_scalars (#53089)

* ENH: BaseStringArray._from_scalars

* WIP: EA._from_scalars

* ENH: implement EA._from_sca...

github.com/pandas-dev/pandas - 746e5eee860b6e143c33c9b985e095dac2e42677 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: DataFrame.to_json OverflowError with np.long* dtypes (#55495)

* BUG: DataFrame.to_json OverflowError with np.long* dtypes

* BUG: DataFrame.to_json Overflow...

github.com/pandas-dev/pandas - 32c9c8feaf46d85119d66ddb09a4b69b28721c50 authored about 1 year ago by Paras Gupta <[email protected]>
TST: Fix assert_is_sorted for eas (#55536)

github.com/pandas-dev/pandas - ea14a466799fe6c2ba42dc468cda5212ea431026 authored about 1 year ago by Patrick Hoefler <[email protected]>
TYP/DOC: add HTMLFlavors type to read_html and related (#55529)

github.com/pandas-dev/pandas - 5bfb41f66388bfb46ad7025c954354562193c7f0 authored about 1 year ago by Matheus Felipe <[email protected]>
MAINT: Partially revert `np.int_` changes (#55540)

MAINT: Partially revert np.int_ changes

github.com/pandas-dev/pandas - e61a0a8a9de56a2876a4468aed25b8a49608b660 authored about 1 year ago by Mateusz Sokół <[email protected]>
TST: Replace node.add_marker with applymarker (#55513)

github.com/pandas-dev/pandas - e0d6051f985994e594b07a2b93b9ca2eff43eae4 authored about 1 year ago by Matthew Roeschke <[email protected]>
DOC: Adjust user guide for CoW docs (#55337)

github.com/pandas-dev/pandas - 7b8c6f6b410331f7b83348cb5f8812a58dab2b39 authored about 1 year ago by Patrick Hoefler <[email protected]>
BUG: idxmax raising for arrow strings (#55384)

github.com/pandas-dev/pandas - 68e3c4b2f855e6e9a8469aeca6eb73ae60327160 authored about 1 year ago by Patrick Hoefler <[email protected]>
CLN/TST: clean logic of old datetime test_indexing test (#55523)

github.com/pandas-dev/pandas - 10cf330662b34a2686722abe5fab35009fb3ee9a authored about 1 year ago by Joris Van den Bossche <[email protected]>
DEPR: rename ‘BM’/‘CBM’ to ‘BME’/‘CBME’ for offsets (#55496)

* rename BM, CBM to BME, CBME for offsets

* fix tests

* correct docs

* add tests, add n...

github.com/pandas-dev/pandas - 0021d241c6aa1b8db91151361b48d7864201fd01 authored about 1 year ago by Natalia Mokeeva <[email protected]>
REF: de-duplicate some Timedelta helpers (#55501)

* REF: implement disallow_ambiguous_unit

* REF: implement get_unit_for_round

github.com/pandas-dev/pandas - b5b8be04b2a63fc02e89650a740779e718d7a99b authored about 1 year ago by jbrockmendel <[email protected]>
DEPR: Index.format (#55439)

* REF: implement Index._format_flat, _format_multi

* de-duplicate, change keyword

* DEPR: ...

github.com/pandas-dev/pandas - 2f3b0eda7231f33131c5fabf065483e61ac1ea59 authored about 1 year ago by jbrockmendel <[email protected]>
REF: share Index/Block get_values_for_csv (#55485)

* REF: share Index/Block get_values_for_csv

* mypy fixup

github.com/pandas-dev/pandas - abba4e2df1ba1651f89ca4b02f8eeeffc17375c2 authored about 1 year ago by jbrockmendel <[email protected]>
BUG: tslibs uncaught overflows (#55503)

* BUG: tslibs uncaught overflows

* GH refs

* windows/32bit builds

github.com/pandas-dev/pandas - e1368cfd506a782f386a0c3afe02b32c31e2856e authored about 1 year ago by jbrockmendel <[email protected]>
Update get_utc declarations (#55507)

* updated parameter definitions

* revert memview -> ndarray declaration

github.com/pandas-dev/pandas - c1d36044bd80e987105518a8986b016f7b54d584 authored about 1 year ago by William Ayd <[email protected]>
BUG: categorical dtype equality for level in different type (#55486)

* BUG: categorical dtype equality for level in different type

* BUG: categorical dtype equali...

github.com/pandas-dev/pandas - 579b8268474c5c89133ae7106a323dd94e1e33fa authored about 1 year ago by Paras Gupta <[email protected]>
BLD: Pin numpy to < 2 (#55488)

* BLD: Pin numpy to < 2

* typo

* Update action.yml

* Update unit-tests.yml

github.com/pandas-dev/pandas - fe07fd5a201c551df679053fbe068302a1337a4a authored about 1 year ago by Thomas Li <[email protected]>
REF: Add tests.groupby.methods (#55312)

* REF: Add tests.groupby.methods

* Merge cleanup

* Refactor

* Refactor

* Show value ...

github.com/pandas-dev/pandas - 9de2a19b9651336cc14a2830c8460e9ad1e2d505 authored about 1 year ago by Richard Shadrach <[email protected]>
TST: Close ad-hoc db connections (#55445)

* TST: Close ad-hoc db connections

* Add runtime import

github.com/pandas-dev/pandas - ae177e88472a0f71e4fa8d41e773f6fb7029a8dc authored about 1 year ago by Matthew Roeschke <[email protected]>