damast.data_handling.exploration

damast.data_handling.exploration#

Module containing the functionality to explore and visualise data

Module Attributes

PLOT_DPI

Default DPI when plotting figures

Functions

plot_histograms(*, df, output_dir, ...[, ...])

Plot histograms for the current data frame in to directory defined through get_plot_dir()

plot_lat_lon(*, df, output_dir[, ...])

Save a scatter plot of latitude longitude :param df: :param output_dir: :param longitude_name: Name of the longitude column in the dataframe :param latitude_name: Name of the latitude column in the dataframe :param filename_prefix: filename prefix for the output scatter plot :param dpi: DPI to save the final image with