Django CSV Analysis Tool

Job ID: 40099882

Budget: $30 – $250 USD

I need a small Django-based app that I can spin up locally (`python manage.py runserver`) to analyse any CSV I drop into it. After selecting or uploading a file, the interface should let me:

• view quick summary statistics (count, mean, median, min-max, standard deviation, etc.)
• explore trend analysis—simple time-series or index-based plots that highlight upward or downward movements over the chosen column(s)
• build custom, criteria-driven reports on the fly (for example “show rows where Region = X and Sales > 1000”)

All results must appear inside the web interface—no console printouts or separate downloads required for now. A clean, minimal UI is fine; function matters more than looks.

Deliverables
1. Django project with clear, modular Python code to read and process CSV files
2. HTML templates (Bootstrap or similar is okay) that render the three report types above
3. Any helper scripts or third-party libraries (pandas, matplotlib/Plotly, etc.) pinned in `requirements.txt`
4. A short README with setup steps and a few usage screenshots

Acceptance criteria
• App starts locally and loads in the browser without errors
• I can upload at least a 25 MB CSV and receive all three report types within reasonable time
• Summary, trend, and custom filters each render correctly in the UI

With the above in place I’ll be able to run quick, ad-hoc data investigations straight from my machine.

Please bid and dm me i can send you the detail specs and .csv files.