Skip to content

DOC: DatetimeTZDtype unit limitation is not updated #58212

Closed
@yokomotod

Description

@yokomotod

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/dev/reference/api/pandas.DatetimeTZDtype.html

unit: str, default “ns”
The precision of the datetime data. Currently limited to "ns".****

Documentation problem

The document says Currently limited to "ns"., but actually DatetimeTZDtype seems to support non-nano since #47120

Suggested fix for documentation

It should be like Currently limited to "s", "ms", "us", "ns".

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions