Search Results

Posts tagged "data visualization"

click here for the tag listing
Data Morph transforms a panda to a star, while preserving summary statistics.

This article introduces Data Morph, a new open source Python package that can be used to morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing.

data science,

Python,

open source software,

data visualization,

projects

Cover image for How to Pivot and Plot Data with Pandas

In this article, we will discuss how to create a pivot table of aggregated data in order to make a stacked bar visualization of the 2019 airline market share for the top 10 destination cities.

data science,

Python,

pandas,

matplotlib,

data visualization