Skip to content

FindMyJoint

Description

FindMyJoint helps you identify potential join keys across multiple DataFrames — scoring them by name and content similarity.

Show File Tree PyPI License: MIT Python versions GitHub Issues GitHub pull requests Repo Size Fast & Lightweight Made with 💜 Python Contributions Welcome


Install

Install

PyPI
# From PyPI 
pip install findmyjoint
UV
# From UV
uv pip install findmyjoint
From Source
1
2
3
4
5
# From source (dev)
git clone https://github.com/Rudra-G-23/Find-My-Joint.git

cd show-file-tree
python -m venv .venv
Windows PowerShell
.venv\Scripts\Activate.ps1
pip install -e ".[all]"

Features

  • Detect join candidates automatically
  • Score columns by similarity
  • Visualize relationships with PyVis