@ -2729,15 +2729,15 @@ c <span class="hljs-number">6</span> <span class="hljs-number">7</span>
<S> = <DF>.stack/unstack(level=<spanclass="hljs-number">-1</span>) <spanclass="hljs-comment"># Combines col keys with row keys or vice versa.</span>
<S> = <DF>.stack/unstack(level=<spanclass="hljs-number">-1</span>) <spanclass="hljs-comment"># Combines col keys with row keys or vice versa.</span>
</code></pre></div>
</code></pre></div>
<div><h3id="fileformats">File Formats</h3><pre><codeclass="python language-python hljs"><S/DF> = pd.read_json/pickle(<path/url/file>) <spanclass="hljs-comment"># Also accepts io.StringIO/BytesIO(<str/bytes>).</span>
<div><h3id="fileformats">File Formats</h3><pre><codeclass="python language-python hljs"><S/DF> = pd.read_json/pickle(<path/url/file>) <spanclass="hljs-comment"># Also io.StringIO(<str>), io.BytesIO(<bytes>).</span>
<DF> = pd.read_csv/excel(<path/url/file>) <spanclass="hljs-comment"># Also `header/index_col/dtype/usecols/…=<obj>`.</span>
<DF> = pd.read_csv/excel(<path/url/file>) <spanclass="hljs-comment"># Also `header/index_col/dtype/usecols/…=<obj>`.</span>
<list> = pd.read_html(<path/url/file>) <spanclass="hljs-comment"># Raises ImportError if webpage has zero tables.</span>
<list> = pd.read_html(<path/url/file>) <spanclass="hljs-comment"># Raises ImportError if webpage has zero tables.</span>
<DF> = pd.read_sql(<spanclass="hljs-string">'<table/query>'</span>, <conn>) <spanclass="hljs-comment"># Pass SQLite3/Alchemy connection (see #SQLite).</span>
<DF> = pd.read_sql(<spanclass="hljs-string">'<table/query>'</span>, <conn>) <spanclass="hljs-comment"># Pass SQLite3/Alchemy connection (see #SQLite).</span>
</code></pre></div>
</code></pre></div>
<pre><codeclass="python language-python hljs"><DF>.to_json/csv/html/parquet/latex(<path>) <spanclass="hljs-comment"># Returns a string/bytes if path is omitted.</span>
<pre><codeclass="python language-python hljs"><DF>.to_json/csv/html/parquet/latex(<path>) <spanclass="hljs-comment"># Returns a string/bytes if path is omitted.</span>
<DF>.to_sql(<spanclass="hljs-string">'<table_name>'</span>, <connection>) <spanclass="hljs-comment"># Also `if_exists='fail/replace/append'`.</span>
<DF>.to_sql(<spanclass="hljs-string">'<table_name>'</span>, <connection>) <spanclass="hljs-comment"># Also `if_exists='fail/replace/append'`.</span>
</code></pre>
</code></pre>
<ul>
<ul>
@ -2931,7 +2931,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the active