pandas 0.7.2 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