Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-classification
Languages:
Russian
Size:
10K - 100K
License:
Update README.md
Browse files
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)
|