antonkulaga
commited on
Commit
·
5582440
1
Parent(s):
278fb52
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: openrail
|
|
3 |
---
|
4 |
All Alexey Moskalev paper found inside semantic-scholar that have pubmed ids.
|
5 |
The parquet file schema is:
|
|
|
6 |
root
|
7 |
|-- corpusid: long (nullable = true)
|
8 |
|-- updated: string (nullable = true)
|
@@ -65,4 +66,5 @@ root
|
|
65 |
|-- annotations_title: array (nullable = true)
|
66 |
| |-- element: string (containsNull = true)
|
67 |
|-- annotations_venue: array (nullable = true)
|
68 |
-
| |-- element: string (containsNull = true)
|
|
|
|
3 |
---
|
4 |
All Alexey Moskalev paper found inside semantic-scholar that have pubmed ids.
|
5 |
The parquet file schema is:
|
6 |
+
```
|
7 |
root
|
8 |
|-- corpusid: long (nullable = true)
|
9 |
|-- updated: string (nullable = true)
|
|
|
66 |
|-- annotations_title: array (nullable = true)
|
67 |
| |-- element: string (containsNull = true)
|
68 |
|-- annotations_venue: array (nullable = true)
|
69 |
+
| |-- element: string (containsNull = true)
|
70 |
+
```
|