Skip to content

Commit

Permalink
feat: Remove duplicative baltimore_enrollment dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Dec 4, 2023
1 parent 6be005e commit 5bc563f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 47 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# bcpss (development version)

- Expand README with new example referencing `{marylandedu}` package (2023-11-28)
- Remove duplicative `baltimore_enrollment` dataset (2023-11-28)

# bcpss 0.2.0

Expand All @@ -27,6 +28,6 @@ Versioning for this package has been and may continue to be somewhat uneven. Her
- Switch school_type variable name to management_type
- Add current spatial data for BCPS elementary school zones
- Add current spatial data for BCPS programs
- Rename parent_school_survey_SY1819 to parent_survey_SY1819
- Rename `parent_school_survey_SY1819` to `parent_survey_SY1819`


41 changes: 6 additions & 35 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -728,40 +728,6 @@
#' @source [Baltimore City Department of Planning - FeatureLayer](https://services1.arcgis.com/43Lm3JYE3nM91DAF/ArcGIS/rest/services/Surplus_Schools/FeatureServer/0)
"bcps_surplus_schools"

#' Baltimore City Public School Enrollment (SY 2003-2022)
#'
#' This data is a subset of [mapmaryland::msde_enrollment] where `lss_name` is
#' "Baltimore City". This data does not include the SEED School of Maryland
#' which is located within Baltimore City. It is recommended you use this data
#' instead of [enrollment_msde_SY0919] as the name of this object will remain
#' the same when current enrollment data is appended on an annual basis.
#'
#' @format A data frame with 31,618 rows and 10 variables:
#' \describe{
#' \item{`year`}{School or academic year for enrollment count, e.g.
#' 2019 data is from the start of the 2019-2020 school year.}
#' \item{`school_number`}{School number as integer (0 indicates all
#' schools)}
#' \item{`school_name`}{School name}
#' \item{`enrolled_count`}{Number of students registered to attend the
#' school at the start of the year in the grade or grade range as integer.
#' Typically enrollment count is as of September 30.}
#' \item{`grade`}{Grades from Prekindergarden (PK) to Grade 12}
#' \item{`grade_range`}{all elementary school Grades, all middle school
#' grades, all high school grades, or all grades (total enrollment). May also
#' be used as a label for grade.}
#' \item{`race`}{Race/ethnicity. Enrollment by race/ethnicity is only
#' available across all grades for years since 2020. "All" is used for data
#' prior to 2020.}
#' \item{`county`}{County name}
#' \item{`lss_number`}{Local school system number (previously known as a
#' LEA Number) as an integer. `NA` values are used for statewide data.}
#' \item{`lss_name`}{Local school system name (previously known as a LEA
#' Name). A value of "State" is used for statewide data.}
#' }
#' @source [MSDE Data Downloads](https://reportcard.msde.maryland.gov/Graphs/#/DataDownloads/datadownload)
"baltimore_enrollment"

#' BCPSS Attendance Data (SY 2003-2022)
#'
#' This data is a subset of the [marylandedu::msde_attendance] dataset.
Expand Down Expand Up @@ -816,7 +782,12 @@

#' BCPSS Enrollment Data (SY 2003-2023)
#'
#' This data is a subset of the [marylandedu::msde_enrollment] dataset.
#' This data is a subset of the [marylandedu::msde_enrollment] dataset include
#' all data where the `lss_name` is "Baltimore City". This data does not include
#' the SEED School of Maryland which is located within Baltimore City. It is
#' recommended you use this data instead of [enrollment_msde_SY0919] as the name
#' of this object will remain the same when current enrollment data is appended
#' on an annual basis.
#'
#' @format A data frame with 33,800 rows and 10 variables:
#' \describe{
Expand Down
21 changes: 10 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@ url: https://elipousson.github.io/bcpss/
template:
bootstrap: 5
reference:
- title: Survey, enrollment, and demographic data from Baltimore City Public Schools
contents:
- starts_with("enrollment_demographics")
- starts_with("parent")
- starts_with("educator")
- starts_with("student")
- title: Enrollment, attendance, and other data from Maryland State Department of Education (MSDE) and BCPSS
contents:
- starts_with("bcpss")
- '`baltimore_enrollment`'
- starts_with("bcpss_")
- '`enrollment_msde_SY0919`'
- '`attendance_msde_SY0919`'
- '`accountability_SY1920`'
- '`nces_school_directory_SY1920`'
- title: Kindergarten Readiness Assessment (KRA)
contents:
- '`kra_results_SY1920`'
- title: Spatial data
contents:
- starts_with("bcps_programs")
- starts_with("bcps_es_zones")
- '`bcps_surplus_schools`'
- title: Survey, enrollment, and demographic data from Baltimore City Public Schools
contents:
- starts_with("enrollment_demographics")
- starts_with("parent")
- starts_with("educator")
- starts_with("student")
- title: Kindergarten Readiness Assessment (KRA)
contents:
- '`kra_results_SY1920`'
Binary file removed data/baltimore_enrollment.rda
Binary file not shown.

0 comments on commit 5bc563f

Please sign in to comment.