Chapter 1 Introduction

1.1 What this book covers

Staff at schools, districts, and state departments of education can feel like they are adrift in a sea of data. Highly skilled personnel are needed to help them navigate this information properly and chart the best possible course forward for the students they serve. More often than not, this effort will require the services of several data analysts.

Many education agencies have responded to this need by hiring multiple analysts, but they are often put to work in specific program areas and operate in isolation from one another. This may help solve short-term data needs, but it is an under-utilization of personnel that share a valuable skill set. Data analysts, particuarly those working in education agencies, can dramatically improve their productivity, quality, and capacity by adopting collaborative practices from the software development world.

1.2 Book organization

This book starts with an argument for collaborative data analysis in education agencies, but then pivots to practical advice that can be adopted by analysts in any sector, including advice on:

  • Building a strong team culture
  • Evaluating the tools your team uses
  • Developing strong communication practices
  • Creating systems to promote team collaboration
  • Identifying and addressing pain points

1.3 Acknowledgements

I wrote this book as part of my Capstone Project for the Strategic Data Project Fellowship. It represents the culmination of two years of conferences, Google Hangouts, workshops, and gallons and gallons of coffee. Many people helped me along the way to make this project a success, including:

  • My wife Samantha, for supporting me every step of the way.

  • All of the incredible people I met through the Strategic Data Project: my fellow Cohort 7 Fellows, fellows from other cohorts, my capstone project advisor - Jared Knowles, and all of the SDP staff.

  • My Kentucky Department of Education colleagues, particularly those involved in the Strategic Data Project program: my supervisor Karen Dodd, and former/current fellows Bart Liguori, Aaron Butler, and Hannah Poquette.

  • Andrew Martin, who caught a typo and submitted a pull request.

  • Last but not least, Bailey - my favorite coding partner.

1.4 Colophon

This book is powered by https://bookdown.org and was built with:

devtools::session_info()
## Session info -------------------------------------------------------------
##  setting  value                       
##  version  R version 3.4.0 (2017-04-21)
##  system   x86_64, darwin15.6.0        
##  ui       RStudio (1.1.331)           
##  language (EN)                        
##  collate  en_US.UTF-8                 
##  tz       America/New_York            
##  date     2017-09-01
## Packages -----------------------------------------------------------------
##  package    * version date       source                          
##  backports    1.1.0   2017-05-22 CRAN (R 3.4.0)                  
##  base       * 3.4.0   2017-04-21 local                           
##  bookdown     0.4     2017-05-20 CRAN (R 3.4.0)                  
##  compiler     3.4.0   2017-04-21 local                           
##  datasets   * 3.4.0   2017-04-21 local                           
##  devtools     1.13.3  2017-08-02 CRAN (R 3.4.0)                  
##  digest       0.6.12  2017-01-27 CRAN (R 3.4.0)                  
##  evaluate     0.10.1  2017-06-24 CRAN (R 3.4.0)                  
##  graphics   * 3.4.0   2017-04-21 local                           
##  grDevices  * 3.4.0   2017-04-21 local                           
##  htmltools    0.3.6   2017-04-28 CRAN (R 3.4.0)                  
##  knitr        1.17    2017-08-10 cran (@1.17)                    
##  magrittr     1.5     2014-11-22 CRAN (R 3.4.0)                  
##  memoise      1.1.0   2017-04-21 CRAN (R 3.4.0)                  
##  methods    * 3.4.0   2017-04-21 local                           
##  Rcpp         0.12.12 2017-07-15 cran (@0.12.12)                 
##  rmarkdown    1.6     2017-06-15 CRAN (R 3.4.0)                  
##  rprojroot    1.2     2017-01-16 CRAN (R 3.4.0)                  
##  rstudioapi   0.6     2016-06-27 CRAN (R 3.4.0)                  
##  stats      * 3.4.0   2017-04-21 local                           
##  stringi      1.1.5   2017-04-07 CRAN (R 3.4.0)                  
##  stringr      1.2.0   2017-02-18 CRAN (R 3.4.0)                  
##  tools        3.4.0   2017-04-21 local                           
##  utils      * 3.4.0   2017-04-21 local                           
##  withr        2.0.0   2017-08-14 Github (jimhester/withr@190d293)
##  yaml         2.1.14  2016-11-12 CRAN (R 3.4.0)