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