Session | Author |
---|---|
2023/2024 | Alexandre Gazagnes |
This public repository contains the notebooks and the data used for both :
- 2nd Year - Practical Statistical Tests
- 4th Year - Data Analysis with Python
The repository is organized in two main directories: 2a-statistical-tests
and 4a-data-analysis
.
Each of these directories is organized in subdirectories, one for each session of the course.
tests
, .github
, docs
and .utils
directories contains technicals tools not usefull for the course.
You have 3 options:
-
Locally:
-
Install Anaconda https://www.anaconda.com/ or Jupyter https://jupyter.org/install on your machine
-
Use Anaconda or Jupyter installed on the UniLaSalle PC (Warning
⚠️ : some packages may be missing)
-
-
Online:
-
Use Google Colab https://colab.research.google.com/ (you have to be connected to your google account)
-
Use Jupyter online https://jupyter.org/try-jupyter (Warning
⚠️ : External packages cannot be installed)
-
All the material for this course could be found here.
├── 2a-statistical-tests
│ ├── 01-session
│ ├── 02-session
│ ├── 03-session
│ ├── 04-session
│ ├── 05-session
│ ├── 06-session
│ ├── 07-session
│ ├── 08-session
│ └── 09-session
├── 4a-data-analysis
│ ├── 01-session
│ ├── 02-session
│ ├── 03-session
│ ├── 04-session
│ └── 05-exam
├── requirements.txt
For any question, please feel free to open an issue on the issue page