Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youssefHosni/f64a9deb8657684b38c26dbfb6aff945 to your computer and use it in GitHub Desktop.
Save youssefHosni/f64a9deb8657684b38c26dbfb6aff945 to your computer and use it in GitHub Desktop.
# convert the type of the features from object to float
demographics_df[Aboriginal_Peoples_features] = demographics_df[Aboriginal_Peoples_features].astype(str).astype(float)
demographics_df[Aboriginal_Peoples_features].info()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment