Open
Description
Code Sample, a copy-pastable example if possible
Please comsider merging
Problem description
Currently pandas can not add custom metadata to parquet file.
This patch add metadata argument to DataFrame.to_parquet that allows for that.
Warning is issued when pandas key is present in the dictionary passed.