Return the Parquet schema, unconverted to Arrow types
(self)
| 374 | |
| 375 | @property |
| 376 | def schema(self): |
| 377 | """ |
| 378 | Return the Parquet schema, unconverted to Arrow types |
| 379 | """ |
| 380 | return self.metadata.schema |
| 381 | |
| 382 | @property |
| 383 | def schema_arrow(self): |