census
Here are 154 public repositories matching this topic...
It could include:
- The raw table ID
- A URL leading to the Census Reporter page about the table
- A humanized version of the metadata found in the file name
- A URL leading to the raw data file
In order to manage content on Index.okfn.org we use several tools, including a config file and an admin dashboard.
To facilitate the management for new team members, we add a section 'admin tasks' to a readme file
-
Updated
Oct 19, 2019 - HTML
-
Updated
Nov 1, 2016 - HTML
A few users lately have reported issues saving to their root .Renviron file, for unclear reasons probably relating to R install location (not related to this package). Add a backup instruction for Mac users to manually open the file from the terminal and paste the key in that way.
Find out how to do that on PCs too.
-
Updated
May 31, 2017 - HTML
-
Updated
Feb 26, 2019 - C++
-
Updated
Jul 19, 2017 - Python
-
Updated
Jan 8, 2020 - R
-
Updated
Mar 31, 2020 - Python
The example for how to use this package is pretty dry right now. We would do well to give more engaging examples, and show how this package can be incorporated into the workflow of an interesting project. (Examples could even be adapted directly from our work on the Crain's article.)
-
Updated
Dec 18, 2018 - Python
-
Updated
Jun 10, 2020 - R
For smaller values or with large margins of error, the numpy.random.normal in approximate_mean may return a negative number which won't make sense in context. We should probably just use max(0, simulated_value) instead.
-
Updated
Feb 5, 2019 - R
-
Updated
May 2, 2019 - Jupyter Notebook
-
Updated
Apr 2, 2020 - TSQL
-
Updated
Mar 31, 2020 - Python
-
Updated
Aug 21, 2017 - Jupyter Notebook
-
Updated
May 21, 2019 - JavaScript
For the upcoming federal version of NepalMap, we would like to present data on pneumococcal vaccination rates. These data are available in Table 10.3 on page 212 of the Nepal Demographic and Health Survey of 2016 (PDF here). Extract the data from Table 10.3 so that it is in a csv that conforms
-
Updated
Mar 31, 2020 - Python
-
Updated
May 16, 2020 - PHP
-
Updated
Mar 13, 2020 - JavaScript
Example:
I haven't really looked into the cause of this. The best way is to look at the HTML file that's been generated. In this case, the PNG is at
https://everysinglemonth.org/exports/png/16000US0629000_7a402b.png
So the corresponding HTML is at
`https://everysinglemonth.org/exports/html/16000US0629000_7a402b.html
-
Updated
Apr 2, 2017 - Perl
Improve this page
Add a description, image, and links to the census topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the census topic, visit your repo's landing page and select "manage topics."

I'm trying to figure out what each function does in order to use it. Some of the code seems to be written in Python 2 & 3 so trying to follow the workflow can be confusing. Can this code be documented and have comments added so the code can be readable? _