Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,14 @@ configs:
|
|
| 6 |
path: "brands.csv"
|
| 7 |
- split: drugs
|
| 8 |
path: "drugs.csv"
|
| 9 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
path: "brands.csv"
|
| 7 |
- split: drugs
|
| 8 |
path: "drugs.csv"
|
| 9 |
+
- split: combinations
|
| 10 |
+
path: "combinations.csv"
|
| 11 |
+
- split: formulations
|
| 12 |
+
path: "formulations.csv"
|
| 13 |
+
- split: hospital_types
|
| 14 |
+
path: "hospital_types.csv"
|
| 15 |
+
- split: indications
|
| 16 |
+
path: "indications.csv"
|
| 17 |
+
- split: treatment_phases
|
| 18 |
+
path: "treatment_phases.csv"
|
| 19 |
+
---
|