https://github.com/ejw-data/python-datetime
Examples of how to manipulate datetime
https://github.com/ejw-data/python-datetime
python
Last synced: about 2 months ago
JSON representation
Examples of how to manipulate datetime
- Host: GitHub
- URL: https://github.com/ejw-data/python-datetime
- Owner: ejw-data
- Created: 2022-04-04T05:29:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T02:08:27.000Z (about 4 years ago)
- Last Synced: 2024-11-21T13:54:24.776Z (over 1 year ago)
- Topics: python
- Language: Jupyter Notebook
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-datetime
Auhtor: Erin James Wills, ejw.data@gmail.com

## Overview
Notes are in development - multiple repos have different examples of how to manipulate datetime and the goal is to summarize those resources in one place and add on to this resources to make it my go-to-source for future references.
## Technologies
* Python
## Data Source
Not applicable
## Setup and Installation
1. Environment needs the following:
* Python 3.6+
* pandas
* datetime
1. Activate your environment
1. Clone the repo to your local machine
1. Navigate the terminal to the repo folder
1. Run `python datetime.ipynb`