Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pandas-dev/pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://github.com/pandas-dev/pandas

PERF: Unary methods on RangeIndex returns RangeIndex (#57825)

* PERF: Unary methods on RangeIndex returns RangeIndex

* Whatsnew number

8ad35340a1c3a008ec2c51d5bd8c3c8588229c58 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
CLN: enforce deprecation of the `method` keyword on `df.fillna` (#57760)

* enforce deprecation of param method in df.fillna: correct def fillna, fix tests

* correct d...

d2bf501da451f65319e7ab5c1543a54fb1ddc746 authored 10 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
PERF: RangeIndex.argmin/argmax (#57823)

d79910c17791f48824b0a046010b35aab9cdaf32 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Fix issue with Tempita recompilation (#57796)

Fix dependency issue with Tempita file outputs

97c31a60f06a2a13db28b769bd3c4d396ddd3df6 authored 10 months ago by William Ayd <will_ayd@innobi.io>
PERF: RangeIndex.round returns RangeIndex when possible (#57824)

* PERF: RangeIndex.round returns RangeIndex when possible

* Add whatsnew

* Add typing

*...

3132971fa1cc04bcc5db98d2ef5933c09eaf4316 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
DOC: Pin dask/dask-expr for scale.rst (#57830)

9f05d567ec82fe5d56632690e30539fdd1e68b43 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
DOC: Fix remove_unused_levels doctest on main (#57827)

f5d754d4fcaefff9ff08167a55426f3afe88b175 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
PERF: RangeIndex.__getitem__ with integers return RangeIndex (#57770)

* PERF: RangeIndex.take with 1 value return RangeIndex

* add issue number

* Move to _shall...

04487b377f0cca15ff09ba8fed31751ea4dcbab3 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Fix some typing errors (#57816)

* Fix some typing errors

* Review

* Reuse types

* Reuse types

* Reuse types

* Add...

10f31f6a242fb01fdf37f5db2e8c6f4f82f5af16 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Fix doc build (#57821)

* Fix doc build

* Add additional package

* Add additional package

* Add additional pack...

b150258a4720b67082e2303c7a1052d2f40c27ab authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
CLN: remove deprecated classes 'NumericBlock' and 'ObjectBlock' (#57815)

remove deprecated classes NumericBlock, ObjectBlock

d04f908a7af35602a3477bbc10d2ec05c61088e3 authored 10 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
CLN: Remove unused private code in sas module (#57819)

Remove unused private code in sas module

fb418b2cdce267aa53bb6bdcc8fce75c312219be authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
CLN: Remove unused private attributes in stata module (#57818)

Remove unused private code in stata module

f2a5272ca1085c13b524a6365eb2051d348a4c69 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
BUG: #57775 Fix groupby apply in case func returns None for all groups (#57800)

* Ensure that the empty frame has the information of the original frame

* Adjust test to expe...

813085003bfb02031172fc56ec22826f67fcf8c2 authored 10 months ago by Philipp Hoffmann <Philipp.Hoffmann@protonmail.com>
BUG: pd.unique(Index) now returns Index as Index.unique (#57679)

* Add test

* Fix

* Adjust tests

* Add whatsnew

* Improve tests

* Remove duplicate...

f15f6785929249bc37cc9dde67e019e600c3e261 authored 10 months ago by Xiao Yuan <yuanx749@gmail.com>
Remove maybe unused function (#57814)

* Remove unused function

* Remove unused function

d6c258691dfa01b300bb3d904df3e3e7dabe55cc authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
DOC: fix typo in `DataFrame.plot.hist` docstring (#57808)

d8eb2015baed61b3db46d9ed57d172fbacde9556 authored 10 months ago by Xiao Yuan <yuanx749@gmail.com>
CLN: remove deprecated strings 'BA', 'BAS', 'AS' denoting frequencies for timeseries (#57793)

* remove BA, BAS-from timeseries freq, fix tests

* remove AS from timeseries freq, add test
...

59235de7363a0fbb866f42a1a76c881c91bf397c authored 10 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
Doc: Fix GL08 error for pandas.ExcelFile.book (#57807)

* Fix GL08 error for pandas.ExcelFile.book

* fixing NameError("name 'file' is not defined")
...

fd1126cf0340e15896d367df17df3c5d7a66af7d authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Fix PR01 errors for melt, option_context, read_fwf, reset_option (#57806)

* Fix PR01 errors for melt, option_context, read_fwf, reset_option

* removed shared docstring...

9d1d6f6efcc871eb65488ba03da7d6204de6b189 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: Fix RT03 errors for read_orc, read_sas, read_spss, read_stata (#57801)

Fix RT03 errors for read_orc, read_sas, read_spss, read_stata

ba64039e541d3f6ad4b6ab3ee697e48c96c83e10 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: fix PR07 errors in DatetimeIndex - indexer_between_time, mean and HDFStore - append, get, put (#57805)

fix PR07 errors in DatetimeIndex - indexer_between_time, mean and HDFStore - append, get, put

a78a22f990f9a4c35384f6a0eb552d776009829d authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
PERF: Return RangeIndex columns instead of Index for str.partition with ArrowDtype (#57768)

c8ca4ee95a0d246cf8122491493fa3da1f80fe03 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
PERF: Categorical(range).categories returns RangeIndex instead of Index (#57787)

9dc7a74f6c4e4419bb3c6d182e7e967d46fd38a5 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Doc: fix PR07 errors for pandas.DataFrame get, rolling, to_hdf (#57804)

fix PR07 errors for pandas.DataFrame get, rolling, to_hdf

871f01b5582fc737a63f17c1d9027eb6a2099912 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: fix SA01 errors for as_ordered and as_unordered (#57803)

fix SA01 errors for as_ordered and as_unordered

1b9163de074d9c5de74654a8b7baeabc4a5a5915 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: fix SA01 errors for pandas.BooleanDtype and pandas.StringDtype (#57802)

fix SA01 errors for pandas.BooleanDtype and pandas.StringDtype

085b91908ef21d74c85b1175d1dcc7a30b94df60 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: fix RT03 pandas.timedelta_range and pandas.util.hash_pandas_object (#57799)

fix RT03 pandas.timedelta_range and pandas.util.hash_pandas_object

8813953da8899a529d4080548cbe67f352ccae47 authored 10 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
DOC: Remove RT03 docstring errors for selected methods (#57797)

* Add return information on pop method.

* Add return information on reindex method.

* Add ...

0df2f0d1a3e06a9a1acad4513d5f5f29c6d195ba authored 10 months ago by Jonas Bergner <44500888+bergnerjonas@users.noreply.github.com>
Fix some typing errors (#57795)

* Fix some typing errors

* Fix some typing errors

* Fix some typing errors

* Fix some t...

0cc12bc14144cfc87efd094a101b61126056e600 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Migrate ruff config to the latest format (#57791)

* Migrate ruff config to the latest format

* Fix errors discovered by the new config

dc19148bf7197a928a129b1d1679b1445a7ea7c7 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Fix SparseDtype comparison (#57783)

* Fix SparseDtype comparison

* Fix tests

* Add whatsnew

* Fix

77f9d7abee14888447a1f9942f7f6f4cdbcd927b authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Small refactoring (#57789)

3066235779e30c7a7a4f87c9aee3258aeb9ecf45 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
DOC: Resolve RT03 errors in several methods #2 (#57785)

* Add return info for nsmallest method

* Add result info on nunique.

* Add return informat...

4692686a750b95884e1d5a4f1313614c71c57213 authored 10 months ago by Jonas Bergner <44500888+bergnerjonas@users.noreply.github.com>
DOC: Resolve RT03 errors for selected methods (#57782)

* Add result information to filter method.

* Add return information for first_valid_index me...

1962c3f09672876d2627d9e5e076ab6971a66944 authored 10 months ago by Jonas Bergner <44500888+bergnerjonas@users.noreply.github.com>
PERF/CLN: Preserve `concat(keys=range)` RangeIndex level in the result (#57755)

* PERF/CLN: Preserve RangeIndex level in the result

* Whitespace

* Whitespace

* Fix te...

6a730458610d19e3017cccc76a7228f0b5897a15 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Fix rank method with nullable int (#57779)

* Fix rank method with nullable int

* Add whatsnew note

95ab36dc756d27544440555b8130d9be0e79936b authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
COMPAT: Adapt to Numpy 2.0 dtype changes (#57780)

7debc1f4bd25df146c58e17917476a28fa903112 authored 10 months ago by Sebastian Berg <sebastianb@nvidia.com>
DEPR: remove deprecated freqs/abbrevs 'A', 'A-DEC', 'A-JAN', etc. (#57699)

72874873e3289a747b772f05514c45cbcaf02775 authored 10 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
DOC: Fix description for pd.concat sort argument (#57776)

Co-authored-by: Thomaz <zoidberg137@gmail.com>

a76f24e41ce204b02b65ac9c760a75ad3dd7b4f0 authored 10 months ago by Thomaz <thomazwrx@gmail.com>
Enforce numpydoc's GL05 (#57772)

bf171d1eed8b30ca55a4591e8423106d09baea28 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Bump ruff to latest version (#57766)

* Bump ruff to latest version

* Autoformat

* Ignore conflicted error

* Ignore false pos...

15c21a2c41d9090c205ca4843afdaa8dd209b410 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
Validate docstring error code (#57767)

* Validate docstring error code

* Rename error code

* Fix tests

2d4305cad90c979ab4c3f156b77b87a2d94d3b4c authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
BUG: interchange protocol with nullable datatypes a non-null validity (#57665)

* BUG: interchange protocol with nullable datatypes a non-null validity provides nonsense result...

03717bcc5ae762d8a0ab8d259ca000af66e8ba82 authored 10 months ago by Marco Edward Gorelli <marcogorelli@protonmail.com>
DOC-#57585: Add `Use Modin` section on `Scaling to large datasets` page (#57586)

* DOC-#57585: Add `Use Modin` section on `Scaling to large datasets` page

Signed-off-by: Igos...

c9f876c0e79ce9a5309b036577a343d3714cb88b authored 10 months ago by Iaroslav Igoshev <Poolliver868@mail.ru>
DOC: add whatsnew for v2.2.2 (#57759)

* add whatsnew 2.2.2

* ruff

7977a37187238e5e646079903af71f78e7a4f636 authored 10 months ago by Marco Edward Gorelli <marcogorelli@protonmail.com>
CLN: Enforce deprecation get_group with tuples of length 1 (#57743)

* CLN: Enforce deprecation get_group with tuples of length 1

* Add in similar deprecation inv...

ed91fbe0c28b38632408c8aca80afd13b69e1b53 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of DataFrameGroupBy.dtypes and Grouper attrs (#57756)

d447ca6424735173e6d00b86f8e583201c44bafe authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of passing a dict to SeriesGroupBy.agg (#57757)

fd1188a2438091b699493d1ecbe71a2469bc29f9 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of groupby.quantile supporting bool dtype (#57744)

c71244ad21d733be1589b73a859c4735a0d19d36 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of groupby with as_index=False excluding out-of-axis groupings (#57741)

* CLN: Enforce deprecation of groupby with as_index=False excluding out-of-axis groupings

* t...

fe2ef376f862feb1643bb61a794a793f2b3e7b6e authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of method and limit in pct_change methods (#57742)

* CLN: Enforce deprecation of method and limit in pct_change methods

* Test fixups

* mypy ...

b89b2f14eee4d93c22f98abcd2c4bf798f417ce7 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
CLN: Enforce deprecation of groupby.idxmin/idxmax with skipna=False not raising (#57746)

* CLN: Enforce deprecation of groupby.idxmin/idxmax with skipna=False not raising

* Test fixup

5c1303a12d7bd67cf69afcab6f1e6371bf6aaca5 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
REF: Remove dynamic docstrings from option methods (#57710)

* REF: Remove dynamic docstrings from option methods

* Fix arguments

* Reuse

* Fix drop...

a0784d2c59c04e0a9e1ef22d696adb5768b5541e authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
DOC: Add clarification to groupby docs regarding hashes and equality (#57648)

038976ee29ba7594a38d0729071ba5cb73a98133 authored 10 months ago by gabuzi <15203081+gabuzi@users.noreply.github.com>
PERF: RangeIndex.append returns a RangeIndex when possible (#57467)

* PERF: RangeIndex.append returns a RangeIndex when possible

* add correct issue number

* ...

812a996e7f1c1c823b6f3fc0ce810a08ec933454 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
CLN: Enforce deprecation of axis=None in DataFrame reductions (#57684)

* CLN: Enforce deprecation of axis=None in DataFrame reductions

* Remove test

* cleanup

...

654c6dd5199cb2d6d522dde4c4efa7836f971811 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
PERF: Return RangeIndex from RangeIndex.reindex when possible (#57647)

* PERF: Return RangeIndex from RangeIndex.reindex when possible

* Add whatsnew number

* On...

0be8f98dd93eb261453f70067f7deeab9db76324 authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
MAINT: Adjust the codebase to the new `np.array`'s `copy` keyword meaning (#57172)

* MAINT: Adjust the codebase to the new np.array copy keyword meaning

* Add copy is docstring...

b89f1d0d05f4c9f360985abc6bda421d73bae85f authored 10 months ago by Mateusz Sokół <8431159+mtsokol@users.noreply.github.com>
DOC: Extended the documentation for `DataFrame.sort_values()` (#57678)

* DOC:extended the documentation for `pandas.DataFrame.sort_values`; further explain the single-...

7988029bcb07cc9712180d352b19573094c3cbf8 authored 10 months ago by Amin Allahyar <amin8w@gmail.com>
CI: avoid `guess_datetime_format` failure on 29th of Feburary (#57674)

* try fix ci

* add comment

83112d721ef1694e2587b33ccd0c30e2062d3852 authored 10 months ago by Marco Edward Gorelli <marcogorelli@protonmail.com>
DOC: Remove references to `bfill`, `ffill`, `pad`, and `backfill` in `limit_direction` (#57720)

* Remove references to `bfill`, `ffill`, `pad`, `backfill` from `limit_direction`

* Add `bfil...

89b286a699b2d023b7a1ebc468abf230d84ad547 authored 10 months ago by S <75491816+TechnoShip123@users.noreply.github.com>
PERF: Return RangeIndex from RangeIndex.join when possible (#57651)

* PERF: Return RangeIndex from RangeIndex.join when possible

* whatsnew number

* Fix indexer

58e63ec12830160c29fde490e7836254068b855e authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
PERF: DataFrame(ndarray) constructor ensure to copy to column-major layout (#57459)

* PERF: DataFrame(ndarray) constructor ensure to copy to column-major layout

* fixup

-----...

59e5d93912a4e4c7c36da7d2f6d0093d517365ec authored 10 months ago by Joris Van den Bossche <jorisvandenbossche@gmail.com>
DOC: Update drop duplicates documentation to specify method limitation (#57670)

* Update drop duplicates documentation to specify method limitation

* Update format

* Reve...

438f2d484b59eaf8d86955d43aa92afa842b3e0f authored 10 months ago by Flavia Y. Ouyang <flavia.ouyang@mail.mcgill.ca>
WEB: Remove unmaintained projects from Ecosystem (#57675)

59677c0390fa4f0a6a1fe1509fb58adcf603fa90 authored 10 months ago by Marc Garcia <garcia.marc@gmail.com>
Use ruff to enforce import alias (#57282)

* Use ruff to enforce import alias

* Remove old hook

---------

Co-authored-by: Matthew ...

2ce4fba6dc294442e55ab10f0f07d965cb1aafa6 authored 10 months ago by Trinh Quoc Anh <trinhquocanh94@gmail.com>
TST: Add test for `grouby` after `dropna` agg `nunique` and `unique` (#57711)

* Add test

* typo

e358d3c94e594b245a0f084436be791f73a49f8b authored 10 months ago by Zhengbo Wang <2736230899@qq.com>
Less Heap Usage in Hashtable (#57701)

* Hashtable cleanups

* Remove unused imports

* renamed .n -> size, .m -> capacity

* siz...

0c9a66b3aee3f43c7bc183db6129080875af1022 authored 10 months ago by William Ayd <will_ayd@innobi.io>
CLN: Enforce deprecation of pinning name in SeriesGroupBy.agg (#57671)

* CLN: Enforce deprecation of pinning name in SeriesGroupBy.agg

* whatsnew

cec873ef9e23da769f6d562473700ecd14bda001 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
REF: Avoid importing xlrd (#57708)

af354c38cd93d5e4c76f58e9f1ff9421d29731a4 authored 10 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
update from 2022 to 2024 image (#57721)

* update from 2022 to 2024 image

* Update .circleci/config.yml

* Update .circleci/config.y...

2d7df18bba76aecad8dc02efbed6556e929e3687 authored 10 months ago by Thomas Baumann <thbaumann90@gmail.com>
TST/CI: Fix test_repr on musl for dateutil 2.9 (#57726)

* TST/CI: Fix test_repr on musl

* Fix windows test too

* Check other call

* Remap US/Pa...

c3ae17d04d3993e1c3e4c0f8824fde03b8c9beac authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
CLN: remove references to `is_anchored` from ci/code_checks.sh (#57715)

remove references to removed is_anchored from ci/code_checks.sh

6fa2a4be8fd4cc7c5746100d9883471a5a916661 authored 10 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
CLN: More numpy 2 stuff (#57668)

* CLN: More numpy 2 stuff

* More

* fix warning

* clean

---------

Co-authored-by: ...

1bf86a35a56405e07291aec8e07bd5f7b8b6b748 authored 10 months ago by Thomas Li <47963215+lithomas1@users.noreply.github.com>
BUG: dataframe.update coercing dtype (#57637)

8fde168c840fd913140bbe91d288dca5db7f0fe2 authored 10 months ago by Marco Aurélio A. Barbosa <aureliobarbosa@gmail.com>
BUG: Fix empty MultiIndex DataFrame xlsx export (#57697)

ddc31444cd4350cac50988af1ac350fe14b5f22e authored 10 months ago by Thomas Holder <thomas@thomas-holder.de>
PERF: Return a RangeIndex from __getitem__ with a bool mask when possible (#57588)

* PERF: Return a RangeIndex from __getitem__ with a bool mask when possible

* Add whatsnew

...

d2bc8460f64701ea7824021da5af98238de8168b authored 10 months ago by Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
CI: fix ci (calamine typing) (#57689)

fix ci (calamine typing)

ab2980ba52ae24db72765b3c4ae1d33ac8fad3f5 authored 10 months ago by Marco Edward Gorelli <marcogorelli@protonmail.com>
WEB: Add page about benchmarks (#56907)

301c5c719bc13c20d44b488d987a05fa5fd605a0 authored 11 months ago by Marc Garcia <garcia.marc@gmail.com>
ENH: Report how far off the formatting is (#57667)

e14a9bd41d8cd8ac52c5c958b735623fe0eae064 authored 11 months ago by Eric Larson <larson.eric.d@gmail.com>
CLN: replace unnecessary `freq_to_period_freqstr` with `PeriodDtype` constructor (#56550)

* replace freq_to_period_freqstr() with PeriodDtype(freq)._freqstr in _shift_with_freq()

* re...

69f03a39ecf654e23490cc6d2e103c5e06ccae18 authored 11 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
Doc: resolve GL08 for pandas.Timedelta.microseconds, unit & value (#57616)

* Add docstrings to timedeltas.pyx

* Add extended summary and see also

* Add as_unit

c8646541e9a2e27cc14e550c722364ded1dcba5f authored 11 months ago by Thanh Lam DANG <70220760+lamdang2k@users.noreply.github.com>
CLN: unify error message when parsing datetimes with mixed time zones with utc=False (#57653)

* unify error msg for mixed offsets when utc=False

* capitalize the letter p in error message

aee49e9d8b02472ae4fbcdf5b54e7307de1dbaa2 authored 11 months ago by Natalia Mokeeva <91160475+natmokval@users.noreply.github.com>
DOC: RT03 fix for read_sql_query, read_feather (#57649)

* DOC: RT03 fix for read_sql_query, read_feather

* Update pandas/io/feather_format.py

Co-a...

09bd13ec35707cc0c67afd2a2dacd44aeaa59b9b authored 11 months ago by Yashpal Ahlawat <yashpalahlawat8@gmail.com>
REF: simplify pytables _set_tz (#57654)

aabc35abe0a74e53d998268d5e6ab02f0e6696b4 authored 11 months ago by jbrockmendel <jbrockmendel@gmail.com>
TST: fix test_complibs on mac (#57652)

015f8d3e2a1d007400a526fa89b373751d244e67 authored 11 months ago by jbrockmendel <jbrockmendel@gmail.com>
CLN: Enforce deprecation of using alias for builtin/NumPy funcs (#57444)

* CLN: Enforce deprecation of using alias for builtin/NumPy funcs

* GH# and whatsnew

* Fix...

47cd690501c55c266a845fbbeb5515804a66d05d authored 11 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
DOC: Fixing GL08 errors for pandas.ExcelFile.sheet_names and pandas.MultiIndex.codes (#57601)

Co-authored-by: Jonas Bergner <44500888+bergnerjonas@users.noreply.github.com>

7a2e96ca608342bc1b0c308e316f4063e227368c authored 11 months ago by thomasdamcevski <97948306+thomasdamcevski@users.noreply.github.com>
DOC: RT03 fix for read_sql method (#57638)

* RT03 fix for read_sql method

* Review suggestions implemented

737d390381ffd8006f15d738c934acb659b5c444 authored 11 months ago by Yashpal Ahlawat <yashpalahlawat8@gmail.com>
DOC: fix PR01/SA01 errors for pandas.tseries.offsets.*.is_(month|quarter|year)_(end|start) (#57630)

* Doc: fix PR01 errors for pandas.tseries.offsets.*.is_*_end/start

* Clean

a73ab97d1f4856b44face4b8441ec8d0c63d7a36 authored 11 months ago by Xiao Yuan <yuanx749@gmail.com>
DOC: Add `DataFrame.isetitem` method (#57614)

* Add DataFrame.isetitem method

* Add See-Also and Examples

* Fix orfer

* Update pandas...

d63f00fe5a0876dcb84325d5f880209f76be9c68 authored 11 months ago by Zhengbo Wang <77875500+luke396@users.noreply.github.com>
Doc: fix PR01 docstring errors for pandas.CategoricalIndex.equals and pandas.CategoricalIndex.map (#57611)

fix docstring errors for pandas.CategoricalIndex.equals and pandas.CategoricalIndex.map

31dc1386d04a986240b22213dd39d36a3e07b801 authored 11 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: fixing RT03 errors for pandas.DataFrame.expanding (#57615)

fixing RT03 errors for pandas.DataFrame.expanding

b6230f3fc8e3134e6659962407f850542c45aa66 authored 11 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
Doc: resolve GL08 for pandas.core.groupby.SeriesGroupBy.value_counts (#57609)

f1a78d5a9f271c3107de35c18564c919eadd2713 authored 11 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
DOC: Whatsnew notable bugfix on groupby behavior with unobserved groups (#57600)

* DOC: Whatsnew notable bugfix on groupby behavior with unobserved groups

* Finish up

* re...

f7419d8a3dd88e732f7846b56e072723a7634ca6 authored 11 months ago by Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
DOC: fix RT03 for CategoricalIndex.set_categories, DataFrame.astype, DataFrame.at_time and DataFrame.ewm (#57605)

* Add description of returned value of astype method

* Add description text to return value o...

e19dbeebf77ed080991dcb5805717e7b975a4468 authored 11 months ago by Jonas Bergner <44500888+bergnerjonas@users.noreply.github.com>
TYP: misc annotations (#57606)

* TYP: misc changes

* fix runtime

* pre-commit

* a few more

* stubtest

* NoReturn...

6de371716853cbc1f5ab802f59f034ff9ad1b506 authored 11 months ago by Torsten Wörtwein <6618166+twoertwein@users.noreply.github.com>
Doc: Fix PR07 errors for pandas.DataFrame.align (#57612)

Fix PR07 errors for pandas.DataFrame.align

4153f87e60ee8453673d6befd7d975a71a2f953e authored 11 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>
DOC: fixing GL08 errors for pandas.DatetimeIndex.as_unit and pandas.DatetimeIndex.freq (#57562)

* fixing PR01 errors for pandas.DatetimeIndex.as_unit and pandas.DatetimeIndex.freq

* clean u...

1f860f3eb4a65ffbe50a8515032c99d910054db8 authored 11 months ago by Jordan Murphy <35613487+jordan-d-murphy@users.noreply.github.com>