python中的警告(tput:$ TERM没有值,没有指定-T)

时间:2015-01-16 12:17:40

标签: python pandas

系统:        Windows 7 64位,        Python 2.7,        PyCharm 4.03

代码:

    import numpy as np
    import pandas as pd

    a = pd.Series([1, 2, np.nan])
    i = a.describe()
    print i

Output: 

**tput: No value for $TERM and no -T specified**
count    2.000000
mean     1.500000
std      0.707107
min      1.000000
25%      1.250000
50%      1.500000
75%      1.750000
max      2.000000
dtype: float64

代码正在运行,但我找不到为什么会收到警告。 我已经搜索过但我找不到相关的东西或者对我来说有意义的东西。 我不是程序员,我是科学家。 有人可以向我解释一下吗? 我应该担心还是忽略它并继续前进? 谢谢。

0 个答案:

没有答案