Skip to content

Conversation

@cmp0xff
Copy link
Contributor

@cmp0xff cmp0xff commented Dec 6, 2025

@cmp0xff cmp0xff changed the title FIX: #1519 #1524 dt descriptor TYP: #1519 #1524 dt descriptor Dec 6, 2025
Comment on lines +53 to +64
check(
assert_type( # type: ignore[assert-type]
df["ts"].dt, "TimestampProperties | TimedeltaProperties | PeriodProperties"
),
DatetimeProperties,
)
check(
assert_type( # type: ignore[assert-type]
df["td"].dt, "TimestampProperties | TimedeltaProperties | PeriodProperties"
),
TimedeltaProperties,
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you add tests that show that one of the TimestampProperties works for df["ts"] and that one of the TimedeltaProperties works for df["td"] ?

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.

Regression in 2.3.3.251201

2 participants