Closed dbclinton closed 2 years ago
Thanks for your feedback. As a first check - is the delimiter (sep=';'
) consistent with the delimiter in the csv file?
I tried it both ways (either setting the delimiter in both the data itself and the code to ,
or ;
) and got the same KeyError.
Thanks!
Hi, I think the problem might be that this key isn’t present in the .lss file if none of the questions have a help text. I’ve uploaded a new version; could you check if this solves the problem? Thanks
Yup. That definitely worked. Thanks so much!
Hi, I manually downloaded my CSV using
Question code
andAnswer codes
as settings and used your sample code to build my survey object:But the
my_survey
object is failing. Here's the traceback:Any idea what I'm doing wrong? Thanks!