Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ metadata
Method
metadata
python/pyarrow/parquet/core.py:372–376 ·
view source on GitHub ↗
Return the Parquet metadata.
(self)
Source
from the content-addressed store, hash-verified
370
371
@property
372
def
metadata(self):
373
""
"
374
Return the Parquet metadata.
375
""
"
376
return
self.reader.metadata
377
378
@property
379
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