Derek Eder

Results 41 issues of Derek Eder

It's possible someone won't want to display every column in their CSV. Could handle this by passing in a list of columns to exclude.

Let's use tabletop.js for loading from Google Sheets as a data source: https://github.com/jsoma/tabletop Related to #25

Request from the [Google Group](https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/fusion-table-map-template/y4ca5shT1So/t1DWUmvvnasJ): > I was wondering if you have any plans or idea how to implement a slider to select the radius, rather than the dropdown list?...

examples

To get around the 500 row response limit, we could implement paging for list views. Follow the pattern from [this thread](https://groups.google.com/forum/?fromgroups=#!topic/fusion-tables-users-group/CP228MEGoIw): > Basically, you would want to send a request...

examples

_Interaction terms_: provide some kind of hint, perhaps based on calculated weights, as to what fields are good candidates for interaction terms

enhancement
learning
research

We should add this, and possibly other makefiles by outside groups to our list of examples repo: https://github.com/nprapps/allsongsconsidered-poll/ blog post: http://blog.apps.npr.org/2018/01/03/all-songs-considered-poll.html

When showing fiscal budgets over time, its a good idea to adjust for inflation to ensure apples to apples comparisons of spending. I looked through your code and didn't see...

Grab the [Procfile](https://github.com/smartchicago/chicago-atlas/blob/master/Procfile) and [config/unicorn.rb](https://github.com/smartchicago/chicago-atlas/blob/master/config/unicorn.rb) config from chicago-atlas for a good example. This will improve the performance of your site without having to pay for more dynos.

The v1 API now supports [uploading up to 100mb csv files to a table](https://developers.google.com/fusiontables/docs/v1/reference/table/importRows). It would be useful to extend the capabilities of the fusion_tables gem to support this. I...

- [x] US Census American Community Survey: CensusReporter.org - [x] USASpending.org: http://www.usaspending.gov/data?tab=API - [x] Bureau of Economic Analysis: http://www.bea.gov/API/signup/index.cfm - [ ] Census: http://www.census.gov/developers/ - [ ] BJS: http://www.bjs.gov/developer/ncvs/index.cfm -...

question
mancers