Giter Site home page Giter Site logo

pattyjula / bigdata-demo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.35 MB

This repository contain content on big data processing and analysis given at the "Data Batcave" on August 16, 2018.

License: MIT License

Jupyter Notebook 100.00%
big-data los-angeles pandas-cookbook matplotlib-figures

bigdata-demo's Introduction

Guide to Python Data Viz Demonstration

Process

  1. Live code parts of 01-data-cleanse-example
  2. Live code sections of 02-plot-crimes
  3. Display complete code for 03-plot-calls-for-service
    • Only output PNG files are included in this 03 folder

Objectives

  • Understand conversion of CSV file to a dataframe
  • Understand use of conditionals and looping
  • Examine methods for data cleansing and discuss importance of doing so
  • Discuss value of normalizing data sets
  • Review Python libraries such as matplotlib, pandas, and seaborn for visualizing data
  • Be able to run .ipynb files from Jupyter Notebook
  • Be able to run .py files from Gitbash, Command Prompt or Teminal

Requirements

Necessary if attendees want to run programs

  • Python 3.6.x 64-bit from Anaconda

  • Jupyter Notebook (typically installed with Anaconda)

  • Optionally Git

  • Download or clone the repository

    • With SSH key git clone [email protected]:CityOfLosAngeles/data-batcave-trainings.git
    • no SSH key? try git clone https://github.com/CityOfLosAngeles/data-batcave-trainings.git

Matplotlib Install Reference

  • From within virtual enivornment enter command: python -mpip install --upgrade matplotlib
    • This will update your matplotlib version so it works better with the code
    • Optionally users can run command from local machine with command: pip install --upgrade matplotlib
    • confirm version print(mpl.__version__)

Resources

This is a short list of Python Resources. Signing up for MOTW-3 is highly recommended

bigdata-demo's People

Contributors

pattyjula avatar

Watchers

 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.