Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: 'MEDLINE/PubMed Baseline Statistics: Misc Report'
|
| 5 |
+
tags:
|
| 6 |
+
- hhs
|
| 7 |
+
- nlm
|
| 8 |
+
- pubmed
|
| 9 |
+
license: odbl
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# MEDLINE/PubMed Baseline Statistics: Misc Report
|
| 13 |
+
|
| 14 |
+
## Description
|
| 15 |
+
|
| 16 |
+
*A file containing all Misc Baseline Reports for 2018-2023 in their original format is available in the <b>Attachments</b> section below.*
|
| 17 |
+
|
| 18 |
+
MEDLINE/PubMed annual statistical reports are based upon the data elements in the baseline versions of MEDLINE®/PubMed are available. For each year covered the reports include: total citations containing each element; total occurrences of each element; minimum/average/maximum occurrences of each element in a record; minimum/average/maximum length of a single element occurrence; average record size; and other statistical data describing the content and size of the elements.
|
| 19 |
+
|
| 20 |
+
## Dataset Details
|
| 21 |
+
|
| 22 |
+
- **Publisher**: National Library of Medicine
|
| 23 |
+
- **Last Modified**: 2024-09-06
|
| 24 |
+
- **Contact**: National Library of Medicine ([email protected])
|
| 25 |
+
|
| 26 |
+
## Source
|
| 27 |
+
|
| 28 |
+
Original data can be found at: https://datadiscovery.nlm.nih.gov/d/tap4-sm6y
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
|
| 32 |
+
You can load this dataset using:
|
| 33 |
+
|
| 34 |
+
```python
|
| 35 |
+
from datasets import load_dataset
|
| 36 |
+
dataset = load_dataset('HHS-Official/medlinepubmed-baseline-statistics-misc-report')
|
| 37 |
+
```
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|