Example #1
0
		def fget(self):
			return typify(str, self.__load_metadata('txt_subcategory'))
Example #2
0
		def fget(self):
			return typify(int, self.__load_metadata('dt_last_refreshed_date'))
Example #3
0
		def fget(self):
			return typify(str, self.__load_metadata('txt_geography'))
Example #4
0
		def fget(self):
			return typify(int, self.__load_metadata('dt_last_updated_history'))
Example #5
0
		def fget(self):
			return typify(int, self.__load_metadata('txt_Quandl_database'))
Example #6
0
		def fget(self):
			return typify(int, self.__load_metadata('code_original_periodicity'))
Example #7
0
		def fget(self):
			return typify(bool, self.__load_metadata('bool_data_is_categorical'))
Example #8
0
		def fget(self):
			return typify(int, self.__load_metadata('dt_min_data_date'))
Example #9
0
		def fget(self):
			return typify(str, self.__load_metadata('txt_category_meaning'))
Example #10
0
	def __is_stored_db(self):
		typify(bool, self.__load_metadata('bool_word_is_stored'))