Finding Related Tables in Data Lakes for Interactive Data Science

Yi Zhang,Zachary G. Ives
DOI: https://doi.org/10.1145/3318464.3389726
2020-06-11
Abstract:Many modern data science applications build on <i>data lakes</i>, schema-agnostic repositories of data files and data products that offer limited organization and management capabilities. There is a need to build data lake search capabilities into data science environments, so scientists and analysts can find tables, schemas, workflows, and datasets useful to their task at hand. We develop search and management solutions for the Jupyter Notebook data science platform, to enable scientists to augment training data, find potential features to extract, clean data, and find joinable or linkable tables. Our core methods also generalize to other settings where computational tasks involve execution of programs or scripts.
What problem does this paper attempt to address?