pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
Last active
December 20, 2018 10:46
-
-
Save iamwrm/c5c71c621390c04d7eaae7f967c86441 to your computer and use it in GitHub Desktop.
python.md
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
np.zero((3, 5), 7) | |
np.full((3, 5), 7) | |
import numpy as np | |
np.add(first, second) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment