Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.01 KB

README.md

File metadata and controls

54 lines (44 loc) · 2.01 KB

Data Science & Pandas basics 👨‍🔬

Basics of Data Science and introduce Pandas. You will:

  • learn to use Pandas
  • analyse huge datasets
  • clean datasets
  • visualize data analyse

⚠️ Don't forget to extract the datasets from the file compress datasets.zip

What is Jupyter Notebook 📖

Jupyter Notebook allows you to work by cells. Modify the cells to pass the exercises.
Then execute the cells by clicking on the play button or with the shortcut: shift + enter.
Notebook files are recognized by the extension: .ipynb.

How to use Jupyter Notebook?

  • Clone the workshop repository.
  • run the command: pip3 install jupyter notebook
  • you can install the VSCode extension: Jupyter (optional)
  • start a local server with the command: jupyter notebook.

Authors


Mikaël VALLENET

Organization


🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on PoC's repositories.