Path: blob/master/Datetime/Datetime_Convert_string_to_datetime_object.ipynb
2973 views
Kernel: Python 3
Datetime - Convert a string date to a datetime object
Tags: #datetime #snippet #operations #python
Author: Florent Ravenel
Last update: 2023-07-05 (Created: 2023-07-05)
Description: This notebook converts a string date to a datetime object
References:
Input
Import library
In [1]:
Setup Variables
To parse your date format : you can use the d3 time format documentation
date_string
: Date stringcurrent_format
: Date string format
In [5]:
Model
Convert a string date to a datetime object
In [6]:
Output
Display result
In [7]: