Litcius/Paper detail

B2

Yifan Wu, Joseph M. Hellerstein, Arvind Satyanarayan

202071 citationsDOIOpen Access PDF

Abstract

Data scientists have embraced computational notebooks to author analysis code and accompanying visualizations within a single document. Currently, although these media may be interleaved, they remain siloed: interactive visualizations must be manually specified as they are divorced from the analysis provenance expressed via dataframes, while code cells have no access to users' interactions with visualizations, and hence no way to operate on the results of interaction. To bridge this divide, we present B2, a set of techniques grounded in treating data queries as a shared representation between the code and interactive visualizations. B2 instruments data frames to track the queries expressed in code and synthesize corresponding visualizations. These visualizations are displayed in a dashboard to facilitate interactive analysis. When an interaction occurs, B2 reifies it as a data query and generates a history log in a new code cell. Subsequent cells can use this log to further analyze interaction results and, when marked as reactive, to ensure that code is automatically recomputed when new interaction occurs. In an evaluative study with data scientists, we find that B2 promotes a tighter feedback loop between coding and interacting with visualizations. All participants frequently moved from code to visualization and vice-versa, which facilitated their exploratory data analysis in the notebook.

Topics & Concepts

Computer scienceVisualizationCode (set theory)Coding (social sciences)Data visualizationInteractive visualizationSource codeDashboardRepresentation (politics)Set (abstract data type)Programming languageInformation retrievalHuman–computer interactionWorld Wide WebTheoretical computer scienceData scienceData miningLawPoliticsMathematicsStatisticsPolitical scienceData Visualization and AnalyticsScientific Computing and Data ManagementSoftware Engineering Research
B2 | Litcius