hmoney98451 hmoney98451 27-02-2024 Computers and Technology contestada Which of the following set of statements can be used to extract the column type as a separate dataframe? 1) df['column_type'] 2) df.column_type 3) df.loc[:, 'column_type'] 4) df.iloc[:, 'column_type']