santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Future Warning regarding pandas.np module #242

Open TimAlbers opened 4 years ago

TimAlbers commented 4 years ago

Many thanks for the awesome lib!

Using this code:

combined.iplot(
    x='col1',
    y='col2',
    # Specify the category
    categories='col3',
    #xTitle='col1,
    #yTitle='col2',
    title='title')

I am getting the following warning:

/Users/timalbers/.pyenv/versions/3.8.2/lib/python3.8/site-packages/cufflinks/plotlytools.py:807: FutureWarning:

The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead

/Users/timalbers/.pyenv/versions/3.8.2/lib/python3.8/site-packages/cufflinks/plotlytools.py:810: FutureWarning:

The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead
MAYANK051222001 commented 4 years ago

Buddy I am getting the same warning when I use spread plot...

MAYANK051222001 commented 4 years ago

I am getting it only with spread plot and not with other plots