Table of Contents
BaseProfileVisualizer Objects
class BaseProfileVisualizer()
plot_distribution
| plot_distribution(variable, **kwargs)
Plots a distribution chart.
plot_missing_values
| plot_missing_values(variable, **kwargs)
Plots a Missing Value to Total Count ratio chart.
plot_uniqueness
| plot_uniqueness(variable, **kwargs)
Plots a Estimated Unique Values chart.
plot_data_types
| plot_data_types(variable, **kwargs)
Plots a Inferred Data Types chart.
plot_string_length
| plot_string_length(variable, **kwargs)
Plots string length data .
plot_token_length
| plot_token_length(variable, character_list, **kwargs)
Plots token length data .
plot_char_pos
| plot_char_pos(variable, character_list, **kwargs)
Plots character position data .
plot_string
| plot_string(variable, character_list, **kwargs)
Plots string related data .
available_plots
| available_plots()
Returns available plots for selected framework.