Skip to content

AlexandreGazagnes/Unilasalle-Public-Resources

Repository files navigation

image

License: MIT License Code style: black Python Repo Size PEP8 Poetry GitHub commit activity

UniLaSalle Public Ressources

About

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.

About python, jupyter notebooks and the requirements

You have 3 options:

Material

All the material for this course could be found here.

Sructure

├── 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    

Troubleshooting

For any question, please feel free to open an issue on the issue page