A tool to quickly build data science pipelines
Project description
Datamode
Quickstart | Demo | Documentation | Tutorial
Datamode is a free, open source tool to quickly build data science pipelines. Our Python data visualization and transformation tool runs directly in Jupyter Notebook. We help you:
- Explore your data
- Reshape your data
- Deploy your data and models to production.
How will this help me?
You're a data scientist. You deal with messy datasets all the time. You often build custom dataviz to explore your data. You spend countless hours building and rechecking your data transformation code so that your model is accurate.
Also, you usually have to ask Engineering to deploy your model, or worse, maintain the infrastructure yourself. When the pipeline or your model break down, you spend a lot of time diagnosing the problem with Engineering.
Datamode can help you with all of that.
Try it out
Try a live demo: http://bit.ly/datamode-live-demo.
Or, go to Quickstart to try Datamode on your own data.
Quickstart
You can install Datamode with pip. After that, run the two bottom lines in Jupyter Notebook.
From your command line:
pip install -U datamode
jupyter notebook
In your Jupyter notebook:
# Then run this code in Jupyter:
from datamode.interface import quickshow
quickshow('https://raw.githubusercontent.com/datamode/datasets/master/movies.csv')
Note: Datamode currently requires Python 3.6+ (64-bit). If you're having problems installing, see these pages:
- Install using pip
- Install using conda
- Create a Python 3.7 virtualenv
- Check whether you're running 64-bit Python
Explore the dataset a little with Datamode, then try it on your own data.
Documentation
Feedback / Contributing
If you're trying out Datamode, we'd love to hear from you! We're especially interested in what's working/not working for you, and what's missing that you really need.
Email us: feedback@datamode.com.
If you want to contribute, see Contributing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for datamode-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c8bb351e33499be4f3841ca2679ad4921adccc66e8d37565c62ad5a68bbafa3 |
|
MD5 | 8d0b130ab8b26ca576c80b856b68761c |
|
BLAKE2b-256 | daf7fd7091210098f525f273a208d7cb9a86bd94e80f39dbdd7a8e2fe4357003 |