Skip to content

Commit 30863cf

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent a25958e commit 30863cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b5518c24
1+
a73f0af0

dataManagement.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h2 id="toc-title">Contents</h2>
211211
<section id="importData" class="level1" data-number="1">
212212
<h1 data-number="1"><span class="header-section-number">1</span> Import Data</h1>
213213
<p>Importing data takes syntax of the following form for <code>.csv</code> files:</p>
214-
<div id="cb55ea7c" class="cell" data-execution_count="1">
214+
<div id="49e16f23" class="cell" data-execution_count="1">
215215
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> pandas <span class="im">as</span> pd</span>
216216
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
217217
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a>data <span class="op">=</span> pd.read_csv(<span class="st">"filepath/filename.csv"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://DevPsyLab.github.io/pythonDataAnalysisGuides/about.html</loc>
5-
<lastmod>2024-04-14T18:57:39.398Z</lastmod>
5+
<lastmod>2024-04-14T19:07:52.672Z</lastmod>
66
</url>
77
<url>
88
<loc>https://DevPsyLab.github.io/pythonDataAnalysisGuides/index.html</loc>
9-
<lastmod>2024-04-14T18:57:39.410Z</lastmod>
9+
<lastmod>2024-04-14T19:07:52.684Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://DevPsyLab.github.io/pythonDataAnalysisGuides/dataManagement.html</loc>
13-
<lastmod>2024-04-14T18:57:39.398Z</lastmod>
13+
<lastmod>2024-04-14T19:07:52.672Z</lastmod>
1414
</url>
1515
</urlset>

0 commit comments

Comments
 (0)