damast.data_handling.exploration#
Module containing the functionality to explore and visualise data
Module Attributes
Default DPI when plotting figures |
Functions
|
Plot histograms for the current data frame in to directory defined through get_plot_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 |