使用spyder时如何获得功能的“帮助”?

时间:2019-03-20 07:06:01

标签: python spyder

我的系统是带有anaconda5.3.1和spyder 3.3.3的centos 7
在使用spyder进行编码时,我想获得有关如何使用函数的帮助。
例如,我想知道如何使用read_sql中的pandas。在Ipython控制台中,我尝试了:

In [6]: read_sql?
Object `read_sql` not found.

In [7]: pandas.read_sql?
Object `pandas.read_sql` not found.

出什么问题了?

0 个答案:

没有答案