Fedex Genarator
Introduction
FEDEx Genarator is a system that assists in the process of EDA (Exploratory Data Analysis) sessions. Based on FEDEx work (https://github.com/TAU-DB/FEDEx), it gives the user the option to generate NL explanations + Visualizations to their queries (Filter/GroupBy/Join) results.
How it works
FEDEx generator is forked from on FEDEx system, and offer new process to get explanation:
- The user users query (filter/groupby/join), and pass to FEDEx the input dataframe, output dataframe and the query parameters.
- FEDEx calculates an Interestingness Measure (that works well with the specific operation, for example Exceptionality measure for Filter and Join operations) for every column in the output dataframe (the query result)
- FEDEx finds the most interesting columns and partition them to set of rows.
- Then it finds the set-of-rows that affects the Interesingness measure result the most (from [2]).
- Now FEDEx takes the top columns and set-of-rows and generates meaningful explanations
For the full details, you can either view the code or read the FEDEx article which will be referenced here really soon:)
Example
In FEDEx example they used the spotify dataset from Kaggle.
The first operation of our user was SELECT * FROM Spotify WHERE popularity > 65;
The raw output (Snip) -
The generated explanation -
The second operation of the user was SELECT AVG(dancability), AVG(loudness) FROM [SELECT * FROM Spotify WHERE year >= 1990] GROUPBY year;
The raw output (Snip) -
The generated explanation -
Usage
Notice - This project was tested on python version 3.6-3.8.
First, you have to install the requirements - py -3 -m pip install -r requirements.txt
Secondly, you should install latex on your system (the explanations inside the graphs require that). Things will still work even without latex but the experince might be a bit inferior.
This fork created to work on some adjusments for a API that will allow users to use pandas and generate explanations without effort and without using additional dedicated API.
Release files for fedex-generator 1.0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fedex_generator-1.0.6.0.tar.gz | 52.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fedex_generator-1.0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 111.3 kB
Release files / fedex_generator-1.0.6.0.tar.gz
| Download URL | fedex_generator-1.0.6.0.tar.gz |
|---|---|
| Size | 52.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
562c649ae0fcad847528cf4f6a6a9df142c26a85f92afdd100c1b7d9d4a9afab
|
|
BLAKE2b-256 checksum How to use checksums |
d8f916ae0e45b29b12775ea537104433322efd648c88d1dbe91b8fdd2ca09302
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 4, 2025.
Transparency logRelease files / fedex_generator-1.0.6.0-py3-none-any.whl
| Download URL | fedex_generator-1.0.6.0-py3-none-any.whl |
|---|---|
| Size | 59.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c8b7b7bc2f13b81dbbc5fbb3bb4080be17d4908de377ccc7daaff1a916693c40
|
|
BLAKE2b-256 checksum How to use checksums |
ac25b288a001f0890a63cfe1c444f4873af550b4bc29aec96420c99aa5c8bfd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 4, 2025.
Transparency log