Skip to content

Commit

Permalink
deploy: 352a194
Browse files Browse the repository at this point in the history
  • Loading branch information
hathawayj committed Feb 13, 2024
1 parent 4333955 commit 8201b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/p3/d1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</span><span style=color:#75715e></span><span style=color:#66d9ef>HAVING</span> <span style=color:#75715e>-- &lt;grouped filter condition&gt;
</span><span style=color:#75715e></span><span style=color:#66d9ef>ORDER</span> <span style=color:#66d9ef>BY</span> <span style=color:#75715e>-- &lt;how the output is returned in sequence&gt;
</span><span style=color:#75715e></span><span style=color:#66d9ef>LIMIT</span> <span style=color:#75715e>-- &lt;number of rows to return&gt;
</span></code></pre></div><br><h2 id=project-3---what-are-our-goals>Project 3 - what are our goals?</h2><p>Do we understand the questions being asked in Project 3?</p><br><h2 id=the-baseball-data>The baseball data</h2><p>Let&rsquo;s start exploring the baseball data!</p><ul><li>You&rsquo;ll need to download the <a href=https://byuistats.github.io/CSE250-Course/data/lahmansbaseballdb.sqlite>SQLite Databse</a></li><li>And review the <a href=https://www.seanlahman.com/files/database/readme2017.txt>data dictionary</a></li></ul><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-python data-lang=python><span style=color:#f92672>import</span> pandas <span style=color:#f92672>as</span> pd
</span></code></pre></div><br><h2 id=project-3---what-are-our-goals>Project 3 - what are our goals?</h2><p>Do we understand the questions being asked in Project 3?</p><br><h2 id=the-baseball-data>The baseball data</h2><p>Let&rsquo;s start exploring the baseball data!</p><ul><li>You&rsquo;ll need to download the <a href=https://byuistats.github.io/CSE250-Course/data/lahmansbaseballdb.sqlite>SQLite Databse</a></li><li>And review the <a href=https://cran.r-project.org/web/packages/Lahman/Lahman.pdf>data dictionary</a></li></ul><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-python data-lang=python><span style=color:#f92672>import</span> pandas <span style=color:#f92672>as</span> pd
<span style=color:#f92672>import</span> sqlite3

con <span style=color:#f92672>=</span> sqlite3<span style=color:#f92672>.</span>connect(<span style=color:#e6db74>&#39;lahmansbaseballdb.sqlite&#39;</span>)
Expand Down

0 comments on commit 8201b91

Please sign in to comment.