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

TYP: more return annotations for io/* (#47524)

* TYP: more return annotations for io/*

* import future

github.com/pandas-dev/pandas - e48c9c3973286e257f6da1966c91806d86b917e0 authored over 2 years ago by Torsten Wörtwein <[email protected]>
CI: PR template (#47)

github.com/pandas-dev/pandas-stubs - 2445c33f1ebcae511a2d0b041b85539e81678280 authored over 2 years ago by Torsten Wörtwein <[email protected]>
Use Sequence instead of List for drop (#46)

The advantage is that Sequence is covariant which allows passing in
List[str], for example.

github.com/pandas-dev/pandas-stubs - 289ea88985cb1fd7ebe573ef50d3acd2a4817232 authored over 2 years ago by Thomas MK <[email protected]>
added link to advanced indexing guide in .loc docstring (#47520)

* added link to advanced indexing guide in .loc docstring

* changed refernce style for .loc d...

github.com/pandas-dev/pandas - 2fc7fab763f169bfb67ab6e48be584306150c904 authored over 2 years ago by Jordan Hicks <[email protected]>
Bug: GroupBy raising error with None in first level of MultiIndex (#47351)

* Bug: GroupBy raising error with None in first level of MultiIndex

* Add test

* Change wh...

github.com/pandas-dev/pandas - 2bcbd252af4f38c14810f0e15298ba2c4b2f70c3 authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: read_xml iterparse doesn't handle multiple toplevel elements with lxml parser (#47504)

BUG: read_xml iterparse doesn't handle multiple toplevel elements with lxml parser

github.com/pandas-dev/pandas - 1bc919713c86586d10ca6854a5b9041013f6ddd3 authored over 2 years ago by Parfait Gasana <[email protected]>
TYP: Return annotations for io/{formats,json} (#47516)

* TYP: Return annotations for io/{formats,json}

* flake8

* explicitly check whether width ...

github.com/pandas-dev/pandas - 734db4f1fde2566a02b3c7ff661a479b0a71633c authored over 2 years ago by Torsten Wörtwein <[email protected]>
ENH: TDA.total_seconds support non-nano (#47421)

* ENH: TDA.total_seconds support non-nano

* fix doctest

* mypy fixup

github.com/pandas-dev/pandas - 90c781703b7c8ec914559b1287bcda8c79d0c4c5 authored over 2 years ago by jbrockmendel <[email protected]>
Cache Conda env (#47454)

* Cache Conda env

* python-version -> extra-specs

* python-version -> extra-specs

* Rem...

github.com/pandas-dev/pandas - f81ac726f4d503dbbe72c4e3ac7cb94c69359cde authored over 2 years ago by Jonas Haag <[email protected]>
TYP: Missing return annotations in util/tseries/plotting (#47510)

* TYP: Missing return annotations in util/tseries/plotting

* the more tricky parts

github.com/pandas-dev/pandas - 4bb1fd50a63badd38b5d96d9c4323dae7bc36d8d authored over 2 years ago by Torsten Wörtwein <[email protected]>
TYP: _item_cache and _ixs (#47506)

* typ: _item_cache and _ixs

* fixup docstring

* linting

github.com/pandas-dev/pandas - cb678374d4ad55a411c89e535c49259b8e77114e authored over 2 years ago by Marco Edward Gorelli <[email protected]>
DOC: Fix a typo in documentation for styler (#47517)

Fix typo

datavlaues => datavalues

github.com/pandas-dev/pandas - 428540bcc57c8e9b2f260abf198cec82fd2862c6 authored over 2 years ago by Saiwing Yeung <[email protected]>
Fix `vertical-align: middle;` for `Styler.to_excel` with xlsxwriter engine (#47434)

* Fix vertical align failure on xlsxwriter

* CLN: linter

* Add what's new entry

* Add t...

github.com/pandas-dev/pandas - 6e0f8b809fc8a272383fddbd547348eb4cb62b26 authored over 2 years ago by tehunter <[email protected]>
add docs/philosphy.md (#41)

* update readme, rename docs that have development instructions

* add link to dev docs

* r...

github.com/pandas-dev/pandas-stubs - f3e5a496542eb3b8c9f4ee266006346864b2684a authored over 2 years ago by Irv Lustig <[email protected]>
TYP: some return annotations in pytables.py (#47512)

github.com/pandas-dev/pandas - 7d2f9b8d59908fbf57c6453bc41891efbfe981a6 authored over 2 years ago by Torsten Wörtwein <[email protected]>
TST,WARN: read_csv raises warning at wrong stacklevel, but _assert_raised_with_correct_stacklevel doesn't fail (#47387)

* fix stacklevel of read_csv warning

* :doc: add whatsnewnote

* move whatsnew entry to v1.4.4

github.com/pandas-dev/pandas - 109be4812cfd96009dd78c310124695d466ac2cf authored over 2 years ago by Marco Edward Gorelli <[email protected]>
Update series.pyi to support comparisons with Timestamp (#28)

* Update series.pyi

added TimestampSeries comparisons, to solve https://github.com/pandas-dev...

github.com/pandas-dev/pandas-stubs - cb455b91b7ea27357a2122fa9406254d78de366c authored over 2 years ago by timovp <[email protected]>
update readme, rename docs that have development instructions (#40)

* update readme, rename docs that have development instructions

* add link to dev docs

* r...

github.com/pandas-dev/pandas-stubs - 674c9da5476bc1c8ccded8c45e8caca48c96f674 authored over 2 years ago by Irv Lustig <[email protected]>
ENH: Move PyperclipException and PyperclipWindowsException to error/_… (#47491)

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

...

github.com/pandas-dev/pandas - cf05e2fbbd7284f30fed75508a8b937d3dc739ca authored over 2 years ago by dataxerik <[email protected]>
TYP: ndim is consistently a property (#47378)

* TYP: ndim is consistently a property

* unused import

* fix test

* nicer fix

github.com/pandas-dev/pandas - 64ad019fae42ea792cc961f903d3c0869025e530 authored over 2 years ago by Torsten Wörtwein <[email protected]>
Fix SAS 0x40 control byte handling and column name parsing (#47113)

* Fix reading SAS7BDAT files with zero rows (#47116)

* Fix reading SAS7BDAT files with zero r...

github.com/pandas-dev/pandas - 5e3d0ed0ce02e61af6b0266f88cbb78a6278363c authored over 2 years ago by Jonas Haag <[email protected]>
DEPR: na_sentinel in factorize (#47157)

* DEPR: na_sentinel in factorize

* WIP

* DEPR: na_sentinel in factorize

* Fixups

* F...

github.com/pandas-dev/pandas - d58082660847a6ca46e4ab35f1e1776dbd26eb63 authored over 2 years ago by Richard Shadrach <[email protected]>
TYP: read_sas (#47410)

* TYP: read_sas

* make __next__ compatibel with empty datafram

* df -> da

* whatsnew

github.com/pandas-dev/pandas - 6786ab299d01a54f6c3afa0460e39c8d1dc89c26 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: DataFrame.setitem raising when rhs is ea dtype Series (#47425)

* BUG: DataFrame.setitem raising when rhs is ea dtype Series

* Add gh ref

github.com/pandas-dev/pandas - 7683563ee17c39821347f79416680342fd8de239 authored over 2 years ago by Patrick Hoefler <[email protected]>
REF: remove dtstruct_to_dt64 (#47492)

github.com/pandas-dev/pandas - 963111d836950a995949ca4af9e63bad6b9e73b3 authored over 2 years ago by jbrockmendel <[email protected]>
BUG: read_csv ignoring non existing header rows for python engine (#47493)

* BUG: read_csv ignoring non existing header rows for python engine

* Rename variable

github.com/pandas-dev/pandas - c3b4af9ea969122055af364389fbb3093c4c78d2 authored over 2 years ago by Patrick Hoefler <[email protected]>
DOC: Resolve links in whatsnew (#47499)

github.com/pandas-dev/pandas - 0ae64263a11b0daaccb766d31793ed0970ea5df3 authored over 2 years ago by Richard Shadrach <[email protected]>
DOC: Minor fixes in whatsnew 1.5.0 (#47498)

* DOC: Minor fixes in whatsnew 1.5.0

* revert

github.com/pandas-dev/pandas - b345d5f20daa626b968246a97705307c665859bb authored over 2 years ago by Richard Shadrach <[email protected]>
ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray PT2 (#47468)

github.com/pandas-dev/pandas - dc36ce1b3f6578833ca44cc7a5e49a75ddb02ec7 authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: isin casting to float64 for unsigned int and list (#46693)

github.com/pandas-dev/pandas - e5c7543710b6e3b0eb7a7d0261b466c049840291 authored over 2 years ago by Patrick Hoefler <[email protected]>
Improve error message for DataFrame.from_dict when wrong orient is provided (#47451)

* Fixed error message

* Update v1.4.3.rst

* Update v1.4.3.rst

* Added test case

* Ad...

github.com/pandas-dev/pandas - 27135a5ea230b3e310e2a1f5625eb57d7348eb04 authored over 2 years ago by Kian S <[email protected]>
PERF improve performance of is_lexsorted (#47459)

actually this is fine

github.com/pandas-dev/pandas - 70adab9eacbb231c0e5b454c7ae718745606527b authored over 2 years ago by Marco Edward Gorelli <[email protected]>
BUG: Fix issues with numeric_only deprecation (#47481)

* BUG: Fix issues with numeric_only deprecation

* improve test

* Change raising to FutureW...

github.com/pandas-dev/pandas - 5d880ea3c0b023d62ce169d567137a5596ddd2bf authored over 2 years ago by Richard Shadrach <[email protected]>
TYP: NumericDtype._standardize_dtype (#47298)

github.com/pandas-dev/pandas - 76c242d500a68ebb23c8aca5f7d633bc4f359a52 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: assert_index_equal ignoring names when check_order is false (#47330)

* BUG: assert_index_equal ignoring names when check_order is false

* Update doc/source/whatsn...

github.com/pandas-dev/pandas - 3c100a5df4cd1dee9d01b856b1c0e78939b1e172 authored over 2 years ago by Patrick Hoefler <[email protected]>
TST: GH 27185 Test to check df with timedelta & Int NA sums correctly (#47354)

* TST: GH 27185 Adding test to check df with timedelta and int obj sums as expected

* TST: up...

github.com/pandas-dev/pandas - bc40a4aa93572fa5b6798b0ed4ae93ddf4013362 authored over 2 years ago by Aadhi Manivannan <[email protected]>
DOC: move enhancements in 1.5 release notes (#47375)

* DOC: move enhancements in 1.5 release notes

* remove rogue hash

github.com/pandas-dev/pandas - 8c0dbaafbf95ea88d0cbca688dc3acd2024fd56c authored over 2 years ago by Simon Hawkins <[email protected]>
ENH: consistent add/sub behavior for mixed resolutions (#47394)

* ENH: consistent add/sub behavior for mixed resolutions

* test with td64

github.com/pandas-dev/pandas - 1b79e2db761d4ca2fee669c67ffeeca72d9aa269 authored over 2 years ago by jbrockmendel <[email protected]>
DOC: Add an interactive shell powered by JupyterLite to the website (#47428)

* Add an interactive shell powered by JupyterLite

* Update to the dedicated JupyterLite deplo...

github.com/pandas-dev/pandas - 2c947e0d823ed0af8e70154f8aae04a258db5353 authored over 2 years ago by Jeremy Tuloup <[email protected]>
Deprecate non-keyword arguments for rsplit (#47446)

* Deprecate non-keyword arguments for rsplit

* linter fix

* Deprecate non-keyword argument...

github.com/pandas-dev/pandas - 771f2b1b0b2ec60d2246b063160fbeb4b2366473 authored over 2 years ago by Anton Shevtsov <[email protected]>
Fix signature of initObjToJSON (#47466)

github.com/pandas-dev/pandas - d3bb89d5974ef7ed9c327052ded9ad4705dcd1f5 authored over 2 years ago by Hood Chatham <[email protected]>
CI: Run all code checks even if one fails (#47482)

github.com/pandas-dev/pandas - 878504dc31fa3c3e1d6006e0762ffc99850ac2f0 authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: Start v1.4.4 release notes (#47473)

github.com/pandas-dev/pandas - 45f094d1fdbda6d09954dd49f72bebfeebf0de3b authored over 2 years ago by Simon Hawkins <[email protected]>
Fixes for GH 29, 30, 31, 32 (#35)

* should fix gh 29

* fix GH 31, 32, 30

* forgot to save test for .loc

github.com/pandas-dev/pandas-stubs - 35098e01a942256260e033a3b7fae95815c7d3a0 authored over 2 years ago by Irv Lustig <[email protected]>
TYP: Fix typing errors on main (#47469)

github.com/pandas-dev/pandas - 8c9b84d10a12b54de9b8a16ffedd7b264ecc877f authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: v1.4.3 release date (#47476)

github.com/pandas-dev/pandas - cc4145858957c6aa90a0168ebc0e3cfaf037c67d authored over 2 years ago by Simon Hawkins <[email protected]>
REGR: revert behaviour change for concat with empty/all-NaN data (#47372)

github.com/pandas-dev/pandas - d43d6e27d1af0b07df495e113e9818fc2f1909b1 authored over 2 years ago by Joris Van den Bossche <[email protected]>
Revert "ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray" (#47462)

Revert "ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray (#47377)"

This reverts ...

github.com/pandas-dev/pandas - fc113111e01c5da5a4f8f39de0b92b268d06cfed authored over 2 years ago by Simon Hawkins <[email protected]>
CI/TST: Don't require length for construct_1d_arraylike_from_scalar cast to float64 (#47393)

github.com/pandas-dev/pandas - 2f3ac16e4d15942baab1f58191c9ebf7917bcf80 authored over 2 years ago by Matthew Roeschke <[email protected]>
Fix segmentation fault when JSON serializing a PeriodIndex (#47431)

github.com/pandas-dev/pandas - faacb72b96b7d6604e5eff13f0e224cf741ff8d8 authored over 2 years ago by Robert de Vries <[email protected]>
ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray (#47377)

github.com/pandas-dev/pandas - d40c37192b3d38a3c9a0d248dc612ac9dd56e506 authored over 2 years ago by Matthew Roeschke <[email protected]>
DEPS: Sync environment.yml with CI dep files (#47287)

github.com/pandas-dev/pandas - fa5a6044b7982c26e0f5a775d5f2e34d388589f4 authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: df.getitem returning copy instead of view for unique column in dup index (#45526)

github.com/pandas-dev/pandas - dcf041bacb98f1d0b36d0a7a8774967c00edfc2f authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: iterparse of read_xml not parsing duplicate element and attribute names (#47414)

* BUG: iterparse of read_xml not parsing duplicate element and attribute names

* Refactor dup...

github.com/pandas-dev/pandas - 10967ce78be58df595d0e633e1fe37a8885abba9 authored over 2 years ago by Parfait Gasana <[email protected]>
DOC: Remove unused/flaky statsmodels intersphinx_mapping (#47452)

github.com/pandas-dev/pandas - c7c2bcf3c1efec243e13dd3ad56c095e0d75c0cb authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: clarify to_csv float format docstring (#47436)

* DOC: clarify to_csv float format docstring

* Clarify doc

* Clarify doc

github.com/pandas-dev/pandas - e63885fd31e5485822fe057bea5d2cf574cb0f2d authored over 2 years ago by Patrick Hoefler <[email protected]>
BUG: read_excel raising uncontrolled IndexError when header references non-existing rows (#47399)

* BUG: read_excel raising uncontrolled IndexError when header references non-existing rows

* ...

github.com/pandas-dev/pandas - b022a3bea7227709052b2e3c2176833735112b2e authored over 2 years ago by Patrick Hoefler <[email protected]>
Add tests (#47420)

* multiindex lexsort depth test

* add periodindex loc test

* import

* pep

* Fixes fr...

github.com/pandas-dev/pandas - c5a640db1f3abd728451cc52d1b8bee5e1e73d93 authored over 2 years ago by Jack Goldsmith <[email protected]>
REF: simplify Timestamp.replace (#47435)

github.com/pandas-dev/pandas - 9821a2edddd751ff019d3051851b96a6f9bcad82 authored over 2 years ago by jbrockmendel <[email protected]>
annotation, missing test case, perf DTA.mode (#47418)

github.com/pandas-dev/pandas - 8dc832fc67d42ff40b59a215fc5549a4718c8652 authored over 2 years ago by jbrockmendel <[email protected]>
REF: do masking in checked_add_with_arr (#47396)

* REF: do masking in checked_add_with_arr

* mypy fixup

github.com/pandas-dev/pandas - 37d4c31c8e26a6af8eeb9780d252fab47a4ef57f authored over 2 years ago by jbrockmendel <[email protected]>
implement abbrev_to_npy_unit (#47395)

github.com/pandas-dev/pandas - 820a06566eed7fb92518ca0bfca2d0917a694038 authored over 2 years ago by jbrockmendel <[email protected]>
Consistent handling of 0-dim in Timedelta arithmetic methods (#47390)

* Consistent handling of 0-dim in Timedelta arithmetic methods

* update test

github.com/pandas-dev/pandas - afaf268b78a4a99ba7158025edf4c44c019c3716 authored over 2 years ago by jbrockmendel <[email protected]>
BUG: read_csv may interpret second row as index names even if index_col is False (#47397)

* BUG: read_csv may interpret second row as index names even if header is integer

* BUG: read...

github.com/pandas-dev/pandas - fd9b2a4083cd5cae1508bd7cd8e1ed005c7f72c3 authored over 2 years ago by Patrick Hoefler <[email protected]>
REGR: Fix fillna making a copy when dict was given as fill value and inplace is set (#47327)

github.com/pandas-dev/pandas - 3364f9af4c5e3ea1d5585217d8c97cfe6631d8e1 authored over 2 years ago by Patrick Hoefler <[email protected]>
CI: remove comment-bot (#47416)

remove comment-bot

github.com/pandas-dev/pandas - f6eacb4adeaf7947916fb69bd17686b3899adb65 authored over 2 years ago by Marco Edward Gorelli <[email protected]>
TST: GH26650, added new test to validate numpy matmul function with dataframes (#47427)

* TST: GH26650, added new test to validate numpy matmul function with dataframes as inputs

* ...

github.com/pandas-dev/pandas - f7c8fc8a21b3e17702993ac5d7354735ada13a55 authored over 2 years ago by carbonleakage <[email protected]>
CI: Pin PYTEST_WORKERS=1 for Windows builds due to memory errors (#47318)

* CI/DEBUG: Windows 3.9 memory error

* Try skipping some suspicious tests

* Try skipping t...

github.com/pandas-dev/pandas - 01b8cd252d336b12002ca844b493c2b7ef2e7818 authored over 2 years ago by Matthew Roeschke <[email protected]>
Revert "REF: remove JoinUnit.shape (#43651)" (#47406)

This reverts commit bb9a9852265915a4688f772dd062d3fcf4159a32.

github.com/pandas-dev/pandas - 3f72d8cfceec21842ef63aed93fb51588ed57792 authored over 2 years ago by Joris Van den Bossche <[email protected]>
CLN: Remove .github markdown files (#47412)

github.com/pandas-dev/pandas - 47494a48edf25d5a49b0fb5b896b454c15c83595 authored over 2 years ago by Matthew Roeschke <[email protected]>
REF: Avoid ravel in DTA._format_native_types (#47411)

github.com/pandas-dev/pandas - 22cb3793b47ed5b1f98156b58e0bfc109acebdc9 authored over 2 years ago by jbrockmendel <[email protected]>
ENH/TST: Add TestBaseDtype tests for ArrowExtensionArray (#47358)

github.com/pandas-dev/pandas - 2517b9238afce8c49769cacace8808bcc5691290 authored over 2 years ago by Matthew Roeschke <[email protected]>
Merge pull request #1 from mroeschke/master

Copy & update markdown files from pandas-dev/pandas

github.com/pandas-dev/.github - 4af72faf8bd1e0f1d3f12401c559a3a4b2a9a68b authored over 2 years ago by Jeff Reback <[email protected]>
Copy markdown files from pandas-dev/pandas

github.com/pandas-dev/.github - d1395c57bc23834b99f815165da85c44b31dadc2 authored over 2 years ago by Matthew Roeschke <[email protected]>
REGR: Regression in to_csv for ea dtype categorical (#47347)

github.com/pandas-dev/pandas - 89578fe93d25299ac853d856332bec11e1d268fc authored over 2 years ago by Patrick Hoefler <[email protected]>
Do not install C sources in binary distributions (#46739)

github.com/pandas-dev/pandas - 111bcbb7d5b2309f138b54675bb16377e12bcc54 authored over 2 years ago by Ben Beasley <[email protected]>
ENH: DTA/DTI __repr__ support non-nano (#47374)

* ENH: DTA/DTI __repr__ support non-nano

* mypy fixup

github.com/pandas-dev/pandas - 38b0a407cddfacc49de8b81f537c3b71a5c5a9ee authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Timedelta/Timestamp round support non-nano (#47356)

* ENH: Timedelta/Timestamp round support non-nano

* parametrize test_floor

* un-xfail

github.com/pandas-dev/pandas - c6e7d8d38a3cb33afb2469b4de0cb44c187878b7 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Timestamp.tz_localize support non-nano (#47355)

* ENH: Timestamp +- timedeltalike scalar support non-nano

* ENH: Timestamp.__sub__(datetime) ...

github.com/pandas-dev/pandas - 18124f92cb8335e6dd2cef3a48a6afb10fb7b220 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Timedelta division support non-nano (#47373)

github.com/pandas-dev/pandas - 92d2233210d96c2f8f186ba8be2b352adc2644fc authored over 2 years ago by jbrockmendel <[email protected]>
CI: Temporarily build pandas with N_JOBS=1 to avoid flakiness (#47341)

* CI: Temporary build pandas with N_JOBS=1 to avoid flakiness

* Check again

github.com/pandas-dev/pandas - 4489725d339e56c479dc4e4408afb625ed1a1ddd authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: adding a test for bar plot with intervalrange xaxis (#47344)

* adding a test for bar plot with intervalrange xaxis

* fixed assert in test

* moved impor...

github.com/pandas-dev/pandas - a803b7cb8e93e5df168cbec6e9f71ea1c4ef1a78 authored over 2 years ago by Noa Tamir <[email protected]>
BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543) (#47111)

* BUG Avoid IndexError on writing empty (row) MI df to excel (GH19543)

* BUG Avoid IndexError...

github.com/pandas-dev/pandas - 9c241fed864e0c4badf00ce7996206464bf7bfdb authored over 2 years ago by Wolfgang F. Riedl <[email protected]>
Allow reading SAS files from archives (#47154)

* Allow reading SAS files from archives

* Add missing file

* Review feedback

* Fix

C...

github.com/pandas-dev/pandas - 7397adc4935eff59da6464602b305a0d2d8ccd88 authored over 2 years ago by Jonas Haag <[email protected]>
TYP: base_parser and readers (#47359)

github.com/pandas-dev/pandas - a8153a889a78ef40ad8c69a90beb2083edc2d816 authored over 2 years ago by Torsten Wörtwein <[email protected]>
improve period constructor docs (#47321)

* improve period docs

* Update pandas/_libs/tslibs/period.pyx

Co-authored-by: Matthew Roes...

github.com/pandas-dev/pandas - ff36ff40f6d9381996048eeff9591ce72c771ade authored over 2 years ago by Jack Goldsmith <[email protected]>
ENH: Move IndexingError to error/__init__.py per GH27656 (#47357)

github.com/pandas-dev/pandas - 4dfe48fe0fe8cccac0b92a2529e687b19a32f9c4 authored over 2 years ago by dataxerik <[email protected]>
ENH: DTA to_pydatetime, time, timetz, date, iter support non-nano (#47307)

* ENH: Timestamp +- timedeltalike scalar support non-nano

* ENH: Timestamp.__sub__(datetime) ...

github.com/pandas-dev/pandas - 5f627674a29440ad5a95a481300f5212d2c7efb7 authored over 2 years ago by jbrockmendel <[email protected]>
REGR: MultiIndex.dtypes has regular Index instead of MultiIndex index (#47349)

github.com/pandas-dev/pandas - 6f0be79bae934f89d996c937b8c3a88043d9e31c authored over 2 years ago by Patrick Hoefler <[email protected]>
REGR: Avoid regression warning with ea dtype and assert_index_equal order False (#47325)

github.com/pandas-dev/pandas - 7c6a76af92657dc28d863c387b389e3634a0cf05 authored over 2 years ago by Patrick Hoefler <[email protected]>
REGR: Fix nan comparison for same Index object (#47326)

github.com/pandas-dev/pandas - 7310d9069c6d480b84f9a14093967243373e7c6d authored over 2 years ago by Patrick Hoefler <[email protected]>
Add poetry and fix problem from #23 (#25)

* Add poetry, all configs and dependences now are in pyproject.toml, pckg structure now follows ...

github.com/pandas-dev/pandas-stubs - f2b783c99685cbb3d7decbf357541b6d0053a5be authored over 2 years ago by Breno Jesus Fernandes <[email protected]>
ENH: Timestamp.__sub__(datetimelike) support non-nano (#47346)

* ENH: Timestamp +- timedeltalike scalar support non-nano

* ENH: Timestamp.__sub__(datetime) ...

github.com/pandas-dev/pandas - f7be58a4778fb89c11e2e10be113c6976e78deba authored over 2 years ago by jbrockmendel <[email protected]>
ENH: preserve non-nano DTA/TDA in Index/Series/DataFrame (#47230)

* ENH: preserve non-nano DTA/TDA in Index/Series/DataFrame

* tighten xfail

* _prep_ndarray...

github.com/pandas-dev/pandas - f600fd4c2c68c575bb1f284f90c64079540a6972 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Timestamp pickle support non-nano tzaware (#47340)

github.com/pandas-dev/pandas - 007bf4ac7f7137fa8646e0d9515d93c584dfc192 authored over 2 years ago by jbrockmendel <[email protected]>
Add run-tests action (#47292)

* Add run-tests action

* Fix

* Fix

* Fix

* Update macos-windows.yml

* Update posi...

github.com/pandas-dev/pandas - d0e82edb97f5150cb9286d7c40d4079ae8438a75 authored over 2 years ago by Jonas Haag <[email protected]>
BUG: concat not sorting mixed column names when None is included (#47331)

* REGR: concat not sorting columns for mixed column names

* Fix none in columns

* BUG: con...

github.com/pandas-dev/pandas - ad843672bb051d43a5ae05686e1af7fe39bdedf2 authored over 2 years ago by Patrick Hoefler <[email protected]>
TYP: plotting._matplotlib (#47311)

* TYP: plotting._matplotlib

* somehow super causes issues

* fix pickle issue: was accessin...

github.com/pandas-dev/pandas - 696e9bd04f512d8286a3e9933e02d50f7fd03f56 authored over 2 years ago by Torsten Wörtwein <[email protected]>
[EHN] pandas.DataFrame.to_orc (#44554)

* [ENH] to_orc

pandas.io.orc.to_orc method definition

* pandas.DataFrame.to_orc

set to_...

github.com/pandas-dev/pandas - 15902bd94da1d2f34baa33bb2fa78c388f07b0c8 authored over 2 years ago by Ian Alexander Joiner <[email protected]>
TYP: Series.quantile (#47304)

* TYP: Series.quantile

* common.py

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