You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Jupyter Widget for Interactive Data Visualization. Bifrost provides useful chart recommendations and easy integration with Pandas DataFrames. It also provides a variety of analysis tools:
- Chart history log for keeping track of your data analysis.
7
+
- Targeted graph suggestions to drive further data exploration.
8
+
- Interactive filters for quantitative and categorical fields.
9
+
- Aggregations and binning for axis encodings.
10
+
- An expressive Python API
6
11
12
+
The extension allows data scientists to build familiarity with a dataset without sacrificing the reproducibility of code. Changes made in the Bifrost GUI are automatically translated into Pandas Queries, allowing developers to jump back into scripting whenever it is most convenient.
7
13
8
-
A Jupyter Widget for Interactive Data Visualization
14
+
## Getting Started
9
15
10
-
## Installation
16
+
###Installation
11
17
12
18
You can install using `pip`:
13
19
@@ -17,19 +23,48 @@ pip install jupyter_bifrost
17
23
18
24
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
0 commit comments