hi-primus / optimus

:truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark

Home Page:https://hi-optimus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'optimus' has no attribute 'Utilities'

Prajaktaparkhade82 opened this issue · comments

import optimus as op
tools=op.Utilities()
this.dataframe=tool.read_csv(path=fileName,sep=',')

Hi @Prajaktaparkhade82,

Sorry for the late response.
This code works in the 1.x version of Optimus. Maybe you take it from the updates docs.
Please check the examples for better docs and how-to's.

https://github.com/hi-primus/optimus/tree/develop-21.9/examples