how do i convert the whole column into" int "as it in “int64” data type?
You can use
Variable_name = numpy.int(variable_name)
But why do you want to do it, it’s of no use
how do i convert the whole column into" int "as it in “int64” data type?
You can use
Variable_name = numpy.int(variable_name)
But why do you want to do it, it’s of no use