aurman commited on
Commit
b36b2d2
·
verified ·
1 Parent(s): 1394bf9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -17,11 +17,12 @@ size_categories:
17
  - 1M<n<10M
18
 
19
  configs:
20
- - config_name: locations
21
- data_files: "Trends_LocationList.csv"
22
- default: true
23
  - config_name: trending_queries
24
  data_files: "googletrendarchive_preprocessed.csv"
 
 
 
 
25
 
26
  pretty_name: Google Trend Archive
27
  ---
 
17
  - 1M<n<10M
18
 
19
  configs:
 
 
 
20
  - config_name: trending_queries
21
  data_files: "googletrendarchive_preprocessed.csv"
22
+ default: true
23
+ - config_name: locations
24
+ data_files: "Trends_LocationList.csv"
25
+
26
 
27
  pretty_name: Google Trend Archive
28
  ---