https://github.com/nickderobertis/data-code
https://github.com/nickderobertis/data-code
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickderobertis/data-code
- Owner: nickderobertis
- License: mit
- Created: 2020-01-31T15:19:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:37:23.000Z (over 2 years ago)
- Last Synced: 2025-02-25T04:34:23.225Z (5 months 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)
# 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.