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: use C version of np.empty (#46878)

4fcc8d508d753052cae017d56f6af34971e7caa6 authored over 2 years ago by jbrockmendel <[email protected]>
REF: libhashtable.mode support mask (#46880)

619ce2d03fdcad58a69697afa72d898a34a7b42f authored over 2 years ago by jbrockmendel <[email protected]>
ENH: add validate as a param to join (#46622) (#46740)

9ad815053159f51d3b1014b8924883847b5a30c4 authored over 2 years ago by gaotian98 <[email protected]>
REF: implement utc_val_to_local_val (#46847)

8f00f5900fb56bdc974cca0d89fd2b7cc0570a85 authored over 2 years ago by jbrockmendel <[email protected]>
BUG: parsing nanoseconds incorrect resolution (#46811)

ec29dfc8e2d4d42b452216ec0e70f060a13390b1 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: initial support for non-nano Timestamp (#46839)

d0e3820ba4facb402600346c017e2307c4baa2d0 authored over 2 years ago by jbrockmendel <[email protected]>
DOC: sample variance -> population variance (#46482) (#46711)

f706fc9d1800a2dc83bdaed4e86460e658b24c6b authored over 2 years ago by Kim, KwonHyun <[email protected]>
Add missing __finalize__ calls in indexers/iterators (#46101)

17d2428016954c8799c86d4585dbd79a42471045 authored over 2 years ago by Philipp Schaefer <[email protected]>
DOC: Added plt.show() at the end of each necessary block (#45772) (#46231)

8980af7ce9d98713b0f8792e38f0fe43088e8780 authored over 2 years ago by ehallam <[email protected]>
ENH: ints_to_pytimedelta support non-nano (#46828)

3e2b5febca1173e66ad64741b7f4ade2dc8c2c51 authored over 2 years ago by jbrockmendel <[email protected]>
REF: re-use Localizer for tz_convert_from_utc (#46803)

69954ffed09de0350911d4894ce9dec87b55f223 authored over 2 years ago by jbrockmendel <[email protected]>
DOC: add examples to groupby.first (#46766)

1213a173335527aa445a5cd90ea0ef457e09e24d authored over 2 years ago by Thierry Moisan <[email protected]>
TST: Fix flaky xfail condition (#46871)

da69aefddde7c0d5934c0a26791f7f013a0011a6 authored over 2 years ago by Matthew Roeschke <[email protected]>
CLN: assorted cleanups in cython (#46861)

52bcc36cfeb62819a764f51ed08b39327cd0014a authored over 2 years ago by jbrockmendel <[email protected]>
DOC: fix typo in docstrings (#46866)

84aefb947c15edf0c4f298372dc438192e81a2aa authored over 2 years ago by Kazuki Igeta <[email protected]>
TST: GH38947 creating function to test bar plot index (#46451)

* TST: GH38947 creating function to test bar plot index

* TST: GH38947 removing try/except si...

2e56a838cf5ed3058df16c11e5ebae862520bab7 authored over 2 years ago by Vinicius Akira Imaizumi <[email protected]>
Fix issue probably-meant-fstring found at https://codereview.doctor (#46855)

edec493d12407df7ac7730bd38a8597dcf490ae0 authored over 2 years ago by code-review-doctor <[email protected]>
CI/TST: xfail git test failure on 32 bit job (#46842)

* CI/TST: xfail git test failure on 32 bit job

* Add reason kwarg

* Ensure docker image ha...

976404bde733c4751da56b41fba0aa95b4c8165d authored over 2 years ago by Matthew Roeschke <[email protected]>
ENH: Add numeric_only to resampler methods (#46792)

4cf8d55b1549be756857d82480afec7072028a73 authored over 2 years ago by SELEE <[email protected]>
Remove windows shim (#46437)

4caa297f4771269d216d18c2077a1f7b0a9c0a04 authored over 2 years ago by jbrockmendel <[email protected]>
DOC: fix rsplit doc (#46835)

* fix rsplit doc

* split out examples

Co-authored-by: Marco Gorelli <marcogorelli@protonma...

d577d5d8b69d716bb54d203f10f8142f1d71a5d0 authored over 2 years ago by Do Young Kim <[email protected]>
REF: avoid ravel in DatetimeArray.to_period (#46816)

4e363740ad6db60c14a55328ff54a11bd57b9d9e authored over 2 years ago by jbrockmendel <[email protected]>
BUG: Timedelta(td64, unit=foo) silent overflow (#46827)

* BUG: Timedelta(td64, unit=foo) silent overflow

* GH ref

f9762d8f52e044d6588d6ee065952aa7e2d5362b authored over 2 years ago by jbrockmendel <[email protected]>
BUG: Coerce to native types to_dict list and index (#46751) (#46752)

e6fd3db525589c87a881b79966b2ae0acfc0600b authored over 2 years ago by Roger <[email protected]>
REF: remove unnecessary args in libparsing (#46821)

* REF: remove unnecessary args in libparsing

* mypy fixup

* mypy fixup

1fde6d952ade0cfe5f78c97ae144e1e9d3cac907 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: use same value counts for roll_var to remove floating point artifacts (#46431)

* fix merge

* bug fix: nobs == 0 == min_periods

* use Py_ssize_t in place of int64_t

* ...

a8968bfa696d51f73769c54f2630a9530488236a authored over 2 years ago by auderson <[email protected]>
BUG: SeriesGroupBy apply wrong name (#46623)

b6f21f3fe14e7934bb7e6ba8ccf1692868aa96d0 authored over 2 years ago by Luis Pinto <[email protected]>
BUG: Add dropna to Grouper repr (#46754)

bbac28f6ebf35d3bcede2117554e1e3893f54c62 authored over 2 years ago by Nick Crews <[email protected]>
REF: Localizer class to de-duplicate tzconversion code (#46397)

9797c89a50789c0b78201c6d27a0beb3e4c24a3e authored over 2 years ago by jbrockmendel <[email protected]>
WARN: PerformanceWarning for non-pyarrow fallback (#46732)

6d165676daef078988c5a292261d7901295e21d9 authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: xfail(strict=False) flaky numexpr test (#46796)

5fcbef56e8cabac24816fabb51ba376af50daf04 authored over 2 years ago by Matthew Roeschke <[email protected]>
ENH: implement non-nano Timedelta scalar (#46688)

ec7543622a415301849bfa2f64243573c9fe5bee authored over 2 years ago by jbrockmendel <[email protected]>
TST: Added test for frequency retention in categorical constructor (#46779)

* Added test for github issue #33830 to test that categorical was preserving DateTimeIndex freq ...

f478e30a44fb4056750a9506cba432a9b3f4583b authored over 2 years ago by andjhall <[email protected]>
BUG: Prevent segfault in roll_weighted_var (#46772)

* Change range to prevent segfault

See https://github.com/pandas-dev/pandas/issues/46760

*...

5b76b773998ddf7a62180c99469e96bcb8c37b77 authored over 2 years ago by Jose Ortiz <[email protected]>
ENH: support zoneinfo tzinfos (#46425)

* ENH: support zoneinfo tzinfos

* add backports.zoneinfo to ci deps

* add backports.zonein...

4ffdab384e387faa91380a66d60fad685dfa6d6f authored over 2 years ago by jbrockmendel <[email protected]>
ENH: exclude html table border w/False value (#45943)

57885c60aa3f04a50a328f337844dc2f2a38c985 authored over 2 years ago by z3c0 <[email protected]>
REF: stronger typing in libconversion (#46742)

7dd22b8de0c006f99963e39426abce2916290f90 authored over 2 years ago by jbrockmendel <[email protected]>
CI: Fail Numpy Dev build on DeprecationWarnings from numpy only (#46767)

dafa5dd84acc1ba1b2641fd0bb6d3ca3594a5e9e authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: Add a test for `series name should be preserved in pser.mode() ` (#46746)

* Add a test for Series.name preserved in ser.mode

* Address comments

0d07c2361b13a24afc7cd2bf91e642474f313195 authored over 2 years ago by Yikun Jiang <[email protected]>
REF: de-vendor _stprtime code (#46736)

f976aa6a0f055e03b2124ea8eb13eff17454cf61 authored over 2 years ago by jbrockmendel <[email protected]>
PERF: avoid casting in groupby.min/max (#46745)

8d21ce580b19b63f71a9a14710893efbfc85e2a0 authored over 2 years ago by jbrockmendel <[email protected]>
DOC: fix SA04 errors flagged by validate_docstrings.py and add SA04 t… (#46652)

* DOC: fix SA04 errors flagged by validate_docstrings.py and add SA04 to code_checks.sh

* DOC...

c90294db40cd48fca7fbec5fa419b46a4b4768a1 authored over 2 years ago by dataxerik <[email protected]>
Add a license file for klib (khash) (#46741)

32999a1a45f2c4171b8ac5e97f5aa34b1956686c authored over 2 years ago by Ben Beasley <[email protected]>
PERF: avoid potentially-copying ravel (#46733)

a2029ce7bdd640931cb2c19e8a2c2c5a258fa5f9 authored almost 3 years ago by jbrockmendel <[email protected]>
REF: de-duplicate cython funcs (#46735)

cd4caa6607eb5b1fbe44d2869194825c63baa0ed authored almost 3 years ago by jbrockmendel <[email protected]>
BUG: Fix __instancecheck__ and __subclasscheck__ of metaclass in pandas.core.dtypes.generic (#46719)

cec066d221cc48a858fcae650d254b5392dd1247 authored almost 3 years ago by Leonardus Chen <[email protected]>
DOC: Move idxmin/idxmax docstrings to shared docs (#46729)

e29444b54695e524ef77d3b51eb280ab9ee470db authored almost 3 years ago by Richard Shadrach <[email protected]>
DEPR: non-keyword arguments in any (#44896)

* tighten return type in any

* correct overload definitions

* add overload def for NDFrame...

a59582da8c9fa410ac05e25ee117a7fef996247f authored almost 3 years ago by Sachin Yadav <[email protected]>
BUG: df.nsmallest get wrong results when NaN in the sorting column (#46656)

eab2cfa73d33f24f15507f73a68c3c79b7172222 authored almost 3 years ago by Yuanhao Geng <[email protected]>
BLD: drop `options.package_data` from setup.cfg (#46271)

96ecaf981b77e66cfa9347881d30a7fd11459ce2 authored almost 3 years ago by Nick Crews <[email protected]>
BUG: Convert <br> to space in `pd.read_html` (#45972)

cb980fa32f8b78001ba4d7e738c886a7d52d8d7e authored almost 3 years ago by abmyii <[email protected]>
DOC: Move code_style.rst docs to other sections & a check (#46724)

87ca0e1197dc0ba3c0f5d04e1515407e51236c1a authored almost 3 years ago by Matthew Roeschke <[email protected]>