Created
May 23, 2021 06:21
-
-
Save AayushSameerShah/35fa747e1ebac40fde5f081cb0749b90 to your computer and use it in GitHub Desktop.
This will help to teak date and time in the existing data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DF.dateCol.apply(lambda x: x.replace(year= x.year + 2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment