Skip to content

add CommonDataManipulation module #12

Description

@sagivba

methods:
add_columns_one_to_many(self,df_master,df_details,function,master_columns_lst,details_columns_lst)
for row in df_master[master_columns_lst,:]:
df_details[details_columns_lst] where joined with row
add columns to master_columns_lst function(row,)

 returns df_master with_new_columns

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions