收到以下错误,并且不知道这意味着什么/如何避免/我是否应该担心:
C:\Users\Nick\Anaconda3\lib\site-packages\pandas\computation\align.py:98:
ordm = np.log10(abs(reindexer_size - term_axis_size))
运行query()
时。
dtypes:
CGI int64
SITEID int32
LONGITUDE float64
LATITUDE float32
dtype: object
查询:
towerData = towerData.query('CGI != 0')
Pandas 0.16.2