Dataset Preview
Duplicate
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 16 new columns ({'text', 'text_extraction_method', 'docket_number', 'pdf_url', 'local_pdf_path', 'jurisdiction', 'disposition', 'download_timestamp', 'sha256', 'source_page_url', 'file_size_bytes', 'id', 'scraper_version', 'page_count', 'decision_date', 'year'}) and 3 missing columns ({'classification', 'judges', 'full_text'}).

This happened while the json dataset builder was generating data using

hf://datasets/Kmisener/CBCA_Full/cbca_all.jsonl (at revision c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d), ['hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/CBCA.Full.0.1.json', 'hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/cbca_all.jsonl'], ['hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/CBCA.Full.0.1.json', 'hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/cbca_all.jsonl']

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 "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              id: string
              jurisdiction: string
              source_page_url: string
              pdf_url: string
              local_pdf_path: string
              file_name: string
              docket_number: extension<arrow.json>
              case_name: string
              decision_date: timestamp[s]
              year: int64
              disposition: string
              page_count: int64
              text: string
              text_extraction_method: string
              sha256: string
              file_size_bytes: int64
              download_timestamp: timestamp[s]
              scraper_version: string
              -- schema metadata --
              huggingface: '{"info": {"features": {"id": {"dtype": "string", "_type": "' + 927
              to
              {'file_name': Value('string'), 'case_name': Value('null'), 'judges': Value('null'), 'full_text': Value('string'), 'classification': Value('string')}
              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 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              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 16 new columns ({'text', 'text_extraction_method', 'docket_number', 'pdf_url', 'local_pdf_path', 'jurisdiction', 'disposition', 'download_timestamp', 'sha256', 'source_page_url', 'file_size_bytes', 'id', 'scraper_version', 'page_count', 'decision_date', 'year'}) and 3 missing columns ({'classification', 'judges', 'full_text'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/Kmisener/CBCA_Full/cbca_all.jsonl (at revision c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d), ['hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/CBCA.Full.0.1.json', 'hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/cbca_all.jsonl'], ['hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/CBCA.Full.0.1.json', 'hf://datasets/Kmisener/CBCA_Full@c3f5350a9bd0e8e20f461e7ca1d2349bd27d461d/cbca_all.jsonl']
              
              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.

file_name
string
case_name
null
judges
null
full_text
string
classification
string
VERGILIO_11-12-09_775__R.C._PROFESSIONAL_SERVICES,_INC._508.pdf
null
null
DENIED: November 12, 2009 CBCA 775 R.C. PROFESSIONAL SERVICES, INC., Appellant, v. DEPARTMENT OF HOMELAND SECURITY, Respondent. Richard Cora, President of R.C. Professional Services, Inc., Gurabo, Puerto Rico, appearing for Appellant. Wilbert Jones, Office of Procurement Law, United States Coast Guard, Departm...
Decision
LESTER_10-02-14_2774__MCALLEN__HOSPITALS_LP_DBA_SOUTH_TEXAS_HEALTH_SYSTEM.pdf
null
null
APPELLANT’S MOTION FOR SUMMARY RELIEF IN CBCA 2775 GRANTED IN PART; RESPONDENT’S MOTION FOR SUMMARY RELIEF IN CBCA 2775 DENIED; CBCA 2774 DISMISSED FOR LACK OF JURISDICTION: October 2, 2014 CBCA 2774, 2775 McALLEN HOSPITALS LP, dba SOUTH TEXAS HEALTH SYSTEM, Appellant, v. DEPARTMENT OF VETERANS AFFAIRS, Respondent. J...
Decision
CHADWICK_12-12-18_6306_HOF_CONSTRUCTION_INC.pdf
null
null
DISMISSED IN PART FOR LACK OF JURISDICTION: Decem ber 12, 2018 CBCA 6306 HOF CONSTRUCTION, INC., Appellant, v. GENERAL SERVICES ADMINISTRATION, Respondent. Brian P. Waagner of Husch Blackwell LLP, Washington, DC, counsel for Appellant. Robert W. Foltm an, Office of Regional Counsel, General Services Adm inistration, Ch...
Decision
CHADWICK_02-20-25_7999__NOMUDA_INC (ORDER).pdf
null
null
APPELLANT’S MOTION TO EXTEND DISCOVERY GRANTED IN PART: February 20, 2025 CBCA 7999 NOMUDA, INC., Appellant, v. DEPARTMENT OF HOMELAND SECURITY, Respondent. Dilyn Loveless and Timothy J. Turner of Whitcom b Selinsky , P.C., Denver, CO; and Chase Tanner Tavernier of Whitcom b Selinsky , P.C., Lakewood, CO, counsel for...
Decision
SHERIDAN_05-26-16_5042__B.C._CONSTRUCTION_CO_INC.pdf
null
null
GRANTED IN PART: May 26, 2016 CBCA 5041, 5042 B.C. CONSTRUCTION CO., INC., Appellant, v. DEPARTMENT OF VETERANS AFFAIRS, Respondent. John M. Manfredonia and James Petersen of Manf redonia Law Offices, LLC, Cresskill, NJ, counsel f or Appellant. Jennif er L. Hedge, Office of General Counsel, Departm ent of Veterans Aff...
Decision
HYATT_05-13-09_1095__SECTEX_INC_508.pdf
null
null
DENIED: May 12, 2009 CBCA 1095 SECTEK, INC., Appellant, v. DEPARTMENT OF HOMELAND SECURITY, Respondent. Jeffrey Weinstein of Jeffrey Weinstein, PLLC, Washington, DC, counsel for Appellant. Michael J. Davidson, Office of the Chief Counsel, Commercial and Administrative Law Division, United States Immigratio...
Decision
WALTERS_02-26-09_1305__LIBBEY_PHYSICAL_MEDICINE_CENTER_AND_HOT_SPRINGS_HEALTH_SPA_508.pdf
null
null
MOTION TO DISMISS FOR LACK OF JURISDICTION DENIED: February 26, 2009 CBCA 1305 LIBBEY PHYSICAL MEDICINE CENTER AND HOT SPRINGS HEALTH SPA, Appellant, v. DEPARTMENT OF THE INTERIOR, Respondent. Charles A. Banks and Robert W. Francis of Banks Law Firm, PLLC, Little Rock, AR, counsel for Appellant. Charles B....
Dismissal
HYATT_08-26-2010_1735-1736__CHAMPION_BUSINESS_SERVICES_508.pdf
null
null
"DENIED: August 26, 2010 \nCBCA 1735, 1736 \nCHAMPION BUSINESS SERVICES, \nAppellant, \nv. \nGENERAL(...TRUNCATED)
Decision
SULLIVAN_06-23-21_6824__VALOR_HEALTHCARE_INC (Decision).pdf
null
null
"DENIED: June 23, 2021\nCBCA 6824\nVALOR HEALTHCARE, INC.,\nAppellant,\nv.\nDEPARTMENT OF VETERANS (...TRUNCATED)
Decision
SULLIVAN_07-25-23_7135__THE_HEIRS_OF_BAHAWOUDDIN_SON_OF_NEYAZ_MOHAMMAD (DECISION).pdf
null
null
"THIS OPINION WAS INITIALLY ISSUED UNDER PROTECTIVE ORDER AND\nIS BEING PUBLICLY RELEASED IN ITS ENT(...TRUNCATED)
Dismissal
End of preview.
README.md exists but content is empty.
Downloads last month
37