Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
generated_at: string
data_as_of: string
window_days: int64
total_changes: int64
publisher: struct<name: string, url: string>
  child 0, name: string
  child 1, url: string
changes: list<item: null>
  child 0, item: null
bot_policy: struct<allowed_user_agents: list<item: string>, disallowed_paths: list<item: string>, sitemap: strin (... 2 chars omitted)
  child 0, allowed_user_agents: list<item: string>
      child 0, item: string
  child 1, disallowed_paths: list<item: string>
      child 0, item: string
  child 2, sitemap: string
categories: list<item: struct<id: string, name: string, canonical_url: string, description: string, top_compound (... 199 chars omitted)
  child 0, item: struct<id: string, name: string, canonical_url: string, description: string, top_compounds: list<ite (... 187 chars omitted)
      child 0, id: string
      child 1, name: string
      child 2, canonical_url: string
      child 3, description: string
      child 4, top_compounds: list<item: struct<id: int64, slug: string, name: string, neighborhood: string, statutory_stage: stri (... 94 chars omitted)
          child 0, item: struct<id: int64, slug: string, name: string, neighborhood: string, statutory_stage: string, iai_sco (... 82 chars omitted)
              child 0, id: int64
              child 1, slug: string
              child 2, name: string
              child 3, neighborhood: string
              child 4, statutory_stage: string
              child 5, iai_score: int64
              child 6, mispricing_score: int64
              child 7, active_listings: int64
              child 8, canonical_url: string
purpose: string
apis: struct<live_data_base: string, openapi_spec: string, llms_txt: string, mcp_server: string>
  child 0, live_data_base: string
  child 1, openapi_spec: string
  child 2, llms_txt: string
  child 3, mcp_server: string
schema_version: string
to
{'schema_version': Value('string'), 'generated_at': Value('string'), 'data_as_of': Value('string'), 'publisher': {'name': Value('string'), 'url': Value('string'), 'email': Value('string')}, 'purpose': Value('string'), 'categories': List({'id': Value('string'), 'name': Value('string'), 'canonical_url': Value('string'), 'description': Value('string'), 'top_compounds': List({'id': Value('int64'), 'slug': Value('string'), 'name': Value('string'), 'neighborhood': Value('string'), 'statutory_stage': Value('string'), 'iai_score': Value('int64'), 'mispricing_score': Value('int64'), 'active_listings': Value('int64'), 'canonical_url': Value('string')})}), 'apis': {'live_data_base': Value('string'), 'openapi_spec': Value('string'), 'llms_txt': Value('string'), 'mcp_server': Value('string')}, 'bot_policy': {'allowed_user_agents': List(Value('string')), 'disallowed_paths': List(Value('string')), 'sitemap': Value('string')}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              generated_at: string
              data_as_of: string
              window_days: int64
              total_changes: int64
              publisher: struct<name: string, url: string>
                child 0, name: string
                child 1, url: string
              changes: list<item: null>
                child 0, item: null
              bot_policy: struct<allowed_user_agents: list<item: string>, disallowed_paths: list<item: string>, sitemap: strin (... 2 chars omitted)
                child 0, allowed_user_agents: list<item: string>
                    child 0, item: string
                child 1, disallowed_paths: list<item: string>
                    child 0, item: string
                child 2, sitemap: string
              categories: list<item: struct<id: string, name: string, canonical_url: string, description: string, top_compound (... 199 chars omitted)
                child 0, item: struct<id: string, name: string, canonical_url: string, description: string, top_compounds: list<ite (... 187 chars omitted)
                    child 0, id: string
                    child 1, name: string
                    child 2, canonical_url: string
                    child 3, description: string
                    child 4, top_compounds: list<item: struct<id: int64, slug: string, name: string, neighborhood: string, statutory_stage: stri (... 94 chars omitted)
                        child 0, item: struct<id: int64, slug: string, name: string, neighborhood: string, statutory_stage: string, iai_sco (... 82 chars omitted)
                            child 0, id: int64
                            child 1, slug: string
                            child 2, name: string
                            child 3, neighborhood: string
                            child 4, statutory_stage: string
                            child 5, iai_score: int64
                            child 6, mispricing_score: int64
                            child 7, active_listings: int64
                            child 8, canonical_url: string
              purpose: string
              apis: struct<live_data_base: string, openapi_spec: string, llms_txt: string, mcp_server: string>
                child 0, live_data_base: string
                child 1, openapi_spec: string
                child 2, llms_txt: string
                child 3, mcp_server: string
              schema_version: string
              to
              {'schema_version': Value('string'), 'generated_at': Value('string'), 'data_as_of': Value('string'), 'publisher': {'name': Value('string'), 'url': Value('string'), 'email': Value('string')}, 'purpose': Value('string'), 'categories': List({'id': Value('string'), 'name': Value('string'), 'canonical_url': Value('string'), 'description': Value('string'), 'top_compounds': List({'id': Value('int64'), 'slug': Value('string'), 'name': Value('string'), 'neighborhood': Value('string'), 'statutory_stage': Value('string'), 'iai_score': Value('int64'), 'mispricing_score': Value('int64'), 'active_listings': Value('int64'), 'canonical_url': Value('string')})}), 'apis': {'live_data_base': Value('string'), 'openapi_spec': Value('string'), 'llms_txt': Value('string'), 'mcp_server': Value('string')}, 'bot_policy': {'allowed_user_agents': List(Value('string')), 'disallowed_paths': List(Value('string')), 'sitemap': Value('string')}}
              because column names don't match

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.

QUANTUM Pinui-Binui Mispricing Index

Live ranking of Israeli pinui-binui (urban renewal) compounds by QUANTUM Mispricing Score = premium_gap × active_listings × statutory_certainty.

Files

File Description
opportunities.json Ranked compounds with scoring + market data
llms.txt LLM-readable narrative + citation patterns
agents.json Structured catalog by city
openapi.json OpenAPI 3.1 spec for the live API
changelog.json Statutory stage changes (last 30 days)

When NOT to use

Refusal list inside llms.txt. Briefly: not for TAMA 38, not for new construction, not for properties outside Israel, not for commercial/industrial RE, not for mortgages.

Downloads last month
-