Skip to content

Conversation

@edwardchalstrey1
Copy link
Collaborator

@edwardchalstrey1 edwardchalstrey1 commented May 23, 2023

  • Adds a table function that can be applied to summarise the MCQ questions in a markdown table
  • Notebook that loads the survey spreadsheet and prints the tables, which have been copied into the Questionnaire summary issues already

@edwardchalstrey1 edwardchalstrey1 marked this pull request as ready for review May 23, 2023 14:23
@edwardchalstrey1
Copy link
Collaborator Author

@manics in case we hadn't told you already, we moved your notebook into this open repo and factored out some of the data loading/cleaning steps to a script so it's easy to make new notebooks/scripts that can quickly load up the same dataframe you used - this PR has a separate nb that just produces some tables for the GH issues

Comment on lines +20 to +27
"from datetime import datetime \n",
"import matplotlib\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"# Requires openpyxl for read_excel\n",
"from pathlib import Path\n",
"import re\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you planning to extend this notebook later? Most of these imports are unused.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at present, this is just a lazy copy and paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants