Answers for "select columns as int pandas"

3

column dataframe to int

df[[column_name]].astype(int)
Posted by: Guest on April-21-2021
0

python dataframe get numeric columns

dfnew = df._get_numeric_data()
Posted by: Guest on November-19-2020

Python Answers by Framework

Browse Popular Code Answers by Language