Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/data-code
https://github.com/nickderobertis/data-code
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickderobertis/data-code
- Owner: nickderobertis
- License: mit
- Created: 2020-01-31T15:19:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:37:23.000Z (about 2 years ago)
- Last Synced: 2024-12-25T15:46:22.695Z (about 1 month ago)
- Language: Python
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://codecov.io/gh/nickderobertis/data-code/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/data-code)
# data-code
## Overview
Data pipelines for humans. Work with variables, sources, and pipelines rather than raw data. Also includes high-level tools to analyze, summarize, and transform data.
## Getting Started
Install `datacode`:
```
pip install datacode
```A simple example:
```python
import datacode# Do something with datacode
```## Links
See the
[documentation here.](
https://nickderobertis.github.io/data-code/
)## Author
Created by Nick DeRobertis. MIT License.