pandas 0.9.0 documentation

pandas.DataFrame.astype

DataFrame.astype(dtype)

Cast object to input numpy.dtype

Parameters :dtype : numpy.dtype or Python type
Returns :casted : type of caller