blinoff commited on
Commit
622693d
1 Parent(s): 1bf9479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Each sample contains the following fields:
35
  - **grade10**: sentiment score on a 10-point scale parsed from text;
36
  - **content**: review text.
37
 
38
- ### Python:
39
  ```python3
40
  import pandas as pd
41
  df = pd.read_json('kinopoisk.jsonl', lines=True)
 
35
  - **grade10**: sentiment score on a 10-point scale parsed from text;
36
  - **content**: review text.
37
 
38
+ ### Python
39
  ```python3
40
  import pandas as pd
41
  df = pd.read_json('kinopoisk.jsonl', lines=True)