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

DOC: fix SA01 for pandas.Timestamp.floor #59070

Closed tuhinsharma121 closed 1 week ago

tuhinsharma121 commented 1 week ago

fixes

pandas.Timestamp.floor SA01
mroeschke commented 1 week ago

Thanks @tuhinsharma121