Skip to content

Commit

Permalink
more explainy
Browse files Browse the repository at this point in the history
  • Loading branch information
jgysland committed Aug 17, 2015
1 parent 7909409 commit 63fd588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyfitbit
There are other python packages on github (and elsewhere) for scraping data from fitbit.com, but I had mixed results, especially with "intra-day" data, and especially on heart-rate data. So I wrote this. YMMV.
There are other python packages on github (and elsewhere) for scraping data from fitbit.com, but I had mixed results, especially with "intra-day" data, and especially on heart-rate data. So I wrote this. Data is returned as a `DatetimeIndex`-ed pandas `DataFrame` with 15-minute intervals (notably, at least on my Charge HR, heart rate observations are available at 5-minute intervals, but everything else is only at 15-minute intervals, so it returns the median bpm for the three 5-minute interval observations). YMMV.

## Usage
```
Expand Down

0 comments on commit 63fd588

Please sign in to comment.