Skip to content

Conversation

@loicdiridollou
Copy link
Member

@loicdiridollou loicdiridollou commented Nov 15, 2025

Resolution for:

  • read_orc (although there is no docs or tests in pandas repo to properly test that)
  • Timestamp - datetime64 (There is the typing to the rsub but mypy sees the wrong type)
  • tz_localize returning NaT (edge case of changing time with DST)

MarcoGorelli and others added 3 commits November 26, 2025 17:50
…r_non_unique, get_indexer_for, map, get_slice_bound (pandas-dev#1505)

* type Index methods: putmask, asof, asof_locs, sort_values, get_indexer_non_unique, get_indexer_for, map, get_slice_bound

* remove redundant `IntervalIndexer.get_indexer_non_unique`

* slice_locs can return either `np.integer` or `int`

* fix slice_locs test

* Apply suggestions from code review

Co-authored-by: Yi-Fan Wang <cmp0xff@users.noreply.github.com>

* np.integer -> np.intp

* test more mask types for `putmask`

* Apply suggestions from code review

Co-authored-by: Yi-Fan Wang <cmp0xff@users.noreply.github.com>

* test asof with str

---------

Co-authored-by: Yi-Fan Wang <cmp0xff@users.noreply.github.com>
Copy link
Contributor

@cmp0xff cmp0xff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment from the discussion.

cmp0xff and others added 6 commits November 30, 2025 15:02
Copy link
Contributor

@cmp0xff cmp0xff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @loicdiridollou !

@cmp0xff cmp0xff merged commit 085653b into pandas-dev:main Dec 1, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issues from TODOs in timestamps.pyi, timedeltas.pyi and orc.pyi

4 participants