print type on each cell in column pandas code example Example: print type on each cell in column pandas >>> df.l.apply(type) 0 1 2 4