JSONDecodeError: Expecting value: line 1 column 1 (char 0) while translating text
问题 I am getting the following error while translating a column from spanish to English: JSONDecodeError: Expecting value: line 1 column 1 (char 0) My data frame looks like the following: case_id es fr 1234 - - 2345 Hola como estas? Encantada de conocerte comment vas-tu aujourd'hui 3456 Hola como estas? Encantada de conocerte - 123321 - comment vas-tu aujourd'hui '-' is something that shows that there are no comments. My data frame has a blank strings as well apart from comments so I have