chemcoord.Zmat.to_string

Zmat.to_string(buf=None, format_abs_ref_as='string', upper_triangle=True, header=True, index=True, **kwargs)

Render a DataFrame to a console-friendly tabular output.

Wrapper around the pandas.DataFrame.to_string() method.