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: 4 months ago
JSON representation

A Cauldron notebook showing how to find missing dates in a Pandas DataFrame and fill them in.

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.