Util

elizur.life.util.soa.read_soa_csv_mort_table(file_path, encoding: str = 'Windows-1252', delimiter: str = ',') Dict
Parameters:
  • file_path – The full file system path to the csv

  • encoding – The text encoding of the csv data. It defaults to ‘Windows-1252’.

  • delimiter – The delimiter of the csv data. It defaults to ‘,’.

Returns:

A dictionary with a ‘values’ and ‘metadata’ key.