Browse Source

fix: pip install tabulate

Week 1 Day 4 Ex4 Missing import #24
pull/63/head
brad-gh 2 years ago committed by eslopfer
parent
commit
96a033a3b0
  1. 3
      piscine/week01/day04/ex00/README.md

3
piscine/week01/day04/ex00/README.md

@ -25,6 +25,7 @@ Ax explained before, Pandas is an open source library, specifically developed fo
- NumPy
- Pandas
- Jupyter or JupyterLab
- Tabulate
*Version of Pandas I used to do the exercises: 1.0.1*.
I suggest to use the most recent one.
@ -52,4 +53,4 @@ I recommend to use:
- the virtual environment you're the most confortable with. `virtualenv` and `conda` are the most used in Data Science.
- one of the most recents versions of the libraries required
1. Create a virtual environment named `ex00`, with a version of Python >= `3.8`, with the following libraries: `pandas`, `numpy` and `jupyter`.
1. Create a virtual environment named `ex00`, with a version of Python >= `3.8`, with the following libraries: `pandas`, `numpy` ,`tabulate` and `jupyter`.

Loading…
Cancel
Save