Open
Description
I have removed methods DataFrame>>columnTypes and DataSeries>>type and the related functionality in #61 because their implementation was very bad and slowed down all other methods.
However, for exploratory purposes it is still important to know what kind of data is stored in each column.
So we need to think how to implement something like dtype in pandas in the most harmless way:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.dtypes.html