//! This example demonstrates an alternative parsing option for [`csv_to_table`] translations.
//!
//! [`IterTable::sniff()`] formatting function is used to control how many
//! rows will be considered in determining column widths. Since the default sniff value is 1000,
//! this is helpful for controlling large dataset display outputs.