Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ metadata
Method
metadata
python/pyarrow/parquet/core.py:369–373 ·
view source on GitHub ↗
Return the Parquet metadata.
(self)
Source
from the content-addressed store, hash-verified
367
368
@property
369
def
metadata(self):
370
""
"
371
Return the Parquet metadata.
372
""
"
373
return
self.reader.metadata
374
375
@property
376
def
schema(self):
Callers
2
test_open_output_stream_metadata
Function · 0.45
test_s3_real_aws
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_open_output_stream_metadata
Function · 0.36
test_s3_real_aws
Function · 0.36