jpn--/larch

Having issues working with Larch

Closed this issue · 1 comments

Hi jeff,
I recently installed larch. Even though it takes some time. I used the format (conda install -c conda-forge/label/cf202003 larch). Now I get an error whenever I tried to use larch.dataframe (df, cg='chosen', crack=TRUE).
TYPE ERROR: module object is not callable.. Please whats the problem with this.

jpn-- commented

Capitalization is import in Python. Try larch.DataFrames(df, ch='chosen', crack=True)