Closed isampe closed 4 years ago
How to use the module:
import os import sys sys.path.append(os.path.abspath('..')) from commonLib.data_reader import * reader = SuicideDataReader() suiciderate = reader.read_data(SuicideRawData.SUICIDE_RATES, tidy = True) socioeconomic = reader.read_data(SuicideRawData.SOCIOECONOMIC)
note: only suicide rates and age-standardized that have different format between raw data and tidy data
How to use the module:
note: only suicide rates and age-standardized that have different format between raw data and tidy data