What needs to happen?
Currently when we convert a pandas DataFrame to Beam Rows we check for nulls in every column. This is wasteful, we should instead only do null-checking for the columns that we know to be nullable.
Issue Priority
Priority: 2
Issue Component
Component: dsl-dataframe