Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 542 Bytes

pandas_oo.md

File metadata and controls

20 lines (14 loc) · 542 Bytes
layout title permalink
default
Object-oriented programming and protocols with Pandas
/pandas_oo

Object-oriented programming and protocols with Pandas

You have two options to open the pandas_oo.ipynb file (in the notebooks/ folder):

  • with Jupyter Lab: open a terminal and enter the following commands:

    conda activate pyclass
    jupyter lab
  • with Visual Studio Code: open the notebook as a regular file. If asked, specify you need to use the pyclass environment.

↑ Home | >> Next