Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 vaex 引擎创建 Optimus 对象时,出现此错误。
from optimus import Optimus op = Optimus("vaex") df = op.load.csv("houseData/test.csv")