From 4e153c6af1eb3f56ad3d7f7db56fcaebf3f310bc Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 22 Oct 2015 21:57:03 +0100 Subject: US 1850 census --- app/Census/CensusOfUnitedStates1850.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/Census/CensusOfUnitedStates1850.php') diff --git a/app/Census/CensusOfUnitedStates1850.php b/app/Census/CensusOfUnitedStates1850.php index 17e5f129f9..6dabdb5df5 100644 --- a/app/Census/CensusOfUnitedStates1850.php +++ b/app/Census/CensusOfUnitedStates1850.php @@ -37,17 +37,17 @@ class CensusOfUnitedStates1850 extends CensusOfUnitedStates implements CensusInt */ public function columns() { return array( - new CensusColumnFullName($this, '', ''), - new CensusColumnAge($this, '', ''), - new CensusColumnSexMF($this, '', ''), - new CensusColumnNull($this, '', ''), // Race - new CensusColumnOccupation($this, '', ''), - new CensusColumnNull($this, '', ''), // Value of real estate owned - new CensusColumnBirthPlace($this, '', ''), - new CensusColumnMarriedWithinYear($this, '', ''), - new CensusColumnNull($this, '', ''), // Attended school within year - new CensusColumnNull($this, '', ''), // Illiterate - new CensusColumnNull($this, '', ''), // Infirm + new CensusColumnFullName($this, 'Name', 'Name'), + new CensusColumnAge($this, 'Age', 'Age'), + new CensusColumnSexMF($this, 'Sex', 'Sex'), + new CensusColumnNull($this, 'Color', 'White, black, or mulatto'), + new CensusColumnOccupation($this, 'Occupation', 'Profession, occupation, or trade'), + new CensusColumnNull($this, 'RE', 'Value of real estate owned'), + new CensusColumnBirthPlaceUnitedStates($this, 'Birthplace', 'Place of birth, naming the state, territory, or country'), + new CensusColumnMarriedWithinYear($this, 'Mar', 'Married within the year'), + new CensusColumnNull($this, 'Sch', 'Attended school within the year'), + new CensusColumnNull($this, 'R+W', 'Persons over 20 years of age who cannot read and write'), + new CensusColumnNull($this, 'Infirm', 'Whether deaf and dumb, blind, insane, idiotic, pauper or convict'), ); } } -- cgit v1.3