Skip to content

Tutorial notebook pycircular.datasets.load_transactions() fails under v0.1.2 #13

@bruinAlex

Description

@bruinAlex
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[21], line 1
----> 1 df = pycircular.datasets.load_transactions()['data']
      2 df['date']= pd.to_datetime(df['date'])
      3 dates = df.loc[df['user'] == 1, 'date']

AttributeError: module 'pycircular' has no attribute 'datasets'

Using pycircular.load_transactions()['data'] works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions