paper-with-me

홈 › Papers

Minimalist Data Wrangling with Python

2022-11-09 · Marek Gagolewski

Minimalist Data Wrangling with Python is envisaged as a student's first introduction to data science, providing a high-level overview as well as discussing key concepts in detail. We explore methods for cleaning data gathered from different sources, transforming, selecting, and extracting features, performing exploratory data analysis and dimensionality reduction, identifying naturally occurring data clusters, modelling patterns in data, comparing data between groups, and reporting the results. This textbook is a non-profit project. Its online and PDF versions are freely available at https://datawranglingpy.gagolewski.com/.

📄 PDF Abstract BibTeX arXiv:2211.04630

Code (2)

gagolews/datawranglingpy
gagolews/teaching-data

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Contextualized Data-Wrangling Code Generation in Computational Notebooks

2024-09-20 · JunJie Huang, Daya Guo, Chenglong Wang, Jiazhen Gu 외

Data wrangling, the process of preparing raw data for further analysis in computational notebooks, is a crucial yet time-consuming step in data science. Code generation has the potential to automate the data wrangling pr…

Code Generation

General-purpose Declarative Inductive Programming with Domain-Specific Background Knowledge for Data Wrangling Automation

2018-09-26 · Lidia Contreras-Ochando, César Ferri, José Hernández-Orallo, Fernando Martínez-Plumed 외

Given one or two examples, humans are good at understanding how to solve a problem independently of its domain, because they are able to detect what the problem is and to choose the appropriate background knowledge accor…

Designing for Robot Wranglers: A Synthesis of Literature and Practice

2026-05-15 · David Porfirio, Ian McDermott, Hsin-Mei Chen, Satoru Satake 외 arxiv

Robots are increasingly present in human spaces, such as for conducting deliveries in hospitals, interacting with visitors at museums, and stocking items in warehouses. To ensure the seamless integration of robots into t…

Natural Language to Code Generation in Interactive Data Science Notebooks

2022-12-19 · Pengcheng Yin, Wen-Ding Li, Kefan Xiao, Abhishek Rao 외

Computational notebooks, such as Jupyter notebooks, are interactive computing environments that are ubiquitous among data scientists to perform data wrangling and analytic tasks. To measure the performance of AI pair pro…

Code GenerationDiversityLanguage ModelingLanguage Modelling

Data Wrangling Task Automation Using Code-Generating Language Models

2025-02-05 · Ashlesha Akella, Krishnasuri Narayanam

Ensuring data quality in large tabular datasets is a critical challenge, typically addressed through data wrangling tasks. Traditional statistical methods, though efficient, cannot often understand the semantic context a…

Imputation