A couple of small changes.
This commit is contained in:
parent
072f03a5c5
commit
4eb55cd265
1 changed files with 6 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ Python that you can learn but won't be relevant for this course.
|
||||||
- Selecting rows with conditions
|
- Selecting rows with conditions
|
||||||
- Grouping and aggregating dataframes
|
- Grouping and aggregating dataframes
|
||||||
- Obtaining statistics from columns
|
- Obtaining statistics from columns
|
||||||
|
- Creating new columns through operations on existing columns
|
||||||
- Seaborn
|
- Seaborn
|
||||||
- Understaning seaborn plots
|
- Understaning seaborn plots
|
||||||
- How to plot data from a pandas dataframe with seaborn
|
- How to plot data from a pandas dataframe with seaborn
|
||||||
|
|
@ -47,9 +48,11 @@ Python that you can learn but won't be relevant for this course.
|
||||||
notebook: https://colab.research.google.com/?utm_source=scs-index
|
notebook: https://colab.research.google.com/?utm_source=scs-index
|
||||||
- A more detailed, high quality example Colab
|
- A more detailed, high quality example Colab
|
||||||
notebook: https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb
|
notebook: https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb
|
||||||
- https://www.youtube.com/watch?v=8VFYs3Ot_aA
|
- A brief video intro to Colab (
|
||||||
- https://www.youtube.com/watch?v=oCngVVBSsmA
|
Spanish): https://www.youtube.com/watch?v=8VFYs3Ot_aA
|
||||||
- A short, 4 hours intro to Python from
|
- Another brief video intro to Colab (
|
||||||
|
English): https://www.youtube.com/watch?v=oCngVVBSsmA
|
||||||
|
- A free, 4 hours intro to Python from
|
||||||
Datacamp: https://www.datacamp.com/courses/intro-to-python-for-data-science
|
Datacamp: https://www.datacamp.com/courses/intro-to-python-for-data-science
|
||||||
- A self-pace introduction to Python for STEM
|
- A self-pace introduction to Python for STEM
|
||||||
applications: https://www.pythonlikeyoumeanit.com/index.html
|
applications: https://www.pythonlikeyoumeanit.com/index.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue