I have a data frame with 6 columns. I would like to convert one of the columns (the second one) from float to int, when I do this it only returns the one column as an int but I want the exact same dataframe in its entirety, the only difference is that the second column is int as opposed to float.
I have checked all relevant questions on here and nothing worked for me!! please help
astypefunction inpandasmight work here.