Steve Leak

Results 1 issues of Steve Leak

A pattern that has repeatedly caught me out is stringing operations together like: `df['myfield'].notnull().unique()` .. the error here is that `notnull()` returns a mask rather than a slice of the...