- 安装googlesheets包后,在RStudio的Addins菜单中会出现"Export to Google Sheets"子菜单,里面包含导出...
import pandas as pd str_vector = ["2","3","4","5","10","20"] nb_vector = [20,10,5,4,3,2] varialbe_type = { "string" : str_vector, "numeric" : nb_vector } pd_variable_type = pd.DataFrame(varialbe_type) print(pd_variable_type) ## numeric string ## 0 20 2 ## 1...
2.datapasta datapasta的作用也很简单,把各种数据,hardcode进你的代码,可以看这个例子 比如:3.clip...