标签: schema python-3.6 csvkit
我正在使用终端中的库csvkit运行以下命令:
csvkit
csvsql -i postgresql ~/Desktop/myfile.csv
如何将上述命令放入spyder中的脚本中?
提前谢谢