标签: python spyder
我的系统是带有anaconda5.3.1和spyder 3.3.3的centos 7 在使用spyder进行编码时,我想获得有关如何使用函数的帮助。 例如,我想知道如何使用read_sql中的pandas。在Ipython控制台中,我尝试了:
read_sql
pandas
In [6]: read_sql? Object `read_sql` not found. In [7]: pandas.read_sql? Object `pandas.read_sql` not found.
出什么问题了?