Code formatting fix

This commit is contained in:
Bradlee Speice 2024-11-04 00:41:49 +00:00
parent 8845ae5ba9
commit c688796709

View File

@ -153,8 +153,9 @@ print("Heartbeats from {} to {}: {}".format(hr_df_full.index[0],
hr_df_full['value'].sum()))
```
```
Heartbeats from 2016-01-01 00:00:00 to 2016-03-31 23:59:00: 8139060
```
And now we've retrieved all the available heart rate data for January 1<sup>st</sup> through March 31<sup>st</sup>! Let's get to the actual analysis.