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: Improve io/stata.py (#159)

* ENH: Improve typing in io/stata.py

Improve types matching pandas main

* ENH: Improve io/...

github.com/pandas-dev/pandas-stubs - c550aa831c5706e4e2bcc27464887604bd27e62b authored over 2 years ago by Kevin Sheppard <[email protected]>
ENH: Hashable -> hashablet (#156)

* ENH: Generalize list[hashable] to list[hashableT]

Use HashableT to improve handling of gene...

github.com/pandas-dev/pandas-stubs - 9072b1596e5364268648899a7adaf021a8d7e8c2 authored over 2 years ago by Kevin Sheppard <[email protected]>
BUG: Use HashableT rather than Hashable to improve compat (#154)

Use HashableT so that any hashable object can be use in a list or iterator

github.com/pandas-dev/pandas-stubs - d0601f3aa7937e206b8ddc9747d25b537bf11d1b authored over 2 years ago by Kevin Sheppard <[email protected]>
DOC: Fix versionadded for callable in on_bad_lines (#47792)

github.com/pandas-dev/pandas - f7e0e68f340b62035c30c8bf1ea4cba38a39613d authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: PeriodIndex + TimedeltaArray-with-NaT (#47783)

* BUG: PeriodIndex-with-Nat + TimedeltaArray

* mypy fixup

* de-kludge

github.com/pandas-dev/pandas - 9f5c8b916189279a6813975d8274d2b76fa4dddf authored over 2 years ago by jbrockmendel <[email protected]>
BUG: wide_to_long fails when stubname misses and i contains string type column (#47757)

* Update test_melt.py

* Update v1.5.0.rst

* Update melt.py

* Update test_melt.py

* U...

github.com/pandas-dev/pandas - 9bf1e965a6132d304b3afeb9385b6a98b5bb237b authored over 2 years ago by Yuanhao Geng <[email protected]>
Add notice that library is no longer maintained

github.com/pandas-dev/pandas-msgpack - 8e91fff258eee13105b0b61fa96ed569abdb0be8 authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: Add additional test for future warning when call Series.str.cat(Series.str) (#47755)

* fix 28277

* fix typo

* add test

* Update pandas/tests/strings/test_cat.py

Co-autho...

github.com/pandas-dev/pandas - 3a39d2592d5f9090b3424f5d2f8f7ab453482e6c authored over 2 years ago by Xingrong Chen <[email protected]>
Fix to_dict and from_dict type stubs (#39)

* Update frame.pyi

* - Added tests for both from_dict and to_dict

* Added types to from_di...

github.com/pandas-dev/pandas-stubs - 8fbe101a4b28335cac7391d3630288553e01ed5b authored over 2 years ago by Kian S <[email protected]>
FIX: PeriodIndex json roundtrip (#47747)

* FIX: PeriodIndex json roundtrip

* update changelog

* Update doc/source/whatsnew/v1.5.0.r...

github.com/pandas-dev/pandas - a7c5773d19819b750c719344143aa5b96102e124 authored over 2 years ago by José Duarte <[email protected]>
BUG: fix regression in Series[string] setitem setting a scalar with a mask (#47763)

* BUG: fix regression in Series[string] setitem setting a scalar with a mask

* expand test fo...

github.com/pandas-dev/pandas - 1b1dd36016bbf0b216d654b84d62a005fa5b48a0 authored over 2 years ago by Joris Van den Bossche <[email protected]>
TYP: freq and na_value (#47729)

* TYP: freq and na_value

* _simple_new

github.com/pandas-dev/pandas - efd15b7191c0fea41eb5fc10a8667dd33296d508 authored over 2 years ago by Torsten Wörtwein <[email protected]>
opt out of bottleneck for nanmean (#47716)

* opt out of bottleneck for nanmean

* remove trailing whitespace

* make error bound explic...

github.com/pandas-dev/pandas - cf4758f71e2bdc632345dcaf1cb8700e19f3083d authored over 2 years ago by Sebastiaan Vermeulen <[email protected]>
DOC: update min package versions in install.rst to align with v.1.5.0 requirements (#47727)

* package versions in install.rst match v.1.5.0.rst

* remove azure from optional deps as not ...

github.com/pandas-dev/pandas - 250d97116cba02fd04d39d8563fddbabfe58cb7f authored over 2 years ago by JMBurley <[email protected]>
TST: add test for last() on dataframe grouped by on boolean column (#46409) (#47736)

* TST: add test for last method on dataframe grouped by on boolean column (#46409)

* TST: add...

github.com/pandas-dev/pandas - 128832f85119428402bd0b0916abffb33e3ae29c authored over 2 years ago by Kapil E. Iyer <[email protected]>
TYP: def validate_* (#47750)

github.com/pandas-dev/pandas - 089f7f80203577caadbaf0e7a272ce3f6f55f225 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: Set y-axis label, limits and ticks for a secondary y-axis (#47753) (#47754)

When passing secondary_y=True to a plotting function, a second axes with a
y-axis on the right ...

github.com/pandas-dev/pandas - f9346a6de0e5506cf8d8df38ccae1a843cf7b64b authored over 2 years ago by Steffen Rehberg <[email protected]>
TYP: a few mismatches found by stubtest (#47764)

* TYP: a few mismatches found by stubtest

* a few more

* flake8

github.com/pandas-dev/pandas - 87930ef48c7fd3090f914eb5020b5371943a2216 authored over 2 years ago by Torsten Wörtwein <[email protected]>
PERF: operations with zoneinfo tzinfos (#47767)

github.com/pandas-dev/pandas - b7315182665ef9f87803602af756cb09b450ca34 authored over 2 years ago by jbrockmendel <[email protected]>
TYP: Appender also works with properties (#47768)

github.com/pandas-dev/pandas - 0a26cdd891d469d86522602a704456ff41643541 authored over 2 years ago by Torsten Wörtwein <[email protected]>
STYLE add future annotations where possible (#47769)

add future annotations

github.com/pandas-dev/pandas - e9655f565e445e429b8f3fd58cddfc8834affe20 authored over 2 years ago by Marco Edward Gorelli <[email protected]>
REF: de-duplicate get_conversion_factor (#47770)

* REF: move get_conversion_factor to np_datetime

* de-duplicate

github.com/pandas-dev/pandas - 2ff1d0a0faac110f5376f9588652dd9522cd858b authored over 2 years ago by jbrockmendel <[email protected]>
Cln tests interval wrt inclusive (#47775)

Clean tests from closed usage

github.com/pandas-dev/pandas - 2d6e0b251955d3a2c0c88f7e6ddb57b335ed09b7 authored over 2 years ago by Patrick Hoefler <[email protected]>
Specify that both ``by`` and ``level`` should not be specified in ``groupby`` - GH40378 (#47778)

* updated the docstring in accordance with GH40378

* updated the docstring in accordance with...

github.com/pandas-dev/pandas - 833ef319d6262323a82607f418de6006e9409415 authored over 2 years ago by Anthony Givans <[email protected]>
TST: misplaced string array test (#47765)

github.com/pandas-dev/pandas - 56bfb419299ee76618fce3bb1633528356d18046 authored over 2 years ago by Joris Van den Bossche <[email protected]>
update release procedure to use poetry publish --build

github.com/pandas-dev/pandas-stubs - 08be18415e888f6a78d395a41c07d42a9002e646 authored over 2 years ago by Irv Lustig <[email protected]>
Version 1.4.3.220718

github.com/pandas-dev/pandas-stubs - b541c976806833f1a90a72b6caa62567d32ab1f5 authored over 2 years ago by Irv Lustig <[email protected]>
groupby.__iter__() fix types (#148)

* groupby.__iter__() fix types

* WIP: try splitting by label and otherwise

* fix tests to ...

github.com/pandas-dev/pandas-stubs - a6dd774bcb0cb43f209dd88e5adee05998824dd8 authored over 2 years ago by Irv Lustig <[email protected]>
add ignore for new mypy error 'type-var' (#47766)

* add mypy 'type-var' ignore

* return NDFrame instead of NDFrameT to fix type-var error

* ...

github.com/pandas-dev/pandas - 08d38a37331f3b9dcc554062fa53d73c44e33b23 authored over 2 years ago by anilbey <[email protected]>
fix args to DataFrame.set_index (#147)

github.com/pandas-dev/pandas-stubs - 33fbbe1a9f6a7a0d95ae2376c1afaea0decfc131 authored over 2 years ago by Irv Lustig <[email protected]>
Fix Series.cat accessors (#146)

* Fix Series.cat accessors

* check type of series in cat methods

github.com/pandas-dev/pandas-stubs - db1282786ee2d776bee21fee18d0af0e97e5f1a6 authored over 2 years ago by Irv Lustig <[email protected]>
TYP: Update timestamps.pyi (#47756)

* TYP: Update timestamps.pyi

* make things type check

* add back _as_unit

* fix flake8
...

github.com/pandas-dev/pandas - bdd9314c7006611021bab2b7adf7210cd874a0c2 authored over 2 years ago by Shantanu <[email protected]>
TYP: reflect ensure_* function removals (#47758)

These were removed in #44207

github.com/pandas-dev/pandas - 6251e0bf83424dca8724a83f851a964ec214aba0 authored over 2 years ago by Shantanu <[email protected]>
BUG: Fix pc.power_checked min version (#47752)

github.com/pandas-dev/pandas - fc68a9a290fc314c090e037597138c74fa23ee6d authored over 2 years ago by Matthew Roeschke <[email protected]>
don't upgrade pip (#145)

github.com/pandas-dev/pandas-stubs - e4ac76d14d5ecc0ea87083f2c726a12fa3e74a89 authored over 2 years ago by Torsten Wörtwein <[email protected]>
set up accessors for Series.dt and also fix to_series() (#132)

* set up accessors for Series.dt and also fix to_series()

* add check, assert_type on all dt ...

github.com/pandas-dev/pandas-stubs - 18d2fe775767712dbd53ac59518e55e7fa30d784 authored over 2 years ago by Irv Lustig <[email protected]>
make -c/--clean_cache a flag (#144)

github.com/pandas-dev/pandas-stubs - 50130be6ecee7fb1b55d63a841006bfc10282b30 authored over 2 years ago by Torsten Wörtwein <[email protected]>
DOC: fix typos in "See also" documentation section (#47712)

* DOC: fix typos in DataFrame.cov() documentation

fix typos in DataFrame.cov() See also docum...

github.com/pandas-dev/pandas - 5eca3905a171f570ac2e07ea891237e5156754f8 authored over 2 years ago by partev <[email protected]>
BUG: Correct numeric_only default for resample var and std (#47749)

github.com/pandas-dev/pandas - 0a6be3843423d34acd6d75d6fd3b474ab14549da authored over 2 years ago by Richard Shadrach <[email protected]>
BUG: numeric_only with axis=1 in DataFrame.corrwith and DataFrameGroupBy.cummin/max (#47724)

* BUG: DataFrame.corrwith and DataFrameGroupBy.cummin/cummax with numeric_only=True

* test im...

github.com/pandas-dev/pandas - ad7dcef6f0dbdbb14240dd13db51f4d8892ad808 authored over 2 years ago by Richard Shadrach <[email protected]>
TST: Test for the Enum triggering TypeError (#22551 issue) (#47715)

* TST

* TST

* TST

* updated strign formatting

* updated formatting

* updating the...

github.com/pandas-dev/pandas - e3698dd83ba79776dd5bf95324fd632e821f4bfb authored over 2 years ago by Shaghayegh <[email protected]>
ENH: add result_names argument to DataFrame.compare #44354 (#47643)

* DOC #45443 edited the documentation of where/mask functions

* DOC #45443 edited the documen...

github.com/pandas-dev/pandas - cb5a924cd851a95d2ddb567e1ffd16e6b7d032a5 authored over 2 years ago by Ahmed Ibrahim <[email protected]>
ENH/TST: Add TestBaseArithmeticOps tests for ArrowExtensionArray #47601 (#47645)

github.com/pandas-dev/pandas - 0b8d8bbcc174dc61c945599db4c28a39ee1853d0 authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: Centeralized testing guidance for contributions (#47692)

github.com/pandas-dev/pandas - 4f54bf6fa5f4b9be64d23ede6248c6462ae9304b authored over 2 years ago by Matthew Roeschke <[email protected]>
GH: Convert feature request template to GH form (#47696)

github.com/pandas-dev/pandas - 1f20e93e6d0648a3c59bd31d7a33711520bc44c3 authored over 2 years ago by Matthew Roeschke <[email protected]>
GH: Add CITATION.cff (#47710)

github.com/pandas-dev/pandas - 53af38e0b96e7b8e9474cb3e24f78ae60b3c3152 authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: groupby.corrwith fails with axis=1 and other=df (#47731)

github.com/pandas-dev/pandas - 030f8703858e7381d43b79a31790fb993a39934f authored over 2 years ago by Yuanhao Geng <[email protected]>
BUG: Make xticks from _quarterly_finder() line up better (#47602)

* Make xticks from _quarterly_finder() line up better

When I plot a series of quarterly data ...

github.com/pandas-dev/pandas - 87e9c4a6714e1c61cf97580be48a0c785dbacbf3 authored over 2 years ago by Eli Dourado <[email protected]>
DEPR: deprecate unused errors in NDFrame.where/mask (#47728)

* DEPR: deprecate unused errors in NDFrame.where/mask

* add warnings in series/dataframe

*...

github.com/pandas-dev/pandas - ff74bb653640ee0117b0f9f550ce7abdbd100186 authored over 2 years ago by Torsten Wörtwein <[email protected]>
ENH: Improve DataFrame loc indexing (#138)

* ENH: Improve DataFrame loc indexing

Allow any scalar types in .loc to return a Series

xr...

github.com/pandas-dev/pandas-stubs - cb0bcacc03fec5eb8838d7e32cc565549572e5fd authored over 2 years ago by Kevin Sheppard <[email protected]>
BUG: df.fillna ignores axis when df is single block (#47714)

* Update generic.py

* Update test_fillna.py

* Update v1.5.0.rst

* fix array format

*...

github.com/pandas-dev/pandas - 0a8b45f5a2e6f886d7d5d7ad6956750e21e29978 authored over 2 years ago by Yuanhao Geng <[email protected]>
TST: add test for groupby with dropna=False on multi-index (#47717)

Update test_groupby_dropna.py

github.com/pandas-dev/pandas - a7b8c1dc8cf76ab36e45315386a1a9d8274a8974 authored over 2 years ago by Yuanhao Geng <[email protected]>
ENH: Move database error to error/__init__.py per GH27656 (#47674)

* ENH: Move error to error/__init__.py per GH27656

* ENH: apply feedback

* ENH: remove import

github.com/pandas-dev/pandas - 5690e8fbbed39089a94c2e1b137b768bf1be1ef4 authored over 2 years ago by dataxerik <[email protected]>
Rename poe tasks (#137)

* clean poe tasks

* fix pytest

* change help for test_dist

* remove options from test_s...

github.com/pandas-dev/pandas-stubs - b5d2e7adec30a003f97e68e5de0bd1eb715b078b authored over 2 years ago by Torsten Wörtwein <[email protected]>
CI: Fix npdev build post Cython annotation change (#47670)

* CI: Fix npdev build post Cython annotation change

* Ensure _from_ordinal gets int

* Type...

github.com/pandas-dev/pandas - 13e859f2d1f35d03b64478c39ab1a88a00e57aa0 authored over 2 years ago by Matthew Roeschke <[email protected]>
ENH: dt64/td64 comparison support non-nano (#47691)

* ENH: dt64/td64 comparison support non-nano

* mypy fixup

github.com/pandas-dev/pandas - 950408e56f2ff358d28eba1459f24b808583de7b authored over 2 years ago by jbrockmendel <[email protected]>
enable reportUnusedImport (#136)

* enable reportUnusedImport

* enable reportIncompatibleMethodOverride; instead of basic+subse...

github.com/pandas-dev/pandas-stubs - 0d5081768fa7908ee3d23a043e740b28354336da authored over 2 years ago by Torsten Wörtwein <[email protected]>
TST: avoid sort when concat int-index Dataframes with sort=False (#47685)

* Update test_sort.py

* Update test_sort.py

* add assert

github.com/pandas-dev/pandas - c711be009b470ce8686887e7324887d7dc87f533 authored over 2 years ago by Yuanhao Geng <[email protected]>
DOC: Clarify that FrozenList is hashable (#47684)

github.com/pandas-dev/pandas - 74f4e81ca84a290e2ef617dcbf220776c21f6bca authored over 2 years ago by Karthik Velayutham <[email protected]>
CLN: non-nano follow-ups (#47682)

github.com/pandas-dev/pandas - de5c85b67a1fb0edd60d60c3275c9db228840c17 authored over 2 years ago by jbrockmendel <[email protected]>
TYP: make na_value consistently a property (#47676)

* TYP: make na_value consistently a property

* property

* replace a few more class accesses

github.com/pandas-dev/pandas - de40565c87f56720c099435c34052f5b5d903ace authored over 2 years ago by Torsten Wörtwein <[email protected]>
WEB: Updating links of the governance page (#47679)

github.com/pandas-dev/pandas - f23e4415147cd55f35495d80b8b1daf22a1f7fba authored over 2 years ago by Marc Garcia <[email protected]>
`agg` function signature fix (#135)

* added missing signature

* added test case

github.com/pandas-dev/pandas-stubs - 20d79f1dc93090583b74015dbc4d40fd50c83b5c authored over 2 years ago by Lucio Mederos <[email protected]>
Annotate Series `to_dict` and `to_list` with generics (#130)

* Annotate Series `to_dict` and `to_list` with generics

* use `check` in tests

github.com/pandas-dev/pandas-stubs - a3fdd9c1d80cfd1c0535718b7165548be01b7617 authored over 2 years ago by Diego Palacios <[email protected]>
ENH: TDA+datetime_scalar support non-nano (#47675)

github.com/pandas-dev/pandas - 2eca7e1f384cab7a677678a44ebfc6331d52190d authored over 2 years ago by jbrockmendel <[email protected]>
ENH: TDA.__mul__ support non-nano (#47668)

* ENH: TDA.__mul__ support non-nano

* fix freq

github.com/pandas-dev/pandas - 669f21f2e68455e13e843c0635fb78b929c5c676 authored over 2 years ago by jbrockmendel <[email protected]>
BUG: df.groupby().resample()[[cols]] without key columns raise KeyError (#47605)

* Update resample.py

* Update v1.5.0.rst

* Update test_resampler_grouper.py

* delete bl...

github.com/pandas-dev/pandas - b03389e47a875378e0e573493a9ab27efd1c9a36 authored over 2 years ago by Yuanhao Geng <[email protected]>
Code review from #46759 : moved strftime benchmark file outside of tslibs dir (#47665)

Code review from #46759 : moved benchmark file

Co-authored-by: Sylvain MARIE <sylvain.marie@s...

github.com/pandas-dev/pandas - 6867bab051538e397061692c84cb9389ef6917a1 authored over 2 years ago by Sylvain Marié <[email protected]>
ci: add GitHub token permissions for workflows (#47652)

* ci: add GitHub token permissions for workflows

Signed-off-by: Varun Sharma <varunsh@stepsec...

github.com/pandas-dev/pandas - 25d1c176e763b62b987b3dc14ec095d282bd79a7 authored over 2 years ago by Varun Sharma <[email protected]>
WEB: Add governance page to the website (#47660)

github.com/pandas-dev/pandas - ae1d8590c0a17cfcca2f3eb954efe8f52c4127cd authored over 2 years ago by Marc Garcia <[email protected]>
TYP: make _engine_type consistently a property (#47664)

github.com/pandas-dev/pandas - 5ec6139d365f1efe8f772dce3f7a9b296b7fcd02 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: Correct Categorical.codes (#112)

* BUG: Correct Categorical.codes

Set type to correct type

* TST: Simplify test using asser...

github.com/pandas-dev/pandas-stubs - 963dd5f66e7b2e2d00ae5a4230c15f3e758d3ee4 authored over 2 years ago by Kevin Sheppard <[email protected]>
Enh move pytable errors and warnings (#47662)

* ENH: Move exceptions to error/__init__.py per GH27656

* ENH: Move warnings to error/__init_...

github.com/pandas-dev/pandas - 63caef93f265701ed3b003caf4d9714d6c90db80 authored over 2 years ago by dataxerik <[email protected]>
DOC: Fixed CoC broken link (#47661)

github.com/pandas-dev/pandas - f7f3e6e2bbdf68a8946d19dcbef8ab17efa342dd authored over 2 years ago by Radoslaw Lemiec <[email protected]>
document release procedure

github.com/pandas-dev/pandas-stubs - cacc7fdd6a43fefc15d0f0bddd5b93a98fc6e454 authored over 2 years ago by Irv Lustig <[email protected]>
Version 1.4.3.220710

github.com/pandas-dev/pandas-stubs - 565e0524d06ca382c4fdab394369b710d6553873 authored over 2 years ago by Irv Lustig <[email protected]>
Run pre-commit through poe (#127)

* Run pre-commit through poe

* spelling+doc

github.com/pandas-dev/pandas-stubs - d734ee07b283975c9bd3d9421e51dbee25777857 authored over 2 years ago by Torsten Wörtwein <[email protected]>
Allow subtypes of List[Scalar] by introducing ScalarArg (#124)

* Allow subtypes of List[Scalar] by introducing ScalarArg

* add check on result

* black on...

github.com/pandas-dev/pandas-stubs - d2f32648340c29bf57f73753f06ab9c6ad18a98a authored over 2 years ago by Irv Lustig <[email protected]>
Annotate `__iter__` method of Series (#126)

github.com/pandas-dev/pandas-stubs - 1d96b4d74e643630ea4e0517af7c347b418f7330 authored over 2 years ago by Diego Palacios <[email protected]>
SAS7BDAT parser: Faster string parsing (#47404)

github.com/pandas-dev/pandas - 56dc7194007f8392b0314b9166d6dd60b084e58a authored over 2 years ago by Jonas Haag <[email protected]>
REGR: maybe_convert_objects ignoring uints (#47475)

github.com/pandas-dev/pandas - 03af0ac9f318998dec999ebfa670005052c000ee authored over 2 years ago by Richard Shadrach <[email protected]>
WEB: Update NumFOCUS committee members (#47650)

github.com/pandas-dev/pandas - 262a71695cb948ff831d24c91a253eace87ad45c authored over 2 years ago by Marc Garcia <[email protected]>
assert types at runtime (#114)

* assert types at runtime

* use classes isntead of strings where possible

* check dtype

...

github.com/pandas-dev/pandas-stubs - 2fd9697fe7f75e54845c0926f22a6c2df6d9f219 authored over 2 years ago by Torsten Wörtwein <[email protected]>
TYP: fix some of the __hash__ methods (#47654)

github.com/pandas-dev/pandas - 01d0874a70a9d2957a8f96501e72a31b5da63717 authored over 2 years ago by Torsten Wörtwein <[email protected]>
CLN: Rename private variables to inclusive (#47655)

* CLN: Rename private variables from closed to inclusive

* Rename variables in dtypes too

...

github.com/pandas-dev/pandas - 102b3ca2119df822e2b0f346fa936d0fe9f17501 authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: Series.str.zfill() behaves differently than str.zfill() from standard library (#47633)

* fix GH20868

* fix pre-commit issue

* add more tests and describle the differences

github.com/pandas-dev/pandas - 9b63034aeae7fe7abb45a7ba4c45d373df98bdfb authored over 2 years ago by Xingrong Chen <[email protected]>
TYP: enable reportUnusedImport (#46937)

* TYP: enable reportUnusedImport

* cannot instantiate Tick+BaseOffset

* added new import t...

github.com/pandas-dev/pandas - a4fec220e39031b2f08c593f57c11d42f53879a4 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: Add `storage_option` parameter to to_excel method in Styler (#46491)

Co-authored-by: Jeff Reback <[email protected]>

github.com/pandas-dev/pandas - f74a1866eeb3593498ae5aff8728255a49724e1c authored over 2 years ago by ehsan shirvanian <[email protected]>
flake8: py/pyi specific ruleset (#123)

github.com/pandas-dev/pandas-stubs - d8aef91c96c388a87f2aadfcc82ad77d3f37a413 authored over 2 years ago by Torsten Wörtwein <[email protected]>
Remove unintended redundant imports (#118)

* Remove unintended redundant imports

* _typing should never be re-exported

github.com/pandas-dev/pandas-stubs - ebf7eca1d75aea176e689adc7af1d235434f9afa authored over 2 years ago by Torsten Wörtwein <[email protected]>
TYP: Improve typing interval inclusive (#47646)

* TYP: Make typing of inclusive consistent

* Fix comparison

* Fix typing issues

* Try f...

github.com/pandas-dev/pandas - 55064763e8ba55f6ff5370a8dd083767a189d7a4 authored over 2 years ago by Patrick Hoefler <[email protected]>
ENH: RangeIndex._shallow_copy can return RangeIndex (#47557)

github.com/pandas-dev/pandas - e915b0a40a9599f46569f8f92a2eb2d3d05c02fa authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: Fixed `tm.set_locale` context manager, it could error and leak when category LC_ALL was used (#47570)

github.com/pandas-dev/pandas - 8e6ca28973de88b8fb098e41ee33fa1d9c98edbf authored over 2 years ago by Sylvain Marié <[email protected]>
BUG: boolean indexer with NA raising when reindex is necessary (#47623)

github.com/pandas-dev/pandas - 2367febd39ed61c7ccad6a9b7364c76e093e4e70 authored over 2 years ago by Patrick Hoefler <[email protected]>
is the mypy_pkg_file needed? (#120)

* is the mypy_pkg_file needed?

* flake8

* added _step.mypy_src back

github.com/pandas-dev/pandas-stubs - e5995c0032581bb2921df7c34357a0c868be095f authored over 2 years ago by Torsten Wörtwein <[email protected]>
CI: Bump Mac/Windows build timeout to 120 minutes (#47523)

* CI: Debug Mac/Windows timeouts

* Trigger CI

* Might be in arraymanager tests

* bump t...

github.com/pandas-dev/pandas - 03b0b2c1e84145e6303662b639d563b700b29da5 authored over 2 years ago by Matthew Roeschke <[email protected]>
"DOC #45443 edited the documentation of where/mask functions" (#47626)

* "#45443 edited the documentation of where/mask functions"

* Update generic.py

* Update g...

github.com/pandas-dev/pandas - aa5b86632263af5819b9a3d1e12a3696da743938 authored over 2 years ago by Ahmed Ibrahim <[email protected]>
DEPR: Deprecate set_closed and add set_incluive (#47636)

* DEPR: Deprecate set_closed and add set_incluive

* Remove set closed

* Revert "Remove set...

github.com/pandas-dev/pandas - bd4ff395cbbf4cbde1fc8f1f746cae064a401638 authored over 2 years ago by Patrick Hoefler <[email protected]>
Fixed mypy errors in frequencies.py (#47644)

* TST: Added test for consistent type with unique agg #22558

* TST: Added test for consistent...

github.com/pandas-dev/pandas - cef9aad51d0f678cc753d9e7db6eb421c4589800 authored over 2 years ago by srotondo <[email protected]>
cache poetry.lock for each OS/python version/poetry version (#122)

* cache poetry.lock for each OS/python version/poetry version

* Empty commit: test caching

github.com/pandas-dev/pandas-stubs - fce067d53222cddb90cb2a9e24c1c34690ae3e7a authored over 2 years ago by Torsten Wörtwein <[email protected]>