Learn everything about the Python DateTime module and Pandas DataFrames required to handle time series data efficiently.
- Creating datetime objects
- Creating timedelta objects
- Operations on datetime objects
- Modifying datetime objects
- Converting a datetime object to a string
- Creating a datetime object from a string
- The datetime object and time zones
- Creating a pandas.DataFrame object
- DataFrame manipulation: renaming, rearranging, reversing, and slicing
- DataFrame manipulation: applying, sorting, iterating and concatenating
- Converting a DataFrame into other formats
- Creating a DataFrame from other formats
[Click here to VIEW Chapter 1 Jupyter Notebook on nbviewer]
[Click here to RUN Chapter 1 Jupyter Notebook in the cloud using binder. No installation needed on your end.]
- Python 3.7+
- Additional Python Packages required for this chapter can be installed as follows -
$ source <virtualenv> # optional, if you use a virtualenv
$ cd <path-to-this-folder>
$ pip install -r requirements.txt