Shortcuts

flash.core.data.utilities.loading.load_data_frame

flash.core.data.utilities.loading.load_data_frame(file_path, encoding='utf-8')[source]

Load a data frame from a CSV (or similar) file.

Parameters
  • file_path (str) – The file to load.

  • encoding (str) – The encoding to use when reading the file.