Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jnaiman commited on
Commit
de884a7
·
verified ·
1 Parent(s): 41afffa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -2,6 +2,15 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
 
 
 
 
 
 
 
5
 
6
  ## How to Cite
7
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ ## How to use
6
+
7
+ Can be loaded with `Pandas` as:
8
+ ```python
9
+ import pandas as pd
10
+ data = pd.read_json('final_annotations.json')
11
+ ```
12
+
13
+ ### Data Format
14
 
15
  ## How to Cite
16