| | Variable | Data type | Description | |---:|:---------------------------|:------------|:------------------------------------------------------------------------------------------| | 0 | date_of_filing | string | date of filing the case, should ideally be a DateTime object | | 1 | cino | string | unique identifier case identification number | | 2 | dt_regis | string | date of registration of the case, should ideally be a DateTime object | | 3 | reg_year | string | year the case was registered | | 4 | date_first_list | string | date of first listing of the case | | 5 | date_next_list | string | date of next listing of the case | | 6 | date_of_decision | string | date of the judgement. current cases are only disposed cases, and all should have a value | | 7 | disp_nature | string | ambiguous. Maybe there's a scheme for the codes in this field? | | 8 | court_no | string | courtroom for this particular case? | | 9 | date_last_list | string | date of last listing of the case | | 10 | type_name | string | classified as per eCourts convention | | 11 | act | string | act name (stored as HTML string) | | 12 | historyOfCaseHearing | string | unformatted HTML table | | 13 | interimOrder | string/ URL | details of interim orders and links to the PDFs | | 14 | finalOrder | string/URL | details of the final order and link to PDF (if any) | | 15 | courtno | integer | court room where the case was heard in? | | 16 | court_name | string | court complex name | | 18 | court_code | string | court code string | | 19 | actcode | string | act code string | | 20 | actname | string | act name string | | 21 | complexcode | string | court complex code | | 23 | distcode | string | district code | | 24 | distname | string | district name | | 25 | regcase_type | string | case type code | | 26 | statecode | string | state code string | | 27 | statename | string | state name | | 28 | status | string | pending/disposed | | 29 | disp_hist_status | string | 1 if history is present, else 'ERROR' | | 30 | disp_name | string | disposal nature of the case | | 31 | cleanactname | string | standardized act name | | 32 | year_of_filing | integer | year of filing of the case | | 33 | year_of_disposal | integer | year of disposal of the case | | 34 | first_hearing | DateTime | first hearing date | | 35 | last_hearing | DateTime | last hearing date | | 36 | num_hearings | integer | total number of hearings | | 37 | days_pending | integer | days between first and last hearings of pending cases (0 for disposed cases) | | 38 | days_btw_filing_first_hear | integer | number of days between date of filing and first hearing | | 39 | days_to_dispose | integer | days between first and last hearings of disposed cases (0 for pending cases) | | 40 | finalOrderCheck | boolean | 1 if the link to final order is available, 0 otherwise | | 41 | interimOrderCheck | boolean | 1 if at least 1 interim orders are available, 0 otherwise | | 42 | case_duration | integer | number of days between date of filing and date of last hearing | | | | | |