TheLabbingProject / questionnaire_reader

Read the "Base Questionnaire" data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questionnaire Reader

Simple class to read our "Base Questionnaire", parse some simple values and visualize the collected data.

To read the data, simply run:

    from questionnaire_reader import QuestionnaireReader

    qr = QuestionnaireReader(path="https://path/to/collected/data.csv")

The collected data is now available as qr.data.

About

Read the "Base Questionnaire" data.


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%