Giter Club home page Giter Club logo

visualization--real-data's Introduction

Visualization

There are many useful tools in Python that can help analysts see trends and patterns in datasets, and I am no exception. Recently, I have been looking into Matplotlib and Seaborn - two of Python's best data visualization libraries. They support me in exploring the important features, and graphically depicting the data (Descriptive statistics). Specially, I can look at the boxplots to detect outliers from which to find the optimal ways in pre-processing data. Thanks to the common TITANIC datasets - the likelihood of survival on the Titanic, I used the knowledge of these packages to begin to really practice on this real data.

From my perspective, an important aspect of the data scientist is to interpret their findings to those who may not be experts in the technical fields they specialize in. Graphics are the most powerful tool to achieve that goal, and mastering visualization techniques thus seems important. As always, I begin by setting up the coding environment by importing libraries such as pandas, numpy, matplotlib, and seaborn. Then select an available dataset from the US Department of Transportation that tracks flight delays.To load data, I used the pd.read_csv command and examined the data. I want to create a bar chart showing the average arrival delay for Spirit Airlines (airline code: NK) flights by month. I also created a heatmap to quickly visualize patterns in flight data. Each cell is color-coded according to its corresponding value.

visualization--real-data's People

Contributors

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