Commit graph

2 commits

Author SHA1 Message Date
Johan Lundberg
872fdfa0ee Organize repository by moving all scripts to scripts/ folder
- Moved all Python processing scripts to scripts/ directory for better organization
- Preserves git history using git mv command
- Clean separation between main project files and utility scripts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 00:36:08 +02:00
Johan Lundberg
97ea973de0 Add comprehensive Top 500 Albums analysis with Wikipedia data integration
- Create wikipedia_500_albums.csv from Wikipedia:WikiProject_Albums/500
- Generate top_500_albums_2023.csv comparing 2020 vs 2023 rankings
- Add ranking change analysis (192 new, 164 improved, 113 dropped)
- Integrate Info and Description from 2020 Rolling Stone data
- Fill missing album information for 70+ additional albums
- Include Python scripts for data processing and analysis
- Update CLAUDE.md with project documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 21:17:25 +02:00