Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,11 @@ There are 10173 apps in total.
|
|
| 29 |
## How to use the dataset?
|
| 30 |
```
|
| 31 |
from datasets import load_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```
|
| 33 |
|
| 34 |
[More Information Needed]
|
|
|
|
| 29 |
## How to use the dataset?
|
| 30 |
```
|
| 31 |
from datasets import load_dataset
|
| 32 |
+
import pandas as pd
|
| 33 |
+
|
| 34 |
+
# load the dataset and meta_data
|
| 35 |
+
mbr_data = load_dataset('recmeapp/mobilerec', data_dir='interactions')
|
| 36 |
+
mbr_meta = load_dataset('recmeapp/mobilerec', data_dir='app_meta')
|
| 37 |
```
|
| 38 |
|
| 39 |
[More Information Needed]
|