Wrt the [Plotting and Tabular Data episode](https://datacarpentry.org/astronomy-python/03-transform/index.html): ``` type(polygon_results['ra']) ``` gives me a `astropy.table.column.MaskedColumn` instead of `astropy.table.column.Column`.