2022
DOI: 10.1109/tvcg.2022.3209470
|View full text |Cite
|
Sign up to set email alerts
|

Revealing the Semantics of Data Wrangling Scripts With COMANTICS

Abstract: df = pd.read_csv("students.csv") df.id = df.id.str.extract('(\d+)') df.drop_duplicates(inplace=True) df.loc[:, 'total'] = df.math + df.art results = df.sort_values("total", a...

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(1 citation statement)
references
References 45 publications
0
1
0
Order By: Relevance
“…Because code generation techniques generalize programs from incomplete user specifications, generated programs are inherently ambiguous, and thus require disambiguation to identify a correct solution among candidates. Prior work proposes techniques to visualize the search process [61], visualize code candidates [52,59], and present distinguishing examples for authors to inspect [15]. Data Formulator provides feedback to the authors by presenting the generated code together with its execution results for them to inspect, select, and edit.…”
Section: Related Workmentioning
confidence: 99%
“…Because code generation techniques generalize programs from incomplete user specifications, generated programs are inherently ambiguous, and thus require disambiguation to identify a correct solution among candidates. Prior work proposes techniques to visualize the search process [61], visualize code candidates [52,59], and present distinguishing examples for authors to inspect [15]. Data Formulator provides feedback to the authors by presenting the generated code together with its execution results for them to inspect, select, and edit.…”
Section: Related Workmentioning
confidence: 99%