datacarpentry / astronomy-python

https://datacarpentry.org/astronomy-python/
Other
30 stars 31 forks source link

MaskedColumn instead of Column #195

Open HannoSpreeuw opened 1 year ago

HannoSpreeuw commented 1 year ago

Wrt the Plotting and Tabular Data episode:

type(polygon_results['ra'])

gives me a astropy.table.column.MaskedColumn instead of astropy.table.column.Column.

abostroem commented 8 months ago

I get the same thing - we should update the lesson - every value is populated so this might just be a new astroquery default to always return masked columns