You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. Irsa.list_catalogs(full=True)or Irsa.query_sia() currenlty returns a DALResultsTable as well as e.g. Alma.query_tap also returns a DALResultsTable.
I don't think this is useful for the astroquery users, and thus propose to add the to_table() or to_qtable() in the astroquery code and thus return astropy Table or QTable, out of the box.