questionsDB = DuckDBClient.of({
questions2017: { header: true, file: FileAttachment("survey_results_schema_2017.csv")},
questions2018: { header: true, file: FileAttachment("survey_results_schema_2018.csv")},
questions2019: { header: true, file: FileAttachment("survey_results_schema_2019.csv")},
questions2020: { header: true, file: FileAttachment("survey_results_schema_2020.csv")},
questions2021: d3.csvParse(txt2022fixed),
questions2022: d3.csvParse(txt2022fixed),
})