-
Hello everybody, I'm trying to write a SPSS file with 700 variables and I have two variables ('g_nps_1' and 'g_nps_2') that require high precision (13 decimals after the comma). When I use the lines below, I only get 2 decimals (being df my data frame and md my metadata object):
I have tried this: But I get this error: What I am doing wrong? How can I define the format 'F20.13' for these 2 variables? Thanks a lot in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hmm, this looks correct:
and the error:
suggests that you are using an old version of pyreadstat (the argument is new in version 1.0.7) ... could you please check what version of pyreadstat you are using (print pyreadstat.__version__) and if old please update it |
Beta Was this translation helpful? Give feedback.
hmm, this looks correct:
and the error:
suggests that you are using an old version of pyreadstat (the argument is new in version 1.0.7) ... could you please check what version of pyreadstat you are using (print pyreadstat.__version__) and if old please update it