no mergy plz - #26
Conversation
| response = RestClient.get self.data_file_url | ||
| orig_data = response.body | ||
| # byebug | ||
| new_data = orig_data.gsub!("NaN", "0.0") |
There was a problem hiding this comment.
|
|
||
| class Post < ApplicationRecord | ||
| belongs_to :user | ||
| belongs_to :user |
There was a problem hiding this comment.
turn
https://firebasestorage.googleapis.com/v0/b/entheogen-a76f2.appspot.com/o/eeg%2F2268f66c-336f-4521-ba48-aa196a2787c0.json?alt=media&token=b209fa87-16a5-44b0-9ea1-4cc16f745aec
to
https://firebasestorage.googleapis.com/v0/b/entheogen-a76f2.appspot.com/o/eeg%2F1d4df6b8-90ea-4437-8bea-fddb5b2802ba.json?alt=media&token=09a53f76-5b1f-450c-bf3c-dae19fe321d7
There was a problem hiding this comment.
documentation for streaming, not necessarily helpful for the format of the input json file but helpful in deciphering the fields:
https://web.archive.org/web/20181204172224/http://developer.choosemuse.com/tools/available-data
https://web.archive.org/web/20181204172224/http://developer.choosemuse.com/tools/available-data
https://web.archive.org/web/20181122004058/http://developer.choosemuse.com/tools/mac-tools/muselab
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
pr for documenting things