Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run JOSIE to find joinable tables (columns) given table csv? #3

Open
v4ray opened this issue Apr 9, 2023 · 3 comments
Open

Comments

@v4ray
Copy link

v4ray commented Apr 9, 2023

Hi, this is a great work! I am trying to experiment with JOSIE to find joinable tables and unsure about the data pipeline. Could you briefly explain how to use this JOSIE codebase to find joinable tables given a query column, if the input data are several raw csv files (another dataset) representing tables?

This code base seems to depend on postgres dump files representing tables. Is it necessary to generate these dump files for the above purpose and if so how to do it?

Thank you!

@ekzhu
Copy link
Owner

ekzhu commented Apr 11, 2023 via email

@ekzhu
Copy link
Owner

ekzhu commented Apr 12, 2023

I recommend starting with MinHashLSH for finding joinbale tables. You first create MinHash for every column. Then you index all the MinHash in an MinHashLSH index. After that you can query the index for columns with high Jaccard similarity.

@v4ray
Copy link
Author

v4ray commented Apr 13, 2023

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants