This repository was archived by the owner on Dec 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.qmd
More file actions
51 lines (39 loc) · 1.69 KB
/
index.qmd
File metadata and controls
51 lines (39 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Welcome to the `census21api` documentation!
toc: false
about:
id: welcome
template: marquee
links:
- icon: github
href: https://github.com/datasciencecampus/census21api
text: GitHub
---
<br>
:::{#welcome}
## What is this and why does it exist?
This package, `census21api`, is the (unofficial) Python interface to the
["Create a Custom Dataset"](https://www.ons.gov.uk/datasets/create) web tool
for the 2021 England and Wales Census.
The primary goal of this project is to streamline the process of accessing and
working with data from the 2021 England and Wales Census API. With
`census21api`, you can create pretty much any Census tables you like in a
programmatic way.
## Who made this?
The package and its documentation were developed by the 2023 cohort of Office
for National Statistics data engineering and architecture apprentices -- with
support from the [Data Science Campus](https://datasciencecampus.ons.gov.uk).
See our [citation file](https://github.com/datasciencecampus/census21api/blob/main/CITATION.cff)
for a list of the original authors or our
[GitHub repository](https://github.com/datasciencecampus/census21api/graphs/contributors)
for all the contributors.
## Where do I go now?
Our documentation follows the [Diátaxis](https://diataxis.fr/) framework and is
split into the following sections:
- [Tutorials](docs/tutorials/index.qmd) are walkthroughs of projects using
`census21api` --- if you're new, start here.
- [How-to guides](docs/how-to-guides/index.qmd) are short guides with a very
specific goal in mind.
- [Reference](docs/reference/index.qmd) holds the technical documentation
covering the details of how `census21api` works.
:::