datashader

Package — VisualizationPython 3.7+Intermediate

Render huge datasets into meaningful images (millions/billions of points)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, pandas, colorcet, param, pyct, scipy, xarray
Install
pip install datashader

Learn by Difficulty

Quick Example

python
# Install: pip install datashader
import datashader

# Basic datashader usage
print(f"Using datashader")
# See documentation for detailed examples

datashader is a third-party package. Render huge datasets into meaningful images (millions/billions of points). Install with: pip install datashader

Try in Playground

Tags

packagevisualizationchartingplotting