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