diff options
Diffstat (limited to 'app/Census/CensusOfUnitedStates1920.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1920.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/Census/CensusOfUnitedStates1920.php b/app/Census/CensusOfUnitedStates1920.php index 70b3e9aaf8..5db1f9f5a2 100644 --- a/app/Census/CensusOfUnitedStates1920.php +++ b/app/Census/CensusOfUnitedStates1920.php @@ -42,20 +42,20 @@ class CensusOfUnitedStates1920 extends CensusOfUnitedStates implements CensusInt new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnNull($this, 'Race', 'Color or race'), new CensusColumnAge($this, 'Age', 'Age at last birthday'), - new CensusColumnNull($this, 'Condition', 'Whether single, married, widowed, or divorced'), + new CensusColumnConditionUs($this, 'Condition', 'Whether single, married, widowed, or divorced'), new CensusColumnNull($this, 'Imm', 'Year of immigration to the United States'), new CensusColumnNull($this, 'Nat', 'Naturalized or alien'), new CensusColumnNull($this, 'NatY', 'If naturalized, year of naturalization'), new CensusColumnNull($this, 'School', 'Attended school since Sept. 1, 1919'), - new CensusColumnNull($this, 'Read', 'Whether able to read'), - new CensusColumnNull($this, 'Write', 'Whether able to write'), - new CensusColumnBirthPlaceSimple($this, 'Birthplace', 'Place of birth'), - new CensusColumnNull($this, 'Language', 'Mother tongue'), - new CensusColumnFatherBirthPlaceSimple($this, 'Father’s birthplace', 'Place of birth of father'), - new CensusColumnNull($this, 'Father language', 'Mother tongue of father'), - new CensusColumnFatherBirthPlaceSimple($this, 'Mother’s birthplace', 'Place of birth of mother'), - new CensusColumnNull($this, 'Mother language', 'Mother tongue of mother'), - new CensusColumnNull($this, 'English', 'Whether able to speak English'), + new CensusColumnNull($this, 'R', 'Whether able to read'), + new CensusColumnNull($this, 'W', 'Whether able to write'), + new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth'), + new CensusColumnNull($this, 'Lang', 'Mother tongue'), + new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'), + new CensusColumnNull($this, 'Father lang', 'Mother tongue of father'), + new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'), + new CensusColumnNull($this, 'Mother lang', 'Mother tongue of mother'), + new CensusColumnNull($this, 'Eng', 'Whether able to speak English'), new CensusColumnOccupation($this, 'Occupation', 'Trade, profession, or particular kind of work done'), new CensusColumnNull($this, 'Ind', 'Industry, business of establishment in which at work'), new CensusColumnNull($this, 'Emp', 'Employer, salary or wage worker, or work on own account'), |
