Last active
May 8, 2019 07:20
-
-
Save tritemio/aea8c0e18e9bde6984ca199b7c012ad8 to your computer and use it in GitHub Desktop.
Pandas resample spline interpolation.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date_time | temperature | |
---|---|---|
2019-05-05 01:30:00 | 38.8 | |
2019-05-05 03:20:00 | 39.5 | |
2019-05-05 04:30:00 | 39.3 | |
2019-05-05 05:30:00 | 38.9 | |
2019-05-05 07:55:00 | 38.7 | |
2019-05-05 09:45:00 | 39.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment