Standardize pandas metadata for table schema and parquet #19261
Labels
API - Consistency
Internal Consistency of API/Behavior
Enhancement
IO JSON
read_json, to_json, json_normalize
IO Parquet
parquet, feather
Both
to_json(orient='table')
andto_parquet
write some metadata about the dataframe. It'd be nice to standardize these.Discrepancies
'__index_level_d__'
)We should also add a function for parsing the metadata, and perhaps constructing an empty DataFrame with the correct index, types, and column names based off the metadata.
The text was updated successfully, but these errors were encountered: