Make research_view the default dataset view
Browse filesSets the concise research_view table as the default subset so the Hub opens on the most useful ten-row analytical view.
README.md
CHANGED
|
@@ -15,6 +15,7 @@ tags:
|
|
| 15 |
- evidence-index
|
| 16 |
configs:
|
| 17 |
- config_name: research_view
|
|
|
|
| 18 |
data_files: [{split: data, path: data/research_view.csv}]
|
| 19 |
- config_name: case_catalog
|
| 20 |
data_files: [{split: data, path: data/case_catalog.csv}]
|
|
|
|
| 15 |
- evidence-index
|
| 16 |
configs:
|
| 17 |
- config_name: research_view
|
| 18 |
+
default: true
|
| 19 |
data_files: [{split: data, path: data/research_view.csv}]
|
| 20 |
- config_name: case_catalog
|
| 21 |
data_files: [{split: data, path: data/case_catalog.csv}]
|