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
e8d6893e
Commit
e8d6893e
authored
Apr 04, 2020
by
cb1e5ba91280d02583d0604166e71c1c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
a1f83982
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
exercice.ipynb
module3/exo3/exercice.ipynb
+5
-7
No files found.
module3/exo3/exercice.ipynb
View file @
e8d6893e
...
@@ -332,26 +332,24 @@
...
@@ -332,26 +332,24 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 22
4
,
"execution_count": 22
9
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
"data": {
"data": {
"text/plain": [
"text/plain": [
"Int64Index([74
4, 745, 746, 747, 74
8, 749, 750, 751, 752, 753, 754, 755], dtype='int64')"
"Int64Index([748, 749, 750, 751, 752, 753, 754, 755], dtype='int64')"
]
]
},
},
"execution_count": 22
4
,
"execution_count": 22
9
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
],
],
"source": [
"source": [
"date = datetime.date.today()\n",
"date = datetime.date.today()\n",
"date\n",
"da\n",
"\n",
"data.drop(data[(data.Yr == date.year) & (data.Mn > date.month)].index)\n"
"d = data[data.Yr == date.year && data.Mn == date.year].index\n",
"d"
]
]
},
},
{
{
...
...
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