How to Solve NameError: name 'Column' is not defined -- astropy

Solution: Import the 'Column' module

# Add the following line to the top of your code
from astropy.table import Column

 

For more information:
astropy Column