find type of variable & dataframe

PHOTO EMBED

Fri Jul 09 2021 08:14:21 GMT+0000 (Coordinated Universal Time)

Saved by @CaoimhedeFrein #python

x = 'body'
type(x)


df.dtypes

type(txns) 

#this will return if it is a list, array etc
content_copyCOPY