Skip to content

Commit ea02073

Browse files
committed
placholder for search results
1 parent 9f5f172 commit ea02073

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Place all Cogstack search results here.
22

3+
Add subdirectories to more efficiently manage and collact searches relating to a single CogStack Search request.
4+

search/search_template.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
"metadata": {},
184184
"outputs": [],
185185
"source": [
186+
"path_to_results = \"../data/cogstack_search_results\"\n",
186187
"file_name = \"file_name.csv\""
187188
]
188189
},
@@ -192,7 +193,7 @@
192193
"metadata": {},
193194
"outputs": [],
194195
"source": [
195-
"df.to_csv(file_name, index=False)"
196+
"df.to_csv(path_to_results + '/' +file_name, index=False)"
196197
]
197198
}
198199
],

0 commit comments

Comments
 (0)