saving work
This commit is contained in:
parent
564e72fc2d
commit
b637ebc6d2
2 changed files with 11 additions and 6 deletions
|
@ -74,6 +74,9 @@ geneL_ppi2 = ['alr', 'embb', 'katg']
|
|||
#%% get cols
|
||||
mycols = my_df.columns
|
||||
|
||||
my_df['active_aa_pos'].dtype
|
||||
my_df['active_aa_pos'] = my_df['active_aa_pos'].astype(object)
|
||||
|
||||
#%%============================================================================
|
||||
# GET Y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue