This project analyzes two years of IT contract awards across Texas state agencies using public data from Texas SmartBuy and DIR Vendor Awards. The goal is to identify trends, top vendors, most active agencies, and strategic bidding opportunities for a tech company seeking contracts in:
- IT Staffing
- Cloud Services
- Cybersecurity
- Unified Communications
- Workforce Development
TS_Project/
βββ data/
β βββ raw/ # Original exported Excel files
β βββ processed/ # Cleaned and consolidated master tracker
β βββ analysis/ # Python scripts, insights, and summary files
βββ charts/ # Generated visualizations
βββ README.md # β You are here
βββ analysis_checklist.md # Full checklist of Analyze phase outputs
- Which agencies award the most IT contracts
- Who the top vendors are
- What services are in demand
- Which contracts offer the best strategic fit
This project was built and run using a Python virtual environment (venv
) with the following tools:
pandas
matplotlib
openpyxl
You can run scripts by activating your environment:
cd TS_Project
.venv\Scripts\activate
python path/to/script.py
You can view the complete dataset, cleaned trackers, and charts used in this analysis via the link below:
π Open Texas IT Contract Analysis Data Folder
All strategic deliverables (PDFs) including the executive summary, action checklist, and analysis log are available here:
π Texas IT Docs Folder (OneDrive)
π Download Stakeholder Slide Deck (PPTX)
For a detailed breakdown of all steps completed in the analysis phase, see:
Kent Ward
Built as part of a strategic initiative to help position a tech company for government IT contracting opportunities.