JuliaHealth / IPUMS.jl

A convenience package to work with IPUMS data
http://juliahealth.org/IPUMS.jl/
MIT License
2 stars 1 forks source link

[FEATURE] Create a blog post to explain how to download an IPUMS extract using the `IPUMS.jl` package. #27

Open 00krishna opened 3 months ago

00krishna commented 3 months ago

Issue Description

This is a more technical blog post that shows a user how to setup and download an IPUMS extract using the IPUMS.jl package. Users can download IPUMS extracts in two ways, either through the IPUMS website or through the package IPUMS.jl. This blog post should introduce the user to using the download API in the package to create and download an extract file.

Another way of phrasing this task is to recreate the ipumsr R package post, but with a focus on the Julia IPUMS.jl package.

Difficulty: Beginner

Time: 6 - 8 hours

Requirements

A blog post written in Markdown that explains to a user how to download IPUMS files using the IPUMS.jl package.

Additional Notes

The R ipumsr package has a good explanation of downloading an extract from the IPUMS website.

Other Resources

Julia Slack:

Julia Discourse - I would advise posting here if you have an issue that you feel is long or requires a lot of time to explain as you might lose it within Julia Slack. Consider cross-posting your forum post to the Julia Slack in helpdesk and/or documentation.

TheCedarPrince commented 3 months ago

This looks like a good write-up @00krishna. I actually think this might be better to put into the documentation of the package versus a separate blog post on the JuliaHealth website. What's your opinion Krishna?