Giter Club home page Giter Club logo

capstoneproject's Introduction

CapstoneProject

Step by step goals for completing the Girls Who Code at UM DCMB Capstone Project.

  • At the end of each meeting the latest .ipynb should be uploaded to a Google Drive folder shared with your project group. Keep track of your progress in the notebook via comments, in a Google doc, or in a group message on Slack regarding what you accomplished and what you need to do.
  • You can communicate with your group & facilitator on Slack!

Data Analysis Step by Step

Get organized!

  • One partner should make a Google Drive folder and share it with group mentor and partner(s)
  • Make a new Jupyter Notebook (from an existing notebook, File > New notebook) and move it into the new Drive folder

Read in the data

  • The code below can be used to read in one of the datasets already on GitHub:
import pandas as pd
url = "https://raw.githubusercontent.com/GWC-DCMB/CapstoneProject/master/datasets/"
filepath = "AP_exams/ap_exams_MI_2018.csv"
df = pd.read_csv(url + filepath)
df.head()
  • Start familiarizing yourself with your data. What are the data types in each column of the data set (e.g. float, string)?

Hypothesis generation

  • Refine the question or hypothesis you want to explore in your project
  • Make a plan for what steps you need to take to answer the question
  • Sketch out potential plots including x and y axes (do this on paper with your group)

Data cleaning

  • Start cleaning data programatically. Add commands to your .ipynb.
  • You should be using pandas, check out documentation
  • To help with data frame manipulation in pandas check out this Jupyter Notebook
  • What variables do you need? What outliers should you remove? What variable has too much missing data to be reliable?
  • Remember our example project Jupyter Notebook
  • A list of all the functions/methods/packages you've learned can be found here

Data visualization

Science communication!

capstoneproject's People

Contributors

bnwolford avatar brissend avatar diaorch avatar grkenney avatar hayleyfalk avatar katiefurms avatar kelly-sovacool avatar sarah-haynes avatar zenalapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

capstoneproject's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.