Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sernst/fill-in-missing-dates
A Cauldron notebook showing how to find missing dates in a Pandas DataFrame and fill them in.
https://github.com/sernst/fill-in-missing-dates
Last synced: 6 days ago
JSON representation
A Cauldron notebook showing how to find missing dates in a Pandas DataFrame and fill them in.
- Host: GitHub
- URL: https://github.com/sernst/fill-in-missing-dates
- Owner: sernst
- Created: 2016-09-20T20:02:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T20:08:32.000Z (over 8 years ago)
- Last Synced: 2024-11-14T13:39:10.080Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fill-In-Missing-Dates
A Cauldron notebook showing how to find missing dates in a Pandas DataFrame and fill them in.
The notebook starts by creating a sample data set containing a list of dates and corresponding
temperatures. Then a number of date/temperature combinations are removed from the data to create
missing entries that must be found and filled in.Then the missing dates are found and new rows inserted into the DataFrame to remove the gaps.