标签: python numpy numpy-ndarray
按照惯例(https://www.python.org/dev/peps/pep-0008/#class-names),Python中的类名称应为CamelCase。 Pandas DataFrame和Series遵循此规则。为什么Numpy的ndarray不遵循这个约定?
ndarray