标签: python pandas cython
我正在阅读熊猫源代码。遇到这个file
这几行让我很困惑。
cimport numpy as np import numpy as np
当然如果这是python,只有第二次导入才有效,而np指向numpy。
我怀疑是