https://github.com/lurenss/healthypandas
A library that takes row output from the export of the Iphone Health app and produce pandas dataframes.
https://github.com/lurenss/healthypandas
data health ios pandas
Last synced: 2 months ago
JSON representation
A library that takes row output from the export of the Iphone Health app and produce pandas dataframes.
- Host: GitHub
- URL: https://github.com/lurenss/healthypandas
- Owner: lurenss
- Created: 2023-01-07T11:54:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T13:27:12.000Z (over 2 years ago)
- Last Synced: 2025-02-14T12:19:57.874Z (4 months ago)
- Topics: data, health, ios, pandas
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthyPandas
![]()
Transform your Health app data into actionable insights with HealthyPandas - the easy-to-use library that takes the raw output from your iPhone's Health app export and converts it into Pandas dataframes. With HealthyPandas, you can quickly and easily analyze and work with your health data, using the full power of Pandas for data manipulation and analysis. Don't let your health data go to waste!
## Setup
1. Take your Iphone and go to Health app
2. Click your icon image on the top right
3. At the bottom there is 'Export all your health data' bottom, click on it
4. Once you have moved the zip file to your PC/MAC export it in the same folder of HealtyPandas πΌ
5. Now you are able to extrac what you need## Usage
```py
from HealthyPandas import HealthyPandashpdf = HealthyPandas('./apple_health_export/exported_data.xml')
df = hpdf.get_running_workouts()
df.head()
```## To do
1. Implement heart data extractor
2. Implement data extractor for other activities like (walking πΆββοΈ,swimming πββοΈ...)