SoftwareDefinedBuildings / XBOS

The eXtensible Building Operating System
BSD 2-Clause "Simplified" License
28 stars 18 forks source link

MDAL RAW output to dataframe #55

Closed marcopritoni closed 6 years ago

marcopritoni commented 6 years ago

MDAL returns a pandas dataframe UNLESS the "Selectors": [mdal.RAW]. In that case it returns a dict. For consistency I would prefer to have an aligned DF in both cases. I understand that the second one may have a lot of NaN.

gtfierro commented 6 years ago

https://github.com/SoftwareDefinedBuildings/XBOS/pull/59 should fix this. Can you update your XBOS python bindings to 0.0.29 and give it a try?