Skip to content

Commit

Permalink
Update PRESS_RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn96 authored Aug 28, 2021
1 parent cfb6aaa commit 3031926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRESS_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Without interactive visualizations, exploring datasets through code is sometimes

By contrast, users can easily make edits with Bifrost, letting them focus on extracting insights instead of coding repetitively. The extension is launched as a cell output, smoothly integrating it into the notebook. To help begin data analysis, Bifrost recommends charts based on user-specified columns from their dataset. This allows users to go from a thousand-column dataset to a useful visualization in a matter of seconds. It is also easy to filter and edit a visualization to narrow in on useful insights. After making edits, users can extract an updated pandas dataframe, exporting their insights back to code. All interactions are preserved in a history log, enabling iteration on previous versions of a visualization.

> _“Jupyter Bifrost is a great way to jump into data exploration without writing a ton of code. While it's perfect for students and novices, we’ve also seen it speed up the workflows of seasoned developers. It’s so much easier to find compelling correlations and get into the flow of analysis.” —<b>Jupyter Developer<b>_
> *“Jupyter Bifrost is a great way to jump into data exploration without writing a ton of code. While it's perfect for students and novices, we’ve also seen it speed up the workflows of seasoned developers. It’s so much easier to find compelling correlations and get into the flow of analysis.” —<b>Jupyter Developer</b>*
To get started, import the Bifrost library and plot any Pandas dataframe to begin interacting with it. Our extension will translate all of your explorations in the graphic interface into Pandas data queries, allowing you to track and reproduce your experiments with large datasets. You can also apply the results of your analysis to the original Pandas DataFrame so that you can pick up where you left off in the code.

Expand Down

0 comments on commit 3031926

Please sign in to comment.