Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 534 Bytes

Pandas in one notebook

This single notebook contains all the code from the pandas YouTube series by Data School.

You can follow this notebook and it will guide you super-quickly from zero to hero!

Pandas is a python library used to manipulate data.

In order to be able to run this notebook, be sure to have installed:

  • python
  • jupyer
  • pandas
  • numpy
  • scikit-learn You don't need anything else (no datasets).