DataUSA / datausa-tracker

0 stars 0 forks source link

issue with IPEDS enrollment jsonrecords #236

Closed davelandry closed 5 years ago

davelandry commented 5 years ago

When drilling down by state, and asking for parents, the JSON records (in addition to the correct data) contain entries that look like this:

https://voyageurs-api.datausa.io/cubes/ipeds_enrollment/aggregate.jsonrecords?drilldown%5B%5D=%5BGeography%5D.%5BStandard%5D.%5BState%5D&drilldown%5B%5D=%5BYear%5D.%5BYear%5D&measures%5B%5D=Enrollment&nonempty=true&distinct=false&parents=true&debug=false&sparse=true

{
  "ID Nation": "#null",
  "Nation": "#null",
  "ID State": 2012,
  "State": "2012",
  "ID Year": 4547,
  "Year": null,
  "Enrollment": null
}
jspeis commented 5 years ago

should be fixed. tried to selectively clear the cache to address this so feel free to re-open if you notice this elsewhere as we might need to clear additional pages from the cache.