Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. for columns in in_df.columns:
  2.         if columns != 'Unnamed: 0' or columns != 'gene_name':
  3.             print(columns)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement