I'm trying to extract columns from an excel file onto a website by using pandas for loop.
However, not all data from a specific column have the same data type, so sometimes it can't output due to "datatype" issue and there are even null value in the column.
Is it possible to extract any value regardless of its data type? What does numpy.ndarray actually mean?