Giter VIP home page Giter VIP logo

an-end-to-boring-data's Introduction

An End to Boring Data with Python Visualizations

Put the days of trying to decipher meaning from boring spreadsheets behind you. Visualize data to give greater and immediate meaning to all those numbers with Python. We will explore the variety of options available for data visualization in Python using different libraries and understand which ones excel for what type of task. Create maps, statistical graphs and more detailed or interactive visualizations that can also be used on the web, ideal to take that blog post to a whole new level. This presentation tackles boring data by looking at python libraries available for mapping such as basemap and folium, statistical graphs from libraries such as matplotlib and seaborn, as well as libraries such as Bokeh and Plotly that can be used for making interactive graphs.

The Slides for this talk are available here

In order to walk through the Jupyter notebook, you must first download the NYC Restaurant Inspection Results csv from NYC Open Data. The CSV can be found here. I also have the curl link to the csv in the python and jupter notebook files.

Libraries Used

  • Pandas
    • Python library to provide data analysis features
    • Built on NumPy, SciPy, and matplotlib
    • Key components
      • Series
      • DataFrames
  • Matplotlib
    • MATLAB like plotting framework
  • Seaborn
    • Built on top of matplotlib
    • Creates more sophisticated graphs that look more professional
  • Basemap
    • library for plotting 2D data on maps in Python
    • Had lots of problems with installation
  • Folium
    • Visualize data on a Leaflet map
    • Built-in tilesets from:
      • OpenStreetMap, MapQuest Open, MapQuest Open Aerial, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys.
  • Bokeh
    • A Python interactive visualization library that targets modern web browsers for presentations.
  • Plot.ly
    • Make interactive charts online from Excel or CSV data.

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.