Skip to content

Commit d759a85

Browse files
committed
Update active to Pres. Day
1 parent 2d05e31 commit d759a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

res/schedule.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{
135135
"title": "NumPy Lab",
136136
"date": "2020-02-12",
137-
"active": true,
137+
"active": false,
138138
"description": "The first segment of this lecture is composed of some tricky ndarray manipulation problems. Next, we move on to a fun movie prediction model to predict which movies their classmates will most enjoy. Then, for a whimsical twist, we introduce the Pandas data processing library, and students employ properties of Pandas arrays to create beautiful ascii art. And finally, in Part 2 of the lab, we explore Object-Oriented Python, bringing a close to our exploration of Python's core language features."
139139
}
140140
],
@@ -152,7 +152,7 @@
152152
{
153153
"title": "President's Day",
154154
"date": "2020-02-17",
155-
"active": false,
155+
"active": true,
156156
"description": "PRESIDENT'S DAY"
157157
},
158158
{
@@ -167,4 +167,4 @@
167167
"end": "2020-02-21"
168168
}
169169
}
170-
]
170+
]

0 commit comments

Comments
 (0)