Non-nullable field in schema does not prevent null values in corresponding table column
I have read the documentation of the field()
method, and as far as I understand I can say that a field does not allow NULL values by specifying nullable=False
. So, I have tried this example:
Efficiently storing data that is not-quite-fully-columnar-yet into the Arrow format
I have some not-quite-fully-columnar data like this: