Skip to content

Conversation

githubalexliu
Copy link
Contributor

Partially addresses #59592

Fixes

-i "pandas.Series.dt.normalize PR01" \
-i "pandas.Series.dt.qyear GL08" \

return ints_to_pydatetime(self.asi8, tz=self.tz, reso=self._creso)

def normalize(self) -> Self:
def normalize(self, *args, **kwargs) -> Self:
Copy link
Member

Choose a reason for hiding this comment

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

There is no normalize numpy function as far as I know so this should not be included

)
qyear = _field_accessor(
"qyear",
"qy",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"qy",
"qyear",

"qy" is not a valid field.

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Oct 10, 2024
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.

3 participants