View source on GitHub |
Writes a DatasetFeatureStatisticsList proto to a file in text format.
tfdv.write_stats_text(
stats: statistics_pb2.DatasetFeatureStatisticsList, output_path: Text
) -> None
Args | |
---|---|
stats
|
A DatasetFeatureStatisticsList proto. |
output_path
|
File path to write the DatasetFeatureStatisticsList proto. |
Raises | |
---|---|
TypeError
|
If the input proto is not of the expected type. |