We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目录:NumPy参考文章/进阶篇/NumPy数据分析练习/ 中“64. 如何从二维数组中减去一维数组,其中一维数组的每一项从各自的行中减去?”
问题描述部分 现为:b_1d = np.array([1,1,1] 应为:b_1d = np.array([1,2,3])
The text was updated successfully, but these errors were encountered:
感谢反馈,已修复。
Sorry, something went wrong.
(修复)修复 #7
a01ebd9
No branches or pull requests
目录:NumPy参考文章/进阶篇/NumPy数据分析练习/
中“64. 如何从二维数组中减去一维数组,其中一维数组的每一项从各自的行中减去?”
问题描述部分
现为:b_1d = np.array([1,1,1]
应为:b_1d = np.array([1,2,3])
The text was updated successfully, but these errors were encountered: