zavtech / morpheus-core

The foundational library of the Morpheus data science framework
Apache License 2.0
238 stars 22 forks source link

How to use morpheus to join two dataset based on certain column matching #103

Open DareUrDream opened 5 years ago

DareUrDream commented 5 years ago

I have a situation where I would need to join two datasets on certain column mapping(each csv contain varying number of columns). Is that possible ? If possible would appreciate an example.

Cheers !!

Zavster commented 5 years ago

Hi there... joins are not currently supported in this release, but will be in the next. I was hoping to have it out by now, but been very busy on other projects. Hopefully in the next 4-6 weeks...

DareUrDream commented 5 years ago

Great. Thanks !!

On Mon, Jan 28, 2019, 12:39 AM Xavier Witdouck <notifications@github.com wrote:

Hi there... joins are not currently supported in this release, but will be in the next. I was hoping to have it out by now, but been very busy on other projects. Hopefully in the next 4-6 weeks...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zavtech/morpheus-core/issues/103#issuecomment-457945055, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQX_feQ--yVViLP04yWXstcIiRk_SE6ks5vHfldgaJpZM4aUvJq .

anucodematrix commented 4 years ago

Hi , is this now supported ? Can we use morpheus to join two dataset based on certain column matching .