An open API service indexing awesome lists of open source software.

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.

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`.