You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python package for capturing potential relationships among columns of different tabular datasets, which are given in the form of pandas DataFrames. Valentine is based on [Valentine: Evaluating Matching Techniques for Dataset Discovery](https://ieeexplore.ieee.org/abstract/document/9458921)
11
31
@@ -18,7 +38,7 @@ The original experimental suite version of Valentine, as first published for the
18
38
## Installation instructions
19
39
### Requirements
20
40
21
-
**Python* >=3.9,<3.14
41
+
**Python* >=3.10,<3.15
22
42
**Java*: For the Coma matcher it is required to have java (jre) installed
0 commit comments