All Projects → baldwint → Autovega

baldwint / Autovega

Licence: bsd-3-clause
Jupyter widget for quick visualization of Pandas dataframes using Vega and Altair

Projects that are alternatives of or similar to Autovega

Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+5093.75%)
Mutual labels:  jupyter-notebook
Credit Card Fraud Detection Dataset
Classification Problem to detect credit card fraud
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Code Demos
Code exercises and demos complementing lecture materials.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Radiometer Sdr Thesis
My Master's thesis in Computer Engineering. My thesis involves using Software Defined Radios in radiometer applications.
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Rubik research
Experiments with using neural nets to solve a Rubik's Cube - read README first
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Hass Google Coral
RETIRED - instead use https://github.com/robmarkcole/HASS-Deepstack-object
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Seminario Doc 2014
Cointegración en series de tiempo
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Misc
misc
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Chinese data analysis
An Analysis of the Distribution Law of Word Frequency and Stroke Number in Chinese
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Neurosleeve
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Ephys Analysis
Scripts and utilities for processing electrophysiology data
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Aicrystallographer
Here, we will upload our deep/machine learning models and 'workflows' (such as AtomNet, DefectNet, SymmetryNet, etc) that aid in automated analysis of atomically resolved images
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Plotly Misc Nbs
Miscellaneous IPython notebooks showing off plotly's features
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Rebalance.portfolio.python
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Pysal
PySAL: Python Spatial Analysis Library Meta-Package
Stars: ✭ 832 (+5100%)
Mutual labels:  jupyter-notebook
Remars2019 Revegas Workshop
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Deepem For Weakly Supervised Detection
MICCAI18 DeepEM: Deep 3D ConvNets with EM for Weakly Supervised Pulmonary Nodule Detection
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Fundamentals Of Deep Learning For Computer Vision Nvidia
The repository includes Notebook files and documents of the course I completed in NVIDIA Deep Learning Institute. Feel free to acess and work with the Notebooks and other files.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning For Telecommunications
A base solution that helps to generate insights from their data. The solution provides a framework for an end-to-end machine learning process including ad-hoc data exploration, data processing and feature engineering, and modeling training and evaluation. This baseline will provide the foundation for industry specific data to be applied and models created to release industry specific ML solutions.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook

autovega

autovega is an IPython/Jupyter notebook widget for quick visualization of Pandas dataframes using Vega and Altair.

Usage Screencast

Usage

Import autovega and call register_renderer at the top of your notebook.

import autovega
autovega.register_renderer()

Now, whenever Jupyter displays a dataframe, it will also render a GUI for choosing one of several plot types and encodings.

Alternatively, to use the widget selectively (without registering it as the default dataframe renderer in Jupyter), use the display_dataframe function to wrap your dataframes.

autovega.display_dataframe(df)

Installation

Follow Altair's instructions for installing and configuring altair and vega3. Then install autovega:

pip install autovega

Or, for the development version:

pip install -e git+https://github.com/baldwint/autovega.git#egg=autovega

Prior Art

This module is inspired by autovizwidget, which provides a similar functionality using Plotly as backend.

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