使用R时,使用它可以方便地加载"练习"数据集
data(iris)
要么
data(mtcars)
熊猫有类似的东西吗?我知道我可以使用任何其他方法加载,只是好奇是否内置任何东西
python pandas
pandas ×1
python ×1