Skip to main content

Natural Language Query Engine for Pandas

Project description




AskEdith logo: AskEdith is a Natural Language Query Engine

Natural Language Query Engine for Pandas

Badge Badge Badge

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

  1. ETL / Ingress - AskEdith ingresses data and parses schema and metadata.
  2. Semantic Search to relate relevant sections of data to the question.
  3. NLP Language Model to convert natural language to SQL.
  4. 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

Example Example

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

askedith-0.11.16-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

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