Clean OpenLegalData - German
收藏资源简介:
This dataset of German court cases is obtained from OpenLegalData. The data received clearly mentioned information such as <em>court</em>, <em>level of appeal</em>, and <em>ECLI</em> (<em>European Case Law Identifier</em>). However, <em>tenor</em>, <em>tatbestand</em>, <em>gründe</em>, and <em>entscheidungsgründe</em> were available only in HTML format. Out of over <em>100000</em> extracted cases, we were able to parse <em>43337</em> HTML only due to structural problems with HTML content. The resulting dataset is approximate <em>~1.1 GBs</em> with <em>43337</em> rows and has the following <em>12</em> features: <strong>Feature</strong> <strong>Total</strong> <strong>Example content</strong> id 43337 127981 slug 43337 ag-volklingen-2002-07-10-5c-c-24102 ecli 10831 NaN date 43337 2002-07-10 court 43337 Amtsgericht Völklingen jurisdiction 43337 Ordentliche Gerichtsbarkeit level_of_appeal 43337 Amtsgericht type 43337 Urteil tenor 36282 1. Die Beklagten werden als Gesamtschuldner verurteilt, an die ... tatbestand 24243 Auf die Darstellung des Tatbestandes wird gemäß § 313 Abs ... gründe 27144 Die Klage ist zulässig und begründet. Die Klägerin kann von de... entscheidungsgründe 24038 Die Klage ist zulässig und begründet. Die Klägerin kann von de... <strong>Important</strong>: Make sure to use "<strong>|</strong>"<strong> </strong><em>(pipe-symbol)</em> as CSV separator. <strong>Example</strong>: <pre><code class="language-python">data = pd.read_csv('clean_OLD.csv', sep="|")</code></pre>



