coopercenter / postgres-etl

Code for retrieving, organizing, and managing data in our postgres database
GNU General Public License v3.0
1 stars 0 forks source link

Estimate data for which the most recent data we have is outdated #46

Open acf4ek opened 4 years ago

acf4ek commented 4 years ago

Estimate data for which the current EIA data is not very recent

athena-small commented 4 years ago

Be sure to keep data from different sources in separate tables in the db.

Data series from disparate sources can be "spliced" via intermediate code applied to data after they are pulled from the db, before the visualization stage.

christinazhongg commented 4 years ago

Note from the meeting today: Make a list of the data that we need to estimate. If the datasets do not have the most current data, check if the website has published the newest data under a separate series ID. If the website does not have the most current data, check other sources. If we still cannot find the data anywhere, add this dataset to the list. When the list is done, we can bring it to Prof. Shobe as Alexis has proposed.