Created
April 24, 2017 20:01
-
-
Save steven2358/98c439ca8a705d587bdea24d1ce50dbf to your computer and use it in GitHub Desktop.
Python Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# numpy | |
### | |
# convert variable to other data type | |
x.astype(np.float32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment