{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/towards-scalable-dataframe-systems","title":"Towards Scalable Dataframe Systems","arxiv_id":"2001.00888","date":"2020-01-03","proceeding":null,"authors":["Devin Petersohn","Stephen Macke","Doris Xin","William Ma","Doris Lee","Xiangxi Mo","Joseph E. Gonzalez","Joseph M. Hellerstein","Anthony D. Joseph","Aditya Parameswaran"],"abstract":"Dataframes are a popular abstraction to represent, prepare, and analyze data. Despite the remarkable success of dataframe libraries in Rand Python, dataframes face performance issues even on moderately large datasets. Moreover, there is significant ambiguity regarding dataframe semantics. In this paper we lay out a vision and roadmap for scalable dataframe systems. To demonstrate the potential in this area, we report on our experience building MODIN, a scaled-up implementation of the most widely-used and complex dataframe API today, Python's pandas. With pandas as a reference, we propose a simple data model and algebra for dataframes to ground discussion in the field. Given this foundation, we lay out an agenda of open research opportunities where the distinct features of dataframes will require extending the state of the art in many dimensions of data management. We discuss the implications of signature data-frame features including flexible schemas, ordering, row/column equivalence, and data/metadata fluidity, as well as the piecemeal, trial-and-error-based approach to interacting with dataframes.","url_abs":"https://arxiv.org/abs/2001.00888v4","url_pdf":"https://arxiv.org/pdf/2001.00888v4.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"towards-scalable-dataframe-systems","repo_url":"https://github.com/modin-project/modin","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2001.00888","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2001.00888"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/modin-project/modin","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":3,"unverified":5},"by_repo_kind":{"official":{"samples":8,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"45333e6d0a056314","entry":"register_vcs_handler","repo":"modin-project/modin","repo_kind":"official","path":"modin/_version.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/_version.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"45333e6d0a056314"}},{"code_sha256_prefix":"e36817d1c9cffe87","entry":"run_command","repo":"modin-project/modin","repo_kind":"official","path":"modin/_version.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/_version.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e36817d1c9cffe87"}},{"code_sha256_prefix":"74664b7fba1494f5","entry":"versions_from_parentdir","repo":"modin-project/modin","repo_kind":"official","path":"modin/_version.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/_version.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"74664b7fba1494f5"}},{"code_sha256_prefix":"a7dabcec55a12674","entry":"align_indents","repo":"modin-project/modin","repo_kind":"official","path":"modin/utils.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a7dabcec55a12674"}},{"code_sha256_prefix":"eb8913ef26a0ff70","entry":"append_to_docstring","repo":"modin-project/modin","repo_kind":"official","path":"modin/utils.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb8913ef26a0ff70"}},{"code_sha256_prefix":"dd44590ac8b3fee5","entry":"ensure_decoded","repo":"modin-project/modin","repo_kind":"official","path":"modin/core/computation/common.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/core/computation/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd44590ac8b3fee5"}},{"code_sha256_prefix":"61a21a16d96874db","entry":"format_string","repo":"modin-project/modin","repo_kind":"official","path":"modin/utils.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"61a21a16d96874db"}},{"code_sha256_prefix":"638e97916d0e5aa4","entry":"reconstruct_object","repo":"modin-project/modin","repo_kind":"official","path":"modin/core/computation/align.py","file_url":"https://github.com/modin-project/modin/blob/HEAD/modin/core/computation/align.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"638e97916d0e5aa4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}