https://github.com/thelabbingproject/questionnaire_reader
Read the "Base Questionnaire" data.
https://github.com/thelabbingproject/questionnaire_reader
Last synced: about 2 months ago
JSON representation
Read the "Base Questionnaire" data.
- Host: GitHub
- URL: https://github.com/thelabbingproject/questionnaire_reader
- Owner: TheLabbingProject
- Created: 2020-10-20T09:32:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T07:37:06.000Z (over 3 years ago)
- Last Synced: 2025-01-26T13:26:40.016Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Questionnaire Reader
Simple class to read our "Base Questionnaire", parse some simple values and
visualize the collected data.
To read the data, simply run:
```python
from questionnaire_reader import QuestionnaireReader
qr = QuestionnaireReader(path="https://path/to/collected/data.csv")
```
The collected data is now available as `qr.data`.