Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Sumukh/rodeo
- Owner: Sumukh
- Created: 2016-12-17T23:37:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T09:17:49.000Z (almost 8 years ago)
- Last Synced: 2024-05-28T04:11:00.207Z (6 months ago)
- Language: Python
- Homepage:
- Size: 4.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Sumukh/rodeo - An Automated Data Wrangler (Proof Of Concept) - Transform CSVs into Hive (Python)
README
# Rodeo - An Automatic Data Wrangler
## Setup
Python 3
```
pip install virtualenvvirtualenv -p python3 env
source env/bin/activatepip install -r requirements.txt
```## Usage
```
source env/bin/activatecd 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.