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
61cbc2a4c93a3237a08f8b8e6c523229
mooc-rr
Commits
32b3ed05
Commit
32b3ed05
authored
Apr 07, 2020
by
61cbc2a4c93a3237a08f8b8e6c523229
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Première Version
parent
1edc681e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
225 additions
and
79 deletions
+225
-79
Stats MOOC RR.ipynb
Projet Maman 2/Stats MOOC RR.ipynb
+1
-1
Untitled.ipynb
Projet Maman 3/Untitled.ipynb
+145
-0
results-survey669838(3).csv
Projet Maman 3/results-survey669838(3).csv
+51
-0
Untitled.ipynb
Projet Maman/Untitled.ipynb
+28
-78
No files found.
Projet Maman 2/Stats MOOC RR.ipynb
View file @
32b3ed05
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
"Type=[i.split()[0] for i in Type_init]\n",
"Type=[i.split()[0] for i in Type_init]\n",
"Id=[int(i.split()[1]) for i in Type_init[:-1]]+[4]\n",
"Id=[int(i.split()[1]) for i in Type_init[:-1]]+[4]\n",
"Num=[(sum(donnees.loc[:,type]>0)) for type in Type_init]\n",
"Num=[(sum(donnees.loc[:,type]>0)) for type in Type_init]\n",
"Label=[\"Module 1\",\"Module 1\",\"Module 1\",\"Module 1\",\"Module 1\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 3\",\"Module 3\",\"Module 4\",\"Module 4\",\"Module 4\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Module 1\",\"Module 2\",\"Module 3\",\"ExoEval\"]\n",
"Label=[\"Module 1\",\"Module 1\",\"Module 1\",\"Module 1\",\"Module 1\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 2\",\"Module 3\",\"Module 3\",\"Module 4\",\"Module 4\",\"Module 4\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Jupiter\",\"R\",\"OrgMode\",\"Module 1\",\"Module 2\",\"Module 3\",\"ExoEval
Pair
\"]\n",
"tableau=pd.DataFrame({'Type':Type,\"Id\":Id,\"Num\":Num,\"Label\":Label})\n",
"tableau=pd.DataFrame({'Type':Type,\"Id\":Id,\"Num\":Num,\"Label\":Label})\n",
"col=[\"Type\",\"Num\",\"Id\",\"Label\"]\n",
"col=[\"Type\",\"Num\",\"Id\",\"Label\"]\n",
"tableau = tableau.loc[:, col]\n",
"tableau = tableau.loc[:, col]\n",
...
...
Projet Maman 3/Untitled.ipynb
0 → 100644
View file @
32b3ed05
This diff is collapsed.
Click to expand it.
Projet Maman 3/results-survey669838(3).csv
0 → 100644
View file @
32b3ed05
This diff is collapsed.
Click to expand it.
Projet Maman/Untitled.ipynb
View file @
32b3ed05
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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