Loading repository data…
Loading repository data…
gustavofisica / repository
Data analysis projects and resources developed for the DEVinHouse 2025 course. Includes scripts, Jupyter notebooks, and reports for educational and practical data analysis activities.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains scripts, notebooks, and reports for data analysis activities related to the DEVinHouse 2025 course.
DEVinHouse 2025: Course Link
pip install -r requirements.txt
Or manually:
pip install pandas numpy matplotlib seaborn scipy faker requests pyautogui pyperclip google-genai python-dotenv
For Jupyter support:
pip install jupyter
data/: Raw and processed data (CSV, images, text files)notebooks/: Jupyter Notebooks for data exploration and analysisreports/: Reports and presentationsscripts/: Python scripts for data processing and analysissql/: Database modeling, schemas, queries, and proceduresClone the repository
git clone https://github.com/gustavofisica/data-analysis-devinhouse.git
cd data-analysis-devinhouse
Install Python dependencies
pip install pandas numpy matplotlib seaborn scipy faker requests jupyter
Setup PostgreSQL (for SQL exercises)
POSTGRESQL_SETUP.mdRun Jupyter Notebooks
jupyter lab
# or
jupyter notebook
Execute Python Scripts
python scripts/M1S2/guessing_game.py
# Common dependency conflicts
pip install --upgrade pip
pip install -r requirements.txt --force-reinstall
# Cannot find data files
# Ensure you run jupyter from project root
cd /path/to/data-analysis-devinhouse
jupyter lab
git checkout -b feature/new-analysis)git commit -am 'Add new analysis')git push origin feature/new-analysis)This project is licensed under the MIT License - see the LICENSE file for details.