export.get_sname()

Get school name based on school number.

Usage

Source

export.get_sname(
    snr,
    meta_snames,
)

Parameters

snr: str

School number as a string

meta_snames: pd.DataFrame
DataFrame containing school metadata with columns ‘SNR’ and ‘SNAME’

Returns

str
School name, or a default message if not found