From 63fd588e9af7c5546fe281cda9034b69709095f8 Mon Sep 17 00:00:00 2001 From: jgysland Date: Mon, 17 Aug 2015 13:19:24 -0500 Subject: [PATCH] more explainy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42bce9c..b14b2d2 100644 --- a/README.md +++ b/README.md @@ -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 ```