spacetelescope / acsql

The Advanced Camera for Surveys Quicklook Project
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Add method to convert query results to pandas and/or astropy table #19

Open bourque opened 7 years ago

bourque commented 7 years ago

The results that come out of sqlalchemy queries are not easy to parse (list of tuples). As per suggestion from @pllim it would be more useful to get these results in the form of a pandas and/or an astropy table.

pllim commented 7 years ago

Also, for empty results, it should return an empty table, to be consistent.