recmeapp commited on
Commit
b87754c
1 Parent(s): ea56886

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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]