Skip to content

Commit de5defa

Browse files
authored
Fix CARP link in README.md
Corrected the URL for CARP in the README.
1 parent eb27a48 commit de5defa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
[![Python versions](https://img.shields.io/pypi/pyversions/carp-analytics-python.svg)](https://pypi.org/project/carp-analytics-python/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

7-
A high-performance Python library for processing and analysing data from [CARP](https://carp.dk/) (Copenhagen Research Platform) studies.
7+
A high-performance Python library for processing and analysing data from [CARP](https://carp.computerome.dk/) (Copenhagen Research Platform) studies.
88

99
## Features
1010

11-
- **Streaming JSON Parsing**: Uses `ijson` to handle very large JSON files with minimal memory footprint
1211
- **Schema Discovery**: Automatically scans and infers the schema of the data
1312
- **Data Grouping**: Efficiently groups data by any field (e.g., data type, device ID) into separate files
1413
- **Parquet Export**: Convert JSON data to Parquet for faster subsequent analysis
1514
- **Participant Management**: Link and track participants across multiple study phases
1615
- **Visualization**: Generate location heatmaps and other visualizations
1716
- **Pandas Integration**: Seamlessly work with DataFrames
18-
- **Rich Terminal Output**: Beautiful progress bars and formatted tables
1917

2018
## Installation
2119

@@ -201,4 +199,4 @@ This project is licensed under the MIT Licence - see the [Licence](LICENSE) file
201199

202200
## Acknowledgments
203201

204-
- [CARP - Copenhagen Research Platform](https://carp.dk/)
202+
- [CARP - Copenhagen Research Platform](https://carp.dk/)

0 commit comments

Comments
 (0)