Skip to content

Commit

Permalink
publishing pandas_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishani Gupta committed Aug 29, 2023
1 parent e1d5120 commit 392fabd
Show file tree
Hide file tree
Showing 15 changed files with 271 additions and 1,538 deletions.
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/_quarto-checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ book:
chapters:
- index.md
- intro_lec/introduction.qmd
# - pandas_1/pandas_1.qmd
- pandas_1/pandas_1.qmd
# - pandas_2/pandas_2.qmd
# - pandas_3/pandas_3.qmd
# - eda/eda.qmd
Expand Down
4 changes: 2 additions & 2 deletions .quarto/_freeze/pandas_1/pandas_1/execute-results/html.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .quarto/xref/aaac88ef
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"headings":["introduction-to-exploratory-data-analysis","introduction-to-pandas","series-dataframes-and-indices","series","selection-in-series","a-single-index-label","a-list-of-index-labels","a-filtering-condition","dataframes","creating-a-dataframe","using-a-list-and-column-names","from-a-dictionary","from-a-series","indices","slicing-in-dataframes","indexing-with-.loc","indexing-with-.iloc","indexing-with","a-slice-of-row-numbers","a-list-of-column-labels","a-single-column-label","parting-note"],"entries":[],"options":{"chapters":true}}
{"options":{"chapters":true},"entries":[],"headings":["tabular-data","series-dataframes-and-indices","series","selection-in-series","a-single-label","a-list-of-labels","a-filtering-condition","dataframes","creating-a-dataframe","from-a-csv-file","using-a-list-and-column-names","from-a-dictionary","from-a-series","indices","dataframe-attributes-index-columns-and-shape","slicing-in-dataframes","extracting-data-with-.head-and-.tail","label-based-extraction-indexing-with-.loc","integer-based-extraction-indexing-with-.iloc","context-dependent-extraction-indexing-with","a-slice-of-row-numbers","a-list-of-column-labels","a-single-column-label","parting-note"]}
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ book:
chapters:
- index.md
- intro_lec/introduction.qmd
# - pandas_1/pandas_1.qmd
- pandas_1/pandas_1.qmd
# - pandas_2/pandas_2.qmd
# - pandas_3/pandas_3.qmd
# - eda/eda.qmd
Expand Down
Binary file modified docs/Principles-and-Techniques-of-Data-Science.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
<a href="./intro_lec/introduction.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Introduction</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./pandas_1/pandas_1.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Pandas I</span></span></a>
</div>
</li>
</ul>
</div>
Expand Down
10 changes: 10 additions & 0 deletions docs/intro_lec/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<script src="../site_libs/quarto-search/fuse.min.js"></script>
<script src="../site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="../">
<link href="../pandas_1/pandas_1.html" rel="next">
<link href="../index.html" rel="prev">
<link href="../data100_logo.png" rel="icon" type="image/png">
<script src="../site_libs/quarto-html/quarto.js"></script>
Expand Down Expand Up @@ -117,6 +118,12 @@
<a href="../intro_lec/introduction.html" class="sidebar-item-text sidebar-link active">
<span class="menu-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Introduction</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../pandas_1/pandas_1.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Pandas I</span></span></a>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -582,6 +589,9 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="conclusion"><span class="
</a>
</div>
<div class="nav-page nav-page-next">
<a href="../pandas_1/pandas_1.html" class="pagination-link">
<span class="nav-page-text"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Pandas I</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
</nav>
</div> <!-- /content -->
Expand Down
Binary file added docs/pandas_1/images/df_elections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pandas_1/images/locgraphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pandas_1/images/non-uniqueindex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pandas_1/images/uniqueindex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
313 changes: 213 additions & 100 deletions pandas_1/pandas_1.html → docs/pandas_1/pandas_1.html

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions docs/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit 392fabd

Please sign in to comment.