我想嘗試使用 python 進行一些操作,并且使用R 后,有一個非常方便的功能可以獲取這樣的示例數(shù)據(jù)集> v <- iris> v Sepal.Length Sepal.Width Petal.Length Petal.Width Species1 5.1 3.5 1.4 0.2 setosa2 4.9 3.0 1.4 0.2 setosa3 4.7 3.2 1.3 0.2 setosa4 4.6 3.1 1.5 0.2 setosa5 5.0 3.6 1.4 0.2 setosa6 5.4 3.9 1.7 0.4 setosa7 4.6 3.4 1.4 0.3 setosa8 5.0 3.4 1.5 0.2 setosa9 4.4 2.9 1.4 0.2 setosanumpy 是否可以生成一些示例數(shù)據(jù)集來玩?
用python生成示例(Iris)數(shù)據(jù)集
寶慕林4294392
2021-12-29 10:27:16