added combining funct & combining_mcsm_foldx script
This commit is contained in:
parent
973a1a33da
commit
fb277a1484
4 changed files with 260 additions and 1 deletions
|
@ -128,7 +128,8 @@ print(merging_cols)
|
|||
nmerging_cols = len(merging_cols)
|
||||
print(' length of merging cols:', nmerging_cols
|
||||
, '\nmerging cols:', merging_cols, 'type:', type(merging_cols))
|
||||
|
||||
|
||||
#https://stackoverflow.com/questions/22720739/pandas-left-outer-join-results-in-table-larger-than-left-table
|
||||
# drop duplicates else the expected rows don't match
|
||||
print('Checking for duplicates in common col:', common_cols
|
||||
, '\nNo of duplicates:'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue