def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.cotizaciones,'cotizaciones_empresas')
def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.data_recuperados, 'covid_19_recuperados') SQLUtil.pandasToTable(self.data_fallecidos, 'covid_19_fallecidos') SQLUtil.pandasToTable(self.data_confirmados, 'covid_19_confirmados')
def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.data_datos_diarios, 'datos_diarios_calidad_aire') SQLUtil.pandasToTable(self.data_estaciones_control, 'estaciones_control')
def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.df, 'defunciones_momo')
def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.dataframe,'trafico_calle_30_madrid')
def load(self): from common.SQLUtil import SQLUtil SQLUtil.pandasToTable(self.dataframe,'comunidades_autonomas')