create_metadata_template¶
- pyeem.datasets.create_metadata_template(filepath, calibration_sources=None)¶
Creates an empty metadata template for future data collection.
- Parameters
filepath (str) – A filepath with which the new template will be written to.
(dict of {str (calibration_sources) – str}, optional): The calibration sources
will be measured in the future dataset. Defaults to None. (which) –
- Returns
The metadata template which was written to a CSV.
- Return type
pandas.DataFrame