Skip to content

ENH: Adding origin parameter in pd.to_datetime #11470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prev Previous commit
Next Next commit
DOC: Update whatsnew in v0.20.0 to include origin parameter
  • Loading branch information
sumitbinnani committed Aug 3, 2016
commit ff3828eaeb2744e8b630b42f0f78659412aed034
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations

New features
~~~~~~~~~~~~

- ``pd.to_datetime`` has a new parameter, ``origin``, to define an offset for ``DatetimeIndex`` (:issue:`11276`, :issue:`11745`)
Copy link
Contributor

Choose a reason for hiding this comment

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

move to 0.19.0. pls add a sub-section with an example (you can use same one in doc-string). in the enhancements section.




Expand Down