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
cb1e5ba91280d02583d0604166e71c1c
mooc-rr
Commits
a1f83982
Commit
a1f83982
authored
Apr 04, 2020
by
cb1e5ba91280d02583d0604166e71c1c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
1b27e392
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
7 deletions
+31
-7
exercice.ipynb
module3/exo3/exercice.ipynb
+31
-7
No files found.
module3/exo3/exercice.ipynb
View file @
a1f83982
...
...
@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count":
122
,
"execution_count":
218
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -34,7 +34,7 @@
},
{
"cell_type": "code",
"execution_count":
124
,
"execution_count":
219
,
"metadata": {},
"outputs": [
{
...
...
@@ -156,7 +156,7 @@
"755 -99.99 -99.99 -99.99 "
]
},
"execution_count":
124
,
"execution_count":
219
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -188,7 +188,7 @@
},
{
"cell_type": "code",
"execution_count":
125
,
"execution_count":
220
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -199,7 +199,7 @@
},
{
"cell_type": "code",
"execution_count":
126
,
"execution_count":
221
,
"metadata": {},
"outputs": [
{
...
...
@@ -314,7 +314,7 @@
"4 1958 5 21320 1958.3699 317.51 314.71 317.86 315.06 317.51 314.71"
]
},
"execution_count":
126
,
"execution_count":
221
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -332,7 +332,31 @@
},
{
"cell_type": "code",
"execution_count": 127,
"execution_count": 224,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"Int64Index([744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755], dtype='int64')"
]
},
"execution_count": 224,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"date = datetime.date.today()\n",
"date\n",
"\n",
"d = data[data.Yr == date.year && data.Mn == date.year].index\n",
"d"
]
},
{
"cell_type": "code",
"execution_count": 216,
"metadata": {},
"outputs": [],
"source": [
...
...
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