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 mypy version - force poetry.lock cache miss

github.com/pandas-dev/pandas-stubs - 36be363e656c555f510d420795fbe62fb36105b7 authored over 2 years ago by Irv Lustig <[email protected]>
ENH: Overload to_datetime when errors="coerce" (#115)

* ENH: Overload to_datetime when errors is coerce

Have to_datetime possibly returning NaTType...

github.com/pandas-dev/pandas-stubs - 176f29effe9cd21a8e289c12147d36dff3b59678 authored over 2 years ago by Kevin Sheppard <[email protected]>
POC/ENH: Timedelta min/max/resolution support non-nano (#47641)

ENH: Timedelta min/max/resolution support non-nano

github.com/pandas-dev/pandas - 64ae0fe04258e9bcfed8d9474eeb1d828ea82b00 authored over 2 years ago by jbrockmendel <[email protected]>
DEPR: Remove deprecation from private class IntervalTree (#47637)

* DEPR: Remove deprecation from private class IntervalTree

* remove test

* Add set inclusi...

github.com/pandas-dev/pandas - f6658ef9fdef5972214fdc338e2c6b5ee308dbf4 authored over 2 years ago by Patrick Hoefler <[email protected]>
TST: adding test for multiindex nunique raising not implemnted error (#47638)

* TST: adding test for multiindex nunique raising not implemnted error

* renamed test

github.com/pandas-dev/pandas - 16e9b1e7cefc9a0e3504042f08ebfdfd3857f084 authored over 2 years ago by Noa Tamir <[email protected]>
DOC: avoid overriding Python built-in functions (#47631)

avoid overriding Python built-in functions

github.com/pandas-dev/pandas - 1ad2821e81ecd14d823221794a64231a6fb681cf authored over 2 years ago by wany-oh <[email protected]>
BUG: using read_xml with iterparse and names will ignore duplicate values (#47630)

github.com/pandas-dev/pandas - 3adfcff164089343d9526b797bab22cf4f204cf4 authored over 2 years ago by Parfait Gasana <[email protected]>
ENH/TST: Add TestBaseReshaping tests for ArrowExtensionArray (#47601)

github.com/pandas-dev/pandas - fce0953d079e297d90289ff6371b32dd799d70a5 authored over 2 years ago by Matthew Roeschke <[email protected]>
MAINT: Silence warnings from pandas (#116)

Silence deprecatiosn warnings raised internally in pandas

github.com/pandas-dev/pandas-stubs - e43cf06bb46b873cf84fd537c958023cbfaae01a authored over 2 years ago by Kevin Sheppard <[email protected]>
TYP: Series/DataFrame/Index are not Hashable (#113)

* TYP: Series/DataFrame are not Hashable

* explicitly set __hash__ also in the sub-classes (t...

github.com/pandas-dev/pandas-stubs - 30246cc1d18079b997fbc0df1a0ee3e3966120e0 authored over 2 years ago by Torsten Wörtwein <[email protected]>
Test for nested series equality #22400 (#47627)

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

* TST: Added test for consistent...

github.com/pandas-dev/pandas - d52f2ce0c66264e03bfb6c417e249287ab31bd04 authored over 2 years ago by srotondo <[email protected]>
CLN: Add tets and fix docstring for concat with sort=True and outer join (#47612)

Add tets and fix docstring

github.com/pandas-dev/pandas - 2141c1ca220ff8d9d3186110216f82c1b85fcbe9 authored over 2 years ago by Patrick Hoefler <[email protected]>
TYP: more return annotations in core/ (#47618)

* TYP: more return annotations in core/

* from __future__ import annotations

* more __futu...

github.com/pandas-dev/pandas - f65417656ba8c59438d832b6e2a431f78d40c21c authored over 2 years ago by Torsten Wörtwein <[email protected]>
WARN: Don't show FutureWarning when enlarging df with iloc (#47621)

* WARN: Don't show FutureWarning when enlarging df with iloc

* Change test

* Xfail for arr...

github.com/pandas-dev/pandas - 028d0d6221e3533f29f9402885bfaf6dcf1f1e66 authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: Return Float64 for read_parquet(use_nullable_dtypes=True) (#47619)

github.com/pandas-dev/pandas - efebf781b6f58d892a9c413c9ee95a5f37010d90 authored over 2 years ago by Matthew Roeschke <[email protected]>
CI: testing impact of poetry.lock (#92)

* CI: testing impact of poetry.lock

* attempt at caching the installed dependencies

* figu...

github.com/pandas-dev/pandas-stubs - 9c1757b168f4bdceb7eb09a1295509168afd9505 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: Allow assignment from ndarray to DataFrame (#105)

* BUG: Allow assignment from ndarray to DataFrame

All ndarray to be assigned

closes #100
...

github.com/pandas-dev/pandas-stubs - 49184877ef95d7e2546b2360a008bb19c846b7f4 authored over 2 years ago by Kevin Sheppard <[email protected]>
Allow `num` to be a `complex` type to support `Series` operations. (#106)

* Allow `num` to be a `complex` type to support `Series` operations.

Closes #103

* Add tes...

github.com/pandas-dev/pandas-stubs - 9d80790c5bde23d597663eee7d5f5a3cfbbbde6b authored over 2 years ago by Aaron Holmes <[email protected]>
a few more flake8-pyi fixes (#110)

github.com/pandas-dev/pandas-stubs - 3389ee2c51d24d316a9761a6ed1f5c22f7bca39d authored over 2 years ago by Torsten Wörtwein <[email protected]>
TST: Added test for strides in column major Dataframes stored in HDFS… (#47616)

TST: Added test for strides in column major Dataframes stored in HDFStore

github.com/pandas-dev/pandas - b4ec0207366f5b497b382bd4c20566ef9111776a authored over 2 years ago by John Mantios <[email protected]>
DOC: Fixed pandas capitalization (#47617)

Co-authored-by: Marvin Walter <[email protected]>

github.com/pandas-dev/pandas - 9a8b1932186148eeb5c25e081a3a8ebaf08c55ba authored over 2 years ago by Marvin John Walter <[email protected]>
MAINT: Catch all warnings (#104)

Catch all warning generated during testing

github.com/pandas-dev/pandas-stubs - f956c2a53c27890d8b7993276326f9c7151b0f6a authored over 2 years ago by Kevin Sheppard <[email protected]>
Make `index` in the `Series` ctor optional to match Pandas docs. (#109)

https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas-series

Closes #90

github.com/pandas-dev/pandas-stubs - a7656a1d74fdda6ecbaf9f2c8ffe11051f550a13 authored over 2 years ago by Aaron Holmes <[email protected]>
Allow `Categorical` to take any `ListLike` to support using `Series`. (#108)

* Allow `Categorical` to take any `ListLike` to support using `Series`.

Closes #95

* Addit...

github.com/pandas-dev/pandas-stubs - 551267940ef9a760bc5bd0a4ff60214734280bd9 authored over 2 years ago by Aaron Holmes <[email protected]>
TYP: return values in core/*.py (#47587)

* TYP: return values in core/*.py

* fix test

* to_html

* to_html part 2

* DataFrame....

github.com/pandas-dev/pandas - 9612375ca28ade056f15d4338f1bfde5d045c9fc authored over 2 years ago by Torsten Wörtwein <[email protected]>
⬆️ UPGRADE: Autoupdate pre-commit config (#47564)

Co-authored-by: MarcoGorelli <[email protected]>
Co-authored-by: Matthew Ro...

github.com/pandas-dev/pandas - a9a496ce98285ee82f71fffa7cc503f122360d25 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
DOC: fix shared compression_options and decompression_options (#47609)

* DOC: Fix reference to ZstdCompressor in compression_options

Both compression_options and de...

github.com/pandas-dev/pandas - 7a29d4ab3192434592ed1ee2ac8c58b4f0e613ce authored over 2 years ago by Alastair Porter <[email protected]>
Revert inclusive default change of IntervalDtype (#47367)

github.com/pandas-dev/pandas - d9dd1289e07d86928d144e53beb3d5b8ab3c2215 authored over 2 years ago by Patrick Hoefler <[email protected]>
MAINT: Catch expected warnings (#102)

Catch expected warnings to reduce noise in testing

github.com/pandas-dev/pandas-stubs - 451233b08302d65c7771136dafb6132ccf778fb3 authored over 2 years ago by Kevin Sheppard <[email protected]>
BUG: Allow integer ndarray for Series iloc (#101)

Allow set and get for any signed or unsigned int arrays

closes #96

github.com/pandas-dev/pandas-stubs - 60fa48fdbcee1972e5cfb7c482b98ff800b250bb authored over 2 years ago by Kevin Sheppard <[email protected]>
Fix error when `sheet_name` is `None` for `read_excel`. (#99)

* Fix error when `sheet_name` is `None` for `read_excel`.

`pandas.read_excel` supports specif...

github.com/pandas-dev/pandas-stubs - 99f3b42d23f84b0da92025eeb52db15bac446f25 authored over 2 years ago by Aaron Holmes <[email protected]>
TST: Test aggregate with list values #25581 (#47559)

* TST: Test aggregate with list values #25581

* TST: Fixed PEP 8 warnings #25581

* TST: Fi...

github.com/pandas-dev/pandas - 37e6239f618adc8913e80fa689cdb8c8ad0f2af1 authored over 2 years ago by srotondo <[email protected]>
ENH: DTI/DTA.astype support non-nano (#47579)

* ENH: DTI/DTA.astype support non-nano

* whatsnew

* GH ref

* pyright fixup

github.com/pandas-dev/pandas - 67e8c4c3761ab1da4b0a341a472c0fe2ea393e8b authored over 2 years ago by jbrockmendel <[email protected]>
ENH/TST: Add BaseMethodsTests tests for ArrowExtensionArray (#47552)

* ENH/TST: Add BaseMethodsTests tests for ArrowExtensionArray

* Passing test now

* add xfa...

github.com/pandas-dev/pandas - 700ef33b4dd5d5e76220ee50d1f07775dff15428 authored over 2 years ago by Matthew Roeschke <[email protected]>
CI: flake8-pyi (#47595)

github.com/pandas-dev/pandas - 4d175888e05bed5c494abdb949e6bcb46302d222 authored over 2 years ago by Torsten Wörtwein <[email protected]>
REF: share DTA/TDA.__init__ (#47583)

github.com/pandas-dev/pandas - b6d5e9739d979d20ff1c6cb4f40306d3b6333cea authored over 2 years ago by jbrockmendel <[email protected]>
Fix SAS7BDAT run-length encoding formula (#47099)

* Fix SAS7BDAT run-length encoding formula

See https://bitbucket.org/jaredhobbs/sas7bdat/src/...

github.com/pandas-dev/pandas - 8e8f62753fe2a5b7954ebe367b662243207e9825 authored over 2 years ago by Jonas Haag <[email protected]>
ENH: Move CSSWarning to error/__init__.py per GH27656 (#47591)

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

* ENH: fix typo

* ENH: reword sent...

github.com/pandas-dev/pandas - e52f8b7fcd62f94a75bba324d88df446c7be2259 authored over 2 years ago by dataxerik <[email protected]>
TST: added test for handling repeated keys when using Series.loc with Multiindex (#47594)

github.com/pandas-dev/pandas - 319964a1c29fb690bdbe38e06a7590ccad4006c7 authored over 2 years ago by John Mantios <[email protected]>
BUG Fix: pd.apply returns a dataframe when empty dataframe instead of a series (#47222)

* add test

* add test

* add

* update rst

github.com/pandas-dev/pandas - fa76d819252733065e4311eb03e5beea66d3792c authored over 2 years ago by Khor Chean Wei <[email protected]>
TST: added test for to_json when called on numbers exceeding the int64 limit (#47589)

* TST: added test for to_json when called on numbers that exceed the int64 limit

* TST: remov...

github.com/pandas-dev/pandas - 5fb276a8988b585aa78e03907217f25d726cb738 authored over 2 years ago by John Mantios <[email protected]>
DEPR: numeic_only in Series and SeriesGroupBy consistency (#47561)

* DEPR: numeic_only in Series and SeriesGroupBy consistency

* Refactor warning, whatsnew note...

github.com/pandas-dev/pandas - 37d0194469996e8e3499f0e0fef55e01c1a3a1d9 authored over 2 years ago by Richard Shadrach <[email protected]>
CI: pre-commit (#89)

* CI: pre-commit

* fix import

* flake8/flake8-pyi with many disabled rules

* isort+blac...

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

Added a template for issues

github.com/pandas-dev/pandas-stubs - 8b01cc2e529f967dd723576c73350318c63ebf9c authored over 2 years ago by Irv Lustig <[email protected]>
bump to version 1.4.3.220704

github.com/pandas-dev/pandas-stubs - eb2e76ce75d1ae5aaf3d2ec681ce4b424bbfa152 authored over 2 years ago by Irv Lustig <[email protected]>
Merge remote-tracking branch 'upstream/main'

github.com/pandas-dev/pandas-stubs - ecc37383b32f5f2783dc3ff5feff787c3ddd962b authored over 2 years ago by Irv Lustig <[email protected]>
0704issues (#87)

* v1.4.3.220703

* Fix multiple issues

GH 80 - DataFrame constructor should accept np.ndarr...

github.com/pandas-dev/pandas-stubs - f788a6313d7ac287c8381d883978b1b0938c2b23 authored over 2 years ago by Irv Lustig <[email protected]>
Merge remote-tracking branch 'upstream/main'

github.com/pandas-dev/pandas-stubs - 18aded680bd78d5fbabdeb3fe7089c0c78174ef4 authored over 2 years ago by Irv Lustig <[email protected]>
CI: run style checks on CI (#83)

* CI: run style checks on CI

* guessing syntax

* test

* test

* pyupgrade should fail...

github.com/pandas-dev/pandas-stubs - 3c7e0f65b6c8c78b8095ae8435e7bd1f7102f4c4 authored over 2 years ago by Torsten Wörtwein <[email protected]>
CI: enable a few more mypy checks (#60)

* CI: enable a few more mypy checks

* -warn_unused_ignores = false

* comment about mypy op...

github.com/pandas-dev/pandas-stubs - 0fdebaaeba135f2779f66a2e9fae2e6afbdb4eda authored over 2 years ago by Torsten Wörtwein <[email protected]>
More miscellaneous issues (#79)

* v1.4.3.220703

* Fix multiple issues

GH 42 groupby arguments
GH 43 Series.cat
GH 69 ilo...

github.com/pandas-dev/pandas-stubs - 4641fa8e84b2bca394db0753acd4663866abf73c authored over 2 years ago by Irv Lustig <[email protected]>
v1.4.3.220703

github.com/pandas-dev/pandas-stubs - ab9adb04a7803d6e217c3c2e18f3bb3acaf8344a authored over 2 years ago by Irv Lustig <[email protected]>
Miscissues (#78)

* add missing stubs from pylance dist

* Fix multiple issues

Fix issue 55 - read_xml missin...

github.com/pandas-dev/pandas-stubs - 1c365dbbe37a523dddc4ca4b9626ad97348a8445 authored over 2 years ago by Irv Lustig <[email protected]>
add missing stubs from pylance dist (#77)

github.com/pandas-dev/pandas-stubs - 8cd4439dafe4d213ea2782a47b3788b7f46bf439 authored over 2 years ago by Irv Lustig <[email protected]>
run pyright_dist instead of pyright_src when testing dist (#76)

github.com/pandas-dev/pandas-stubs - 1e77cc8bd9ec49e555af2edd44136bbf455347d0 authored over 2 years ago by Irv Lustig <[email protected]>
Fix issue #37 : Create my_path.pth only for local mypy test, remove afterwards (#52)

* Fix: mypy now creates a temp file to locate and test the pkg

* Fix: Remove code from anothe...

github.com/pandas-dev/pandas-stubs - ab80de3958e6821d25516796c7f1f9f0463a3cd5 authored over 2 years ago by Breno Jesus Fernandes <[email protected]>
BUG: read_excel not forward filling index columns when no names are given (#47496)

github.com/pandas-dev/pandas - 4fe2f312ce83d84169aed76fbe7270891301c086 authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: to_sql with method=callable not returning int raising TypeError (#47474)

github.com/pandas-dev/pandas - 28566072c30753762643f4affce062de5693f59e authored over 2 years ago by Matthew Roeschke <[email protected]>
PERF: use c-division in nancorr (#47518)

github.com/pandas-dev/pandas - 1924be3885f060ebe428e48f8d29457cd2437679 authored over 2 years ago by Marco Edward Gorelli <[email protected]>
BUG: concat losing columns dtypes for join=outer (#47586)

github.com/pandas-dev/pandas - 1ac13910aabaabeec0f00319d14d31a08e294475 authored over 2 years ago by Patrick Hoefler <[email protected]>
ENH/TST: Add BaseGroupbyTests tests for ArrowExtensionArray (#47515)

github.com/pandas-dev/pandas - b81f4318fc0d796760d16237a8f616dad73912eb authored over 2 years ago by Matthew Roeschke <[email protected]>
TYP: misc return type annotations (#47558)

github.com/pandas-dev/pandas - f538568afc2c76c2d738d32e3544cf9fe6742960 authored over 2 years ago by Torsten Wörtwein <[email protected]>
TYP: fix a few errors found by pandas-stub (#47562)

github.com/pandas-dev/pandas - a7c85132bb408249b6c74b24a2834523bec69b2e authored over 2 years ago by Torsten Wörtwein <[email protected]>
Adding testcase for quartile performed on a timestamp column group by ( closes #33168 ) (#47575)

github.com/pandas-dev/pandas - d05bdebad762cc8ea4e01c545d6428202f9f3e9c authored over 2 years ago by Daniel I <[email protected]>
BUG: DataFrame.loc not aligning rhs df for single block case (#47581)

github.com/pandas-dev/pandas - 4fddc414b60805caf37e5e5690d27f11d02bdcc8 authored over 2 years ago by Patrick Hoefler <[email protected]>
CLN: concat union_indexes now respecting sort keyword (#47588)

github.com/pandas-dev/pandas - f8b3585d513287a7c9906dde8a8fa5374bdca68f authored over 2 years ago by Patrick Hoefler <[email protected]>
remove installation dependencies on pandas and matplotlib (#66)

github.com/pandas-dev/pandas-stubs - c66d3c78a4d78a82f9e0be64330d5d4e21fd90cb authored over 2 years ago by Irv Lustig <[email protected]>
Fix Issue #36: Avoid deleting uncommitted changes (#51)

* Fix: Local Tests workflow

* Fix: Local Tests workflow

* Fix: Local Tests workflow

* F...

github.com/pandas-dev/pandas-stubs - bfddb596f29ea4564ce4f01bab4cc57399c17dbb authored over 2 years ago by Breno Jesus Fernandes <[email protected]>
added type hint to read_csv usecols (#65)

Co-authored-by: Irv Lustig <[email protected]>

github.com/pandas-dev/pandas-stubs - a4860495b0a7852719ad7503899d5a10befd8066 authored over 2 years ago by sofcalca <[email protected]>
CI: run pyupgrade (#61)

github.com/pandas-dev/pandas-stubs - 9adf2fb374c4e2c2e378b9031999ded8c031603a authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: Series.setitem losing precision when enlarging (#47342)

github.com/pandas-dev/pandas - bd9a6f09264c58ef402d4c7faf5fc9d48c159194 authored over 2 years ago by Patrick Hoefler <[email protected]>
PERF: Some faster date/time string formatting (#46759)

github.com/pandas-dev/pandas - 55d9dcf47dd982248c18237b6a09854ea83bc474 authored over 2 years ago by Sylvain Marié <[email protected]>
CLN: Move monotonic check to safe_sort_index (#47573)

github.com/pandas-dev/pandas - 5266143452873aed4fc047bcda1c3a6ed1435800 authored over 2 years ago by Patrick Hoefler <[email protected]>
REF: simplify DTA.__init__ (#47574)

github.com/pandas-dev/pandas - 6792f5c9ed8e9b7ed0078036995d07920e3de870 authored over 2 years ago by jbrockmendel <[email protected]>
Use license_files instead of license_file (#47572)

github.com/pandas-dev/pandas - 9f38929b055d3b5b6f6c214c7dbff51bc80838f0 authored over 2 years ago by Patrick Hoefler <[email protected]>
Fix pd.read_excel (#33)

* Fix pd.read_excel

* add a test

* fix merge, cr feedback

* actually fix merge

Co-au...

github.com/pandas-dev/pandas-stubs - 82107f65f6dec03cf9553b937c80a6611a2bb9c3 authored over 2 years ago by Shantanu <[email protected]>
[DOC] improving the ExcelWriter docstring (#47568)

improved excelwrite docstring

github.com/pandas-dev/pandas - 3e9aaf40ae940ba79ee1cb041875bd32b7f80085 authored over 2 years ago by Noa Tamir <[email protected]>
TYP: fix type of level in DataFrame.groupby (#47560)

github.com/pandas-dev/pandas - f6ba50a53e3fdf113d919e4c831f060b0bbbd163 authored over 2 years ago by Torsten Wörtwein <[email protected]>
REF: Reduce duplicative methods between XML parser classes (#47553)

* REF: Reduce duplicative methods between XML parser classes

* Add typing to base class methods

github.com/pandas-dev/pandas - ebc96aef57c3d99f6da6275a5cc42f5cfd6c1c8c authored over 2 years ago by Parfait Gasana <[email protected]>
Review inplace parameter (#58)

* series

* frame

* fix

* assert_types

* Add references to issue

github.com/pandas-dev/pandas-stubs - 7a5d7a81e0ecc37a494068aedfff3df12330fc73 authored over 2 years ago by crusaderky <[email protected]>
TYP/CI: enable more pyright checks (#59)

github.com/pandas-dev/pandas-stubs - 1118b791e4cee09bf3129ad216c658a3c6dc9df0 authored over 2 years ago by Torsten Wörtwein <[email protected]>
REF: share some constructor code (#47555)

* REF: share some constructor code

* mypy fixup

github.com/pandas-dev/pandas - 231b9fad17475918a94fc922d5bbd452c5b67a2f authored over 2 years ago by jbrockmendel <[email protected]>
DOC: Convert URL example to static code block (#47540)

github.com/pandas-dev/pandas - 8ce4f299c4db6d1ef9326669149ed4f826405b58 authored over 2 years ago by Matthew Roeschke <[email protected]>
REGR: concat materializing index even if sort is not necessary (#47508)

* REGR: concat materializing index even if sort is not necessary

* Add check for index

* A...

github.com/pandas-dev/pandas - 6fd33769b1831d39decbe7932756d33b1bd9eff9 authored over 2 years ago by Patrick Hoefler <[email protected]>
DOC clarify inplace operation section in 1.5 whats_new (#47433)

* DOC make inplace operation section in whats_new clearer

* tweak

* Can happen with both l...

github.com/pandas-dev/pandas - 9a3231f30ae769c33f4a3ea32973cba3e091d75e authored over 2 years ago by Loïc Estève <[email protected]>
BUG: DataFrame.loc not aligning dict when setting to a column (#47361)

* BUG: DataFrame.loc not aligning dict when setting to a column

* Add partial case

* Use i...

github.com/pandas-dev/pandas - cd2b8196c519b58c82cccdb8472d86c1c58f9511 authored over 2 years ago by Patrick Hoefler <[email protected]>
Initial draft: from_dummies (#41902)

github.com/pandas-dev/pandas - ed55bdf198590dd572f2e546c7b2afe7ae98ba74 authored over 2 years ago by Peter <[email protected]>
DOC: update tutorials.rst to include website for searchable Pandas recipes (#47389)

Update tutorials.rst

github.com/pandas-dev/pandas - 4f566c86df8b010f008a277776617e9d8d1b63e6 authored over 2 years ago by TraverseTowner <[email protected]>
Stacklevel argument updated #46687 (#47035)

* Stacklevel argument updated #46687

* argument removed

* param added

* fixup

* remo...

github.com/pandas-dev/pandas - 32cb5aaf21a29dd4d04ee71e86f522f1af0fff13 authored over 2 years ago by DaPy15 <[email protected]>
ASV: Non-unique DataFrame index (#47551)

github.com/pandas-dev/pandas - 417d1c94fe3810f695e94360adde667f5a5e7222 authored over 2 years ago by Kevin Jan Anker <[email protected]>
Style Update (#53)

* Style: Add procedures to format code

* Style: Add local tests to format code

* Style: Ad...

github.com/pandas-dev/pandas-stubs - b4db0a62efb0e7e1ca890bcd99c6ae78e1af7f19 authored over 2 years ago by Breno Jesus Fernandes <[email protected]>
ENH: DatetimeIndex.snap support non-nano (#47537)

github.com/pandas-dev/pandas - f4ca4d3d0ea6a907262f8c842c691115b13d4cb7 authored over 2 years ago by jbrockmendel <[email protected]>
PERF: Improve Styler `to_excel` Performance (#47371)

* Move CSS expansion lookup to dictionary

* Implement simple CSSToExcelConverter cache

* E...

github.com/pandas-dev/pandas - ad842d36bb62a6c7a5e8f93a9594129ff46cc5cb authored over 2 years ago by tehunter <[email protected]>
ENH/TST: Add BaseParsinngTests tests for ArrowExtensionArray (#47536)

github.com/pandas-dev/pandas - 22881355741678b5dd584a6074bac75694082ccc authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: PeriodArray.__sub__(Period) overflows (#47538)

* BUG: PeriodArray.__sub__(Period) overflows

* GH refs

github.com/pandas-dev/pandas - 2b1184dd5b7a80120cf4010996a1c91987d9f7fe authored over 2 years ago by jbrockmendel <[email protected]>
ENH: DatetimeIndex.indexer_between_time support non-nano (#47535)

github.com/pandas-dev/pandas - 80c005e67f96f431674a37ecd8a9e8a2808f7db4 authored over 2 years ago by jbrockmendel <[email protected]>
WARN: Clarify datetime warning when can't parse in accordance with dayfirst (#47528)

* try improving

* WARN: clarify warning message from to_datetime when dayfirst cant be respec...

github.com/pandas-dev/pandas - fd1f643b28e32e9fbcd1f58f98ac922c41f05fea authored over 2 years ago by Marco Edward Gorelli <[email protected]>
WEB: Add Telegram to follow us and footer (#47531)

github.com/pandas-dev/pandas - cfc7234877b91a7adc46e62ada2e47fc0d055c9e authored over 2 years ago by Marc Garcia <[email protected]>
ENH: TimedeltaArray add/sub with NaT preserve reso (#47522)

* ENH: TimedeltaArray add/sub with NaT preserve reso

* mypy fixup

* use datetime_data

github.com/pandas-dev/pandas - 612f5663ab728d18c1dd7b4bbe0564709891d024 authored over 2 years ago by jbrockmendel <[email protected]>
TYP: misc (#47509)

* TYP: misc

* Update pandas/core/generic.py

Co-authored-by: Matthew Roeschke <emailformatt...

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