- 博客(8)
- 收藏
- 关注
原创 2021-01-06
編寫一段python NumPy小程序實現以下功能 Write a Python NumPy program to: 用符合標準正態分布的隨機數創建一個13x16的數組。Create a 13x16 array filled with random numbers from a standard normal distribution. 找出上面數組的最小值和最大值。 Find the minimum and maximum values of the array above.
2021-01-06 10:20:53 99 1
原创 2021-01-06
編寫一段python小程序實現以下功能:Write a Python NumPy program to:(20%) (在第九題處上傳code) 從drinks.csv文件中讀入數據,幷創建一個DataFrame,以分析以上數據,回答以下問題。 數據集中共有多少條記錄?How many records are there in the data set? Answer 數據集中共有多少個變量?How many variables are there in the data set?
2021-01-06 10:19:41 182 1
原创 2021-01-06
編寫一段python小程序實現以下功能:Write a Python NumPy program to:(20%) (在第九題處上傳code) 讀取文本文件alice.txt。Read alice.txt as input. 统计該文件中出现的英文字符(a-z),空格,数字(0-9),和其他字符的个数。Count the number of English characters (a-z), spaces, numbers (0-9), and other characters i
2021-01-06 10:17:15 128 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人