Closed yidigo closed 2 months ago
when the data contains chinese characters and i want the result returned in parquet format, it causes something wrong. can someone help me how to solve it ? thanks a lot
Python interpreter is saying it can not decode the bytes which is 'Parquet'. If you really want to print it out, you could use: re.bytes()
re.bytes()
when the data contains chinese characters and i want the result returned in parquet format, it causes something wrong. can someone help me how to solve it ? thanks a lot