A collection of tools for extracting data into tidy DataFrames.
Project description
Overview
tidyextractors makes extracting data from supported sources as painless as possible, delivering you a populated Pandas DataFrame in three lines of code. tidyextractors was inspired by Hadley Whickham’s (2014) paper which introduces “tidy data” as a conceptual framework for data preparation.
For more information, including code examples, API reference, and general documentation, click HERE.
Features
Extracts data with minimal effort.
Creates readable code that requires minimal explanation.
Exports Pandas Dataframes to maximize compatibility with the Python data science ecosystem.
Currently Implemented Data Sources
Installing
In the near future, tidyextractors will be distributed on PyPI and accessible via pip. For now, clone the repository and run pip install -e . in the cloned directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.