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: added example of valid input dict in dfgroupby.aggregate (#47317)

* DOC: added example of valid input dict in dfgroupby.aggregate

* Updated line spacing to pas...

github.com/pandas-dev/pandas - 032c59054393a697a67c48381e8be2188d6ea757 authored over 2 years ago by Jason Jia <[email protected]>
ENH: Timestamp.tz_convert support non-nano (#47320)

github.com/pandas-dev/pandas - 38a7d290eea4bf7edc8810ca1d4652c965d96c29 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: get_resolution support non-nano (#47322)

* ENH: get_resolution support non-nano

* tzaware case

github.com/pandas-dev/pandas - a8d8ae7046181731d057c7e8a520f5987d77dc31 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Move UndefinedVariableError to error/__init__.py per GH27656 (#47338)

github.com/pandas-dev/pandas - f40203cd1924477d318a3f8149d8f7255cf975d6 authored over 2 years ago by dataxerik <[email protected]>
ENH: Timestamp.replace support non-nano (#47312)

github.com/pandas-dev/pandas - 87da50042c739250cc5b5f16bd63b9547a048bb2 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: Timestamp +- timedeltalike scalar support non-nano (#47313)

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

* catch and re-raise OverflowError

github.com/pandas-dev/pandas - b74dc5c077971301c5b9ff577fa362943f3c3a17 authored over 2 years ago by jbrockmendel <[email protected]>
BUG: DateOffset addition preserve non-nano (#47334)

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

github.com/pandas-dev/pandas - 28d5b017b1eb229319acbba2ae042eaad94e14ba authored over 2 years ago by jbrockmendel <[email protected]>
Add test for multi-column dtype assignment (#47323)

* add test

* add blank line

* fix

github.com/pandas-dev/pandas - f042800df305a2888a2e7db293b9b763f6a8a513 authored over 2 years ago by Jack Goldsmith <[email protected]>
ENH: DTA.to_period support non-nano (#47324)

* ENH: DTA.to_period support non-nano

* update test

github.com/pandas-dev/pandas - 25749d29dbbb8c6ae7a05f4661948d03c17b20ae authored over 2 years ago by jbrockmendel <[email protected]>
ENH: implement Timestamp _as_reso, _as_unit (#47333)

github.com/pandas-dev/pandas - e1df797d54ada330e738e87499253802167d6c8f authored over 2 years ago by jbrockmendel <[email protected]>
add test to check type of df column after loc() (#47264)

* add test

* double quotes

* fixes

* remove pd

* fix index type

github.com/pandas-dev/pandas - 5465f54f7640cbb4be9b223846823d4935142431 authored over 2 years ago by Jack Goldsmith <[email protected]>
TYP: Expanding.__init__ (#47308)

github.com/pandas-dev/pandas - d489393e5486bb169a4c9889e530b3ab049a247d authored over 2 years ago by Torsten Wörtwein <[email protected]>
Unit Test: Construction of DataFrame works with empty list but not empty array (#47192)

github.com/pandas-dev/pandas - a45c7fa674a2b3134317d69c9225ec43ab5903cb authored over 2 years ago by Khor Chean Wei <[email protected]>
DEPR: groupby.transform not aligning with input index (#47244)

github.com/pandas-dev/pandas - c07a910e40c3d187d41bca771aa2b0f6c0ecb3b6 authored over 2 years ago by Richard Shadrach <[email protected]>
CI: Fix code-checks.yml name (#47309)

* CI: Fix code-checks.yml name

* Fix typing

github.com/pandas-dev/pandas - c5610d22eda24b7cd8987972d4c2fe9b1a661780 authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: Make ExtensionArray not experimental (#47225)

github.com/pandas-dev/pandas - 57f5c51ff78a63c43032fe1f787fff05a1209515 authored over 2 years ago by Irv Lustig <[email protected]>
ENH: support non-nano in DTA.std (#47245)

github.com/pandas-dev/pandas - e9005c10022fdec599dd8323914d2097787272d2 authored over 2 years ago by jbrockmendel <[email protected]>
TST: GH39126 Test barh plot with string and integer at the same column (#47306)

* TST: barh plot with string and integer at the same column (#39126)

* Update pandas/tests/pl...

github.com/pandas-dev/pandas - 4f6410c1b499145322be5946cdfe33d58aa3f695 authored over 2 years ago by Dmitry Savostyanov <[email protected]>
DEPR: display.column_space (#47280)

github.com/pandas-dev/pandas - 9bb25b964061b92b811432332544fe3547f85f27 authored over 2 years ago by Matthew Roeschke <[email protected]>
BUG: StataWriterUTF8 removing some valid characters in column names (#47276) (#47297)

github.com/pandas-dev/pandas - 05f85a438472df83e2aefbef4a43ea356ad003e3 authored over 2 years ago by Eirik <[email protected]>
ENH/TST: ArrowExtenstionArray.reshape raises NotImplementedError (#47302)

github.com/pandas-dev/pandas - 0f1bd81605033dc200e62c20e2eeb4c069c3fa03 authored over 2 years ago by Matthew Roeschke <[email protected]>
TYP: setter for index/columns property-like (AxisProperty) (#46565)

Co-authored-by: Matthew Roeschke <[email protected]>

github.com/pandas-dev/pandas - 7440fe27eef0aab0f217ca9fb434f1e3ac74836e authored over 2 years ago by Simon Hawkins <[email protected]>
Use setup-conda action (#47293)

* Use setup-conda action

* Update action.yml

* Update posix.yml

* Update sdist.yml

*...

github.com/pandas-dev/pandas - 3b6015f24f088597846c757b1e9f85e6e379ece7 authored over 2 years ago by Jonas Haag <[email protected]>
ENH: support non-nano in DTA._box_func (#47299)

* ENH: support reso in DTA._box_func

* mypy fixup

github.com/pandas-dev/pandas - a93e8df36a6c146dfa71057ca68971b181588a7e authored over 2 years ago by jbrockmendel <[email protected]>
TYP: StorageExtensionDtype.na_values (#47300)

* TYP: StorageExtensionDtype.na_values

* flake8

github.com/pandas-dev/pandas - db2f241dc45b3d18eeadde670fa074bb82ebdfcc authored over 2 years ago by Torsten Wörtwein <[email protected]>
TYP: generate_regular_range (#47295)

* TYP: generate_regular_range

* update doc-string

github.com/pandas-dev/pandas - 264da3bf12b2a4be4972ef61c4e0f3deed077fba authored over 2 years ago by Torsten Wörtwein <[email protected]>
Fix reading some RDC compressed pages (#47115)

github.com/pandas-dev/pandas - 2db05d54f55a41d4a51f02e6cf45464e15c79054 authored over 2 years ago by Jonas Haag <[email protected]>
BUG: respect freq=None in DTA constructor (#47296)

* BUG: respect freq=None in DTA constructor

* GH ref

* mypy fixu[

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

Add notice that library is no longer maintained

github.com/pandas-dev/pandas-compat - 6d31834aa95a5d0e25d0c729deb9811dc5f77224 authored over 2 years ago by Jeff Reback <[email protected]>
Add notice that library is no longer maintained

github.com/pandas-dev/pandas-compat - 20dfd2b59c523558205a86a0261eb1dfe3b5c092 authored over 2 years ago by Matthew Roeschke <[email protected]>
REF: Store dataframe protocol column buffers in attrs (#47217)

github.com/pandas-dev/pandas - 0be24e012abaa3f12840b2fd8af39ff7619dfdf2 authored over 2 years ago by Matthew Roeschke <[email protected]>
ENH: support non-nano in Localizer (#47246)

* ENH: support non-nano in Localizer

* update setup.py

github.com/pandas-dev/pandas - 7c68ecc0933342662979478b3249a0a5bfa0064b authored over 2 years ago by jbrockmendel <[email protected]>
CI: Allow more permissive HTTP retries/timeouts when connecting to conda (#47260)

github.com/pandas-dev/pandas - 6317d81ea3681d24773ff208c4bb12d8e50eca78 authored over 2 years ago by Matthew Roeschke <[email protected]>
ENH: Allow column grouping in DataFrame.plot (#29944)

github.com/pandas-dev/pandas - 297c59abbe218f3ccb89fb25bee48f619c1e0d2d authored over 2 years ago by Nicolas Hug <[email protected]>
ENH: Incorproate ArrowDtype into ArrowExtensionArray (#47034)

github.com/pandas-dev/pandas - f30c7d78237007c2a4ee30e78d4cdcac7caa83f6 authored over 2 years ago by Matthew Roeschke <[email protected]>
DOC: Move all relevant wiki items to docs (#47277)

github.com/pandas-dev/pandas - fcd94b3a1e049495d1b7f6af21de261faeb4fa5f authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: Fix test warnings (#47257)

github.com/pandas-dev/pandas - ed7467c40d2deb836ae9c5d78cca7edea725fa98 authored over 2 years ago by Matthew Roeschke <[email protected]>
REF: Add Manager.column_setitem to set values into a single column (without intermediate series) (#47074)

github.com/pandas-dev/pandas - b99ec4a9c92e288ace6b63072ffc4c296f8e5dc9 authored over 2 years ago by Joris Van den Bossche <[email protected]>
Fix typos (#47275)

* fix codespell violations

* drop rule files: ^(pandas|doc)/ from codespell pre-commit config...

github.com/pandas-dev/pandas - aa85f02acb7bcc1ebd05bcbf8d94a3e9f70bb95c authored over 2 years ago by Janosh Riebesell <[email protected]>
BUG/PERF: DataFrame.to_records inconsistent dtypes for MultiIndex (#47279)

DataFrame.to_records fix inconsistent dtypes with MultiIndex

github.com/pandas-dev/pandas - 11881eaa0ae6c745e638ca76c16d6207818955cb authored over 2 years ago by Luke Manley <[email protected]>
CI/TYP: enable reportGeneralTypeIssues for subset of files (#47252)

* CI/TYP: enable reportGeneralTypeIssues for subset of files

* labels can be Iterable[str]

...

github.com/pandas-dev/pandas - 5e3b51d52e546b8ba7a989945513ffdd9dd17c45 authored over 2 years ago by Torsten Wörtwein <[email protected]>
TST: Added test for bug Reindexing pd.Float64Dtype() series gives runtime warnings when passed to np.log (#47087)

* TST: For issue GH 47055

* Changes according to pre-commit

* Made changes according to re...

github.com/pandas-dev/pandas - d3d1bdc39ad20bab58f93fbe2c1b7d8b4990c34d authored over 2 years ago by Miloni Atal <[email protected]>
ENH: Add numeric_only to window ops (#47265)

* ENH: Add numeric_only to window ops

* Fix corr/cov for Series; add tests

github.com/pandas-dev/pandas - 730b307ad1c31840fc5ffc1543117cc92fe0ee1e authored over 2 years ago by Richard Shadrach <[email protected]>
Nopytyped (#24)

* test timefuncs for pyright

* remove py.typed

* delete commented section out of test.yml

github.com/pandas-dev/pandas-stubs - 2eba4d4e512421927a4ba2e6d0ac7bbd4e934afe authored over 2 years ago by Irv Lustig <[email protected]>
ENH: TDA fields support non-nano (#47278)

github.com/pandas-dev/pandas - 997f84bd8fd99952c1ea464b7794c989ccdf402e authored over 2 years ago by jbrockmendel <[email protected]>
BUG: Timestamp with unit=Y or unit=M (#47266)

* BUG: Timestamp with unit=Y or unit=M

* GH refs

* remove unnecessary upper

github.com/pandas-dev/pandas - 3d46adae17f4278d9149c822d946dfe19460e138 authored over 2 years ago by jbrockmendel <[email protected]>
REF: avoid ravel in ints_to_pytimedelta (#47261)

* REF: avoid ravel in ints_to_pytimedelta

* copy/paste fixup

* typo fixup

* copy/paste ...

github.com/pandas-dev/pandas - 11f3dcd8d3d2e856c0e97823d1588f5667f12cd6 authored over 2 years ago by jbrockmendel <[email protected]>
BUG Fix: Allow using datetime64[ns, UTC] in IntervalDtype (#47208)

* add test

* repair by comment

* repair by comment

* repair by comment

* add test

github.com/pandas-dev/pandas - 1e9c15159b5827aae40ce9c3ae91454e96ab497c authored over 2 years ago by Khor Chean Wei <[email protected]>
ENH: Move NumExprClobberingError to error/__init__.py per GH27656 (#47253)

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

* ENH: change backtick to...

github.com/pandas-dev/pandas - c3ac53170516432e8c39e5bbe5314a2c42715673 authored over 2 years ago by dataxerik <[email protected]>
BUG: pd.Timedelta(big_int, unit=W) silent overflow (#47268)

* BUG: pd.Timedelta(big_int, unit=W) silent overflow

* GH ref

* note exception changes in ...

github.com/pandas-dev/pandas - 4ea3efe8fce08f6974f94212fe8ed16e34b9f965 authored over 2 years ago by jbrockmendel <[email protected]>
DEPR: Timestamp(150.5, unit=Y) (#47267)

* DEPR: Timestamp(150.5, unit=Y)

* GH refs

github.com/pandas-dev/pandas - 019574dd4c3f2eea6af62e800f13d40bf0778ded authored over 2 years ago by jbrockmendel <[email protected]>
DOC: cross reference similar `Series.unique` and `Series.drop_duplicates` methods (#47274)

github.com/pandas-dev/pandas - cd3fdd5d5c5e5fc49b3892ed2bb5466924011945 authored over 2 years ago by Tim Swast <[email protected]>
Raise `FileNotFoundError` in `read_json` if input looks like file path but file is missing (#46718)

* raise FileNotFoundError in _get_data_from_filepath()

* update tests test_read_non_existent ...

github.com/pandas-dev/pandas - 67045903306ac4a1cab108177e92df30d99912b4 authored over 2 years ago by Janosh Riebesell <[email protected]>
ENH: Add check_like functionality to assert_series_equal (#47248)

* Add check_like functionality to assert_series_equal

* fix code formatting issues

* versi...

github.com/pandas-dev/pandas - 46eac3af820674bab1a07c8c7a7636f03f4858cf authored over 2 years ago by Steven Schaerer <[email protected]>
DEPS/CI: Fix sdist job post numpy 18 drop (#47258)

github.com/pandas-dev/pandas - 19b2772eb41822b91ed9bdde16fc6c7fe2b66d03 authored over 2 years ago by Matthew Roeschke <[email protected]>
TST: xfail unit test on min build (#47259)

github.com/pandas-dev/pandas - 3669711054a88c916ddc15bdc5df2f331be9d884 authored over 2 years ago by Matthew Roeschke <[email protected]>
CLN: DatetimeTZBlock don't override values_for_json (#46993)

* CLN: DatetimeTZBlock don't override values_for_json

* Update blocks.py

github.com/pandas-dev/pandas - aa305f3608938b5bfd9d08c75ee8b6d883f7098b authored over 2 years ago by Thomas Li <[email protected]>
PERF: delta_to_nanoseconds (#47254)

github.com/pandas-dev/pandas - 391999756b13bab199a8883c53af44ffc400189e authored over 2 years ago by jbrockmendel <[email protected]>
BUG: read_excel loading some xlsx ints as floats (#47121)

* Reintoduce integer conversion when reading xlsx

* whats new 1.4.3

Co-authored-by: Jeff R...

github.com/pandas-dev/pandas - dea624a0075d595def179b96be27560cf6257438 authored over 2 years ago by Andrew Hawyrluk <[email protected]>
REF: share DTA/TDA/PA arithmetic methods (#47205)

* REF: share DTA/TDA/PA arithmetic methods

* troubleshoot npdev build

github.com/pandas-dev/pandas - 3350f95c017a68644e8577651af743413532356f authored over 2 years ago by jbrockmendel <[email protected]>
BUG: Fix infinite recursion loop when pivot of IntervalTree is ±inf (#46664)

Attempts to fix #46658.

When the pivot of an IntervalTree becomes ±inf the construction of th...

github.com/pandas-dev/pandas - 5f72083a237d1c6bc56d3d2f82f896e0d0e10d54 authored over 2 years ago by Johannes Mueller <[email protected]>
TYP: remove mypy ignore from localization.py (#47240)

* TYP: remove mypy ignore from localization.py

* fixup! TYP: remove mypy ignore from localiza...

github.com/pandas-dev/pandas - c0b659a354e8827690ccd911159f2441b26ec659 authored over 2 years ago by Thierry Moisan <[email protected]>
PERF: Optimize read_excel nrows (#46894)

github.com/pandas-dev/pandas - 9e10206f4cc7af0e4fd090b93519d9589b794906 authored over 2 years ago by Andrew Hawyrluk <[email protected]>
TST: Assign back multiple column to datetime (#46982)

github.com/pandas-dev/pandas - 9b77039ac64f1dcc955f51f512a0a305ae4c7170 authored over 2 years ago by Parthi <[email protected]>
Fix inconsistent uses of row-wise and column-wise in axis param docs (#47237)

* fix corrwith docs

* remove row-wise and column-wise language from all() docs

github.com/pandas-dev/pandas - 8191643428d128e24d4e499abd07c549073eb2df authored over 2 years ago by Jack Goldsmith <[email protected]>
Add type annotations to the PR checklist (#47249)

github.com/pandas-dev/pandas - ba7802b6c6a512be02302aeb54f9b278f818dee0 authored over 2 years ago by Torsten Wörtwein <[email protected]>
REGR: setitem writing into RangeIndex instead of creating a copy (#47143)

github.com/pandas-dev/pandas - c4a7059029c24187036f67d88b9f6955b4918600 authored over 2 years ago by Patrick Hoefler <[email protected]>
Properly propagate exceptions in sas.pyx (#47149)

github.com/pandas-dev/pandas - 0ede847ab847722cf66fabb21780762d2f8b9323 authored over 2 years ago by Jonas Haag <[email protected]>
BUG: groupby does not respect dropna=False when input has MultiIndex (#47186)

github.com/pandas-dev/pandas - 050e2664ab70d6de3d9b39dbb04e1f4e7e0d06d1 authored over 2 years ago by Richard Shadrach <[email protected]>
REF: remove ensure_datetime64ns, ensure_timedelta64ns (#47219)

github.com/pandas-dev/pandas - 3b8178bbd59401fdbb3748bd873552b0303ccc9b authored over 2 years ago by jbrockmendel <[email protected]>
TYP: pandas/_testing (#47037)

* TYP: bunch of type annotations

* change not needed

github.com/pandas-dev/pandas - c9c6685c51ead26bbbb9a0dd565e82967cd839e8 authored over 2 years ago by Torsten Wörtwein <[email protected]>
BUG: StataWriter value_label encoding (#47199)

github.com/pandas-dev/pandas - 68c439bdd6f9d56ff8808b321919e9a662a3b19f authored over 2 years ago by Eirik <[email protected]>
BUG: Tackle GH47203; Ensure body is non-empty when accessing row_body_cells (#47204)

github.com/pandas-dev/pandas - 1b114d7d29d0a03eb8dba38c3d9090f7adf7427a authored over 2 years ago by Tom Aarsen <[email protected]>
REGR: concat not sorting columns for mixed column names (#47206)

github.com/pandas-dev/pandas - a54ac8792bf65c1db067f1bed97023a6eeca1682 authored over 2 years ago by Patrick Hoefler <[email protected]>
DOC: Added docstrings to fixtures defined in array module (#47211)

github.com/pandas-dev/pandas - 89be1f053b695c4ce1c0569f737caf3f03c12128 authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
Update to Documentation Intro (#47220)

github.com/pandas-dev/pandas - 72e84c404b7ed613a421e10a98f1e6c4872bda4b authored over 2 years ago by Tim McFarland <[email protected]>
BUG: Eval scopes ignoring empty dictionaries (#47084) (#47085)

github.com/pandas-dev/pandas - 5246d1332d1fc8623b863d5c1a086a2b3aeb5ab5 authored over 2 years ago by Alex-Blade <[email protected]>
ASV: add benchmark for reindex with MultiIndex containing dates (#47221)

github.com/pandas-dev/pandas - 16a4e59e6b005d66d603d6f092eb7252412da457 authored over 2 years ago by Luke Manley <[email protected]>
REF: PeriodArray simplify _time_shift (#47228)

github.com/pandas-dev/pandas - 256805f36e3d2442e44033e35fd6985bc900b080 authored over 2 years ago by jbrockmendel <[email protected]>
DEPS: drop np 18 supoort (#47226)

github.com/pandas-dev/pandas - 07c46df3d064ea85f62b46f2d112f951ab394f0b authored over 2 years ago by Fangchen Li <[email protected]>
PERF: groupby.apply on a non-unique, unsorted index (#47234)

github.com/pandas-dev/pandas - c5e32b560444b15fb6e4bf03366df3df415f8adf authored over 2 years ago by Luke Manley <[email protected]>
docs: Fix typo (#47235)

github.com/pandas-dev/pandas - dcfba3c608e17ea0a851abde2360a1dcca016d24 authored over 2 years ago by William Andrea <[email protected]>
Create eval test (#47236)

github.com/pandas-dev/pandas - f85acd98ff5ae8029b37a88de6760a04b3ae0e6e authored over 2 years ago by Dennis J. Gray <[email protected]>
DEPR: numeric_only default in resampler ops (#47177)

github.com/pandas-dev/pandas - 62b6d25551d006758422c20e7f931858e23054a9 authored over 2 years ago by Richard Shadrach <[email protected]>
Bump cython version in asv.conf.json to match environment.yml (#47239)

bump cython version in asv.conf.json to match environment.yml

github.com/pandas-dev/pandas - 21e6da35e9404f3fdcf854a7e104926f8ca2547c authored over 2 years ago by Luke Manley <[email protected]>
create a build procedure. Add additional files needed to make installed wheel work (#22)

* create a build procedure. Add additional files needed to make installed wheel work

* chang...

github.com/pandas-dev/pandas-stubs - 5f8cdaa78c5a654e7156ab9ee2473e91627a4dcd authored over 2 years ago by Irv Lustig <[email protected]>
Remove Sequence[str]. Use IndexLabel instead of IndexLevel (#21)

github.com/pandas-dev/pandas-stubs - 221ab67b85258dadaabfb31355acd60fd0a95965 authored over 2 years ago by Irv Lustig <[email protected]>
DataFrame constructor - fix index and columns argument (#20)

github.com/pandas-dev/pandas-stubs - 32c0f17aa0e5f6b7361e17c87db6a9f1e6bebaec authored over 2 years ago by Irv Lustig <[email protected]>
BUG: PeriodArray.__add__(array_of_ints) (#47209)

* BUG: PeriodArray.__add__(array_of_ints)

* GH ref

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

github.com/pandas-dev/pandas - df8acf4201466e77572cdb8125683e75c4715f91 authored over 2 years ago by jbrockmendel <[email protected]>
Add setup-conda action (#46611)

* Add run-tests and setup-pandas actions

* Undo run-tests

* Use setup-pandas in docbuild
...

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

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

* ENH: change links to sp...

github.com/pandas-dev/pandas - 866b281118bcca2cf3e4da8399a742ecd61d6d98 authored over 2 years ago by dataxerik <[email protected]>
TST: GH32822 data types in frame manip (#46836)

* TST: GH32822 data types in frame manip

* edited style

* parametrize dtype

* fix integ...

github.com/pandas-dev/pandas - aae9234e816469391512910e8265552f215d6263 authored over 2 years ago by Aadharsh-Acharya <[email protected]>
DOC: Improve .at indexer API docs (#46734)

GH46722

Co-authored-by: Mateusz <[email protected]>

github.com/pandas-dev/pandas - f60675dbd2ace73e7fe72016e47b51b216a195f2 authored over 2 years ago by FactorizeD <[email protected]>
TYP: read_csv/table (names index_col) (#47124)

* TYP: read_csv/table (names, usecols, and index_col)

* unused import

* remove usecols

github.com/pandas-dev/pandas - 56985bbe4f63742c7e45bf0f972e597b7bdaed79 authored over 2 years ago by Torsten Wörtwein <[email protected]>
astype_overflowsafe handle timedelta64 (#47110)

* astype_overflowsafe handle timedelta64

* mypy fixup

* update exception messages, share m...

github.com/pandas-dev/pandas - 729d17c06fd702f73ac495496993429b64defe4a authored over 2 years ago by jbrockmendel <[email protected]>
BUG: Period + np.timedelta64(nat) (#47196)

* BUG: Period + np.timedelta64(nat)

* GH ref

* test reversed subtraction raises

* param...

github.com/pandas-dev/pandas - b6a058b6a407d3ad491ccdaedc8db0c3dbaffc64 authored over 2 years ago by jbrockmendel <[email protected]>
REF: avoid ravel in DTA._add_offset (#47200)

github.com/pandas-dev/pandas - 4791cd75c0c26f3df42cb945e73125a91b324cc8 authored over 2 years ago by jbrockmendel <[email protected]>
ENH: DatetimeTZDtype support non-nano (#47120)

* ENH: DatetimeTZDtype support non-nano

* mypy fixup

* mypy fixup

* TST: Day not supported

github.com/pandas-dev/pandas - 259a15ce7e9c2f18cc6c1d37f1c670d413cd23bb authored over 2 years ago by jbrockmendel <[email protected]>
updated period.daysinmonth definition to match period.days_in_month (#47193)

updated daysinmonth definition to match days_in_month

github.com/pandas-dev/pandas - a4c6a694f530c610a19e9336029b6b925eb86360 authored over 2 years ago by Alexandra Sciocchetti <[email protected]>