Skip to content

Commit 3cd31c6

Browse files
20240414 - links
1 parent 7da84ed commit 3cd31c6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

about.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "About This Website"
33
---
44

5-
The Python Data Analysis Guides were generated with [`Quarto`](https://quarto.org/) (archived at [https://perma.cc/9JWH-779Y](https://perma.cc/9JWH-779Y)).
5+
The Python Data Analysis Guides were generated with [`Quarto`](https://quarto.org/) (archived at <https://perma.cc/9JWH-779Y>).
66
The codebase that was used to generate the Python Data Analysis Guides is located [here](https://github.com/DevPsyLab/pythonDataAnalysisGuides).
77

88
# Contact

dataManagement.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ For instance, a left outer join keeps the shared rows and the rows that are uniq
478478

479479
![Types of merges/joins](images/joins.png)
480480

481-
Image source: [Predictive Hacks](https://predictivehacks.com/?all-tips=anti-joins-with-pandas) (archived at: [https://perma.cc/WV7U-BS68](https://perma.cc/WV7U-BS68))
481+
Image source: [Predictive Hacks](https://predictivehacks.com/?all-tips=anti-joins-with-pandas) (archived at: <https://perma.cc/WV7U-BS68>)
482482

483483
### Full Outer Join {#fullJoin}
484484

index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Python Data Analysis Guides"
44

55
- [Data Management](dataManagement.qmd)
66
- [`Django`](django.qmd)
7-
- [`Python`](django.qmd)
7+
- [`Python`](python.qmd)

python.qmd

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "Python"
44

55
# Resources for Learning
66

7-
- https://www.linkedin.com/learning/
8-
- https://www.w3schools.com/python/default.asp
9-
- https://www.tutorialspoint.com/python/index.htm
10-
- https://www.pythoncheatsheet.org
7+
- <https://www.linkedin.com/learning/>
8+
- <https://www.w3schools.com/python/default.asp>
9+
- <https://www.tutorialspoint.com/python/index.htm>
10+
- <https://www.pythoncheatsheet.org>
1111

1212
# PC vs Mac
1313

@@ -16,7 +16,7 @@ For terminal commands on PC, use `python` or `py`.
1616

1717
# Install Python
1818

19-
Download and install the latest version of `Python`: https://www.python.org/downloads/
19+
Download and install the latest version of `Python`: <https://www.python.org/downloads/>
2020

2121
Verify installation:
2222

@@ -28,4 +28,4 @@ python3 -V # gets Python version
2828

2929
# Install `Anaconda` for Package Management
3030

31-
https://www.anaconda.com/download
31+
<https://www.anaconda.com/download>

0 commit comments

Comments
 (0)