pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.59k stars 17.57k forks source link

Fixed date_range to change dtype resolution #59055

Open tilovashahrin opened 1 week ago

tilovashahrin commented 1 week ago

Summary

This PR fixes the issue where pd.date_range does not infer the resolution from the provided frequency, leading to inconsistencies with pd.to_datetime.

Changes