shadowfox-dataviz-internship/ │ ├── 📓 notebooks/ │ └── visualization_guide.ipynb # Main Jupyter Notebook (all code + explanations) │ ├── 📄 docs/ │ └── matplotlib_vs_seaborn_guide.md # Full written ...
project/ ├── project_code/ # Python implementation files │ ├── Quant project.py # Main quantitative research driver │ ├── run_wilcoxon_test.py # Wilcoxon significance test runner (n=30) │ ├── complete ...