Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Mar 26, 2024
1 parent f6c9315 commit 0f9cecd
Show file tree
Hide file tree
Showing 54 changed files with 2,687 additions and 1,725 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8d2d0089
894a806a
98 changes: 57 additions & 41 deletions Crash-Course-Matplotlib/Exercise 3 - Matplotlib.html

Large diffs are not rendered by default.

112 changes: 64 additions & 48 deletions Crash-Course-Numpy/00-NumPy-Arrays.html

Large diffs are not rendered by default.

86 changes: 51 additions & 35 deletions Crash-Course-Numpy/01-NumPy-Indexing-and-Selection.html

Large diffs are not rendered by default.

72 changes: 44 additions & 28 deletions Crash-Course-Numpy/02-NumPy-Operations.html

Large diffs are not rendered by default.

78 changes: 47 additions & 31 deletions Crash-Course-Numpy/03-NumPy-Exercises.html

Large diffs are not rendered by default.

39 changes: 26 additions & 13 deletions Crash-Course-Pandas/00-Intro-to-Pandas.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.551">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -444,13 +444,7 @@
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<nav id="TOC" role="doc-toc" class="toc-active">
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#introduction-to-pandas" id="toc-introduction-to-pandas" class="nav-link active" data-scroll-target="#introduction-to-pandas">Introduction to Pandas</a></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.dev/nguyenngocbinh/snippets/blob/main/Crash-Course-Pandas/00-Intro-to-Pandas.ipynb" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/nguyenngocbinh/snippets/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>

</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand All @@ -474,8 +468,6 @@ <h1 class="title">Introduction to Pandas</h1>
</header>


<section id="introduction-to-pandas" class="level1">
<h1>Introduction to Pandas</h1>
<p>In this section of the course we will learn how to use pandas for data analysis. You can think of pandas as an extremely powerful version of Excel, with a lot more features. In this section of the course, you should go through the notebooks in this order:</p>
<ul>
<li>Introduction to Pandas</li>
Expand All @@ -490,7 +482,6 @@ <h1>Introduction to Pandas</h1>
<hr>


</section>

</main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
Expand Down Expand Up @@ -716,6 +707,24 @@ <h1>Introduction to Pandas</h1>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nguyenngocbinh\.github\.io\/snippets");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -750,7 +759,11 @@ <h1>Introduction to Pandas</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -1044,7 +1057,7 @@ <h1>Introduction to Pandas</h1>
</div>
<div class="nav-footer-center">
&nbsp;
<div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.dev/nguyenngocbinh/snippets/blob/main/Crash-Course-Pandas/00-Intro-to-Pandas.ipynb" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/nguyenngocbinh/snippets/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="toc-actions"><ul><li><a href="https://github.dev/nguyenngocbinh/snippets/blob/main/Crash-Course-Pandas/00-Intro-to-Pandas.ipynb" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/nguyenngocbinh/snippets/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="nav-footer-right">
<p>This page is built with ❤️ and <a href="https://quarto.org/">Quarto</a>.</p>
</div>
Expand Down
Loading

0 comments on commit 0f9cecd

Please sign in to comment.