Skip to content

Bug Report: Cufflinks Compatibility Issue with Python 3.13 #5

Description

@blu3-bird

Description

The code in this repository uses cufflinks library which is not compatible with Python 3.13 and newer pandas versions, causing a ValueError when trying to create plots.

Run the plotting code:

df_pivot.iplot(kind='line', xTitle='Years', yTitle='Population', 
               title='Population (1955-2020)')

Error message:

ValueError                                Traceback (most recent call last)
Cell In[22], line 1
----> 1 df_pivot.iplot(kind='line', xTitle='Years', yTitle='Population', 
      2                title='Population (1955-2020)')
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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