Skip to content

Commit 07f8d12

Browse files
author
Quarto GHA Workflow Runner
committedApr 14, 2024·
Built site for gh-pages
1 parent db21416 commit 07f8d12

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
 

‎.nojekyll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19a5ccf0
1+
1180b50e

‎dataManagement.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ <h2 id="toc-title">Contents</h2>
222222
<section id="importData" class="level1" data-number="1">
223223
<h1 data-number="1"><span class="header-section-number">1</span> Import Data</h1>
224224
<p>Importing data using <code>pandas</code> takes syntax of the following form for <code>.csv</code> files:</p>
225-
<div id="883d4cdd" class="cell" data-execution_count="1">
225+
<div id="2a14bc98" class="cell" data-execution_count="1">
226226
<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>
227227
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
228228
<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>
229229
</div>
230230
<p>Below, I import a <code>.csv</code> file and save it into an object called <code>mydata</code> (you could call this object whatever you want):</p>
231-
<div id="3b81d7e8" class="cell" data-execution_count="2">
231+
<div id="6d27b148" class="cell" data-execution_count="2">
232232
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> pandas <span class="im">as</span> pd</span>
233233
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a></span>
234234
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>data <span class="op">=</span> pd.read_csv(<span class="st">"https://osf.io/s6wrm/download"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>Quarto Website - Website</title>
10+
<title>Quarto Website - Python Data Analysis Guides</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -196,7 +196,7 @@
196196

197197
<header id="title-block-header" class="quarto-title-block default">
198198
<div class="quarto-title">
199-
<div class="quarto-title-block"><div><h1 class="title">Website</h1><button type="button" class="btn code-tools-button" id="quarto-code-tools-source"><i class="bi"></i> Code</button></div></div>
199+
<div class="quarto-title-block"><div><h1 class="title">Python Data Analysis Guides</h1><button type="button" class="btn code-tools-button" id="quarto-code-tools-source"><i class="bi"></i> Code</button></div></div>
200200
</div>
201201

202202

@@ -713,7 +713,7 @@
713713
});
714714
</script><div class="modal fade" id="quarto-embedded-source-code-modal" tabindex="-1" aria-labelledby="quarto-embedded-source-code-modal-label" aria-hidden="true"><div class="modal-dialog modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="quarto-embedded-source-code-modal-label">Source Code</h5><button class="btn-close" data-bs-dismiss="modal"></button></div><div class="modal-body"><div class="">
715715
<div class="sourceCode" id="cb1" data-shortcodes="false"><pre class="sourceCode markdown code-with-copy"><code class="sourceCode markdown"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span>
716-
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "Website"</span></span>
716+
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "Python Data Analysis Guides"</span></span>
717717
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span>
718718
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a></span>
719719
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span><span class="co">[</span><span class="ot">Data Management</span><span class="co">](dataManagement.html)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>

‎search.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"objectID": "index.html",
1111
"href": "index.html",
12-
"title": "Website",
12+
"title": "Python Data Analysis Guides",
1313
"section": "",
1414
"text": "Data Management"
1515
},

‎sitemap.xml

+3-3
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-14T19:12:33.345Z</lastmod>
5+
<lastmod>2024-04-14T19:18:20.717Z</lastmod>
66
</url>
77
<url>
88
<loc>https://DevPsyLab.github.io/pythonDataAnalysisGuides/index.html</loc>
9-
<lastmod>2024-04-14T19:12:33.361Z</lastmod>
9+
<lastmod>2024-04-14T19:18:20.733Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://DevPsyLab.github.io/pythonDataAnalysisGuides/dataManagement.html</loc>
13-
<lastmod>2024-04-14T19:12:33.345Z</lastmod>
13+
<lastmod>2024-04-14T19:18:20.717Z</lastmod>
1414
</url>
1515
</urlset>

0 commit comments

Comments
 (0)
Please sign in to comment.