Files
jorgecuadros-platform/migration/catalog.json
T
rmancinas 7e65fc81d5 Add legacy database structural reference for non-Windows machines
docs/LEGACY_DATABASES.md documents all three source Access databases
(every table, column, type, and known data-quality quirk) generated
from a live read of the real files, so no Windows/Access driver is
needed to understand their structure going forward.

New migration/ tooling: catalog_schema.py connects to the real files
and walks every table (including excluded scratch tables);
render_catalog_md.py renders that into the doc's appendix. Raw output
checked in at migration/catalog.json so the doc can be regenerated
without touching Access again.
2026-07-22 01:41:53 -07:00

10625 lines
282 KiB
JSON

{
"utilities": {
"path": "C:\\Users\\ricar\\Downloads\\Jorge\\UTILITIES.accdb",
"tables": {
"AGUA EVALUA": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "RUTAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PERIODO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"BANCO EDITOR": {
"excluded": true,
"row_count": 0,
"column_count": 12,
"columns": [
{
"name": "BANCO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ID",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MANZANA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LOTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NAME",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CASA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "VENCE1",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "VENCE2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "BFEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TRUST NUM",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FIRSTNAME",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ANOTAR",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"CHEQUE FM3": {
"excluded": false,
"row_count": 157,
"column_count": 9,
"columns": [
{
"name": "CL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TAX",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MULTA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONEPTO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM CHEQUE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"CLAVES": {
"excluded": false,
"row_count": 8,
"column_count": 4,
"columns": [
{
"name": "BANCO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MANT",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PRZN",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ZFED T",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"COBRO3": {
"excluded": false,
"row_count": 181,
"column_count": 25,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLONIA",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LABEL",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TIPO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CLIENTE TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA NACIMIENTO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO DE CUENTA EN",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONTROL FM3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "EMAIL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLIENTE DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "STATUS",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "IDIUT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CEL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ID SEG",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ID FM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"DATGRAL": {
"excluded": false,
"row_count": 1172,
"column_count": 25,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLONIA",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LABEL",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TIPO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CLIENTE TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA NACIMIENTO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "ESTADO DE CUENTA EN",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONTROL FM3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "EMAIL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLIENTE DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "STATUS",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "IDIUT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CEL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ID SEG",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "ID FM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
}
],
"access_type_metadata_available": true
},
"DATMEX": {
"excluded": false,
"row_count": 1520,
"column_count": 56,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CASA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELEFONO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELEFONO2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELEFONO3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FV",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FV2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FV3",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MANZANA",
"access_type": "VARCHAR(12)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LOTE",
"access_type": "VARCHAR(12)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "AGUA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "DIAGUA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "GAS",
"access_type": "VARCHAR(12)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "GAS VENCE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "ZONA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CHECK",
"access_type": "VARCHAR(1)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLAVE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RUTA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RUTA2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RUTA3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MEDIDOR",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MEDIDOR2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MEDIDOR3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LUZ TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BFEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CONSES",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BANCO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VENCE1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VENCE2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MANT",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MANT$",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CIA CABLE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIA CABLE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CABLE num",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PRZN",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PREDIAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "ZFED",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FIANZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ZFED T",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TRUST NUM",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RPU",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "RPU2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "RPU3",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TASA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CABLE/SKY",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "SERVICES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ALARM SYSTEM",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TITULAR SERV",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "VIGENTE",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "ILUZ",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "IAGUA",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "IPREDIAL",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ITEL",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOC 1",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOC 2",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"DATOS FUTUROS": {
"excluded": false,
"row_count": 0,
"column_count": 7,
"columns": [
{
"name": "NUMid",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "REFER",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERIOD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CHARGECREDIT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CHEQUE",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"DIRECCION": {
"excluded": false,
"row_count": 0,
"column_count": 4,
"columns": [
{
"name": "ID",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HOME 1:",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HOME 2:",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HOME 3:",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"DIRECCIONAWEB": {
"excluded": false,
"row_count": 1520,
"column_count": 2,
"columns": [
{
"name": "ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ADDRESS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"EFECTIVO": {
"excluded": false,
"row_count": 13697,
"column_count": 8,
"columns": [
{
"name": "CL",
"access_type": "SMALLINT(5)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONTO",
"access_type": "CURRENCY(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONEPTO",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F DEPOSITO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "ELABORO",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"EFECTIVO FM3": {
"excluded": false,
"row_count": 627,
"column_count": 9,
"columns": [
{
"name": "CL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "TAX",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MULTA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONEPTO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F DEPOSITO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"EFECTIVO_BACKUP": {
"excluded": false,
"row_count": 12387,
"column_count": 8,
"columns": [
{
"name": "CL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONTO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONEPTO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F DEPOSITO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "ELABORO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"Errores de pegado": {
"excluded": true,
"row_count": 1,
"column_count": 16,
"columns": [
{
"name": "Campo0",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo4",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo5",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo6",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo7",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo8",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo9",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo10",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo11",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo12",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo13",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo14",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Campo15",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FALTANTES AGUA": {
"excluded": true,
"row_count": 0,
"column_count": 6,
"columns": [
{
"name": "AGUA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ID",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FALTANTE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FirstName",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"FALTANTES TEL": {
"excluded": true,
"row_count": 0,
"column_count": 6,
"columns": [
{
"name": "TEL",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ID",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FALTANTE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FirstName",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"FECHAIF": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA INICIAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FINAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FECHAS": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FEE ANUAL": {
"excluded": false,
"row_count": 1082,
"column_count": 11,
"columns": [
{
"name": "NUMid",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "REFER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PERIOD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CHARGECREDIT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CHEQUE",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CAP",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "per",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONT",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOPAGO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"IVA 2015": {
"excluded": false,
"row_count": 911,
"column_count": 8,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CASA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "VALORU",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "VALIVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECIBO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"LUZ EVALUA": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "RUTAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PERIODO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"LUZ TODOS": {
"excluded": true,
"row_count": 0,
"column_count": 7,
"columns": [
{
"name": "ID",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CASA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RUTA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MEDIDOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RPU",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"LUZSCAN": {
"excluded": false,
"row_count": 0,
"column_count": 5,
"columns": [
{
"name": "ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CASA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RPUS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SALDO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"MAIL": {
"excluded": false,
"row_count": 84,
"column_count": 1,
"columns": [
{
"name": "CLIENTE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"PARA BILLING SIN": {
"excluded": true,
"row_count": 0,
"column_count": 1,
"columns": [
{
"name": "NUM id",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"PARA BILLING1": {
"excluded": true,
"row_count": 0,
"column_count": 2,
"columns": [
{
"name": "NUM id",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "$",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"PARA BILLING2": {
"excluded": true,
"row_count": 0,
"column_count": 2,
"columns": [
{
"name": "NUM id",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "$",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"PARA EDO": {
"excluded": true,
"row_count": 0,
"column_count": 1,
"columns": [
{
"name": "NUM id",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"PARAPER": {
"excluded": false,
"row_count": 0,
"column_count": 1,
"columns": [
{
"name": "per1",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"PROFILE": {
"excluded": false,
"row_count": 1520,
"column_count": 14,
"columns": [
{
"name": "NUMERID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CASA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PHONE1",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PHONEN",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "WATER1",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "GAS1",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FEDERALZONE",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PROPERTYTAXES",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "ELECTRIC",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "TRUST",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "BANK",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CABLE/SKY",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "SERVICES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"PROPANO": {
"excluded": false,
"row_count": 0,
"column_count": 24,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COLONIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EMAIL",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DATE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "REFER",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERIOD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TYPEOFTRX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CHARGECREDIT",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fdecreacion",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PASSWD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLIENTEDESDE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPODECAMBIO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOPAGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"RECIBONOCLIENT": {
"excluded": false,
"row_count": 1,
"column_count": 4,
"columns": [
{
"name": "NOMBRE CLIENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(200)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CANTIDAD",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"RPUN": {
"excluded": false,
"row_count": 0,
"column_count": 4,
"columns": [
{
"name": "NUMER ID",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RPU1",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CH/CRED",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"SHCP 5": {
"excluded": false,
"row_count": 0,
"column_count": 12,
"columns": [
{
"name": "ID",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RFC",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CURP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MES INICIO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "A\u00d1O INICIO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MES FINAL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "A\u00d1O FINAL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL DE DERECHOS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PARTE ACTUALIZADA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RECARGOS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MULTA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AJUSTE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLE1": {
"excluded": true,
"row_count": 13,
"column_count": 3,
"columns": [
{
"name": "CONT",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "AMOUNT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "BaLANCE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TEL EVALUA": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "MES PAGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FVT1",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TELEF": {
"excluded": false,
"row_count": 0,
"column_count": 4,
"columns": [
{
"name": "ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TELE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SALDO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TELEFONOS FECHAS": {
"excluded": true,
"row_count": 0,
"column_count": 6,
"columns": [
{
"name": "ID",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TELEFONOS",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CASA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FV",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"TIPO CAMBIO": {
"excluded": false,
"row_count": 1,
"column_count": 3,
"columns": [
{
"name": "TIPO DE CAMBIO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MENSAJE2",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": false
},
"TIPO HIST": {
"excluded": false,
"row_count": 2301,
"column_count": 3,
"columns": [
{
"name": "TIPO DE CAMBIO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HOUR",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TIT": {
"excluded": true,
"row_count": 1,
"column_count": 16,
"columns": [
{
"name": "FirstName",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LastName",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Address",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "City",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "State",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PostalCode",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Country",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "WorkPhone",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FaxNumber",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RFC",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Mailing Address",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "City Address",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Edo Address",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Postal Address",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "EmailName",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PERI",
"access_type": null,
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": false
},
"TRUSTHFEE": {
"excluded": true,
"row_count": 0,
"column_count": 24,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COLONIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EMAIL",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DATE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "REFER",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERIOD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TYPEOFTRX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CHARGECREDIT",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fdecreacion",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PASSWD",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLIENTEDESDE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPODECAMBIO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOPAGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"TRUSTVENCE": {
"excluded": false,
"row_count": 549,
"column_count": 6,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "BANCO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "BFEE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "VENCE1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VENCE2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "TRUST NUM",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"TYPE OF TRX": {
"excluded": false,
"row_count": 79,
"column_count": 2,
"columns": [
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "ESPA\u00d1OL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"billing": {
"excluded": true,
"row_count": 0,
"column_count": 6,
"columns": [
{
"name": "NUMid",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "REFER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERIOD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CHARGECREDIT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"datos2": {
"excluded": false,
"row_count": 16000,
"column_count": 12,
"columns": [
{
"name": "NUMid",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "REFER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PERIOD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CHARGECREDIT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CHEQUE",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CAP",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "per",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONT",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOPAGO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "DUE DATE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"datosfreak": {
"excluded": false,
"row_count": 15981,
"column_count": 26,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLONIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EMAIL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CEL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DATE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "REFER",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PERIOD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TYPEOFTRX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CHARGECREDIT",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "fdecreacion",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PASSWD",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLIENTEDESDE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "TIPODECAMBIO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOPAGO",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FEE",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
}
],
"access_type_metadata_available": false
},
"datosfreak2": {
"excluded": false,
"row_count": 1520,
"column_count": 2,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": false
},
"faltantes luz": {
"excluded": true,
"row_count": 0,
"column_count": 7,
"columns": [
{
"name": "MEDIDOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ID",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FALTANTE",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FirstName",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RPU",
"access_type": null,
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": false
},
"fee15": {
"excluded": false,
"row_count": 1030,
"column_count": 11,
"columns": [
{
"name": "NUMid",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DATE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "REFER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PERIOD",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TYPE OF TRX",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CHARGECREDIT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CHEQUE",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CAP",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "per",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONT",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOPAGO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"pagos email": {
"excluded": false,
"row_count": 20,
"column_count": 24,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLONIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EMAIL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DATE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "REFER",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PERIOD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TYPEOFTRX",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CHARGECREDIT",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "fdecreacion",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PASSWD",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLIENTEDESDE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "TIPODECAMBIO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOPAGO",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": false
},
"pagos todos": {
"excluded": false,
"row_count": 20,
"column_count": 24,
"columns": [
{
"name": "NUMid",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "DIRECCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLONIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EMAIL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DATE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "REFER",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PERIOD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TYPEOFTRX",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CHARGECREDIT",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MENSAJE",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "fdecreacion",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PASSWD",
"access_type": null,
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLIENTEDESDE",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "TIPODECAMBIO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "DIRECCIONMEX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOPAGO",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": false
}
}
},
"seguros": {
"path": "C:\\Users\\ricar\\Downloads\\Jorge\\SEGUROS 16_be.mdb",
"tables": {
"AJUSTA": {
"excluded": false,
"row_count": 3,
"column_count": 1,
"columns": [
{
"name": "AJUS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"AJUSTADORES": {
"excluded": false,
"row_count": 9,
"column_count": 6,
"columns": [
{
"name": "ORDEN",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(60)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BEEPER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"AJUSTADORESATLAS": {
"excluded": false,
"row_count": 8,
"column_count": 6,
"columns": [
{
"name": "ORDEN",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CIUDAD",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(60)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BEEPER",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"AMPL MENS": {
"excluded": true,
"row_count": 1,
"column_count": 6,
"columns": [
{
"name": "AM MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS 365 QUALITAS",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS 365 ATLAS",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLICY",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"AMPL R MENS": {
"excluded": true,
"row_count": 1,
"column_count": 5,
"columns": [
{
"name": "AM MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AM MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS365",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS 30 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"ATLAS": {
"excluded": false,
"row_count": 2,
"column_count": 3,
"columns": [
{
"name": "SEGURO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PNET",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DPOLI",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"BENEF": {
"excluded": false,
"row_count": 768,
"column_count": 5,
"columns": [
{
"name": "BPOLIZA",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "BNOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BDIRECCION",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BTEL",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BEMAIL",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"BORRA": {
"excluded": true,
"row_count": 1,
"column_count": 1,
"columns": [
{
"name": "CLVE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"COMENTARIOS": {
"excluded": false,
"row_count": 1,
"column_count": 6,
"columns": [
{
"name": "NUM",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "EN",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "QUE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COMENTARIOS",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "OK",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"COMPAN": {
"excluded": false,
"row_count": 4,
"column_count": 1,
"columns": [
{
"name": "COMPA\u00d1IA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"CONTACTS": {
"excluded": false,
"row_count": 3,
"column_count": 26,
"columns": [
{
"name": "ID",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "COMPA\u00d1IA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CARGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DEPARTAMENTO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TITULO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOMBRES",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "APELLIDOS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NUM",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "REGION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL TRABAJO1",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EXT1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL TRABAJO2",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EXT2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Tel Casa",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Celular",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Bipper",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Fax1",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Fax2",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Tel Emerg",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Email",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Cumplea\u00f1os",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "Notas",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"DATGRAL": {
"excluded": false,
"row_count": 1070,
"column_count": 25,
"columns": [
{
"name": "NUM id",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NUM UTIL",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NOMBRE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION 1",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DIRECCION 2",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUDAD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ESTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CODIGO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAIS",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELUSA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FAX",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TELEMERGENCIA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIUD",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EmailAddress",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA NACIMIENTO",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "IDISEG",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NUM FM",
"access_type": null,
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NO_IDENTIFICACION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EXPIRA_IDENTIFICACION",
"access_type": null,
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "TIPO_IDENTIFICACION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": false
},
"DATOS": {
"excluded": false,
"row_count": 2,
"column_count": 50,
"columns": [
{
"name": "POLIZA",
"access_type": null,
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "IDCLIENTE",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TIPO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA SINIESTRO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESCRIPCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA REPORTADO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FORMA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COPIA DE POLIZA",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "POLIZA LIQUIDADA",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "DA\u00d1OS VECINOS",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FECHA LIQUIDACION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMPA\u00d1IA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "HASTA",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "SERVICIO ADICONAL",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "COMENTARIOS PROCEDE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PROCEDE",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "AJUSTADOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA T AJUSTADOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA V AJUSTADOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA CONVENIO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARTA RECLAMACION",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CERTIFICADO M P",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM M P",
"access_type": null,
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FECHA M P",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CERT BOMBEROS",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM BOMBEROS",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA BOMBEROS",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CERT POLICIA FED",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM POLICIA FED",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA POLICIA FED",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FINIQUITO",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM FINIQUITO",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA FINIQUITO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LESIONADOS",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "DOCUMETO(S) ADIC",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DECLARACION ACCIDENTE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CANTIDAD RECLAMADA",
"access_type": null,
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "CANTIDAD PACTADA",
"access_type": null,
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FECHA CHEQUE",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RESOLUCION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONCLUIDO",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "ENVIO CHEQUE",
"access_type": null,
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM CHEQUE",
"access_type": null,
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA ACEPTACION",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA REEMBOLSO",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "SINIESTRO NUM",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CIA AJUSTADOR",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 1",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 2",
"access_type": null,
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": false
},
"DATOS AUTOS": {
"excluded": false,
"row_count": 49,
"column_count": 1,
"columns": [
{
"name": "MARCA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"DATOS AUTOS TIPO": {
"excluded": false,
"row_count": 133,
"column_count": 1,
"columns": [
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"EDOSEG": {
"excluded": false,
"row_count": 5,
"column_count": 18,
"columns": [
{
"name": "NUMID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(5)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PRIMA TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"EFECTIVO": {
"excluded": false,
"row_count": 295,
"column_count": 7,
"columns": [
{
"name": "CL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "MONTO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONEPTO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F DEPOSITO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FECHAIF": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA INICIAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FINAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FECHAS EDOSEG": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FECHAS PRIMA NETA": {
"excluded": false,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FORMAS": {
"excluded": false,
"row_count": 11,
"column_count": 1,
"columns": [
{
"name": "FORMA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"GENERICO_OLD": {
"excluded": true,
"row_count": 6,
"column_count": 6,
"columns": [
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RFC",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FPAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"ID TABLA": {
"excluded": true,
"row_count": 0,
"column_count": 22,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PLACA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SERV CIA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"ID TABLATLAS": {
"excluded": true,
"row_count": 0,
"column_count": 21,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SERV CIA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"IMPUESTOS": {
"excluded": false,
"row_count": 1,
"column_count": 1,
"columns": [
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"IMPUESTOS_AUTOS": {
"excluded": false,
"row_count": 1,
"column_count": 1,
"columns": [
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"IN MENS": {
"excluded": true,
"row_count": 1,
"column_count": 3,
"columns": [
{
"name": "IN MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "IN MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "IN MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"INCENDIO": {
"excluded": false,
"row_count": 1,
"column_count": 57,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "VIG 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "VIG 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PAGO SUBSEC",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 3",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 4",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 4",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 4",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "P NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "P NETA 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POL 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "EDIFICIO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "EDIF TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONTENIDOS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONT TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONSTRUCCION",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NUM LIQUIDACION2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"LIC MENS": {
"excluded": true,
"row_count": 1,
"column_count": 9,
"columns": [
{
"name": "LIC MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS365",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS 30 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "policy 30",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "policy 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "policy 50",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "policy 365",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"LICENCIAS": {
"excluded": false,
"row_count": 309,
"column_count": 51,
"columns": [
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "P ANTERIOR",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NOMBRE ASEG 1",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC 1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO 1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOMBRE ASEG 2",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC 2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO 2",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOMBRE ASEG 3",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC 3",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO 3",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "$ TOT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ACCIDENTE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "SERV CIA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"LIQUIDA SELLO": {
"excluded": false,
"row_count": 1,
"column_count": 4,
"columns": [
{
"name": "TECLEE LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA SELLO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "CH COMISION1N",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CH COMISION1F",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"LIQUIDAAD": {
"excluded": false,
"row_count": 7,
"column_count": 6,
"columns": [
{
"name": "POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "VIGENCIA INICIAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DERECHO DE P\u00d3LIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "OBSERVACIONES",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"M EMPR": {
"excluded": false,
"row_count": 5,
"column_count": 73,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "VIG 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "VIG 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONED",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAGO SUBSEC",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 3",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 4",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 4",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 4",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "P NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "P NETA 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POL 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 4",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "EDIFICIO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "EDIF TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONTENIDOS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONT TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "R CIVIL ACT",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "R CIVIL ARREND",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ROBO C VIOLENCIA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CRISTALES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ANUNCIOS LUM",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "DIN Y VALORES",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PLANTA BAJA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLANTA ALTA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONSTRUCCION",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION4",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COL",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"MCA2": {
"excluded": false,
"row_count": 4,
"column_count": 83,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(3)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONED",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "A\u00d1O1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA1",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MODELO1",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AUTO ID1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLASE1",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA1",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "A\u00d1O2",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA2",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO2",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "AUTO ID2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLASE2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO2",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "A\u00d1O3",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA3",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO3",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "AUTO ID3",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLASE3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA3",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO3",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PRIMA1",
"access_type": "CURRENCY(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "D POLIZA1",
"access_type": "CURRENCY(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NAME1",
"access_type": "VARCHAR(40)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BIRTH1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDAD1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LICEDO1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OCUP1",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NAME2",
"access_type": "VARCHAR(40)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BIRTH2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDAD2",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LICEDO2",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OCUP2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NAME3",
"access_type": "VARCHAR(40)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "BIRTH3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDAD3",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIC3",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LICEDO3",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OCUP3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "POLIZA ANT",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "OB1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OB2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OB3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PRIMA CO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "D POLIZA CO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NULIQUIDA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "DIAS",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "SEX1",
"access_type": "VARCHAR(1)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "SEX2",
"access_type": "VARCHAR(1)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "AM",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "HORA1",
"access_type": "VARCHAR(5)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "HORA2",
"access_type": "VARCHAR(5)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MP",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"MCA2 MENS": {
"excluded": true,
"row_count": 1,
"column_count": 3,
"columns": [
{
"name": "MCA2 MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MCA2MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MCA2MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"ME MENS": {
"excluded": true,
"row_count": 1,
"column_count": 3,
"columns": [
{
"name": "ME MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "ME MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "ME MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"MF MENS": {
"excluded": true,
"row_count": 1,
"column_count": 3,
"columns": [
{
"name": "MF MENSAJE 1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MF MENS2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MF MENS3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"MULT": {
"excluded": false,
"row_count": 763,
"column_count": 82,
"columns": [
{
"name": "NUM id",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "VIG 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VIG 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONED",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAGO SUBSEC",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONED 2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 3",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 3",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 3",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO 4",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 4",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 4",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 4",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "P NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "P NETA 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "RECARGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "D POL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POL 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COM 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "EDIFICIO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "EDIF TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CONTENIDOS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONT TERREMOTO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "R CIVIL FAMILIAR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "R CIVIL ARREND",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "ROBO C VIOLENCIA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CRISTALES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PLANTA BAJA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLANTA ALTA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONSTRUCCION",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CP",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONDO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESCR EDIFICIO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MUROS",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TECHO",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "HIDR",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FOTO1",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "CONFIRMA L2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "CH CONF L1N",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CH CONF L2N",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CH COMISION1NU",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CH COMISION2NU",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMISION2FE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "COMISION1FE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "COPIA B",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 1",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 2",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"RC MENSAJE": {
"excluded": true,
"row_count": 1,
"column_count": 9,
"columns": [
{
"name": "RC MEN1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MEN2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MEN3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MEN365",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MEN 30 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLICY 30",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLICY 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLICY 50",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "POLICY 365",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"RC R MENS": {
"excluded": true,
"row_count": 1,
"column_count": 6,
"columns": [
{
"name": "RC MEN1",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RC MEN2",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MEN3",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MENS365INGL",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RC MENS365ESP",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LIC MENS 30 40",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"RECIBONOCLIENT": {
"excluded": false,
"row_count": 1,
"column_count": 4,
"columns": [
{
"name": "NOMBRE CLIENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(200)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CANTIDAD",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "MONEDAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS": {
"excluded": false,
"row_count": 804,
"column_count": 55,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "P ANTERIOR",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA 1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO 1",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA 1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MOTOR 1",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA 1",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA 2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO 2",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA 2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MOTOR 2",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MOTOR 3",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "SERV CIA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS AMPL": {
"excluded": false,
"row_count": 478,
"column_count": 61,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "P ANTERIOR",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PLACA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COLISION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "SUMA ROBO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CSL LIMITE",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "EXTENDED COVERAGE",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "CUBIERTO CON",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "ROBO%",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "COLI%",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "SERV CIA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "FOTO1",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "PLACAS",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "D MATERIAL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "R TOTAL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "VALOR AUTO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "LOSS",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "COPIA B",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 1",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DOCS 2",
"access_type": "LONGBINARY(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS AMPL R": {
"excluded": false,
"row_count": 14,
"column_count": 56,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COM 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "VIG 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "VIG 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAGO SUBSEC",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "MONED 2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COLISION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "SUMA ROBO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PRIMA NETA2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "RECARGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "A JURIDICA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "A CAMINO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS LIMIT": {
"excluded": false,
"row_count": 1,
"column_count": 38,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "SUMA ROBO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PERSONAS",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS LIMIT R": {
"excluded": true,
"row_count": 0,
"column_count": 39,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FOLIO",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTR",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SUMA ROBO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "A JURIDICA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "A CAMINO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA AUTOS RC R": {
"excluded": false,
"row_count": 8,
"column_count": 57,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NOMBRE ASEG",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CALLE Y NO",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COL",
"access_type": "VARCHAR(15)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EDO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "TEL",
"access_type": "VARCHAR(8)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "COM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COM 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "VIG 1",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "1ER PAGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "MONEDA",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": true
},
{
"name": "EFECTIVO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "PAGO SUBSEC",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "FECHA PAGO 2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED 2",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EFECTIVO 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NO CHEQUE 2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MARCA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MODELO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CARROCERIA",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MOTOR",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "GASTOS MEDICO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "ENDOSO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "OBSERVACIONES",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "COBERTURA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "PROPIEDADES",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "SERVICIO ADICIONAL",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "HORA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "PRIMA NETA2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "RECARGO 2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "D POLIZA2",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "LIQUIDADA 2",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "RENOVACION",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "A JURIDICA",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "A CAMINO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "NUM LIQUIDACION",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "NUM LIQUIDACION2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "F LIQUIDA2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L1",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CONFIRMA L2",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "RENT",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLA LIQUIDA MCA2": {
"excluded": true,
"row_count": 0,
"column_count": 15,
"columns": [
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LET POL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMPA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "com",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MENSAJE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "MP",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA LIQUIDA MF": {
"excluded": true,
"row_count": 0,
"column_count": 20,
"columns": [
{
"name": "NO POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "F PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LET POL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMPA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA1",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA2",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA3",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA4",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "com",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PAGOS",
"access_type": "VARCHAR(3)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FOLIO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA LIQUIDA RES": {
"excluded": true,
"row_count": 0,
"column_count": 21,
"columns": [
{
"name": "NO POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FORMA PAGO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "F PAGO",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LET POL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMPA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA2",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA3",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDA4",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "com",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PAGOS",
"access_type": "VARCHAR(3)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA LIQUIDA TUR": {
"excluded": true,
"row_count": 0,
"column_count": 15,
"columns": [
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LET POL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMPA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "com",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA LIQUIDA TUR ENDOSO": {
"excluded": true,
"row_count": 0,
"column_count": 15,
"columns": [
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LET POL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "PRIMA NETA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "D POLIZA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "IVA",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TOTAL",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "COMPA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ASEGURADO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LIQUIDADA",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "com",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "ENDOSO",
"access_type": "VARCHAR(2)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "F EMISION",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLE DATOS LIQUIDA MCA2": {
"excluded": false,
"row_count": 1,
"column_count": 7,
"columns": [
{
"name": "COMPANIA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA INI",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FIN",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "MENSAJE",
"access_type": "LONGCHAR(1073741823)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"TABLE DATOS LIQUIDA MF": {
"excluded": false,
"row_count": 1,
"column_count": 5,
"columns": [
{
"name": "COMPANIA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA INI",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FIN",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLE DATOS LIQUIDA RES": {
"excluded": false,
"row_count": 1,
"column_count": 6,
"columns": [
{
"name": "COMPANIA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA INI",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FIN",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TABLE DATOS LIQUIDA TUR": {
"excluded": false,
"row_count": 1,
"column_count": 7,
"columns": [
{
"name": "COMPANIA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "AGENTE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "CONTROL",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FECHA INI",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FIN",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "EXT COVERAGE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"TIPOS": {
"excluded": false,
"row_count": 4,
"column_count": 1,
"columns": [
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TIT": {
"excluded": true,
"row_count": 1,
"column_count": 15,
"columns": [
{
"name": "FirstName",
"access_type": "VARCHAR(25)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LastName",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Address",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "City",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "State",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "PostalCode",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Country",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "WorkPhone",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "FaxNumber",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "RFC",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Mailing Address",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "City Address",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Edo Address",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "Postal Address",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "EmailName",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"TODOS": {
"excluded": true,
"row_count": 0,
"column_count": 6,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NO POLIZA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "DESDE",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TODOSJC": {
"excluded": true,
"row_count": 569,
"column_count": 6,
"columns": [
{
"name": "NUMER ID",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "NOMBRE",
"access_type": "VARCHAR(255)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "LETPOL",
"access_type": "VARCHAR(4)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NO POLIZA",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
},
{
"name": "HASTA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "CIA",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"UTILSEG": {
"excluded": false,
"row_count": 1582,
"column_count": 3,
"columns": [
{
"name": "NOMBRE",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "SEGUROS",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "UTIL",
"access_type": "INTEGER(10)",
"pandas_dtype": "float64",
"nullable": true
}
],
"access_type_metadata_available": true
},
"gen1": {
"excluded": false,
"row_count": 9,
"column_count": 6,
"columns": [
{
"name": "RFC",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CLAVE",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "COMP",
"access_type": "VARCHAR(30)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "FPAGO",
"access_type": "VARCHAR(10)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "MONED",
"access_type": "VARCHAR(7)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "gen2_ID",
"access_type": "INTEGER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"gen2": {
"excluded": false,
"row_count": 14,
"column_count": 2,
"columns": [
{
"name": "AGENT",
"access_type": "VARCHAR(20)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "ID",
"access_type": "COUNTER(10)",
"pandas_dtype": "int64",
"nullable": false
}
],
"access_type_metadata_available": true
},
"vigenta casa y auto unicos": {
"excluded": true,
"row_count": 1733,
"column_count": 2,
"columns": [
{
"name": "num",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "vig",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
}
}
},
"scothia": {
"path": "C:\\Users\\ricar\\Downloads\\Jorge\\SCOTHIA.mdb",
"tables": {
"DATOS E": {
"excluded": false,
"row_count": 15406,
"column_count": 8,
"columns": [
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NUM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "EGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "OPERADO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NOTAS",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "CANTIDAD EN LETRA",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
}
],
"access_type_metadata_available": true
},
"DATOS I": {
"excluded": false,
"row_count": 6948,
"column_count": 8,
"columns": [
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
},
{
"name": "NUM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": true
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "INGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "float64",
"nullable": false
},
{
"name": "OPERADO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
},
{
"name": "NOTAS",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": true
},
{
"name": "TRANSFERIDO",
"access_type": "BIT(1)",
"pandas_dtype": "bool",
"nullable": false
}
],
"access_type_metadata_available": true
},
"FECHAIF": {
"excluded": true,
"row_count": 1,
"column_count": 2,
"columns": [
{
"name": "FECHA INICIAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
},
{
"name": "FECHA FINAL",
"access_type": "DATETIME(19)",
"pandas_dtype": "datetime64[ns]",
"nullable": false
}
],
"access_type_metadata_available": true
},
"INFORME": {
"excluded": true,
"row_count": 0,
"column_count": 11,
"columns": [
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NUM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "INGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "OPERADO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fecha inicial",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fecha final",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FECHA INF",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NOTAS",
"access_type": "VARCHAR(100)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"INFORME BA": {
"excluded": true,
"row_count": 0,
"column_count": 10,
"columns": [
{
"name": "FECHA",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "TIPO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "NUM",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "CONCEPTO",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "INGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "EGRESO",
"access_type": "DOUBLE(53)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "OPERADO",
"access_type": "BIT(1)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fecha inicial",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "fecha final",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
},
{
"name": "FECHA INF",
"access_type": "DATETIME(19)",
"pandas_dtype": "object",
"nullable": null
}
],
"access_type_metadata_available": true
},
"TABLA RAMODOS": {
"excluded": false,
"row_count": 66,
"column_count": 1,
"columns": [
{
"name": "RAMO2",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
},
"ban": {
"excluded": false,
"row_count": 1,
"column_count": 1,
"columns": [
{
"name": "banco",
"access_type": "VARCHAR(50)",
"pandas_dtype": "object",
"nullable": false
}
],
"access_type_metadata_available": true
}
}
}
}