pandera.engines.pandas_engine.Engine¶ class pandera.engines.pandas_engine.Engine[source]¶ Pandas 数据类型引擎。 方法 classmethod dtype(data_type)[source]¶ 将输入转换为与pandas兼容的 Pandera DataType 对象。 Return type: 数据类型 classmethod numpy_dtype(pandera_dtype)[source]¶ 转换一个 Pandera dtype。 Return type: dtype