Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 50 new columns ({'other', 'bathroom_count', 'condominium_rate', 'address.number', 'building.party_room', 'for_sale', 'building.elevator', 'building.heating', 'property_type', 'building.garden', 'building.gym', 'building.generator', 'building.fireplace', 'building.home_theater', 'building.sauna', 'property_tax', 'building.gourmet_area', 'building.air_conditioning', 'for_rent', 'building.barbecue', 'building.balcony', 'rent_price', 'sale_price', 'building.service_room', 'building.playground', 'building.solar_panel', 'building.garage', 'title', 'built_area', 'real_estate', 'building.terrace', 'building.doorman', 'building.storage', 'building.laundry', 'address.neighborhood', 'description', 'building.service_area', 'building.wine_cellar', 'building.total_levels', 'address.city', 'building.sports_court', 'address.state', 'garage_count', 'building.pool', 'building.level', 'room_count', 'building.home_office', 'address.street', 'total_area', 'property_code'}) and 4 missing columns ({'node_labels', 'nodes', 'xpaths', 'id'}).
This happened while the json dataset builder was generating data using
hf://datasets/tomlobato/markuplm-properties/label2id.json (at revision 3e09310b4c1c321ede6e22afcd6d78487d1c8b0e)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
property_code: int64
property_type: int64
for_sale: int64
sale_price: int64
room_count: int64
garage_count: int64
total_area: int64
property_tax: int64
building.gym: int64
building.barbecue: int64
building.elevator: int64
building.gourmet_area: int64
building.garden: int64
building.pool: int64
building.playground: int64
building.sports_court: int64
building.party_room: int64
building.home_theater: int64
address.neighborhood: int64
built_area: int64
condominium_rate: int64
title: int64
description: int64
address.city: int64
for_rent: int64
rent_price: int64
bathroom_count: int64
address.street: int64
address.state: int64
real_estate: int64
address.number: int64
building.air_conditioning: int64
building.home_office: int64
building.laundry: int64
building.garage: int64
building.doorman: int64
building.total_levels: int64
building.sauna: int64
building.solar_panel: int64
building.service_area: int64
building.storage: int64
building.level: int64
building.terrace: int64
building.balcony: int64
building.generator: int64
building.service_room: int64
building.heating: int64
building.fireplace: int64
building.wine_cellar: int64
other: int64
to
{'node_labels': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'nodes': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'xpaths': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'id': Value(dtype='int64', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1577, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1191, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 50 new columns ({'other', 'bathroom_count', 'condominium_rate', 'address.number', 'building.party_room', 'for_sale', 'building.elevator', 'building.heating', 'property_type', 'building.garden', 'building.gym', 'building.generator', 'building.fireplace', 'building.home_theater', 'building.sauna', 'property_tax', 'building.gourmet_area', 'building.air_conditioning', 'for_rent', 'building.barbecue', 'building.balcony', 'rent_price', 'sale_price', 'building.service_room', 'building.playground', 'building.solar_panel', 'building.garage', 'title', 'built_area', 'real_estate', 'building.terrace', 'building.doorman', 'building.storage', 'building.laundry', 'address.neighborhood', 'description', 'building.service_area', 'building.wine_cellar', 'building.total_levels', 'address.city', 'building.sports_court', 'address.state', 'garage_count', 'building.pool', 'building.level', 'room_count', 'building.home_office', 'address.street', 'total_area', 'property_code'}) and 4 missing columns ({'node_labels', 'nodes', 'xpaths', 'id'}).
This happened while the json dataset builder was generating data using
hf://datasets/tomlobato/markuplm-properties/label2id.json (at revision 3e09310b4c1c321ede6e22afcd6d78487d1c8b0e)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id int64 | nodes sequence | node_labels sequence | xpaths sequence |
|---|---|---|---|
5 | [
"Home",
".menu-item-type-post_type, .menu-item-home :: ",
"Imóveis",
"Tipos",
"Sobrado",
".menu-item-type-taxonomy, .menu-item-object-property_type :: ",
"Terreno",
".menu-item-type-taxonomy, .menu-item-object-property_type :: ",
"Casa Térrea",
".menu-item-type-taxonomy, .menu-item-object-property... | [
49,
49,
49,
49,
1,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div[1]/div/ul/li[1]/span",
"/html/body/div[1]/div/ul/li[1]",
"/html/body/div[1]/div/ul/li[2]/span",
"/html/body/div[1]/div/ul/li[2]/ul/li[1]/span",
"/html/body/div[1]/div/ul/li[2]/ul/li[1]/ul/li[1]/span",
"/html/body/div[1]/div/ul/li[2]/ul/li[1]/ul/li[1]",
"/html/body/div[1]/div/ul/li[2]/ul/... |
3 | [
"#topo_site_logotipo :: ",
"(41)988384849",
"grazielle.comin@gmail.com",
"Início",
"Quem Somos",
"Documentação",
"Contato",
"Pesquisar Imóveis",
"#favoritoscount :: 0",
"Imóveis Favoritos",
"Código/Referência:",
"Venda",
"Apartamento",
"Loft",
"Terreno",
"Locação",
"Apartamento",
"... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
49,
49,
49,
49,
1,
49,
49,
... | [
"/html/body/div[1]/div/div[1]",
"/html/body/div[1]/div/div[2]/div[1]/span",
"/html/body/div[1]/div/div[2]/div[2]",
"/html/body/div[2]/div/span[1]/span",
"/html/body/div[2]/div/span[2]/span",
"/html/body/div[2]/div/span[3]/span",
"/html/body/div[2]/div/span[4]/span",
"/html/body/div[3]/div/p",
"/html... |
10 | [
"Inicio",
"Sobre",
"Contato",
".w-col-small-7 :: ",
"WhatsApp",
"(46)",
"999786010",
".w-col-small-4 :: ",
"`",
".w-col-small-1 :: ",
".slide-imovel :: ",
"Ref.: 198",
"Quero que me ligue",
"Quero que me ligue",
"Terreno - 1.494,35m²",
".txttipo :: Venda",
".w-col-small-6 :: ",
".v... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
49,
3,
49,
22,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49
] | [
"/html/body/div[1]/div/div/div/div[1]/ul/li[1]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[2]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[3]",
"/html/body/div[1]/div/div/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[2]/span[1]",
"/html/... |
4 | [
"#topo_site_logotipo :: ",
"(41)988384849",
"grazielle.comin@gmail.com",
"Início",
"Quem Somos",
"Documentação",
"Contato",
"Pesquisar Imóveis",
"#favoritoscount :: 0",
"Imóveis Favoritos",
"Código/Referência:",
"Venda",
"Apartamento",
"Loft",
"Terreno",
"Locação",
"Apartamento",
"... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
22,
24,
49,
25,
18,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div[1]/div/div[1]",
"/html/body/div[1]/div/div[2]/div[1]/span",
"/html/body/div[1]/div/div[2]/div[2]",
"/html/body/div[2]/div/span[1]/span",
"/html/body/div[2]/div/span[2]/span",
"/html/body/div[2]/div/span[3]/span",
"/html/body/div[2]/div/span[4]/span",
"/html/body/div[3]/div/p",
"/html... |
9 | [
"Inicio",
"Sobre",
"Contato",
".w-col-small-7 :: ",
"WhatsApp",
"(46)",
"999786010",
".w-col-small-4 :: ",
"`",
".w-col-small-1 :: ",
".slide-imovel :: ",
"Ref.: 197",
"Quero que me ligue",
"Quero que me ligue",
"Lote - 258,12m²",
".txttipo :: Venda",
".w-col-small-6 :: ",
".valor ... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
6,
49,
18,
23,
49,
49,
3,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49
] | [
"/html/body/div[1]/div/div/div/div[1]/ul/li[1]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[2]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[3]",
"/html/body/div[1]/div/div/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[2]/span[1]",
"/html/... |
7 | [
"047",
"3622 5868",
"047",
"9",
"8412 2925",
"047",
"9",
"8412 2663",
"Olá, faça seu login ou cadastre-se",
"Buscar",
"Home",
"Lista de Imóveis",
"Casa - 4 Dormitórios",
"Geral",
"{{op.ftc_descricao}}",
"Videos",
"360",
".buildinggallery, #buildinggallery :: ",
"#imovel_galeria :... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
27,
18,
23,
49,
49,
... | [
"/html/body/div[1]/div/div[2]/div/span[1]",
"/html/body/div[1]/div/div[2]/div/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[1]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[3]",
"/html/body/div[1]/div/div[2]/div/d... |
1 | [
"Jardim da Saúde - REF. IM8368",
".infor :: São Paulo | Apartamento | RESIDENCIAL",
"Venda",
"R$ 2.300.000,00",
"SELECIONAR IMÓVEL",
".select-imovel :: ",
"3",
"DORM(S)",
"3",
"SUÍTE(S)",
"3",
"VAGA(S)",
"286m²",
"ÁREA ÚTIL",
"R$2.990,25",
"CONDOMÍNIO",
"R$1.497,48",
"IPTU",
".in... | [
0,
1,
2,
3,
49,
49,
4,
49,
49,
49,
5,
49,
6,
49,
49,
49,
7,
49,
49,
49,
49,
49,
49,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
18,
49,
49,
49,
49,
49,
49,
49,
49,
19,
49,
49... | [
"/html/body/div/div/div[1]/div/div/h1/span[1]",
"/html/body/div/div/div[1]/div/div/h1/span[2]",
"/html/body/div/div/div[1]/div/div/h1/div/span[1]",
"/html/body/div/div/div[1]/div/div/h1/div/span[2]",
"/html/body/div/div/label/div/span",
"/html/body/div/div/label",
"/html/body/div/div/div[2]/div[1]/ul/sp... |
8 | [
"047",
"3622 5868",
"047",
"9",
"8412 2925",
"047",
"9",
"8412 2663",
"Olá, faça seu login ou cadastre-se",
"Buscar",
"Home",
"Lista de Imóveis",
"Casa - 4 Dormitórios",
"Geral",
"{{op.ftc_descricao}}",
"Videos",
"360",
".buildinggallery, #buildinggallery :: ",
"#imovel_galeria :... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
1,
49,
18,
23,
49,
49,
... | [
"/html/body/div[1]/div/div[2]/div/span[1]",
"/html/body/div[1]/div/div[2]/div/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[1]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[3]",
"/html/body/div[1]/div/div[2]/div/d... |
6 | [
"047",
"3622 5868",
"047",
"9",
"8412 2925",
"047",
"9",
"8412 2663",
"Olá, faça seu login ou cadastre-se",
"Buscar",
"Home",
"Lista de Imóveis",
"Terreno - Urbano",
"Geral",
"{{op.ftc_descricao}}",
"Videos",
"360",
".buildinggallery, #buildinggallery :: ",
"#imovel_galeria :: ",... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
18,
23,
49,
49,
49,
... | [
"/html/body/div[1]/div/div[2]/div/span[1]",
"/html/body/div[1]/div/div[2]/div/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[1]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[2]",
"/html/body/div[1]/div/div[2]/div/div/p[1]/span[2]/span[3]",
"/html/body/div[1]/div/div[2]/div/d... |
2 | [
"Aclimação - REF. IM9796",
".infor :: São Paulo | Apartamento | RESIDENCIAL",
"Venda",
"R$ 690.000,00",
"SELECIONAR IMÓVEL",
".select-imovel :: ",
"2",
"DORM(S)",
"2",
"VAGA(S)",
"65m²",
"ÁREA ÚTIL",
"R$420,00",
"CONDOMÍNIO",
"R$95,00",
"IPTU",
".infoimovel :: ",
"DESCRIÇÃO DO IMÓV... | [
18,
49,
49,
3,
49,
49,
4,
49,
49,
49,
19,
49,
20,
49,
7,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
4... | [
"/html/body/div/div/div[1]/div/div/h1/span[1]",
"/html/body/div/div/div[1]/div/div/h1/span[2]",
"/html/body/div/div/div[1]/div/div/h1/div/span[1]",
"/html/body/div/div/div[1]/div/div/h1/div/span[2]",
"/html/body/div/div/label/div/span",
"/html/body/div/div/label",
"/html/body/div/div/div[2]/div[1]/ul/sp... |
11 | [
"Inicio",
"Sobre",
"Contato",
".w-col-small-7 :: ",
"WhatsApp",
"(46)",
"999786010",
".w-col-small-4 :: ",
"`",
".w-col-small-1 :: ",
".slide-imovel :: ",
"Ref.: 215",
"Quero que me ligue",
"Quero que me ligue",
"Terreno - 2507,00",
".txttipo :: Venda",
".w-col-small-6 :: ",
".valo... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
0,
49,
49,
21,
49,
49,
3,
49,
22,
49,
6,
49,
49,
49,
49,
49,
49,
49,
23,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
4... | [
"/html/body/div[1]/div/div/div/div[1]/ul/li[1]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[2]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[3]",
"/html/body/div[1]/div/div/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[2]/span[1]",
"/html/... |
12 | [
"Inicio",
"Sobre",
"Contato",
".w-col-small-7 :: ",
"WhatsApp",
"(46)",
"999786010",
".w-col-small-4 :: ",
"`",
".w-col-small-1 :: ",
".slide-imovel :: ",
"Ref.: 261",
"Quero que me ligue",
"Quero que me ligue",
"Casa - 371 m²",
".txttipo :: Venda",
".w-col-small-6 :: ",
".valor ::... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
0,
49,
49,
21,
49,
49,
3,
49,
22,
6,
49,
19,
49,
49,
28,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49
] | [
"/html/body/div[1]/div/div/div/div[1]/ul/li[1]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[2]",
"/html/body/div[1]/div/div/div/div[1]/ul/li[3]",
"/html/body/div[1]/div/div/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[1]",
"/html/body/div[1]/div/div/div/div[2]/div/div[2]/span[1]",
"/html/... |
13 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
16 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
15 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
22,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
14 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
29,
21,
49,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
25,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
18 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
24,
22,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
25,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
17 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
20 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
25,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
19 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
22,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
21 | [
"A QUALIMÓVEIS",
"NOSSOS SERVIÇOS",
"FALE CONOSCO:",
"11 4591-1339",
"qualimoveis@qualimoveis.imb.br",
"#central-imv :: ",
"Locação de imóveis",
"Galpões Industriais e Comerciais para Comprar e Alugar é na Qualimóveis",
"#titulo-alugar :: ",
"Galpão Industrial / Logístico para Locação",
".carous... | [
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
49,
49,
49,
49,
49,
22,
49,
49,
49,
49,
6,
49,
19,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
25,
49,
49,
49,
49,
... | [
"/html/body/div/div[1]/div/ul/span[1]",
"/html/body/div/div[1]/div/ul/span[2]",
"/html/body/div/div[2]/div[2]/div/h2",
"/html/body/div/div[2]/div[2]/div/span[1]",
"/html/body/div/div[2]/div[2]/div/span[2]",
"/html/body/div/div[3]/div/div/div",
"/html/body/div/div[3]/article/div[1]/div[1]/div/h1",
"/ht... |
23 | [
"Inicial",
"A Empresa",
"Venda",
"Todos os Imóveis",
"Apartamento",
"Casa",
"Locação",
"Todos os Imóveis",
"Apartamento",
"Casa",
"Comercial",
"Informações",
"Vender / Alugar meu Imóvel",
"Pesquisa Completa",
"Financiamento",
"Notícias",
"Correspondente Bancário",
"#dropdown_inform... | [
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
49,
21,
49,
49,
49,
49,
20,
4,
49,
49,
49,
49,
49,
5,
49,
49,
49,
49,
18,
49,
49,
49,
49,
49,
22,
49,
49,
... | [
"/html/body/div[1]/ul/li[1]/span",
"/html/body/div[1]/ul/li[2]/span",
"/html/body/div[1]/ul/li[3]/span",
"/html/body/div[1]/ul/li[3]/ul/li[1]",
"/html/body/div[1]/ul/li[3]/ul/li[2]",
"/html/body/div[1]/ul/li[3]/ul/li[3]",
"/html/body/div[1]/ul/li[4]/span",
"/html/body/div[1]/ul/li[4]/ul/li[1]",
"/ht... |
End of preview.
No dataset card yet
- Downloads last month
- 3