How can you update pandas? I use jupyter notebooks on a macbook pro. I use my local machine for my projects.
I have no idea where to find an update.
How can you update pandas? I use jupyter notebooks on a macbook pro. I use my local machine for my projects.
I have no idea where to find an update.
Inside your terminal run
pip3 install --upgrade pandas
Or inside your Jupyer Notebook:
!pip3 install --upgrade pandas