typing: update docs to prefer IntoDataFrameT | IntoLazyFrameT#3679
typing: update docs to prefer IntoDataFrameT | IntoLazyFrameT#3679sriharan0804 wants to merge 3 commits into
Conversation
| ```py | ||
|
|
||
| ```py |
|
can you address my comment instead of merging main please |
|
@MarcoGorelli That indentation change was not intentional and is unrelated to the goal of this PR. I'll revert the formatting-only change and keep the PR focused on updating the |
|
thanks for your pr i'm a bit tight on time so can't really be bothered to keep leaving "revert unrelated changes" comments - please revert all unrelated changes and ping me when ready. make sure to re-read your pr first, thanks |
ad1cd8b to
7b90d2e
Compare
|
@MarcoGorelli |
| To check if a dtype is a datetime (regardless of `time_unit` or `time_zone`) | ||
| To check if a dtype is a datetime (regardless of `time_unit` or `time_zone`) |
There was a problem hiding this comment.
there's still unrelated changes - closing for now then
Description
This PR updates user-facing documentation and examples to prefer
IntoDataFrameT | IntoLazyFrameToverIntoFrameT.Additionally, the
IntoFrameTdocstrings have been updated to discourage direct usage and guide users toward the more explicit type annotations.What type of PR is this? (check all applicable)
Related issues
IntoFrameTin docs, useIntoDataFrameT | IntoLazyFrameT#3678Checklist