TFSnippet
latest
API Docs
tfsnippet
tfsnippet.dataflows
tfsnippet.datasets
tfsnippet.layers
tfsnippet.ops
tfsnippet.preprocessing
tfsnippet.utils
tfsnippet.utils Package
Functions
Classes
Class Inheritance Diagram
TFSnippet
Docs
»
API Docs
»
tfsnippet.utils
»
print_as_table
Edit on GitHub
print_as_table
¶
tfsnippet.utils.
print_as_table
(
title
,
key_values
,
hr='='
)
¶
Print a key-value sequence as a table.
Parameters:
title
– Title of the table.
key_values
– Dict, or key-value sequence.
hr
– Character for the horizon line.