alteryx / featuretools

An open source python library for automated feature engineering
https://www.featuretools.com
BSD 3-Clause "New" or "Revised" License
7.28k stars 878 forks source link

multiple join keys #2617

Open c787297017 opened 1 year ago

c787297017 commented 1 year ago

Does featuretools directly support multiple join keys?

thehomebrewnerd commented 1 year ago

@c787297017 No, not currently. You would have to manually create a new column that combines the columns in some fashion and then use that as your index/foreign key column when creating an EntitySet.