Skip to content

Commit

Permalink
Started in sketching out the new python script
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 12, 2017
1 parent 4c4a976 commit 1e65062
Show file tree
Hide file tree
Showing 11 changed files with 1,078 additions and 9 deletions.
795 changes: 795 additions & 0 deletions Untitled.ipynb

Large diffs are not rendered by default.

Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/index.doctree
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/_build_html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ Now let's restart our notebook and get back to work.
Use the next open box to import pandas into our script, so we can use all its fancy methods here in our script.


.. code-block:: python
import pandas as pd
import pandas
Download a list of committees that supported and opposed one or more of the 17 measures on last November's ballot.
103 changes: 103 additions & 0 deletions docs/_build_html/_static/prop-committees.csv

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/_build_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ <h2>Act 1: Hello Jupyter Notebook<a class="headerlink" href="#act-1-hello-jupyte
</pre></div>
</div>
<p>Use the next open box to import pandas into our script, so we can use all its fancy methods here in our script.</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">pandas</span> <span class="kn">as</span> <span class="nn">pd</span>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">pandas</span>
</pre></div>
</div>
<p>Download a list of committees that supported and opposed one or more of the 17 measures on last November&#8217;s ballot.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/_static/.~lock.prop-committees.csv#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,palewire,bunkerhill,11.02.2017 21:33,file:///home/palewire/.config/libreoffice/4;

0 comments on commit 1e65062

Please sign in to comment.