Understanding Date and Time in Python to Model Time Series Data

This talk will review the common date and time formats (ISO 8601, Epoch) and how python standard library and packages such as pandas and numpy handle the different date and time formats, time zones and daylight savings time. The talk will be presented using Jupyter Notebook.
Back to Top