Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
1cda4be30895c9886fda013d21530393
mooc-rr
Commits
915dab76
Commit
915dab76
authored
Oct 22, 2020
by
1cda4be30895c9886fda013d21530393
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exercisemod31
parent
09321460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
influenza-like-illness-analysis.ipynb
module3/exo1/influenza-like-illness-analysis.ipynb
+5
-5
No files found.
module3/exo1/influenza-like-illness-analysis.ipynb
View file @
915dab76
...
...
@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count":
1
,
"execution_count":
5
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
7
,
"metadata": {},
"outputs": [
{
...
...
@@ -36,8 +36,7 @@
"output_type": "stream",
"text": [
"Looking for file '%s' in the current directory... incidence-PAY-3.csv\n",
"'%s' not found! Downloading from internet... incidence-PAY-3.csv\n",
"'%s' download and saved locally.. incidence-PAY-3.csv\n"
"File found in current directory..\n"
]
}
],
...
...
@@ -61,7 +60,8 @@
" print(\"File found in current directory..\")\n",
" \n",
"INPUT_FILE = \"incidence-PAY-3.csv\"\n",
"check_data_file(INPUT_FILE)"
"check_data_file(INPUT_FILE)\n",
"data_url=INPUT_FILE"
]
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment