gtfierro / mdal

metadata-driven data access layer
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Handle NULL values in returned responses #3

Closed gtfierro closed 6 years ago

gtfierro commented 6 years ago

If the returned data stream doesn't have any values (this also probably happens when some of the values are missing, but not all), then the returned DataFrame (in the python bindings) is filled with 0s. We want to properly communicate when there is missing data

gtfierro commented 6 years ago

Should be solved in https://github.com/gtfierro/mdal/commit/d394f0ac561e87bfd3bc173016af61d97c62ed79