Skip to main content

Your Data Assistant

Project description

🎉 Do data science and data analysis in plain english 🌟

DataHorse

🚀 DataHorse is an open-source tool and Python library that simplifies data science for everyone. It lets users interact with data in plain English 📝, without needing technical skills or watching tutorials 🎥 to learn how to use it. With DataHorse, you can create graphs 📊, modify data 🛠️, and even create smart systems called machine learning models 🤖 to get answers or make predictions. It’s designed to help businesses and individuals 💼 regardless of knowledge background to quickly understand their data and make smart, data-driven decisions, all with ease. ✨

Quick Installation

pip install datahorse

Examples

Setup and usage examples are available in this Google Colab notebook.

import datahorse

df = datahorse.read('https://raw.githubusercontent.com/plotly/datasets/master/iris-data.csv')

# Data transformation
df = df.chat('convert species names to numeric codes')
df = df.chat('add a new column "petal_area" calculated as petal_length * petal_width')

# Queries
average_measurements = df.chat('what are the average sepal length and petal width for each species?')
species_count = df.chat('how many samples are there for each species?')
largest_petal_length = df.chat('which species has the largest petal length?')

# Plotting
df.chat('scatter plot of sepal length vs petal length by species')
df.chat('histogram of petal width')
df.chat('box plot of sepal length distribution by species')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datahorse-0.0.4.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

datahorse-0.0.4-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file datahorse-0.0.4.tar.gz.

File metadata

  • Download URL: datahorse-0.0.4.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for datahorse-0.0.4.tar.gz
Algorithm Hash digest
SHA256 2b20ac523da8bf5d8e6bb2905867b767bbb075b2a9f55986ae9196224f5c438f
MD5 a5e77b014c3f22454c7b5a21c85f3f39
BLAKE2b-256 63846f00292d4f85e9b1c4d87eb276696bbc97e0dfdb51432c1a4451ffaa4c53

See more details on using hashes here.

File details

Details for the file datahorse-0.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: datahorse-0.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for datahorse-0.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 22f9021852f2281fe71a760e48469d3b9c52c1cb04cecb60dacd26929bf4902b
MD5 9da1eafcaed17a56e7639d7079a1154b
BLAKE2b-256 0c0e3fb3cfa67ecdf8aa585615dfea8e76b756683b2e08eca13ec6fb4a58f07f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page