On Sun, 21 Nov 2021 04:21:52 -0500 Ian Joiner <iajoiner...@gmail.com> wrote: > Hi, > > When an all NA column from Pandas of the object type is converted to Arrow > using Table.from_pandas we get a column of the NullType type as opposed to > StringType/BinaryType. Is this actually intended?
It is. Why would we get a StringType/BinaryType?