shezhou

Results 1 issues of shezhou

arg1 = 'E:\\test\\single\\dta\\PRI_Basic.json' arg3 = 'E:\\test\\single\\dta\\PRI_Basic.dta' df = pd.read_json(arg1, dtype=dtype_dict, lines=True) pyreadstat.write_dta(df, arg3) The following error occurred: yreadstat._readstat_parser.ReadstatError: A provided string value was longer than the available storage size of...

enhancement