Browse Source

Index and pandas

pull/83/head
Jure Šorn 4 years ago
parent
commit
58b48d0c62
4 changed files with 15 additions and 17 deletions
  1. 2
      README.md
  2. 2
      index.html
  3. 13
      pdf/index_for_pdf.html
  4. 15
      pdf/index_for_pdf_print.html

2
README.md

@ -3273,7 +3273,7 @@ b 3 4
```python ```python
<DF> = pd.read_json/html('<str/path/url>') <DF> = pd.read_json/html('<str/path/url>')
<DF> = pd.read_csv/pickle/excel('<path/url>') <DF> = pd.read_csv/pickle/excel('<path/url>')
<DF> = pd.read_sql('<query>', <connection>)
<DF> = pd.read_sql('<table_name/query>', <connection>)
<DF> = pd.read_clipboard() <DF> = pd.read_clipboard()
``` ```

2
index.html

@ -2789,7 +2789,7 @@ b <span class="hljs-number">3</span> <span class="hljs-number">4</span>
</ul> </ul>
<div><h4 id="encodedecode">Encode, Decode:</h4><pre><code class="python language-python hljs">&lt;DF&gt; = pd.read_json/html(<span class="hljs-string">'&lt;str/path/url&gt;'</span>) <div><h4 id="encodedecode">Encode, Decode:</h4><pre><code class="python language-python hljs">&lt;DF&gt; = pd.read_json/html(<span class="hljs-string">'&lt;str/path/url&gt;'</span>)
&lt;DF&gt; = pd.read_csv/pickle/excel(<span class="hljs-string">'&lt;path/url&gt;'</span>) &lt;DF&gt; = pd.read_csv/pickle/excel(<span class="hljs-string">'&lt;path/url&gt;'</span>)
&lt;DF&gt; = pd.read_sql(<span class="hljs-string">'&lt;query&gt;'</span>, &lt;connection&gt;)
&lt;DF&gt; = pd.read_sql(<span class="hljs-string">'&lt;table_name/query&gt;'</span>, &lt;connection&gt;)
&lt;DF&gt; = pd.read_clipboard() &lt;DF&gt; = pd.read_clipboard()
</code></pre></div> </code></pre></div>

13
pdf/index_for_pdf.html

@ -48,7 +48,7 @@
<strong>eval function, <a href="#eval">33</a></strong><br> <strong>eval function, <a href="#eval">33</a></strong><br>
<strong>exceptions, <a href="#exceptions">20</a>-<a href="#exceptionobject">21</a>, <a href="#exceptions-1">23</a>, <a href="#exceptions-2">35</a></strong> </p> <strong>exceptions, <a href="#exceptions">20</a>-<a href="#exceptionobject">21</a>, <a href="#exceptions-1">23</a>, <a href="#exceptions-2">35</a></strong> </p>
<h3 id="f">F</h3> <h3 id="f">F</h3>
<p><strong>files, <a href="#fileobject">23</a></strong><br>
<p><strong>files, <a href="#print">22</a>-<a href="#csv">26</a>, <a href="#readbytesfromfile">28</a>, <a href="#encodedecode">46</a></strong><br>
<strong>filter function, <a href="#mapfilterreduce">11</a></strong><br> <strong>filter function, <a href="#mapfilterreduce">11</a></strong><br>
<strong>floats, <a href="#abstractbaseclasses">4</a>, <a href="#floats">6</a>, <a href="#types">7</a></strong><br> <strong>floats, <a href="#abstractbaseclasses">4</a>, <a href="#floats">6</a>, <a href="#types">7</a></strong><br>
<strong>format, <a href="#format">6</a>-<a href="#comparisonofpresentationtypes">7</a></strong><br> <strong>format, <a href="#format">6</a>-<a href="#comparisonofpresentationtypes">7</a></strong><br>
@ -86,16 +86,15 @@
<strong>memoryviews, <a href="#memoryview">29</a></strong><br> <strong>memoryviews, <a href="#memoryview">29</a></strong><br>
<strong>metaclass attribute, <a href="#metaclassattribute">32</a></strong><br> <strong>metaclass attribute, <a href="#metaclassattribute">32</a></strong><br>
<strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br> <strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
<strong>mysql library, <a href="#mysql">26</a>, <a href="#encodedecode">46</a></strong> </p>
<strong>mysql library, <a href="#mysql">27</a></strong> </p>
<h3 id="n">N</h3> <h3 id="n">N</h3>
<p><strong>namedtuples, <a href="#namedtuple">3</a></strong><br> <p><strong>namedtuples, <a href="#namedtuple">3</a></strong><br>
<strong>nonlocal keyword, <a href="#nonlocal">12</a></strong><br> <strong>nonlocal keyword, <a href="#nonlocal">12</a></strong><br>
<strong>numpy library, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p> <strong>numpy library, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p>
<h3 id="o">O</h3> <h3 id="o">O</h3>
<p><strong>open function, <a href="#open">22</a>-<a href="#modes">23</a></strong><br>
<p><strong>open function, <a href="#contextmanager">17</a>, <a href="#open">22</a>-<a href="#modes">23</a>, <a href="#readobjectfromjsonfile">25</a>, <a href="#readrowsfromcsvfile">26</a>, <a href="#readbytesfromfile">28</a></strong><br>
<strong>operator module, <a href="#operator">31</a></strong><br> <strong>operator module, <a href="#operator">31</a></strong><br>
<strong>os commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
<strong>os module, <a href="#path">23</a>, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong> </p>
<strong>os commands, <a href="#path">23</a>-<a href="#shellcommands">25</a></strong> </p>
<h3 id="p">P</h3> <h3 id="p">P</h3>
<p><strong>pandas library, <a href="#pandas">44</a>-<a href="#confirmedcovidcasesdowjonesgoldandbitcoinprice">48</a></strong><br> <p><strong>pandas library, <a href="#pandas">44</a>-<a href="#confirmedcovidcasesdowjonesgoldandbitcoinprice">48</a></strong><br>
<strong>partial function, <a href="#partial">12</a>, <a href="#userdefinedfunctionscannotbevaluessotheymustbewrapped">20</a></strong><br> <strong>partial function, <a href="#partial">12</a>, <a href="#userdefinedfunctionscannotbevaluessotheymustbewrapped">20</a></strong><br>
@ -135,8 +134,8 @@
<strong>synthesizer, <a href="#synthesizer">41</a></strong><br> <strong>synthesizer, <a href="#synthesizer">41</a></strong><br>
<strong>sys module, <a href="#lrucache">15</a>, <a href="#exit">21</a>-<a href="#print">22</a></strong> </p> <strong>sys module, <a href="#lrucache">15</a>, <a href="#exit">21</a>-<a href="#print">22</a></strong> </p>
<h3 id="t">T</h3> <h3 id="t">T</h3>
<p><strong>table, <a href="#table">34</a></strong><br>
<strong>template function, <a href="#dynamicrequest">36</a></strong><br>
<p><strong>table, <a href="#example">27</a>, <a href="#table">34</a>, <a href="#dataframe">45</a>-<a href="#encodedecode">46</a></strong><br>
<strong>template, <a href="#format">6</a>, <a href="#dynamicrequest">36</a></strong><br>
<strong>threading module, <a href="#threading">30</a></strong><br> <strong>threading module, <a href="#threading">30</a></strong><br>
<strong>time module, <a href="#progressbar">34</a>, <a href="#stopwatch">36</a></strong><br> <strong>time module, <a href="#progressbar">34</a>, <a href="#stopwatch">36</a></strong><br>
<strong>tuples, <a href="#tuple">3</a>, <a href="#abstractbaseclasses">4</a>, <a href="#otheruses">11</a></strong><br> <strong>tuples, <a href="#tuple">3</a>, <a href="#abstractbaseclasses">4</a>, <a href="#otheruses">11</a></strong><br>

15
pdf/index_for_pdf_print.html

@ -48,7 +48,7 @@
<strong>eval function, 33</strong><br> <strong>eval function, 33</strong><br>
<strong>exceptions, 20-21, 23, 35</strong> </p> <strong>exceptions, 20-21, 23, 35</strong> </p>
<h3 id="f">F</h3> <h3 id="f">F</h3>
<p><strong>files, 23</strong><br>
<p><strong>files, 22-26, 28, 46</strong><br>
<strong>filter function, 11</strong><br> <strong>filter function, 11</strong><br>
<strong>floats, 4, 6, 7</strong><br> <strong>floats, 4, 6, 7</strong><br>
<strong>format, 6-7</strong><br> <strong>format, 6-7</strong><br>
@ -62,7 +62,7 @@
<p><strong>hashable, 15, 16</strong><br> <p><strong>hashable, 15, 16</strong><br>
<strong>hexadecimal representation, 7, 8, 28</strong> </p> <strong>hexadecimal representation, 7, 8, 28</strong> </p>
<h3 id="i">I</h3> <h3 id="i">I</h3>
<p><strong>image, 25, 39-40, 42-43</strong><br>
<p><strong>image, 35, 39-40, 42-43</strong><br>
<strong>inline, 11-12, 15, 20</strong><br> <strong>inline, 11-12, 15, 20</strong><br>
<strong>input function, 22</strong><br> <strong>input function, 22</strong><br>
<strong>introspection, 31</strong><br> <strong>introspection, 31</strong><br>
@ -92,10 +92,9 @@
<strong>nonlocal keyword, 12</strong><br> <strong>nonlocal keyword, 12</strong><br>
<strong>numpy library, 37-38</strong> </p> <strong>numpy library, 37-38</strong> </p>
<h3 id="o">O</h3> <h3 id="o">O</h3>
<p><strong>open function, 22-23</strong><br>
<p><strong>open function, 17, 22-23, 25, 26, 28</strong><br>
<strong>operator module, 31</strong><br> <strong>operator module, 31</strong><br>
<strong>os commands, 24-25</strong><br>
<strong>os module, 23, 24-25</strong> </p>
<strong>os commands, 23-25</strong> </p>
<h3 id="p">P</h3> <h3 id="p">P</h3>
<p><strong>pandas library, 44-48</strong><br> <p><strong>pandas library, 44-48</strong><br>
<strong>partial function, 12, 20</strong><br> <strong>partial function, 12, 20</strong><br>
@ -135,12 +134,12 @@
<strong>synthesizer, 41</strong><br> <strong>synthesizer, 41</strong><br>
<strong>sys module, 15, 21-22</strong> </p> <strong>sys module, 15, 21-22</strong> </p>
<h3 id="t">T</h3> <h3 id="t">T</h3>
<p><strong>table, 34</strong><br>
<strong>template function, 36</strong><br>
<p><strong>table, 27, 34, 45-46</strong><br>
<strong>template, 6, 36</strong><br>
<strong>threading module, 30</strong><br> <strong>threading module, 30</strong><br>
<strong>time module, 34, 36</strong><br> <strong>time module, 34, 36</strong><br>
<strong>tuples, 3, 4, 11</strong><br> <strong>tuples, 3, 4, 11</strong><br>
<strong>type, 4, 31</strong> </p>
<strong>type, 4, 31-32</strong> </p>
<h3 id="w">W</h3> <h3 id="w">W</h3>
<p><strong>wave module, 40-41</strong><br> <p><strong>wave module, 40-41</strong><br>
<strong>web, 36</strong> </p> <strong>web, 36</strong> </p>
Loading…
Cancel
Save