Skip to content

pyarrow: Map date32[day]/date64[ms] dtypes in pandas objects to np.datetime64 with correct date/time units - #3617

Merged
seisman merged 1 commit into
mainfrom
pyarrow/date32-date64
Nov 14, 2024
Merged

pyarrow: Map date32[day]/date64[ms] dtypes in pandas objects to np.datetime64 with correct date/time units#3617
seisman merged 1 commit into
mainfrom
pyarrow/date32-date64

Conversation

@seisman

Copy link
Copy Markdown
Member

Description of proposed changes

Explicitly convert date32[day][pyarrow] to datetime64[D] and date64[ms][pyarrow] to datetime64[ms].

Part of PR #3610. Patches #2845.

@seismanseisman added the enhancement Improving an existing feature label Nov 14, 2024
@seismanseisman added this to the 0.14.0 milestone Nov 14, 2024
@seismanseisman changed the title pyarrow: Improve the support of date32[day] and date64[ms] dtypes in pandas objectspyarrow: Map date32[day] and date64[ms] dtypes in pandas objects to np.datetime64 dtype with specific date unitsNov 14, 2024
@seismanseisman changed the title pyarrow: Map date32[day] and date64[ms] dtypes in pandas objects to np.datetime64 dtype with specific date unitspyarrow: Map date32[day] and date64[ms] dtypes in pandas objects to np.datetime64 dtype with specific date/time unitsNov 14, 2024
@seismanseisman changed the title pyarrow: Map date32[day] and date64[ms] dtypes in pandas objects to np.datetime64 dtype with specific date/time unitspyarrow: Map date32[day]/date64[ms] dtypes in pandas objects to np.datetime64 with correct date/time unitsNov 14, 2024
@seisman
seisman merged commit 851a203 into mainNov 14, 2024
@seisman
seisman deleted the pyarrow/date32-date64 branch November 14, 2024 03:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementImproving an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@seisman