File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ share/python-wheels/
2626.installed.cfg
2727* .egg
2828MANIFEST
29+ sleep-data /
2930
3031# PyInstaller
3132* .manifest
Original file line number Diff line number Diff line change 66
77A high-performance Python library for processing and analysing data from [ CARP] ( https://carp.computerome.dk/ ) (Copenhagen Research Platform) studies.
88
9+ > [ !BETA]
10+ > The CARP package is at the beta phase and the APIs and methods might change more often.
11+
912## Features
1013
1114- ** Schema Discovery** : Automatically scans and infers the schema of the data
Original file line number Diff line number Diff line change 1616 " from sleepiness import SleepinessData\n " ,
1717 " \n " ,
1818 " file_paths = [\n " ,
19- " \" data/phase-1-1/data-streams.json\" ,\n " ,
20- " \" data/phase-2-1/data-streams.json\" ,\n " ,
21- " \" data/phase-3-1/data-streams.json\"\n " ,
19+ " \" sleep- data/phase-1-1/data-streams.json\" ,\n " ,
20+ " \" sleep- data/phase-2-1/data-streams.json\" ,\n " ,
21+ " \" sleep- data/phase-3-1/data-streams.json\"\n " ,
2222 " ]\n " ,
2323 " # OR\n " ,
2424 " # file_paths = \" data/phase-1-1/data-streams.json\"\n " ,
482482 ],
483483 "metadata" : {
484484 "kernelspec" : {
485- "display_name" : " sleepiness (3.13.5)" ,
485+ "display_name" : " carp-analytics-python (3.13.5)" ,
486486 "language" : " python" ,
487487 "name" : " python3"
488488 },
You can’t perform that action at this time.
0 commit comments