We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Try this in a notebook:
df = CasJobs.executeQuery(sql="SELECT TOP 1 run2d FROM SpecObj", context='DR16', format="pandas") print(df['run2d'].dtype)
The column type should be 'str' and not 'object'