Coder Social home page Coder Social logo

denver-water-quality's Introduction

Denver Water Quality

Visualization and easy access of Denver Water Quality Data provided by the Department of Environmental Health

Data Analysis

Jupyter notebooks for performing exploratory data analysis on data sources.

Setup

  1. Make sure you have a recent version of Python installed on your system. You can check with python --version. Notebooks have been verified to run for versions >= 3.9. Versions 3.7 and 3.8 should also be okay, but your mileage may vary. If you have no preference for how to install python, a good way to do it is with pyenv. Another option is to directly install python from the official download page
  2. Change directories to data_analysis: cd data_analysis.
  3. Create a virtual environment in the data_analysis directory with python -m venv --prompt data_analysis venv.
  4. Activate the virtual environment: source venv/bin/activate.
  5. Upgrade pip: pip install --upgrade pip
  6. Install dependencies: pip install -r requirements.txt
  7. Start a Jupyter server: jupyter notebook
    • A web browser should automatically open localhost:8888. If not, open a browser and go to http://localhost:8888.
  8. Open an existing notebook in src/notebooks, or create a new one.

denver-water-quality's People

Contributors

galbwe avatar

Watchers

 avatar  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.