Natural Language Query Engine for Pandas
Project description
Natural Language Query Engine for Pandas
AskEdith is a data analytics question-answering system that can help you speed up your data analytics workflows. AskEdith converts your natural language questions into SQL queries that are used to return a computed DataFrame.
How It Works
- ETL / Ingress - AskEdith ingresses data and parses schema and metadata.
- Semantic Search to relate relevant sections of data to the question.
- NLP Language Model to convert natural language to SQL.
- Execute on input DataFrame and return results.
Installation
pip install askedith
Usage
import pandas as pd
import askedith
# Load Avocados Data (https://figshare.com/articles/dataset/avocado_csv/17696882)
df = pd.read_csv("https://figshare.com/ndownloader/files/35259799")
# Use AskEdith
df = df.askedith.ask("What's the average price for organic avocados?")
print(df)
Examples
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for askedith-0.18.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a440757a17f8daaa7744a21b8ed51a95d45304f03d79a0e55320ac32d4db67 |
|
MD5 | 333101b90924746abc529bcadb79a24f |
|
BLAKE2b-256 | f1f2a53ef992bc61956db5faadc18b022f2dd529065b89d9cd87638204b3786b |