Skip to content

Commit

Permalink
deploy: 0c8c6a7
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayd committed Jun 29, 2024
1 parent b4978c3 commit 842ab03
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions dev/pystatis.html
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@ <h2>pystatis.custom_exceptions module<a class="headerlink" href="#pystatis-custo
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>The raw data of the table file as returned by Destatis.</p>
<dd class="field-even"><p>the response object holding the response from calling the Destatis endpoint.</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p>bytes</p>
<dd class="field-odd"><p>requests.Response</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -780,18 +780,19 @@ <h2>pystatis.custom_exceptions module<a class="headerlink" href="#pystatis-custo
<li><p><strong>regionalvariable</strong> (<em>str</em><em>, </em><em>optional</em>) – <p>“code” of the regional classification (RKMerkmal),
to which the selection using <cite>regionalkey</cite> is to be applied.
Accepts 1-6 characters.
Possible values:
- Regionalstatistik (only for tables ending with “B”, see /catalogue/variables):</p>
<blockquote>
<div><ul>
Possible values:</p>
<ul>
<li><dl class="simple">
<dt>Regionalstatistik (only for tables ending with “B”, see /catalogue/variables):</dt><dd><ul>
<li><p>”DG” (Deutschland, 1) -&gt; will not return extra column</p></li>
<li><p>”DLAND” (Bundesländer, 16)</p></li>
<li><p>”REGBEZ” (Regierungsbezirke, 44)</p></li>
<li><p>”KREISE” (Kreise und kreisfreie Städte, 489)</p></li>
<li><p>”GEMEIN” (Gemeinden, 13564)</p></li>
</ul>
</div></blockquote>
<ul>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>Zensusdatenbank (for all tables, see /catalogue/variables):</dt><dd><ul>
<li><p>”GEODL1” (Deutschland, 1) -&gt; will not return extra column</p></li>
Expand Down Expand Up @@ -1036,18 +1037,19 @@ <h2>pystatis.custom_exceptions module<a class="headerlink" href="#pystatis-custo
<li><p><strong>regionalvariable</strong> (<em>str</em><em>, </em><em>optional</em>) – <p>“code” of the regional classification (RKMerkmal),
to which the selection using <cite>regionalkey</cite> is to be applied.
Accepts 1-6 characters.
Possible values:
- Regionalstatistik (only for tables ending with “B”, see /catalogue/variables):</p>
<blockquote>
<div><ul>
Possible values:</p>
<ul>
<li><dl class="simple">
<dt>Regionalstatistik (only for tables ending with “B”, see /catalogue/variables):</dt><dd><ul>
<li><p>”DG” (Deutschland, 1) -&gt; will not return extra column</p></li>
<li><p>”DLAND” (Bundesländer, 16)</p></li>
<li><p>”REGBEZ” (Regierungsbezirke, 44)</p></li>
<li><p>”KREISE” (Kreise und kreisfreie Städte, 489)</p></li>
<li><p>”GEMEIN” (Gemeinden, 13564)</p></li>
</ul>
</div></blockquote>
<ul>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>Zensusdatenbank (for all tables, see /catalogue/variables):</dt><dd><ul>
<li><p>”GEODL1” (Deutschland, 1) -&gt; will not return extra column</p></li>
Expand Down

0 comments on commit 842ab03

Please sign in to comment.