<div dir="auto">Is there an efficient way to represent bool arrays with null entries? </div><div dir="auto"><br></div><div dir="auto">Tools like pandas push you very hard into 64 bit float  representations - 64 bits where 3 will suffice is neither efficient for memory, nor (consequently), speed.</div><div dir="auto"><br></div><div dir="auto">What I’m hoping for is that there’s a structure that is ‘viewed’ as nan-able float data, but backed but a more efficient structures internally.</div><div dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto">- Stu</div>