Discussion:
[Numpy-discussion] Why is masked string array fill value 'N/A'
Charles R Harris
2015-12-21 21:48:04 UTC
Permalink
Why, why, why is it not the empty string. you can't actually fill an `S2`
type with such a string, hence one must convert masked string arrays to a
list of strings to use it. That is pathetic.

Chuck

Loading...