apol commited on
Commit
56474ab
·
verified ·
1 Parent(s): 7aa4adb

Make research_view the default dataset view

Browse files

Sets the concise research_view table as the default subset so the Hub opens on the most useful ten-row analytical view.

Files changed (1) hide show
  1. README.md +1 -0
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}]