Coder Social home page Coder Social logo

intro-ds's Introduction

Intro to Data Analysis with Jupyter


First, clone this repository locally. We will be running Jupyter locally and using it to work on the notebook in this repository.

Setup

We need to make sure you have Python installed, and then we need to install Jupyter. I recommend doing this inside a virtual environment to make your life simpler.

  • Download and install Python 3 here: https://www.python.org/downloads/
  • Open up a Terminal window and run python3 -m pip install --user virtualenv to install virtualenv
  • Run python3 -m virtualenv venv inside the root folder of the repository to create a virtualenv
  • Run source venv/bin/activate in the root folder of the repository to activate the virtualenv
  • Run python3 -m pip install jupyter pandas matplotlib to install Jupyter and pandas

Congratulations, you now have Jupyter set up and can run the intro.ipynb notebook.

Run jupyter notebook in a terminal window. Once the browser window opens with the Jupyter UI, navigate to the repository folder and click on intro.ipynb

Download Data

Download this folder into the repository root folder: https://drive.google.com/drive/folders/172gJUolkx-lHSNXyDNZlqZYD3MDOgU2j?usp=sharing

For an explanation of the fields in this dataset see here: https://docs.safegraph.com/docs/open-census-data#section-safegraph-neighborhood-patterns-data-cbg_patterns-csv-

intro-ds's People

Contributors

amandhesi avatar

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.