Skip to main content Link Search Menu Expand Document (external link)

Tutor-Created Resources

🚨This page is under construction!🚨

This page has content made by DSC 10 tutors over the course of time that they thought would be helpful. Feel free to click through on this page, or if you’d like to view the content directly in browser, click the β€œsource” link.

Table of contents

  1. Dataframes
    1. Dataframe Review by Nathaniel Del Rosario, Ashley Ho, Chaninder Rishi
    2. Query Examples by Keenan Serrano, Norah Kerendian, Ylesia Wu
    3. DSC10 🐼 .groupby() by Kate Feng
    4. When should we use .groupby? by Zoe Ludena
    5. Number of Rows After a Merge by Jason Huynh
    6. Merge by Ester Tsai
    7. DSC 10 Data Structures by Minchan Kim
  2. Strings, Series, and Arrays
    1. String Methods by Keenan Serrano, Norah Kerendian, Ylesia Wu
    2. Series String Methods by Keenan Serrano, Norah Kerendian, Ylesia Wu
    3. .str.contains(), .str methods by Michelle Hong
    4. String, Series, Array methods by Sophie Wang
  3. Coding Tips, Debugging Errors, and Jupyter Notebook Shortcuts
    1. Error Handling and Keyboard Shortcuts in Jupyter Notebooks by Aaron Raisen, Bill Wang, Leena Kang
    2. Jupyter Notebook Keyboard Shortcuts by Pranav Rajaram
    3. Basic Coding Tips and Error Messages by Kathleen Nguyen
    4. Keyword Errors by Raine Hoang
  4. Probability
    1. Probability Cheat Sheet by Suhani Sharma
    2. Probability Review by Athulith Paraselli
  5. Statistics
    1. Which statistical method to use? by Claire Wang
    2. All about TVD by Calvin Nguyen
    3. What are P values? by Daniel Budidharma
    4. How to Choose Test Statitiscs For Hypothesis Testing by Cici Xu

Dataframes

Dataframe Review by Nathaniel Del Rosario, Ashley Ho, Chaninder Rishi

Link to Dataframe Review

Query Examples by Keenan Serrano, Norah Kerendian, Ylesia Wu


(source)

DSC10 🐼 .groupby() by Kate Feng


(source)

When should we use .groupby? by Zoe Ludena


(source)

Number of Rows After a Merge by Jason Huynh


(source)

Merge by Ester Tsai


(source) If you would like to check out more of Ester's Projects, please click (here!)

DSC 10 Data Structures by Minchan Kim


(source)

Strings, Series, and Arrays

String Methods by Keenan Serrano, Norah Kerendian, Ylesia Wu


(source)

Series String Methods by Keenan Serrano, Norah Kerendian, Ylesia Wu


(source)

.str.contains(), .str methods by Michelle Hong


(source)

String, Series, Array methods by Sophie Wang


(source)

Coding Tips, Debugging Errors, and Jupyter Notebook Shortcuts

Error Handling and Keyboard Shortcuts in Jupyter Notebooks by Aaron Raisen, Bill Wang, Leena Kang

Link to Error Handling and Keyboard Shortcuts in Jupyter Notebooks

Jupyter Notebook Keyboard Shortcuts by Pranav Rajaram


(source)

Basic Coding Tips and Error Messages by Kathleen Nguyen


(source)

Keyword Errors by Raine Hoang


(source) If you would like to check out more of Raine's Projects, please click (here!)

Probability

Probability Cheat Sheet by Suhani Sharma


(source)

Probability Review by Athulith Paraselli


(source)

Statistics

Which statistical method to use? by Claire Wang


(source)

All about TVD by Calvin Nguyen


(source)

What are P values? by Daniel Budidharma


(source)

How to Choose Test Statitiscs For Hypothesis Testing by Cici Xu


(source)