Skip to content

Python module to cluster different ( yet similar ) datasets based on their columns in order to merge them with the same column names.

License

Notifications You must be signed in to change notification settings

hmiladhia/Mapster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Mapster

Python module to cluster different ( yet similar ) datasets based on their columns in order to merge them with the same column names.

from mapster import mapster

cols1 = ['col1', 'id', 'col2']
cols2 = ['col1', 'id']
cols3 = ['col3', 'idx', 'col2']
cols4 = ['col4', 'idr']

result = mapster([cols1, cols2, cols3, cols4])
print(result)

About

Python module to cluster different ( yet similar ) datasets based on their columns in order to merge them with the same column names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages