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
e6cfd8a10624671909b6755e01761c6e
mooc-rr
Commits
bd95d29a
Commit
bd95d29a
authored
May 08, 2025
by
e6cfd8a10624671909b6755e01761c6e
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to update
parent
727cc791
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
Untitled.ipynb
module2/exo5/Untitled.ipynb
+6
-0
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+15
-8
No files found.
module2/exo5/Untitled.ipynb
0 → 100644
View file @
bd95d29a
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
bd95d29a
...
...
@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count":
null
,
"execution_count":
1
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -28,13 +28,20 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"execution_count": 7,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape (<ipython-input-7-0a04e8fd54bc>, line 1)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-7-0a04e8fd54bc>\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m data_url = pd.read_csv(\"C:\\Users\\DELL\\Downloads\\inc-3-PAY.csv\")\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape\n"
]
}
],
"source": [
"data_url =
\"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"
"
"data_url =
pd.read_csv(\"C:\\Users\\DELL\\Downloads\\inc-3-PAY.csv\")
"
]
},
{
...
...
@@ -364,7 +371,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.
1
"
"version": "3.6.
4
"
}
},
"nbformat": 4,
...
...
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