All Projects → mwaskom → Seaborn

mwaskom / Seaborn

Licence: bsd-3-clause
Statistical data visualization in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Seaborn

Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-99.38%)
Mutual labels:  data-science, pandas, data-visualization, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-98.59%)
Mutual labels:  data-science, pandas, data-visualization, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (-11.59%)
Mutual labels:  data-science, pandas, matplotlib
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (-75.61%)
Mutual labels:  data-science, pandas, matplotlib
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (-97.42%)
Mutual labels:  data-science, pandas, data-visualization
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (-83.17%)
Mutual labels:  data-science, pandas, data-visualization
Dtale Desktop
Build a data visualization dashboard with simple snippets of python code
Stars: ✭ 128 (-98.58%)
Mutual labels:  data-science, pandas, data-visualization
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (-68.2%)
Mutual labels:  data-science, pandas, data-visualization
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (-98.86%)
Mutual labels:  data-science, pandas, matplotlib
Lantern
Data exploration glue
Stars: ✭ 292 (-96.76%)
Mutual labels:  data-science, pandas, matplotlib
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-96.97%)
Mutual labels:  data-science, pandas, data-visualization
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (-51.29%)
Mutual labels:  data-science, pandas, matplotlib
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-98.73%)
Mutual labels:  data-science, pandas, data-visualization
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-99.78%)
Mutual labels:  data-science, pandas, matplotlib
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (-79.45%)
Mutual labels:  data-science, pandas, data-visualization
Py Quantmod
Powerful financial charting library based on R's Quantmod | http://py-quantmod.readthedocs.io/en/latest/
Stars: ✭ 155 (-98.28%)
Mutual labels:  data-science, pandas, data-visualization
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (-97.69%)
Mutual labels:  pandas, data-visualization, matplotlib
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-97.56%)
Mutual labels:  pandas, data-visualization, matplotlib
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (-65%)
Mutual labels:  data-science, pandas, data-visualization
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-95.77%)
Mutual labels:  data-science, pandas, matplotlib



seaborn: statistical data visualization

PyPI Version License DOI Tests Code Coverage

Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.

Documentation

Online documentation is available at seaborn.pydata.org.

The docs include a tutorial, example gallery, API reference, and other useful information.

To build the documentation locally, please refer to doc/README.md.

There is also a FAQ page, currently hosted on GitHub.

Dependencies

Seaborn supports Python 3.7+ and no longer supports Python 2.

Installation requires numpy, pandas, and matplotlib. Some functions will optionally use scipy and/or statsmodels if they are available.

Installation

The latest stable release (and required dependencies) can be installed from PyPI:

pip install seaborn

It is also possible to include optional dependencies (only relevant for v0.12+):

pip install seaborn[all]

Seaborn can also be installed with conda:

conda install seaborn

Note that the main anaconda repository typically lags PyPI in adding new releases, but conda-forge (-c conda-forge) typically updates quickly.

Citing

A paper describing seaborn has been published in the Journal of Open Source Software. The paper provides an introduction to the key features of the library, and it can be used as a citation if seaborn proves integral to a scientific publication.

Testing

Testing seaborn requires installing additional packages listed in ci/utils.txt.

To test the code, run make test in the source directory. This will exercise both the unit tests and docstring examples (using pytest) and generate a coverage report.

The doctests require a network connection (unless all example datasets are cached), but the unit tests can be run offline with make unittests.

Code style is enforced with flake8 using the settings in the setup.cfg file. Run make lint to check.

Development

Seaborn development takes place on Github: https://github.com/mwaskom/seaborn

Please submit bugs that you encounter to the issue tracker with a reproducible example demonstrating the problem. Questions about usage are more at home on StackOverflow, where there is a seaborn tag.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].