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: 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...

github.com/pandas-dev/pandas - 1f860f3eb4a65ffbe50a8515032c99d910054db8 authored 10 months ago by Jordan Murphy <[email protected]>
fix SA01 error for pandas.ArrowDtype (#57613)

* fix SA01 error for pandas.ArrowDtype, and update link to :ref: format

* revert url change

github.com/pandas-dev/pandas - a6877d83a2472794c284d2195e860838bd032fb8 authored 10 months ago by Jordan Murphy <[email protected]>
remove check to enforce ES01 errors (#57625)

github.com/pandas-dev/pandas - c918623c3d71289a0b1cee417c4e3674e150c7cb authored 10 months ago by Jordan Murphy <[email protected]>
Remove inline from khash_python (#57618)

github.com/pandas-dev/pandas - edd45f68c196334734125f330fbd62de20dfb6d3 authored 10 months ago by William Ayd <[email protected]>
TST: Clean contexts (#57571)

* Remove use_numexpr

* remove return_filelike in ensure_clean

* Start using temp_file

*...

github.com/pandas-dev/pandas - 95308514e1221200e4526dfaf248283f3d7ade06 authored 10 months ago by Matthew Roeschke <[email protected]>
DOC: fix RT03 for pandas.Index.to_numpy and pandas.Categorial.set_categories (#57603)

* Add description to Index._to_numpy method.

* Fix description of default value for parameter...

github.com/pandas-dev/pandas - 421f47d158e21e7d5a0e68bbea74237b208c5114 authored 10 months ago by Jonas Bergner <[email protected]>
CoW: Deprecate copy keyword from first set of methods (#57347)

* CoW: Remove a few copy=False statements

* Cow: Deprecate copy keyword from first set of met...

github.com/pandas-dev/pandas - 3f05c4fe6cfdc8a4354cf69800f9ec4301fa84da authored 10 months ago by Patrick Hoefler <[email protected]>
REF: Move compute to BinGrouper.result_index_and_ids (#57599)

github.com/pandas-dev/pandas - 87dd2ee36751e996812300444299d458e2ba42c4 authored 10 months ago by Richard Shadrach <[email protected]>
CLN: Use group_info less (#57598)

github.com/pandas-dev/pandas - e103a4ce45ec45a920048f1e506e5161c6d8ea87 authored 10 months ago by Richard Shadrach <[email protected]>
PERF: Avoid Series constructor in DataFrame(dict(...), columns=) (#57205)

* Avoid Series constructor inference in dict_to_mgr

* test_constructors passes

* Use const...

github.com/pandas-dev/pandas - 9a6c8f0ad02f7faa23a06a69cdd003bd4a47d6be authored 10 months ago by Matthew Roeschke <[email protected]>
PERF: groupby(...).__len__ (#57595)

* PERF: groupby(...).__len__

* GH#

github.com/pandas-dev/pandas - 1d70500b74bac5d0e7e09eec269a2805f6c56000 authored 10 months ago by Richard Shadrach <[email protected]>
ENH: Allow performance warnings to be disabled (#56921)

* ENH: Allow performance warnings to be disabled

* ENH: Allow performance warnings to be disa...

github.com/pandas-dev/pandas - a730486036790f3cd26145542257a837e241144c authored 10 months ago by Richard Shadrach <[email protected]>
Added types to df.info() (#875)

Co-authored-by: Askhat Nuriddinov <[email protected]>

github.com/pandas-dev/pandas-stubs - 02abbdb842fd51b19e2c16dd4618100e8e293486 authored 10 months ago by Askhat Nuriddinov <[email protected]>
DOC: fixing PR01 errors for pandas.Categorical and pandas.Categorical.__array__ (#57561)

* fixing PR01 errors for pandas.Categorical and pandas.Categorical.__array__

* updated dtype ...

github.com/pandas-dev/pandas - 54d2033fabc1a064b05842b41f8247ae3fdd6fd6 authored 10 months ago by Jordan Murphy <[email protected]>
BUG: Interchange object data buffer has the wrong dtype / from_dataframe incorrect (#57570)

string

github.com/pandas-dev/pandas - 5f87a2dafcd5d05966e2f7cf9eab53dbba5abde1 authored 10 months ago by Marco Edward Gorelli <[email protected]>
CLN: Assorted khash-python cleanups (#57575)

* CLN: Assort khash-python cleanups

* add static inline to memory tracers

* revert mistake...

github.com/pandas-dev/pandas - 6ef44f26e3a1f30769c5c0499b2420918a036401 authored 10 months ago by William Ayd <[email protected]>
DOC: Add contributors for 2.2.1 (#57582)

github.com/pandas-dev/pandas - 7bb427e6ffd31b0951d56e5d0f839726aa64ccee authored 10 months ago by Thomas Li <[email protected]>
Updating timeseries.offset_aliases links to use :ref: format (#57581)

github.com/pandas-dev/pandas - a305c1f193d7c4618602933407a228abefce7485 authored 10 months ago by Jordan Murphy <[email protected]>
DOC: Add release date for 2.2.1 (#57576)

github.com/pandas-dev/pandas - 02765b402d60b92ba1141399d1cb9ecb1e8403cc authored 10 months ago by Thomas Li <[email protected]>
BUG: Fix near-minimum timestamp handling (#57314)

* attempt failing test

* expand test for demonstration purposes

* fix near-minimum timesta...

github.com/pandas-dev/pandas - 8b313d36aff97d28250bd6e8dad02c6da055f6f1 authored 10 months ago by Robert Schmidtke <[email protected]>
CLN: Remove pickle support pre-pandas 1.0 (#57555)

* Centeralize methods to class

* Cleanups

* CLN: Remove pickle support pre-pandas 1.0

*...

github.com/pandas-dev/pandas - ada009a40356feaddb5a412a1a23d8354741d07d authored 10 months ago by Matthew Roeschke <[email protected]>
Remove PyArrow deprecation warning (#57556)

* Revert "DEPS: Add warning if pyarrow is not installed (#56896)"

This reverts commit 5c2a407...

github.com/pandas-dev/pandas - 4ed67ac9ef3d9fde6fb8441bc9ea33c0d786649e authored 10 months ago by Patrick Hoefler <[email protected]>
DOC: fix ES01 for pandas.Flags (#57563)

fix ES01 for pandas.Flags

github.com/pandas-dev/pandas - 83fec18924b70fa2152f02cc6443fe76456cedd0 authored 10 months ago by Jordan Murphy <[email protected]>
PERF: Switch conditions in RangeIndex._shallow_copy (#57560)

github.com/pandas-dev/pandas - 1debaf3c14600b7f478b7e8f3a30520e5bc31a35 authored 10 months ago by Matthew Roeschke <[email protected]>
CLN: correct file names in a comment in _optional.py (#57558)

correct file names in a comment in _optional.py

github.com/pandas-dev/pandas - fc37c83c2deb59253ae2d10ca631b6a1242cfdcb authored 10 months ago by Natalia Mokeeva <[email protected]>
Enable construction of pd.Series with NaT and NA (#874)

* Enable construction of pd.Series with NaT and NA

* cleanup

github.com/pandas-dev/pandas-stubs - d2ffa324ccf92e033d2d5f2a2c8f116fc0082297 authored 10 months ago by Mark Elliot <[email protected]>
Roadmap: remove ArrayManager (#57554)

github.com/pandas-dev/pandas - 654f9325b24b5d271fa7debcd173db2b4d440b4a authored 10 months ago by jbrockmendel <[email protected]>
PERF: Return RangeIndex columns in str.extract when possible (#57542)

github.com/pandas-dev/pandas - 53ae1d2c0c0bd75318d0981b849127f5e069c145 authored 10 months ago by Matthew Roeschke <[email protected]>
BLD: Add pyarrow extra for pip installation (#57551)

github.com/pandas-dev/pandas - 734501e595d1e771774949232ed5f382e238db8d authored 10 months ago by Matthew Roeschke <[email protected]>
BUG: read_json returning Index instead of RangeIndex (#57439)

* BUG: read_json returning Index instead of RangeIndex

* Keep track of conversion

github.com/pandas-dev/pandas - f6d7d9960906649eeab95e412e44bd56064bbab9 authored 10 months ago by Matthew Roeschke <[email protected]>
BUG: guess_datetime_format fails to infer timeformat (#57471)

github.com/pandas-dev/pandas - 563c6777d8827ea1a5da64f5c3ae046ab390bcfb authored 10 months ago by Xiao Yuan <[email protected]>
TYP: simplify read_csv/fwf/table overloads (#57476)

* TYP: simplify read_csv/fwf/table overloads

* isort (keep thinking ruff is configured to do ...

github.com/pandas-dev/pandas - 58700574dcee0afe6c5da42040914a5ac170139b authored 10 months ago by Torsten Wörtwein <[email protected]>
Update Styler documentation for escaping HTML (#57365)

* Added note for Styler

* Fixup

github.com/pandas-dev/pandas - ddb903b83fac8ad1a3c94c5dd7bb51c63ecb7b24 authored 10 months ago by Tom Augspurger <[email protected]>
Fix pd.concat to accept None values as input. (#858)

* Fix pd.concat to accept None values as input.

* Add test

* a few changes

* comment

...

github.com/pandas-dev/pandas-stubs - 82ed4f1e734082d0ae70cb4baed08c01e0383377 authored 10 months ago by Alex Glass <[email protected]>
DOC: Fix PR01 errors in multiple files (#57438) (#57504)

* DOC: Fix PR01 errors in multiple files (#57438)

Fixed PR01 errors (#57438) and added parame...

github.com/pandas-dev/pandas - 24936816994d14b616d4053d618d7de7419c6f89 authored 10 months ago by Deen-dot <[email protected]>
CLN: Use not .any() instead of comparing to 0 (#57541)

github.com/pandas-dev/pandas - 2b568ce82618c5e6dd2fc6f6f1d22e84c4883546 authored 10 months ago by Matthew Roeschke <[email protected]>
CI/TST: Use tmp_path for excel test (#57516)

* Revert "CI: Run excel tests on single cpu for windows (#57486)"

This reverts commit 9c02050...

github.com/pandas-dev/pandas - efdff03fca9ab4f5475f3655ab3315fe608fd31b authored 10 months ago by Matthew Roeschke <[email protected]>
PERF: Add short circuiting to RangeIndex._shallow_copy (#57534)

github.com/pandas-dev/pandas - 2b82b8635d17c3a020e6e40ba72b9cc6a76f3149 authored 10 months ago by Matthew Roeschke <[email protected]>
Improving function definition (#57518)

* Improving function definition

* Apply suggestions from code review

Co-authored-by: Matth...

github.com/pandas-dev/pandas - 1625d5a9112a0143c1dc59eadab825536e7e1240 authored 10 months ago by Javier Marin Tur <[email protected]>
TST: Allow test_dti_constructor_with_non_nano_now_today to be flaky (#57535)

* TST: Allow test_dti_constructor_with_non_nano_now_today to be flaky

* Add GH reference

*...

github.com/pandas-dev/pandas - b2b1aae329e7fa3913c082aa32cf466ce58a41e2 authored 10 months ago by Matthew Roeschke <[email protected]>
BUG: dt64 + DateOffset with milliseconds (#57536)

* BUG: dt64 + DateOffset with milliseconds

* remove print

github.com/pandas-dev/pandas - 7a5a5c7ae4d6a28cb6bb4c77339127c50773fca6 authored 10 months ago by Matthew Roeschke <[email protected]>
DOC: Fix xarray example (#57510)

* DOC: Fix xarray example

* Update

* Skip doctest

* Igore another doctest

---------
...

github.com/pandas-dev/pandas - 33a1cd7163ce712e5a38fdb5d2e04de203b3ddf9 authored 10 months ago by Patrick Hoefler <[email protected]>
TYP: Remove None from copy deep values (#57532)

github.com/pandas-dev/pandas - 5a862b5d34f3fffd3f7d20eef7aaa51d88be76cb authored 10 months ago by Patrick Hoefler <[email protected]>
REGR: astype introducing decimals when casting from int with na to string (#57489)

github.com/pandas-dev/pandas - 6ed649d041e3278825a69d20b5208924b038bc74 authored 10 months ago by Patrick Hoefler <[email protected]>
PERF: Improve performance for fillna with datetime (#57479)

* PERF: Improve performance for fillna with datetime

* Update

github.com/pandas-dev/pandas - 846c5aa5f528ec61c130be3d6b04b68ff41cc525 authored 10 months ago by Patrick Hoefler <[email protected]>
TST: add a test for selecting columns in DataFrame with `big-endian` dtype (#57519)

add a test: big-endian support selecting columns

github.com/pandas-dev/pandas - e62746aa1698a2cae8b1f1412965d2d713d8116f authored 10 months ago by Natalia Mokeeva <[email protected]>
TYP: fix mypy failures on main in pandas/core/generic.py (#57522)

* fix mypy failures in pandas/core/generic.py

* move back my changes in line 7454, 7471

github.com/pandas-dev/pandas - 260a703f8b69d04b4a84277a44d67d4feb3f8e8b authored 10 months ago by Natalia Mokeeva <[email protected]>
dsintro.rst: Add more info for first mention of ndarray (#57527)

As this is the first mention of an ndarray, qualify it by adding a link to what it is.

github.com/pandas-dev/pandas - 2d86f34e5855942af32fb313a9eb508091dc3ee6 authored 10 months ago by Moshe Kaplan <[email protected]>
dsintro.rst: Clarify Series constructor information (#57528)

Clarify sentence leading into Series constructor explanation

github.com/pandas-dev/pandas - 7060b1e2afc25c84a672044462efbac803477901 authored 10 months ago by Moshe Kaplan <[email protected]>
dsintro.rst: Add missing 'the' (#57530)

dsintro.rst: Add missing 'the' to the sentence

github.com/pandas-dev/pandas - e3fe033fe37fe653e7ed4836a5490d80ccb14d1d authored 10 months ago by Moshe Kaplan <[email protected]>
CLN: shift with freq and fill_value, to_pydatetime returning Series (#57425)

* Enforce shift with freq and fill_value

* Enforce to_pydatetime change

* Change doc examp...

github.com/pandas-dev/pandas - 0f17277c65495b04529bee5f4fe00fe694b3add7 authored 10 months ago by Matthew Roeschke <[email protected]>
CoW: Clean up some copy usage (#57513)

github.com/pandas-dev/pandas - 6125cab8acd4bd44659061dcb5e8ae44f0b8330d authored 10 months ago by Patrick Hoefler <[email protected]>
Bump pandas-dev/github-doc-previewer from 0.3.1 to 0.3.2 (#57503)

Bumps [pandas-dev/github-doc-previewer](https://github.com/pandas-dev/github-doc-previewer) from...

github.com/pandas-dev/pandas - b71d0eac91f9f5cac7bed6956fca4692d2ff399b authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
adding pow example for dataframe #57419 (#57442)

* adding pow exmpale for adtaframe #57419

* Fixing the data format

* removing extra space
...

github.com/pandas-dev/pandas - 1ea26326f4e33294fad422956a28ea479d8b3ae4 authored 10 months ago by santhoshbethi <[email protected]>
REGR: query raising for all NaT in object column (#57488)

github.com/pandas-dev/pandas - c7f80f4a02b6f6edc5a5d19a7e520194beddb738 authored 10 months ago by Patrick Hoefler <[email protected]>
CI: update pyright (#57481)

github.com/pandas-dev/pandas - 64d45e45a0ed0f08ee8296bc4886c71af74597e8 authored 10 months ago by Torsten Wörtwein <[email protected]>
CLN: Remove inf_as_na (#57428)

github.com/pandas-dev/pandas - c3793312d2d6a4df5a7dc2e303c40d45cd8a6c75 authored 10 months ago by Matthew Roeschke <[email protected]>
DEPR: disallow parsing datetimes with mixed time zones unless `utc=True` (#57275)

* correct def _array_to_datetime_object, _array_strptime_object_fallback, fix tests

* fix tes...

github.com/pandas-dev/pandas - 997e1b8911a3002c2577c63f5e3163805b244e92 authored 10 months ago by Natalia Mokeeva <[email protected]>
DEPR: remove deprecated method `is_anchored` (#57473)

github.com/pandas-dev/pandas - 1f622e2b5303650fa5e497e4552d0554e51049cb authored 10 months ago by Natalia Mokeeva <[email protected]>
DOC: Add a few deprecation notes (#57490)

* DOC: Add a few deprecation notes

* Update common.py

* Update common.py

* [pre-commit....

github.com/pandas-dev/pandas - e28a6ef0446d672ac0c4efa118b748b1fde7edf1 authored 10 months ago by Patrick Hoefler <[email protected]>
CLN remove dataframe api consortium entrypoint (#57482)

remove dataframe api consortium entrypoint

github.com/pandas-dev/pandas - d27972688472653194545313efda1fdc626ad997 authored 10 months ago by Marco Edward Gorelli <[email protected]>
CI: Run excel tests on single cpu for windows (#57486)

* CI: Run excel tests on single cpu for windows

* Update

github.com/pandas-dev/pandas - 9c02050a553eea87d7f3ac09b74f809dda0afa62 authored 10 months ago by Patrick Hoefler <[email protected]>
CoW: Remove remaining cow occurrences from tests (#57477)

github.com/pandas-dev/pandas - 26178228349850a731657d2147e71bdf11119b6a authored 10 months ago by Patrick Hoefler <[email protected]>
DOC: Add whatsnew line for #57485 (#57497)

github.com/pandas-dev/pandas - a4cdf1e90b19ad5c7a28435e13a42675816b72a7 authored 10 months ago by Richard Shadrach <[email protected]>
Fix for small typo (#57502)

github.com/pandas-dev/pandas - 835d42b4969238a184aa696cf4d6c53fb2b7146b authored 10 months ago by Enrico Massa <[email protected]>
DEPR: Positional arguments in Series.to_markdown (#57372)

* Updated whatsnew and added deprecation message.

* Adding unit test for deprecation warning....

github.com/pandas-dev/pandas - 2ef7eb322cb86e0df36141b4b9391e385bbdde69 authored 10 months ago by Richard Howe <[email protected]>
PERF: Allow RangeIndex.take to return a RangeIndex when possible (#57445)

github.com/pandas-dev/pandas - 1e9ccccb068f3c75058e8280570a8def3141a1c3 authored 10 months ago by Matthew Roeschke <[email protected]>
Version 2.2.0.240218

github.com/pandas-dev/pandas-stubs - daa3f27c8af0244d65cde81e523dc606956a3696 authored 10 months ago by Irv Lustig <[email protected]>
REGR: DataFrame.transpose resulting in not contiguous data on nullable EAs (#57474)

github.com/pandas-dev/pandas - abc3efb63f02814047a1b291ac2b1ee3cd70252f authored 10 months ago by Richard Shadrach <[email protected]>
DEPR: Positional arguments in Series.to_string (#57375)

* Adding deprecation, documentation, and unit test.

* Update series.py

* Updating unit tes...

github.com/pandas-dev/pandas - 63dc0f76faa208450b8aaa57246029fcf94d015b authored 10 months ago by Richard Howe <[email protected]>
DOC: Add note and example for `CategoricalDtype` with different ``categories_dtype`` (#57273)

github.com/pandas-dev/pandas - 269f0b5e19ed113aebc6121f5544489f558ccf25 authored 10 months ago by Zhengbo Wang <[email protected]>
DOC: Making pandas always lowercase (#57464)

github.com/pandas-dev/pandas - 479b5dcbed643e5356b4a2a45bac6c14ab0a8b36 authored 10 months ago by Richard Shadrach <[email protected]>
Fixing multi method for to_sql for non-oracle databases (#57311)

* Fixing multi method for to_sql for non-oracle databases

* Simplifying the if statement

*...

github.com/pandas-dev/pandas - f8a7fe4459424ec429d79459334943320cbb575c authored 10 months ago by Samuel Chai <[email protected]>
DOC: add section Raises to PeriodIndex docstring (#57461)

add section raises to PeriodIndex docstring

github.com/pandas-dev/pandas - c5bf3d31f25077ffc909ad270c6d896e27257502 authored 10 months ago by Natalia Mokeeva <[email protected]>
BUG: wrong future Warning on string assignment in certain condition (#57402)

* whatsnew

* factor out construct_1d_array_from_inferred_fill_value

* :label: typing

github.com/pandas-dev/pandas - aa6ab37499268e01e21610e6bb201c9659c02fb3 authored 10 months ago by Marco Edward Gorelli <[email protected]>
DOC: fix SA05 errors in docstrings for pandas.core.window Expanding and Rolling, and SeriesGroupBy (#57446)

* DOC: fix SA05 errors in docstrings for pandas.core.window Expanding and Rolling, and SeriesGro...

github.com/pandas-dev/pandas - 7e255a65ba837ef646d87655b4de3518a173b459 authored 10 months ago by William King <[email protected]>
TYP: misc return types (#57430)

github.com/pandas-dev/pandas - 8611eca85644f3e3531714d0988e042a1c949364 authored 10 months ago by Torsten Wörtwein <[email protected]>
Release the gil in take for axis=1 (#57454)

github.com/pandas-dev/pandas - 0863b2274541a60c3dc2096f1272aae4e531efd8 authored 10 months ago by Patrick Hoefler <[email protected]>
Increasing the number of CI jobs that are fetched from github (from 30 to 100)

github.com/pandas-dev/github-doc-previewer - 7a1ea7e96d1a24578ec35eedd4256a7d80c3fef8 authored 10 months ago by Marc Garcia <[email protected]>
DOC: Set verbose parameter as deprecated in docstring (#57450)

Set verbose parameter as deprecated in docstring

github.com/pandas-dev/pandas - 0da30ddd20ba5d33608f9529ee3a4f9f1c19e626 authored 10 months ago by Albert Villanova del Moral <[email protected]>
CI/DOC: Enforce GL08 in CI (#57360)

Enforce GL08 in CI

github.com/pandas-dev/pandas - 92a52e231534de236c4e878008a4365b4b1da291 authored 10 months ago by Jordan Murphy <[email protected]>
ENH: Change DataFrame.to_excel to output unformatted excel file (#54302)

* Updated default styling logic for to_excel and added unit tests.

* Adding documentation to ...

github.com/pandas-dev/pandas - db54438fe7fe139002429d6b04b7c1f67718c4a3 authored 10 months ago by Richard Howe <[email protected]>
ENH: Add ability to store tooltips as title attribute through styler (#56981)

github.com/pandas-dev/pandas - 06a7251266a0bf49fe5cd228fba1ecb1cb9f5b74 authored 10 months ago by Matt Delengowski <[email protected]>
CI/DOC: Enforce ES01 in CI (#57359)

* Enforce ES01 in CI

* added pandas.Index.to_numpy

github.com/pandas-dev/pandas - 1ca9b5871dc71353185b48362bc84e666229810d authored 10 months ago by Jordan Murphy <[email protected]>
Fix for issue #57268 - ENH: Preserve input start/end type in interval… (#57399)

* Fix for issue #57268 - ENH: Preserve input start/end type in interval_range

* issue #57268 ...

github.com/pandas-dev/pandas - 719e4a638a4383b859d684db4ad4f7e471a58aaa authored 10 months ago by VISWESWARAN1998 <[email protected]>
DOC: fix SA05 errors in docstrings for `pandas.plotting.bootstrap_plot` and `pandas.plotting.radviz` (#57434)

DOC: fix SA05 errors in docstrings for pandas.plotting.bootstrap_plot,pandas.plotting.radviz

github.com/pandas-dev/pandas - 450880b469bff89f7b8e3f1ed14d47b404929e85 authored 10 months ago by ooo oo <[email protected]>
DOC: add an example to `PeriodIndex.to_timestamp` to clarify the behavior in case len(index)<3 (#57384)

* add an example to PeriodIndex.to_timestamp

* correct to_timestamp docs, add an example

*...

github.com/pandas-dev/pandas - e5a0df9ae1b3aade91cc8ca31181ac2b9cc5a4e4 authored 10 months ago by Natalia Mokeeva <[email protected]>
Merge remote-tracking branch 'upstream/main'

github.com/pandas-dev/pandas-stubs - 7e5dab8286b20e6c63dcc8ceca6fef9661e657e2 authored 10 months ago by Irv Lustig <[email protected]>
DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler… (#57426)

DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler -- first, and last

Co-a...

github.com/pandas-dev/pandas - d3597ed75c29ddd05291f4ed50ec35467bc4437c authored 10 months ago by William King <[email protected]>
ENH: Preserve Series index on `json_normalize` (#57422)

* Preserve index on json_normalize

* Update unit tests

* Update release notes

* Pass li...

github.com/pandas-dev/pandas - 81e3e0febf25811dc36815264b79647dea5904a4 authored 10 months ago by Eric Brown <[email protected]>
TYP: make dtype required in _from_sequence_of_strings (#56519)

* TYP: make dtype required in _from_sequence_of_strings

* GH ref

* mypy fixup

* Move wh...

github.com/pandas-dev/pandas - 6d999c035879eaca9124d42240900e9e8713fcf2 authored 10 months ago by jbrockmendel <[email protected]>
CI/DOC: Enforce PR01 in CI (#57358)

Enforce PR01 in CI

github.com/pandas-dev/pandas - 1ed627a09b90f7504607cb1fceb46156d9510df6 authored 10 months ago by Jordan Murphy <[email protected]>
CLN: ._data, PeriodIndex arguments (#57385)

* Remove ._data

* Remove _data from StringArrow

* Remove period arguments

* Bump fastpa...

github.com/pandas-dev/pandas - c43727711067e474857005cb7669fcec6552cac2 authored 10 months ago by Matthew Roeschke <[email protected]>
DOC: fix SA05 errors in docstring for pandas.core.groupby.DataFrameGroupBy - first, last (#57414)

* Fixing SA05 for first and last core.groupby.DataFrameGroupBy

* remove function from code_ch...

github.com/pandas-dev/pandas - 5fff2cd4818514a2d217e4202e1d78de2290c207 authored 10 months ago by Amey Shinde <[email protected]>
CI/DOC: Enforce PR07 in CI (#57357)

github.com/pandas-dev/pandas - baa14de57dddb781233de8c84b7086f0f3633c12 authored 10 months ago by Jordan Murphy <[email protected]>
DOC: Resolve SA05 errors for all ExponentialMovingWindow, Expanding, Rolling, and Window (#57415)

github.com/pandas-dev/pandas - e2fc9243835631c0076ea7377041285596065068 authored 10 months ago by Jordan Murphy <[email protected]>
DEPR: Enforce deprecation of previous implementation of DataFrame.stack (#57302)

* DEPR: Enforce deprecation of previous implementation of DataFrame.stack

* fixup

* whatsnew

github.com/pandas-dev/pandas - 44c50b20e8d08613144b3353d9cd0844a53bd077 authored 10 months ago by Richard Shadrach <[email protected]>
CI/DOC: Enforce RT03 in CI (#57356)

* Enforce RT03 in CI

* added pandas.Index.to_numpy to RT03 ignore block

github.com/pandas-dev/pandas - 99a30a6d0b2765d5769b18a9d0da11f149bb7366 authored 10 months ago by Jordan Murphy <[email protected]>
DOC: fix SA05 errors in docstrings for pandas.PeriodIndex.asfreq, arr… (#57408)

DOC: fix SA05 errors in docstrings for pandas.PeriodIndex.asfreq, arrays - ArrowStringArray, Str...

github.com/pandas-dev/pandas - c7ac50512827a875c71a4ea2228d0282742aa3ea authored 10 months ago by William King <[email protected]>
Remove downcast from Index.fillna (#57410)

github.com/pandas-dev/pandas - f1633c7e0b69d0f1c9845e86296708f9f28ea39b authored 10 months ago by Patrick Hoefler <[email protected]>