santosjorge / cufflinks

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

Use numpy instead of using pd.np. #253

Closed toohsk closed 3 years ago

toohsk commented 4 years ago

What I did

Due to the warning message pandas would depreciate pd.np in the future version and it recommends to import numpy and use it directory. So I update the plotlytools.py using numpy instead of pd.np.

Which issue I tackled

https://github.com/santosjorge/cufflinks/issues/242

santosjorge commented 3 years ago

Have been done - thank you