You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The credit card agreements scraping process apparently produced binary data that is stored in text strings like "b'JEANNE D\xe2\x80\x99ARC CREDIT UNION\n...'".
Note that this is a str that contains the representation of binary data, not binary data itself (as binary data cannot be stored in json).
I noticed this in the first ten lines of the file data/train.cfpb_cc.jsonl.xz and suspect that it affects all the records in that file.
The text was updated successfully, but these errors were encountered:
The credit card agreements scraping process apparently produced binary data that is stored in text strings like
"b'JEANNE D\xe2\x80\x99ARC CREDIT UNION\n...'"
.Note that this is a
str
that contains the representation of binary data, not binary data itself (as binary data cannot be stored in json).I noticed this in the first ten lines of the file
data/train.cfpb_cc.jsonl.xz
and suspect that it affects all the records in that file.The text was updated successfully, but these errors were encountered: