Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a post on visualizing IPUMS data. #2

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/post_visualize_ipums.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## A Basic `IPUMS.jl` Workflow


This is just a first post to lay out a workflow for downloading and using US
Census data from the IPUMS system. IPUMS.jl allows users to quickly read and
process IPUMS data for subsequent analysis.

## Pulling the Data

So the first part is to pull the data from the IPUMS website. We can do that
through a direct download of a zip file from the IPUMS website. Or soon we will
be able to download an extract directly from the IPUMS.jl package.

Once the extract is downloaded and extracted to a local directory, the user
can use the IPUMS.jl package to process the contents of the file.