Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sumukh/rodeo

An Automated Data Wrangler (Proof Of Concept) - Transform CSVs into Hive
https://github.com/Sumukh/rodeo

Last synced: 3 months ago
JSON representation

An Automated Data Wrangler (Proof Of Concept) - Transform CSVs into Hive

Awesome Lists containing this project

README

        

# Rodeo - An Automatic Data Wrangler

## Setup

Python 3

```
pip install virtualenv

virtualenv -p python3 env
source env/bin/activate

pip install -r requirements.txt
```

## Usage

```
source env/bin/activate

cd src
python3 rodeo.py
```

## Limitations

Consider this a proof of concept. Extracts data from CSVs and makes it relational.

## License
The source code is under the MIT License (This does not apply to the sample Dataset - consult the files for the corresponding license)

Copyright (c) 2016 The Regents of the University of California (Regents)
All rights reserved.