Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Last active June 16, 2020 10:14
Show Gist options
  • Select an option

  • Save ksdkamesh99/d7a061b4f5ce46777303029c1934b80e to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/d7a061b4f5ce46777303029c1934b80e to your computer and use it in GitHub Desktop.
#Converting datatype int64 to int32
dataset=dataset.astype('int32')
#info of dataframe
dataset.info()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment