data types of the columns

25

mysql> select data_type from information_schema.columns where table_schema = 'business' and able_name = 'DataTypeDemo';
# 4. data types of the columns
df.dtypes

Comments

Submit
0 Comments