mishbahr commented on issue #11967:
URL: https://github.com/apache/arrow/issues/11967#issuecomment-995287905


   ```python
   parquet_file.schema[0]
   ```
   ```python
   <ParquetColumnSchema>
     name: x
     path: x
     max_definition_level: 1
     max_repetition_level: 0
     physical_type: INT32
     logical_type: Null
     converted_type (legacy): NONE
   ```
   Just incase there is some issue with my  data source .
   
   Now I'm using `df = pd.DataFrame(data={"x": [None, ]})` as input.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to