Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. a = df.ix[[0], ['Column Title']].values
  2. if a != 0 or not math.isnan(float(a)):
  3. print "It is neither a zero nor null"
  4.  
  5. TypeError: don't know how to convert scalar number to float
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement