Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 334 Bytes

File metadata and controls

2 lines (2 loc) · 334 Bytes

ProgramingLanguageBackend

This Flask app converts a cleaned CSV of StackOverflow questions (2015–2025) into a simple JSON API. It returns only the Question ID, Main Language, and Date. You can filter data by year and language through query parameters. Perfect for data analysis, visualization, or integration into a frontend app