BPt.Dataset.get_file_mapping#

Dataset.get_file_mapping(cols=None)[source]#

This function is used to access the up to date file mapping. And can be used to specify that only the subset of the file mapping of interest be used, to save on how much info is passed around.

Returns
file_mappingdict

Return a dictionary with keys as integer’s loaded in the Dataset referring to Data Files.

See also

to_data_file

Cast existing columns to type Data File.

add_data_files

Method for adding new data files