ClosedDataset_12 / corpus.jsonl
fzoll's picture
Upload folder using huggingface_hub
84a1d72 verified
raw
history blame contribute delete
369 Bytes
{"id": "RTEB_JapaneseCode1_d_0", "text": "df.div(df.mean(axis=1), axis=0)"}
{"id": "RTEB_JapaneseCode1_d_1", "text": "print(line.decode('utf-16-le').strip())"}
{"id": "RTEB_JapaneseCode1_d_2", "text": "x.find('Greetings')"}
{"id": "RTEB_JapaneseCode1_d_3", "text": "df['col'] = 'str' + df['col'].apply(str)"}
{"id": "RTEB_JapaneseCode1_d_4", "text": "set(a).union(b)"}