You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Have the [JupyterLab](https://jupyter.org/install) environment ready.
15
15
- Download the notebook file by clicking on the download icon at the top of the webpage when visiting the notebook pages.
16
-
- Open the notebook file and start doing the assignment.
16
+
- Open the notebook file and start working on the tasks.
17
17
18
-
Follow the steps below to do the assignment:
18
+
Follow the steps below to do the tasks:
19
19
- First, for each task, try your best to implement the solution without checking the answer.
20
20
- In the meantime, use the hint in the task description. You can also check the functions that are mentioned in the hint online.
21
21
- Try your best to implement the solution using the functions in the hint. If you still have no clue, check the answer, understand how it works, and implement the solution again by yourself.
@@ -24,6 +24,6 @@ Follow the steps below to do the assignment:
24
24
## Additional Recourses
25
25
26
26
Check the [pandas API](https://pandas.pydata.org/docs/reference/index.html) when writing the code.
27
-
If you have finished the assignment and want to practice more, below are some resources for self-study:
27
+
If you have finished the tasks and want to practice more, below are some resources for self-study:
28
28
-[Introduction to Pandas](https://pandas.pydata.org/docs/user_guide/10min.html)
29
29
-[Introduction to Numpy](https://sebastianraschka.com/blog/2020/numpy-intro.html)
0 commit comments