The Python Data Analysis Guides were generated with Quarto (archived at https://perma.cc/9JWH-779Y). The codebase that was used to generate the Python Data Analysis Guides is located here.
1 Contact
If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.
R version 4.6.0 (2026-04-24)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 24.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
time zone: UTC
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] htmlwidgets_1.6.4 compiler_4.6.0 fastmap_1.2.0 cli_3.6.6
[5] tools_4.6.0 htmltools_0.5.9 otel_0.2.0 yaml_2.3.12
[9] rmarkdown_2.31 knitr_1.51 jsonlite_2.0.0 xfun_0.57
[13] digest_0.6.39 rlang_1.2.0 evaluate_1.0.5
Source Code
---title: "About This Website"---The Python Data Analysis Guides were generated with [`Quarto`](https://quarto.org/) (archived at <https://perma.cc/9JWH-779Y>).The codebase that was used to generate the Python Data Analysis Guides is located [here](https://github.com/DevPsyLab/pythonDataAnalysisGuides).# ContactIf you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.# License[![CC BY 4.0][cc-by-shield]][cc-by]This work is licensed under a[Creative Commons Attribution 4.0 International License][cc-by].[![CC BY 4.0][cc-by-image]][cc-by][cc-by]: https://creativecommons.org/licenses/by/4.0/[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg# Session Info```{r}sessionInfo()```