A dataset containing example analytics project metrics for demonstration purposes. This dataset includes project characteristics and performance metrics.
Format
A data frame with 100 rows and 6 variables:
- project_id
Unique identifier for each project
- start_date
Project start date
- team_size
Number of team members
- uses_dvc
Whether the project uses DVC (logical)
- uses_docker
Whether the project uses Docker (logical)
- completion_rate
Project completion rate (0-100)