reciprocalspaceship.summarize_mtz_dtypes

reciprocalspaceship.summarize_mtz_dtypes(print_summary=True)[source]

Returns a table summarizing the MTZ Dtypes that can be used in a DataSet or DataSeries. These MTZ Dtypes are used to ensure compatibility with the different column types supported by the MTZ file specification.

Parameters:

print_summary (bool) – Whether to print the summary table to stdout

Returns:

pd.DataFrame – If print_summary is False, returns DataFrame summarizing the MTZ data types. Otherwise, returns None