From f6c8d0904c581b8295b9d2bef5e035b9fa45c1dd Mon Sep 17 00:00:00 2001 From: Attila Mihaly <60483498+AttilaMihaly@users.noreply.github.com> Date: Fri, 22 Apr 2022 09:17:53 +0000 Subject: [PATCH] Remove flows. (#105) * Remove flows. * Revert the imports back. Turn of formatting for build.sc. * Revert the imports back. Turn of formatting for the imports build.sc. * Fix imports --- build.sc | 76 +- morphir/flowz/ReadMe.md | 127 - .../morphir/flowz/spark/DataFrameSteps.scala | 37 - .../morphir/flowz/spark/DatasetModule.scala | 34 - .../src/morphir/flowz/spark/SparkApi.scala | 3 - .../flowz/spark/SparkModuleExports.scala | 24 - .../src/morphir/flowz/spark/SparkStep.scala | 173 - .../morphir/flowz/spark/SparkSupport.scala | 53 - .../src/morphir/flowz/spark/package.scala | 10 - .../src/morphir/flowz/spark/sparkModule.scala | 107 - .../src/morphir/flowz/spark/sparkReader.scala | 12 - .../test/resources/data/in/executive.json | 2310 --- .../resources/data/in/legislators-current.csv | 537 - .../data/in/legislators-historical.csv | 11984 ---------------- .../spark/test/resources/log4j.properties | 8 - .../flowz/spark/FilterResultSparkSpec.scala | 20 - .../morphir/flowz/spark/SparkModuleSpec.scala | 63 - .../flowz/spark/SparkSupportSpec.scala | 45 - .../filtering/DataFrameFilteringSample.scala | 24 - .../sample/heroes/HeroesSampleMain.scala | 240 - .../flowz/spark/sample/model/people.scala | 35 - .../presidential/PresidentialSampleMain.scala | 225 - .../flowz/spark/testing/SparkSpec.scala | 50 - .../morphir/flowz/NeedsInputState.scala | 23 - .../src-2.11/morphir/flowz/NeedsMsg.scala | 23 - .../morphir/flowz/NeedsInputState.scala | 24 - .../src-2.12/morphir/flowz/NeedsMsg.scala | 22 - .../morphir/flowz/NeedsInputState.scala | 24 - .../src-2.13/morphir/flowz/NeedsMsg.scala | 22 - .../morphir/flowz/AbstractStatelessStep.scala | 6 - .../flowz/src/morphir/flowz/FiberSyntax.scala | 18 - .../src/morphir/flowz/FilterResult.scala | 98 - .../src/morphir/flowz/FilteredRecord.scala | 7 - morphir/flowz/src/morphir/flowz/Flow.scala | 3 - .../flowz/src/morphir/flowz/FlowArgs.scala | 3 - .../src/morphir/flowz/FlowArguments.scala | 3 - .../src/morphir/flowz/FlowExecutor.scala | 19 - .../flowz/src/morphir/flowz/FlowSuccess.scala | 7 - .../flowz/src/morphir/flowz/NodePath.scala | 6 - .../flowz/src/morphir/flowz/Property.scala | 60 - .../flowz/src/morphir/flowz/PropertyMap.scala | 44 - .../src/morphir/flowz/RunnableStep.scala | 58 - morphir/flowz/src/morphir/flowz/Step.scala | 555 - .../flowz/src/morphir/flowz/StepArities.scala | 443 - .../flowz/src/morphir/flowz/StepAspect.scala | 28 - .../src/morphir/flowz/StepExecutionId.scala | 8 - .../flowz/src/morphir/flowz/StepFailure.scala | 8 - .../flowz/src/morphir/flowz/StepSuccess.scala | 33 - .../src/morphir/flowz/StepUidGenerator.scala | 9 - .../flowz/src/morphir/flowz/ZBehavior.scala | 42 - .../src/morphir/flowz/ZBehaviorSyntax.scala | 20 - .../morphir/flowz/eventing/Aggregate.scala | 28 - .../morphir/flowz/eventing/EventChannel.scala | 51 - .../behavior/ZAggregateBehavior.scala | 16 - .../flowz/eventing/behavior/package.scala | 6 - .../src/morphir/flowz/eventing/eventLog.scala | 112 - .../src/morphir/flowz/eventing/package.scala | 11 - .../experimental/AbstractRunnableFlow.scala | 18 - .../flowz/experimental/ExecutedFlow.scala | 41 - .../src/morphir/flowz/experimental/Flow.scala | 150 - .../flowz/experimental/FlowBaseEnv.scala | 11 - .../flowz/experimental/FlowExecutor.scala | 23 - .../flowz/experimental/FlowFailure.scala | 20 - .../flowz/experimental/FlowRunner.scala | 50 - .../morphir/flowz/experimental/Message.scala | 5 - .../flowz/experimental/instrumentor.scala | 35 - .../morphir/flowz/experimental/output.scala | 17 - .../morphir/flowz/experimental/package.scala | 32 - .../morphir/flowz/experimental/params.scala | 16 - .../morphir/flowz/experimental/state.scala | 32 - morphir/flowz/src/morphir/flowz/iLog.scala | 50 - .../InstrumentationEvent.scala | 166 - .../InstrumentationLogging.scala | 138 - .../flowz/instrumentation/package.scala | 10 - morphir/flowz/src/morphir/flowz/package.scala | 153 - .../src/morphir/flowz/platform/Cmd.scala | 28 - .../src/morphir/flowz/platform/Sub.scala | 7 - .../src/morphir/flowz/platform/Worker.scala | 57 - .../src/morphir/flowz/uidGenerator.scala | 86 - .../src/morphir/flowz/AnnotationsSpec.scala | 26 - .../morphir/flowz/EventPublisherSpec.scala | 272 - .../src/morphir/flowz/FilterResultSpec.scala | 111 - .../src/morphir/flowz/InputChannelsSpec.scala | 8 - .../test/src/morphir/flowz/StepSpec.scala | 74 - .../morphir/flowz/eventing/EventLogSpec.scala | 29 - .../flowz/eventing/InMemoryEventLogSpec.scala | 40 - .../morphir/flowz/platform/WorkerSpec.scala | 28 - .../src/morphir/flowz/sample/BasicFlow.scala | 17 - .../morphir/flowz/sample/GreetingFlow.scala | 31 - .../src/morphir/flowz/sample/HelloWorld.scala | 19 - .../morphir/flowz/sample/SummingFlow.scala | 17 - .../SummingFlowWithEffectfulSetup.scala | 20 - .../morphir/flowz/sample/model/contacts.scala | 57 - 93 files changed, 1 insertion(+), 19930 deletions(-) delete mode 100644 morphir/flowz/ReadMe.md delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/DataFrameSteps.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/DatasetModule.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/SparkApi.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/SparkModuleExports.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/SparkStep.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/SparkSupport.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/package.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/sparkModule.scala delete mode 100644 morphir/flowz/spark/src/morphir/flowz/spark/sparkReader.scala delete mode 100644 morphir/flowz/spark/test/resources/data/in/executive.json delete mode 100644 morphir/flowz/spark/test/resources/data/in/legislators-current.csv delete mode 100644 morphir/flowz/spark/test/resources/data/in/legislators-historical.csv delete mode 100644 morphir/flowz/spark/test/resources/log4j.properties delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/FilterResultSparkSpec.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/SparkModuleSpec.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/SparkSupportSpec.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/sample/filtering/DataFrameFilteringSample.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/sample/heroes/HeroesSampleMain.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/sample/model/people.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/sample/presidential/PresidentialSampleMain.scala delete mode 100644 morphir/flowz/spark/test/src/morphir/flowz/spark/testing/SparkSpec.scala delete mode 100644 morphir/flowz/src-2.11/morphir/flowz/NeedsInputState.scala delete mode 100644 morphir/flowz/src-2.11/morphir/flowz/NeedsMsg.scala delete mode 100644 morphir/flowz/src-2.12/morphir/flowz/NeedsInputState.scala delete mode 100644 morphir/flowz/src-2.12/morphir/flowz/NeedsMsg.scala delete mode 100644 morphir/flowz/src-2.13/morphir/flowz/NeedsInputState.scala delete mode 100644 morphir/flowz/src-2.13/morphir/flowz/NeedsMsg.scala delete mode 100644 morphir/flowz/src/morphir/flowz/AbstractStatelessStep.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FiberSyntax.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FilterResult.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FilteredRecord.scala delete mode 100644 morphir/flowz/src/morphir/flowz/Flow.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FlowArgs.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FlowArguments.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FlowExecutor.scala delete mode 100644 morphir/flowz/src/morphir/flowz/FlowSuccess.scala delete mode 100644 morphir/flowz/src/morphir/flowz/NodePath.scala delete mode 100644 morphir/flowz/src/morphir/flowz/Property.scala delete mode 100644 morphir/flowz/src/morphir/flowz/PropertyMap.scala delete mode 100644 morphir/flowz/src/morphir/flowz/RunnableStep.scala delete mode 100644 morphir/flowz/src/morphir/flowz/Step.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepArities.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepAspect.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepExecutionId.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepFailure.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepSuccess.scala delete mode 100644 morphir/flowz/src/morphir/flowz/StepUidGenerator.scala delete mode 100644 morphir/flowz/src/morphir/flowz/ZBehavior.scala delete mode 100644 morphir/flowz/src/morphir/flowz/ZBehaviorSyntax.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/Aggregate.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/EventChannel.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/behavior/ZAggregateBehavior.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/behavior/package.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/eventLog.scala delete mode 100644 morphir/flowz/src/morphir/flowz/eventing/package.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/AbstractRunnableFlow.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/ExecutedFlow.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/Flow.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/FlowBaseEnv.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/FlowExecutor.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/FlowFailure.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/FlowRunner.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/Message.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/instrumentor.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/output.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/package.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/params.scala delete mode 100644 morphir/flowz/src/morphir/flowz/experimental/state.scala delete mode 100644 morphir/flowz/src/morphir/flowz/iLog.scala delete mode 100644 morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationEvent.scala delete mode 100644 morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationLogging.scala delete mode 100644 morphir/flowz/src/morphir/flowz/instrumentation/package.scala delete mode 100644 morphir/flowz/src/morphir/flowz/package.scala delete mode 100644 morphir/flowz/src/morphir/flowz/platform/Cmd.scala delete mode 100644 morphir/flowz/src/morphir/flowz/platform/Sub.scala delete mode 100644 morphir/flowz/src/morphir/flowz/platform/Worker.scala delete mode 100644 morphir/flowz/src/morphir/flowz/uidGenerator.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/AnnotationsSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/EventPublisherSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/FilterResultSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/InputChannelsSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/StepSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/eventing/EventLogSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/eventing/InMemoryEventLogSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/platform/WorkerSpec.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/BasicFlow.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/GreetingFlow.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/HelloWorld.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/SummingFlow.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/SummingFlowWithEffectfulSetup.scala delete mode 100644 morphir/flowz/test/src/morphir/flowz/sample/model/contacts.scala diff --git a/build.sc b/build.sc index 6e805735..4214b015 100644 --- a/build.sc +++ b/build.sc @@ -13,6 +13,7 @@ import mill.scalalib.scalafmt._ import coursier.maven.MavenRepository import ammonite.ops._, ImplicitWd._ + object Deps { object Versions { @@ -334,79 +335,4 @@ object morphir extends Module { } } - object flowz extends Module { - object jvm - extends Cross[JvmMorphirFlowz]( - Versions.scala212, - Versions.scala211, - Versions.scala213 - ) - class JvmMorphirFlowz(val crossScalaVersion: String) - extends CrossScalaModule - with CommonJvmModule - with MorphirPublishModule { self => - - def artifactName = "morphir-flowz" - def scalacPluginIvyDeps = Agg(ivy"com.github.ghik:::silencer-plugin:${Versions.silencer}") - def compileIvyDeps = Agg(ivy"com.github.ghik:::silencer-lib:${Versions.silencer}") - def ivyDeps = Agg( - ivy"org.scala-lang.modules::scala-collection-compat:${Versions.scalaCollectionsCompat}", - ivy"com.github.mlangc:slf4zio_2.11:${Versions.slf4zio}", - ivy"dev.zio::zio:${Versions.zio}", - ivy"dev.zio::zio-config:${Versions.zioConfig}", - ivy"dev.zio::zio-config-typesafe:${Versions.zioConfig}", - ivy"dev.zio::zio-config-shapeless:${Versions.zioConfig}", - ivy"dev.zio::zio-logging:${Versions.zioLogging}", - ivy"dev.zio::zio-logging-slf4j:${Versions.zioLogging}", - ivy"dev.zio::zio-streams:${Versions.zio}", - ivy"dev.zio::zio-prelude:${Versions.zioPrelude}" - ) - - object test extends Tests { - def platformSegment: String = self.platformSegment - def crossScalaVersion = JvmMorphirFlowz.this.crossScalaVersion - override def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.monovore::decline:${Versions.decline(crossScalaVersion)}", - ivy"io.github.kitlangton::zio-magic:${Versions.zioMagic}" - ) - } - } - -// object spark extends Module { -// object jvm -// extends Cross[JvmMorphirFlowzSpark]( -// Versions.scala212, -// Versions.scala211 -// ) -// class JvmMorphirFlowzSpark(val crossScalaVersion: String) -// extends CrossScalaModule -// with CommonJvmModule -// with MorphirPublishModule { self => -// -// def artifactName = "morphir-flowz-spark" -// def moduleDeps = Seq(morphir.flowz.jvm(crossScalaVersion)) -// -// def scalacPluginIvyDeps = Agg(ivy"com.github.ghik:::silencer-plugin:${Versions.silencer}") -// def compileIvyDeps = Agg(ivy"com.github.ghik:::silencer-lib:${Versions.silencer}") -// def ivyDeps = Agg( -// ivy"org.scala-lang.modules::scala-collection-compat:${Versions.scalaCollectionsCompat}", -// ivy"com.github.mlangc:slf4zio_2.11:${Versions.slf4zio}", -// ivy"io.getquill::quill-spark:${Versions.quill}", -// ivy"dev.zio::zio:${Versions.zio}", -// ivy"dev.zio::zio-streams:${Versions.zio}", -// ivy"dev.zio::zio-prelude:${Versions.zioPrelude}" -// ) -// -// object test extends Tests { -// def platformSegment: String = self.platformSegment -// def crossScalaVersion = JvmMorphirFlowzSpark.this.crossScalaVersion -// override def ivyDeps = super.ivyDeps() ++ -// Agg( -// ivy"dev.zio::zio-logging:${Versions.zioLogging}", -// ivy"dev.zio::zio-logging-slf4j:${Versions.zioLogging}" -// ) -// } -// } -// } - } } diff --git a/morphir/flowz/ReadMe.md b/morphir/flowz/ReadMe.md deleted file mode 100644 index 29810c00..00000000 --- a/morphir/flowz/ReadMe.md +++ /dev/null @@ -1,127 +0,0 @@ -# Flowz - -## Under Construction - API is changing - -The Flowz module in morphir, provides a library for functionally composing small units of executable content. - -At its core flowz is about composing individual `Step`s into a workflow. A `Step` allows you to model a potentially stateful operation in a pure functional way. - -In many ways a `Step` can be looked at as a function with the following signature: - -```scala -type Step[StateIn, StateOut, Environment, Parameters, Error, Value] = - (Environment, StateIn, Parameters) => Either[Error, (StateOut, Value)] -``` - -> NOTE: While strictly speaking, this is not actually how a Step is defined, it is, however, an appropriate -> mental model to keep in mind. -> Another way one could potentially imagine a flow is like the following: - -In Scala: -```scala -// Define inputs -type Environment -type InputState -type Parameters - -type OutputState -type Value - -def step(environment: Environment, state:InputState, params:Parameters) : Either[Error, (OutputState,Value)]) -``` - -In Elm: -```elm -step: environment -> inputState -> parameters -> Result error (outputState, value) -``` - -## Inputs - -The inputs of a Step form its context `StepContext`: -- `Environment` - The environment of the step - - This is where services/`ZIO` modules that your `Step` uses can be stored -- `StateIn` - The input state of the step - - This is an input channel which is meant to receive common data shared across steps. -- `Params` - The parameters of the step - - This is an input channel which is meant to receive the parameters for the step. - - -## Outputs - -The outputs of a step are as follows: - -- `Error` - The error channel of the step (see below for further details) -- `StateOut` - The output state of the step -- `Value` - The primary value produced by the step - -In many ways, you can think of the outputs of a step as being a flow's output **channels**. - -These channels form a step's outbound interface to the world. - -### Success Channels - -If a `Step` succeeds, it will produce data on its success channels. - -Currently, upon succeeding, a step will return an output state and a value. - -> NOTE: If you have no output state, you can always return `Unit`. - -### Error Channel - -A `Step` is intended to be free of side effects, and throwing errors/exceptions is one example of a potential -side effect. With that thought in mind, flowz allows you to define the type of errors a `Step` my potentially -produce. - -## Creating a Flow - -There are quite a few ways one can create a flow. - -### You can create a flow that always succeeds with a value. - -```scala -val constFlow = Step.succeed(42) -``` - -### You can create a flow that always fails. - -```scala -val failingFlow = Step.fail("Wah Wah!") -/// Or failing with a Throwable, such as -val errorFlow = Step.fail(new Exception("Things fall apart.")) -``` - -### You can create a flow that combines one or more steps together. - -```scala -// Let's start with a step that gets the optional target -val getTarget = Step.fromFunction { args: List[String] => args.headOption.map(Target) } - -// Next let's construct a step that expects an optional target and prints a greeting to that target or the world -// if no target is specified -val greeterStep = Step.fromEffect { greeting: Option[Target] => - console.putStrLn(s"Hello, ${greeting getOrElse "world"}") -} - -val helloFlow = getTarget >>> greeterStep -``` - -## Running a Flow - -You can run a flow using it's run method which returns a `ZIO` effect. You can execute that effect like -any other `ZIO` effect: - -```scala -import morphir.flowz.api._ -import zio._ - -object HelloWorld extends App { - override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - val helloStep = Step.fromEffect { greeting: Option[String] => - console.putStrLn(s"Hello, ${greeting.getOrElse("world")}") - } - - helloStep.run(args.headOption).exitCode - - } -} -``` \ No newline at end of file diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/DataFrameSteps.scala b/morphir/flowz/spark/src/morphir/flowz/spark/DataFrameSteps.scala deleted file mode 100644 index 56a20ced..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/DataFrameSteps.scala +++ /dev/null @@ -1,37 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.FilterResult -import morphir.flowz.api.Step -import morphir.flowz.spark.sparkModule.SparkModule -import org.apache.spark.sql.{ DataFrame, Dataset, Encoder, Row } -import scala.reflect.ClassTag -import scala.reflect.runtime.universe.TypeTag - -object DataFrameSteps { - - /** - * Filter a `DataFrame` keeping the included records and apply a state update function which allows you to stow - * away the excluded records. - */ - def filter[StateIn, StateOut, Include: ClassTag: TypeTag, Exclude: ClassTag: TypeTag]( - filterFunc: Row => FilterResult[Exclude, Include] - )( - updateState: (StateIn, Dataset[Exclude]) => StateOut - )(implicit - includeEncoder: Encoder[Include], - excludeEncoder: Encoder[Exclude] - ): Step[StateIn, StateOut, SparkModule, DataFrame, Throwable, Dataset[Include]] = - Step.stage { (state: StateIn, data: DataFrame) => - SparkStep.withSpark { spark => - import spark.implicits._ - implicit val filterResultEncoder = spark.implicits.newProductEncoder[FilterResult[Exclude, Include]] - val classified = data.map(filterFunc) - val excluded = classified.flatMap(_.excluded) - val included = classified.flatMap(_.included) - (excluded, included) - }.mapOutputs { case (_, (excluded, included)) => - val newState = updateState(state, excluded) - (newState, included) - } - } -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/DatasetModule.scala b/morphir/flowz/spark/src/morphir/flowz/spark/DatasetModule.scala deleted file mode 100644 index 3023bc1a..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/DatasetModule.scala +++ /dev/null @@ -1,34 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz._ -import morphir.flowz.spark.sparkModule.SparkModule -import org.apache.spark.sql.{ Dataset, Encoder, SparkSession } -import zio.ZIO -import scala.reflect.runtime.universe.TypeTag -trait DatasetModule { self => - - def filterDataset[State, DataRow, Exclude: Encoder: TypeTag, Include: Encoder: TypeTag]( - func: SparkSession => (State, DataRow) => (State, FilterResult[Exclude, Include]) - ): Behavior[State, State, Dataset[DataRow], SparkModule, Throwable, Dataset[FilterResult[Exclude, Include]]] = - new Behavior[State, State, Dataset[DataRow], SparkModule, Throwable, Dataset[FilterResult[Exclude, Include]]] { - protected def behavior( - state: State, - message: Dataset[DataRow] - ): ZIO[SparkModule, Throwable, BehaviorResult[State, Dataset[FilterResult[Exclude, Include]]]] = - ZIO.environment[SparkModule].mapEffect { sparkModule => - val spark = sparkModule.get.sparkSession - var outputState = state - val inputData = message - import spark.implicits._ - val dataset = inputData.map { row => - val (nextState, filterRow) = func(spark)(outputState, row) - outputState = nextState - filterRow - } - BehaviorResult(state = outputState, value = dataset) - } - } - -} - -trait DatasetExports { exports => } diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/SparkApi.scala b/morphir/flowz/spark/src/morphir/flowz/spark/SparkApi.scala deleted file mode 100644 index 44df5a07..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/SparkApi.scala +++ /dev/null @@ -1,3 +0,0 @@ -package morphir.flowz.spark - -trait SparkApi extends SparkModuleExports with SparkSupport with DatasetModule {} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/SparkModuleExports.scala b/morphir/flowz/spark/src/morphir/flowz/spark/SparkModuleExports.scala deleted file mode 100644 index a3cf18a5..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/SparkModuleExports.scala +++ /dev/null @@ -1,24 +0,0 @@ -package morphir.flowz.spark - -import org.apache.spark.sql.{ SparkSession } -import zio._ - -trait SparkModuleExports { - //final type sparkModule = morphir.flowz.spark.sparkModule.type - val sparkModule: morphir.flowz.spark.sparkModule.type = morphir.flowz.spark.sparkModule - - final type SparkModule = morphir.flowz.spark.sparkModule.SparkModule - val SparkModule: morphir.flowz.spark.sparkModule.SparkModule.type = morphir.flowz.spark.sparkModule.SparkModule - - final type SparkStep[-StateIn, +StateOut, -Env, -Params, +Err, +Value] = - morphir.flowz.spark.SparkBehavior[StateIn, StateOut, Env, Params, Err, Value] - val SparkStep: morphir.flowz.spark.SparkStep.type = morphir.flowz.spark.SparkStep - - def sparkStep[Params, A](func: SparkSession => Params => A): SparkStep[Any, A, Any, Params, Throwable, A] = - SparkStep.sparkStep(func) - - def sparkStepEffect[Env, Params, Err, A]( - func: SparkSession => Params => ZIO[Env with SparkModule, Err, A] - ): SparkStep[Any, A, Nothing, Params, Err, A] = SparkStep.sparkStepEffect[Env, Params, Err, A](func) - -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/SparkStep.scala b/morphir/flowz/spark/src/morphir/flowz/spark/SparkStep.scala deleted file mode 100644 index 6844e1be..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/SparkStep.scala +++ /dev/null @@ -1,173 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.spark.sparkModule.SparkModule -import morphir.flowz.{ Act, StepOutputs } -import org.apache.spark.broadcast.Broadcast -import org.apache.spark.sql._ -import zio._ - -import scala.reflect.ClassTag -import scala.reflect.runtime.universe.TypeTag - -object SparkStep { - - def apply[StateIn, StateOut, Env, Params, Err, Value]( - effect: ZIO[StageContext[Env with SparkModule, StateIn, Params], Err, StepOutputs[StateOut, Value]], - name: Option[String] = None, - description: Option[String] = None - ): SparkBehavior[StateIn, StateOut, Env, Params, Err, Value] = - Act[StateIn, StateOut, Env with SparkModule, Params, Err, Value]( - rawEffect = effect, - name = name, - description = description - ) - - def apply[Env, Params, Err, Out]( - func: Params => ZIO[Env with SparkModule, Err, Out] - ): Act[Any, Unit, Env with SparkModule, Params, Err, Out] = - Act.context[Env with SparkModule, Any, Params].flatMap { ctx => - Act(func(ctx.inputs.params).provide(ctx.environment).map(out => StepOutputs.fromValue(out))) - } - - def broadcast[State, Params, A: ClassTag]( - func: (SparkSession, State, Params) => A - ): Act[State, State, SparkModule, Params, Throwable, Broadcast[A]] = - Act.context[SparkModule, State, Params].transformEff { case (_, ctx) => - val spark = ctx.environment.get.sparkSession - val value = func(spark, ctx.inputs.state, ctx.inputs.params) - val broadcast = spark.sparkContext.broadcast(value) - (ctx.inputs.state, broadcast) - } - - def createDataset[A <: Product: ClassTag: TypeTag]( - func: SparkSession => Encoder[A] => Dataset[A] - ): SparkBehavior[Any, Dataset[A], Any, Any, Throwable, Dataset[A]] = - SparkStep( - ZIO - .environment[StageContext.having.Environment[SparkModule]] - .mapEffect { ctx => - val spark = ctx.environment.get.sparkSession - StepOutputs.setBoth(func(spark)(spark.implicits.newProductEncoder)) - } - ) - - def createDataset[A <: Product: ClassTag: TypeTag]( - data: => Seq[A] - ): SparkBehavior[Any, Dataset[A], Any, Any, Throwable, Dataset[A]] = - SparkStep( - ZIO - .environment[StageContext.having.Environment[SparkModule]] - .mapEffect { ctx => - val spark = ctx.environment.get.sparkSession - StepOutputs.setBoth(spark.createDataset(data)(spark.implicits.newProductEncoder)) - } - ) - - def environment[Env]: SparkBehavior[Any, Env, Nothing, Any, Nothing, Env with SparkModule] = - SparkStep[Any, Env, Nothing, Any, Nothing, Env with SparkModule]( - ZIO - .environment[StageContext.having.Environment[Env with SparkModule]] - .map(ctx => StepOutputs.setBoth(ctx.environment)) - ) - - def makeStep[Env, Params, Err, Out]( - func: Params => ZIO[Env with SparkModule, Err, Out] - ): Act[Any, Any, Env with SparkModule, Params, Err, Out] = - Act.parameters[Params].flatMap { params => - Act.fromEffect(func(params)) - } - - def mapDataset[A, B <: Product: ClassTag: TypeTag]( - func: A => B - ): Act[Any, Dataset[B], Any, Dataset[A], Throwable, Dataset[B]] = - Act.accessParametersM { dataset: Dataset[A] => - import dataset.sparkSession.implicits._ - Act.fromEffect(ZIO.effect(dataset.map(func))).mapOutputs { case (_, ds) => (ds, ds) } - } - - def parameters[Params]: SparkBehavior[Any, Params, Any, Params, Nothing, Params] = - SparkStep( - ZIO.environment[StageContext[SparkModule, Any, Params]].map(ctx => StepOutputs.setBoth(ctx.inputs.params)) - ) - - def showDataset[A](): Act[Any, Any, Any, Dataset[A], Throwable, Dataset[A]] = - Act.parameters[Dataset[A]].tapValue { dataset => - ZIO.effect(dataset.show()) - } - - def showDataset[A](truncate: Boolean): Act[Any, Any, Any, Dataset[A], Throwable, Dataset[A]] = - Act.parameters[Dataset[A]].tapValue { dataset => - ZIO.effect(dataset.show(truncate)) - } - - def showDataset[A](numRows: Int, truncate: Boolean): Act[Any, Any, Any, Dataset[A], Throwable, Dataset[A]] = - Act.parameters[Dataset[A]].tapValue { dataset => - ZIO.effect(dataset.show(numRows, truncate)) - } - - def showDataset[A](numRows: Int, truncate: Int): Act[Any, Any, Any, Dataset[A], Throwable, Dataset[A]] = - Act.parameters[Dataset[A]].tapValue { dataset => - ZIO.effect(dataset.show(numRows, truncate)) - } - - val sparkSession: Act[Any, SparkSession, SparkModule, Any, Throwable, SparkSession] = - Act.environment[SparkModule].transformEff { (_, sparkMod) => - val sparkSession = sparkMod.get.sparkSession - (sparkSession, sparkSession) - } - - def sparkStep[Params, A](func: SparkSession => Params => A): SparkBehavior[Any, A, Any, Params, Throwable, A] = - SparkStep( - ZIO - .environment[StageContext[SparkModule, Any, Params]] - .mapEffect(ctx => StepOutputs.setBoth(func(ctx.environment.get.sparkSession)(ctx.inputs.params))) - ) - - def sparkStepEffect[Env, Params, Err, A]( - func: SparkSession => Params => ZIO[Env with SparkModule, Err, A] - ): SparkBehavior[Any, A, Nothing, Params, Err, A] = - SparkStep[Any, A, Env, Params, Err, A]( - ZIO - .environment[StageContext[Env with SparkModule, Any, Params]] - .flatMap(ctx => - func(ctx.environment.get.sparkSession)(ctx.inputs.params) - .flatMap(value => ZIO.succeed(StepOutputs.unified(value))) - .provide(ctx.environment) - ) - ) - - def state[State]: SparkBehavior[State, State, Any, Any, Nothing, State] = SparkStep( - ZIO.access[StageContext[SparkModule, State, Any]](ctx => StepOutputs.setBoth(ctx.inputs.state)) - ) - - def stateM[StateIn, StateOut, Env, Params, Err, Value]( - func: StateIn => Act[Any, StateOut, Env with SparkModule, Params, Err, Value] - ): SparkBehavior[StateIn, StateOut, Env, Params, Err, Value] = SparkStep[StateIn, StateOut, Env, Params, Err, Value]( - ZIO.accessM[StageContext[Env with SparkModule, StateIn, Params]](ctx => func(ctx.inputs.state).effect) - ) - - def toDataFrame[A]: SparkBehavior[Any, Unit, Any, Dataset[A], Throwable, DataFrame] = SparkStep { data: Dataset[A] => - ZIO.effect(data.toDF()) - } - - def transformDataset[A, B <: Product: ClassTag: TypeTag, S1, S2]( - func: (S1, Dataset[A]) => (S2, Dataset[B]) - ): Act[S1, S2, Any, Dataset[A], Throwable, Dataset[B]] = - Act.statefulEffect(func) - - def withSpark[A](func: SparkSession => A): SparkBehavior[Any, A, Any, Any, Throwable, A] = - SparkStep( - ZIO - .environment[StageContext.having.Environment[SparkModule]] - .mapEffect(ctx => StepOutputs.setBoth(func(ctx.environment.get.sparkSession))) - ) - - def withSparkEffect[Env, Err, A]( - func: SparkSession => ZIO[Env, Err, A] - ): SparkBehavior[Any, A, Env, Any, Err, A] = - SparkStep[Any, A, Env, Any, Err, A]( - ZIO - .environment[StageContext.having.Environment[Env with SparkModule]] - .flatMap(ctx => func(ctx.environment.get.sparkSession).map(StepOutputs.unified(_)).provide(ctx.environment)) - ) -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/SparkSupport.scala b/morphir/flowz/spark/src/morphir/flowz/spark/SparkSupport.scala deleted file mode 100644 index dd741fe9..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/SparkSupport.scala +++ /dev/null @@ -1,53 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.spark.SparkSupport.DatasetOps -import org.apache.spark.sql.{ Dataset, Encoder } - -import scala.reflect.ClassTag -import scala.reflect.runtime.universe.TypeTag - -trait SparkSupport { - implicit def toDatasetOps[A](dataset: Dataset[A]): DatasetOps[A] = - new DatasetOps[A](dataset) -} - -object SparkSupport extends SparkSupport { - class DatasetOps[A](protected val data: Dataset[A]) { - - def splitWith[L <: Product: ClassTag: TypeTag, R <: Product: ClassTag: TypeTag]( - splitter: A => Either[L, R] - ): (Dataset[L], Dataset[R]) = { - import data.sparkSession.implicits._ - - val items = data.map(item => - splitter(item) match { - case Left(left) => (Some(left): Option[L], None: Option[R]) - case Right(right) => (None: Option[L], Some(right): Option[R]) - } - ) - - val left = items.flatMap(_._1) - val right = items.flatMap(_._2) - (left, right) - } - - def splitWithCodec[L, R]( - splitter: A => Either[L, R] - )(implicit - lEncoder: Encoder[L], - rEncoder: Encoder[R], - ev: Encoder[(Option[L], Option[R])] - ): (Dataset[L], Dataset[R]) = { - val items = data.map(item => - splitter(item) match { - case Left(left) => (Some(left): Option[L], None) - case Right(right) => (None: Option[L], Some(right): Option[R]) - } - ) - - val left = items.flatMap(_._1) - val right = items.flatMap(_._2) - (left, right) - } - } -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/package.scala b/morphir/flowz/spark/src/morphir/flowz/spark/package.scala deleted file mode 100644 index d3c8864c..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/package.scala +++ /dev/null @@ -1,10 +0,0 @@ -package morphir.flowz - -import morphir.flowz.spark.sparkModule.SparkModule - -package object spark { - type SparkBehavior[-StateIn, +StateOut, -Env, -Params, +Err, +Value] = - Behavior[StateIn, StateOut, Env with SparkModule, Params, Err, Value] - - object api extends SparkApi -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/sparkModule.scala b/morphir/flowz/spark/src/morphir/flowz/spark/sparkModule.scala deleted file mode 100644 index 538b3be4..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/sparkModule.scala +++ /dev/null @@ -1,107 +0,0 @@ -package morphir.flowz.spark - -import zio._ -import org.apache.spark.sql._ - -import scala.annotation.nowarn -import scala.reflect.runtime.universe.TypeTag - -object sparkModule { - type SparkModule = Has[SparkModule.Service] - - def apply[A](f: SparkSession => A): ZIO[SparkModule, Throwable, A] = withSpark(f) - - def createDataset[A <: Product: TypeTag](data: Seq[A]): ZIO[SparkModule, Throwable, Dataset[A]] = - ZIO.accessM[SparkModule](_.get.createDataset(data)) - - def createDatasetOf[A <: Product: TypeTag](data: A*): ZIO[SparkModule, Throwable, Dataset[A]] = - ZIO.accessM[SparkModule](_.get.createDatasetOf(data: _*)) - - def getConfigValue(key: String): ZIO[SparkModule, NoSuchElementException, String] = - ZIO.accessM[SparkModule](_.get.getConfigValue(key)) - - def makeDataset[A](func: SparkSession => Dataset[A]): RIO[SparkModule, Dataset[A]] = - ZIO.accessM(_.get.makeDataset(func)) - - def printSchema(dataFrame: DataFrame): URIO[SparkModule, Unit] = - ZIO.accessM(_.get.printSchema(dataFrame)) - - val sparkSession: URIO[SparkModule, SparkSession] = - ZIO.access(_.get.sparkSession) - - def withSpark[A](func: SparkSession => A): ZIO[SparkModule, Throwable, A] = - ZIO.accessM[SparkModule](_.get.withSpark(func)) - - object SparkModule { - trait Service extends Serializable { - - /** - * Get access to an instance of the `SparkSession`. - */ - def sparkSession: SparkSession - - def createDataset[A <: Product: TypeTag](data: Seq[A]): Task[Dataset[A]] - def createDatasetOf[A <: Product: TypeTag](items: A*): Task[Dataset[A]] - def getConfigValue(key: String): IO[NoSuchElementException, String] - def makeDataset[A](func: SparkSession => Dataset[A]): Task[Dataset[A]] - - def printSchema(dataFrame: DataFrame): UIO[Unit] - def withSpark[A](func: SparkSession => A): Task[A] - } - - object Service { - def live(sparkSession: SparkSession): Service = - Live(sparkSession) - - def makeLive(builder: SparkSession.Builder): Task[Service] = Task.effect { - live(builder.getOrCreate().newSession()) - } - - final case class Live(sparkSession: SparkSession) extends Service { - def createDataset[A <: Product: TypeTag](data: Seq[A]): Task[Dataset[A]] = Task.effect { - import sparkSession.implicits._ - sparkSession.createDataset(data) - } - - def createDatasetOf[A <: Product: TypeTag](items: A*): Task[Dataset[A]] = Task.effect { - import sparkSession.implicits._ - sparkSession.createDataset(items) - } - - def getConfigValue(key: String): IO[NoSuchElementException, String] = Task.effect { - sparkSession.conf.get(key) - }.refineToOrDie[NoSuchElementException] - - def makeDataset[A](func: SparkSession => Dataset[A]): Task[Dataset[A]] = Task.effect { - func(sparkSession) - } - - override def printSchema(dataFrame: DataFrame): UIO[Unit] = UIO { - dataFrame.printSchema() - } - - def withSpark[A](func: SparkSession => A): Task[A] = Task.effect(func(sparkSession)) - } - } - - def buildLayer(builder: SparkSession.Builder, newSession: Boolean = false): ZLayer[Any, Throwable, SparkModule] = - ZLayer.suspend { - val sparkSessionLayer = Task.effect { - if (newSession) builder.getOrCreate().newSession() - else builder.getOrCreate() - }.toLayer - sparkSessionLayer >>> fromSession - } - - @nowarn - val fromSparkSessionBuilder: ZLayer[Has[SparkSession.Builder], Throwable, SparkModule] = - ZLayer.fromServiceM { builder: SparkSession.Builder => - Service.makeLive(builder) - } - - val fromSession: ZLayer[Has[SparkSession], Nothing, SparkModule] = - ZLayer.fromService { spark: SparkSession => - Service.live(spark) - } - } -} diff --git a/morphir/flowz/spark/src/morphir/flowz/spark/sparkReader.scala b/morphir/flowz/spark/src/morphir/flowz/spark/sparkReader.scala deleted file mode 100644 index ec9b5664..00000000 --- a/morphir/flowz/spark/src/morphir/flowz/spark/sparkReader.scala +++ /dev/null @@ -1,12 +0,0 @@ -package morphir.flowz.spark - -import zio._ - -object sparkReader { - type SparkReader = Has[SparkReader.Service] - object SparkReader { - trait Service extends Serializable {} - - object Service {} - } -} diff --git a/morphir/flowz/spark/test/resources/data/in/executive.json b/morphir/flowz/spark/test/resources/data/in/executive.json deleted file mode 100644 index f23dce7a..00000000 --- a/morphir/flowz/spark/test/resources/data/in/executive.json +++ /dev/null @@ -1,2310 +0,0 @@ -[ - { - "id": { - "bioguide": "W000178", - "govtrack": 411351, - "icpsr_prez": 99869 - }, - "name": { - "first": "George", - "last": "Washington" - }, - "bio": { - "birthday": "1732-02-22", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1789-04-30", - "end": "1793-03-04", - "party": "no party", - "how": "election" - }, - { - "type": "prez", - "start": "1793-03-04", - "end": "1797-03-04", - "party": "no party", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "A000039", - "govtrack": 400699, - "icpsr_prez": 99870 - }, - "name": { - "first": "John", - "last": "Adams" - }, - "bio": { - "birthday": "1735-10-19", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1789-04-21", - "end": "1793-03-04", - "party": "Federalist", - "how": "election" - }, - { - "type": "viceprez", - "start": "1793-03-04", - "end": "1797-03-04", - "party": "Federalist", - "how": "election" - }, - { - "type": "prez", - "start": "1797-03-04", - "end": "1801-03-04", - "party": "Federalist", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "J000069", - "govtrack": 405974, - "icpsr_prez": 99871 - }, - "name": { - "first": "Thomas", - "last": "Jefferson" - }, - "bio": { - "birthday": "1743-04-13", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1797-03-04", - "end": "1801-03-04", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1801-03-04", - "end": "1805-03-04", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1805-03-04", - "end": "1809-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B001133", - "govtrack": 402077, - "icpsr": 1302 - }, - "name": { - "first": "Aaron", - "last": "Burr", - "suffix": "Jr." - }, - "bio": { - "birthday": "1756-02-06", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1801-03-04", - "end": "1805-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "C000527", - "govtrack": 412587 - }, - "name": { - "first": "George", - "last": "Clinton" - }, - "bio": { - "birthday": "1739-07-26", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1805-03-04", - "end": "1809-03-04", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1809-03-04", - "end": "1812-04-20", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "G000139", - "govtrack": 404507, - "icpsr": 3541 - }, - "name": { - "first": "Elbridge", - "last": "Gerry" - }, - "bio": { - "birthday": "1744-07-17", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1813-03-04", - "end": "1814-11-23", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "M000043", - "govtrack": 407071, - "icpsr": 5903, - "icpsr_prez": 99872 - }, - "name": { - "first": "James", - "last": "Madison" - }, - "bio": { - "birthday": "1751-03-16", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1809-03-04", - "end": "1813-03-04", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1813-03-04", - "end": "1817-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "T000306", - "govtrack": 412588 - }, - "name": { - "first": "Daniel", - "middle": "D.", - "last": "Tompkins" - }, - "bio": { - "birthday": "1774-06-21", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1817-03-04", - "end": "1821-03-05", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1821-03-05", - "end": "1825-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "M000858", - "govtrack": 407829, - "icpsr": 6594, - "icpsr_prez": 99873 - }, - "name": { - "first": "James", - "last": "Monroe" - }, - "bio": { - "birthday": "1758-04-28", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1817-03-04", - "end": "1821-03-05", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1821-03-05", - "end": "1825-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "A000041", - "govtrack": 400702, - "icpsr": 34, - "icpsr_prez": 99874 - }, - "name": { - "first": "John", - "middle": "Quincy", - "last": "Adams" - }, - "bio": { - "birthday": "1767-07-11", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1825-03-04", - "end": "1829-03-04", - "party": "Democratic-Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "C000044", - "govtrack": 402205, - "icpsr": 1418 - }, - "name": { - "first": "John", - "middle": "Caldwell", - "last": "Calhoun" - }, - "bio": { - "birthday": "1782-03-18", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1825-03-04", - "end": "1829-03-04", - "party": "Democratic-Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1829-03-04", - "end": "1832-12-28", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "J000005", - "govtrack": 405913, - "icpsr": 4843, - "icpsr_prez": 99875 - }, - "name": { - "first": "Andrew", - "last": "Jackson" - }, - "bio": { - "birthday": "1767-03-15", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1829-03-04", - "end": "1833-03-04", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1833-03-04", - "end": "1837-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "J000170", - "govtrack": 406067, - "icpsr": 4988 - }, - "name": { - "first": "Richard", - "middle": "Mentor", - "last": "Johnson" - }, - "bio": { - "birthday": "1780-10-17", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1837-03-04", - "end": "1841-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "V000009", - "govtrack": 411074, - "icpsr": 9595, - "icpsr_prez": 99876 - }, - "name": { - "first": "Martin", - "last": "Van Buren" - }, - "bio": { - "birthday": "1782-12-05", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1833-03-04", - "end": "1837-03-04", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1837-03-04", - "end": "1841-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000279", - "govtrack": 405153, - "icpsr": 4138, - "icpsr_prez": 99877 - }, - "name": { - "first": "William", - "middle": "Henry", - "last": "Harrison" - }, - "bio": { - "birthday": "1773-02-09", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1841-03-04", - "end": "1841-04-04", - "party": "Whig", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "T000450", - "govtrack": 411018, - "icpsr": 9542, - "icpsr_prez": 99878 - }, - "name": { - "first": "John", - "last": "Tyler" - }, - "bio": { - "birthday": "1790-03-29", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1841-03-04", - "end": "1841-04-04", - "party": "Whig", - "how": "election" - }, - { - "type": "prez", - "start": "1841-04-04", - "end": "1845-03-04", - "party": "Whig", - "how": "succession" - } - ] - }, - { - "id": { - "bioguide": "D000011", - "govtrack": 403154, - "icpsr": 2305 - }, - "name": { - "first": "George", - "middle": "Mifflin", - "last": "Dallas" - }, - "bio": { - "birthday": "1792-07-10", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1845-03-04", - "end": "1849-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "P000409", - "govtrack": 408802, - "icpsr": 7507, - "icpsr_prez": 99879 - }, - "name": { - "first": "James", - "middle": "Knox", - "last": "Polk" - }, - "bio": { - "birthday": "1795-11-02", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1845-03-04", - "end": "1849-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412344, - "icpsr_prez": 99880 - }, - "name": { - "first": "Zachary", - "last": "Taylor" - }, - "bio": { - "birthday": "1784-11-24", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1849-03-04", - "end": "1850-07-09", - "party": "Whig", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "F000115", - "govtrack": 404072, - "icpsr": 3140, - "icpsr_prez": 99881 - }, - "name": { - "first": "Millard", - "last": "Fillmore" - }, - "bio": { - "birthday": "1800-01-07", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1849-03-04", - "end": "1850-07-09", - "party": "Whig", - "how": "election" - }, - { - "type": "prez", - "start": "1850-07-09", - "end": "1853-03-04", - "party": "Whig", - "how": "succession" - } - ] - }, - { - "id": { - "bioguide": "K000217", - "govtrack": 406377, - "icpsr": 5275 - }, - "name": { - "first": "William", - "middle": "Rufus de Vane", - "last": "King" - }, - "bio": { - "birthday": "1786-04-07", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1853-03-04", - "end": "1853-04-18", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "P000333", - "govtrack": 408730, - "icpsr": 7435, - "icpsr_prez": 99882 - }, - "name": { - "first": "Franklin", - "last": "Pierce" - }, - "bio": { - "birthday": "1804-11-23", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1853-03-04", - "end": "1857-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B000789", - "govtrack": 401746, - "icpsr": 995, - "icpsr_prez": 99883 - }, - "name": { - "first": "John", - "middle": "Cabell", - "last": "Breckinridge" - }, - "bio": { - "birthday": "1821-01-16", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1857-03-04", - "end": "1861-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B001005", - "govtrack": 401954, - "icpsr": 1186, - "icpsr_prez": 99883 - }, - "name": { - "first": "James", - "last": "Buchanan" - }, - "bio": { - "birthday": "1791-04-23", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1857-03-04", - "end": "1861-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000121", - "govtrack": 405003, - "icpsr": 4001 - }, - "name": { - "first": "Hannibal", - "last": "Hamlin" - }, - "bio": { - "birthday": "1809-08-27", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1861-03-04", - "end": "1865-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "L000313", - "govtrack": 406807, - "icpsr": 5666, - "icpsr_prez": 99884 - }, - "name": { - "first": "Abraham", - "last": "Lincoln" - }, - "bio": { - "birthday": "1809-02-12", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1861-03-04", - "end": "1865-03-04", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1865-03-04", - "end": "1865-04-15", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "J000116", - "govtrack": 406017, - "icpsr": 4940, - "icpsr_prez": 99885 - }, - "name": { - "first": "Andrew", - "last": "Johnson" - }, - "bio": { - "birthday": "1808-12-29", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1865-03-04", - "end": "1865-04-15", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1865-04-15", - "end": "1869-03-04", - "party": "Democratic", - "how": "succession" - } - ] - }, - { - "id": { - "bioguide": "C000626", - "govtrack": 402755, - "icpsr": 1938 - }, - "name": { - "first": "Schuyler", - "last": "Colfax" - }, - "bio": { - "birthday": "1823-03-23", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1869-03-04", - "end": "1873-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "W000585", - "govtrack": 411739, - "icpsr": 10225 - }, - "name": { - "first": "Henry", - "last": "Wilson" - }, - "bio": { - "birthday": "1812-02-16", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1873-03-04", - "end": "1875-11-22", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412350, - "icpsr_prez": 99886 - }, - "name": { - "first": "Ulysses", - "middle": "Simpson", - "last": "Grant" - }, - "bio": { - "birthday": "1822-04-27", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1869-03-04", - "end": "1873-03-04", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1873-03-04", - "end": "1877-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "W000341", - "govtrack": 411503, - "icpsr": 9995 - }, - "name": { - "first": "William", - "middle": "Almon", - "last": "Wheeler" - }, - "bio": { - "birthday": "1819-06-30", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1877-03-04", - "end": "1881-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000393", - "govtrack": 405261, - "icpsr": 4232, - "icpsr_prez": 99887 - }, - "name": { - "first": "Rutherford", - "middle": "Birchard", - "last": "Hayes" - }, - "bio": { - "birthday": "1822-10-04", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1877-03-04", - "end": "1881-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "G000063", - "govtrack": 404436, - "icpsr": 3473, - "icpsr_prez": 99888 - }, - "name": { - "first": "James", - "middle": "Abram", - "last": "Garfield" - }, - "bio": { - "birthday": "1831-11-19", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1881-03-04", - "end": "1881-09-19", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "A000303", - "govtrack": 400945, - "icpsr_prez": 99889 - }, - "name": { - "first": "Chester", - "middle": "Alan", - "last": "Arthur" - }, - "bio": { - "birthday": "1829-10-05", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1881-03-04", - "end": "1881-09-19", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1881-09-19", - "end": "1885-03-04", - "party": "Republican", - "how": "succession" - } - ] - }, - { - "id": { - "bioguide": "H000493", - "govtrack": 405356, - "icpsr": 4319 - }, - "name": { - "first": "Thomas", - "middle": "Andrews", - "last": "Hendricks" - }, - "bio": { - "birthday": "1819-09-07", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1885-03-04", - "end": "1885-11-25", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "M001018", - "govtrack": 407985, - "icpsr": 6742 - }, - "name": { - "first": "Levi", - "middle": "Parsons", - "last": "Morton" - }, - "bio": { - "birthday": "1824-05-16", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1889-03-04", - "end": "1893-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000263", - "govtrack": 405139, - "icpsr": 4124, - "icpsr_prez": 99891 - }, - "name": { - "first": "Benjamin", - "last": "Harrison" - }, - "bio": { - "birthday": "1833-08-20", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1889-03-04", - "end": "1893-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "S000889", - "govtrack": 410350, - "icpsr": 8918 - }, - "name": { - "first": "Adlai", - "middle": "Ewing", - "last": "Stevenson" - }, - "bio": { - "birthday": "1835-10-23", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1893-03-04", - "end": "1897-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412354, - "icpsr_prez": 99890 - }, - "name": { - "first": "Grover", - "last": "Cleveland" - }, - "bio": { - "birthday": "1837-03-18", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1885-03-04", - "end": "1889-03-04", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1893-03-04", - "end": "1897-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000660", - "govtrack": 412589 - }, - "name": { - "first": "Garret", - "middle": "Augustus", - "last": "Hobart" - }, - "bio": { - "birthday": "1844-06-03", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1897-03-04", - "end": "1899-11-21", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "M000522", - "govtrack": 407515, - "icpsr": 6312, - "icpsr_prez": 99892 - }, - "name": { - "first": "William", - "last": "McKinley", - "suffix": "Jr." - }, - "bio": { - "birthday": "1843-01-29", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1897-03-04", - "end": "1901-03-04", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1901-03-04", - "end": "1901-09-14", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "F000003", - "govtrack": 403965, - "icpsr": 3046 - }, - "name": { - "first": "Charles", - "middle": "Warren", - "last": "Fairbanks" - }, - "bio": { - "birthday": "1852-05-11", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1905-03-04", - "end": "1909-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "R000429", - "govtrack": 409394, - "icpsr_prez": 99893 - }, - "name": { - "first": "Theodore", - "last": "Roosevelt" - }, - "bio": { - "birthday": "1858-10-27", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1901-03-04", - "end": "1901-09-14", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1901-09-14", - "end": "1905-03-04", - "party": "Republican", - "how": "succession" - }, - { - "type": "prez", - "start": "1905-03-04", - "end": "1909-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "S000345", - "govtrack": 409841, - "icpsr": 8453 - }, - "name": { - "first": "James", - "middle": "Schoolcraft", - "last": "Sherman" - }, - "bio": { - "birthday": "1855-10-24", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1909-03-04", - "end": "1912-10-30", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412359, - "icpsr_prez": 99894 - }, - "name": { - "first": "William", - "middle": "Howard", - "last": "Taft" - }, - "bio": { - "birthday": "1857-09-15", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1909-03-04", - "end": "1913-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "M000164", - "govtrack": 412590 - }, - "name": { - "first": "Thomas", - "middle": "Riley", - "last": "Marshall" - }, - "bio": { - "birthday": "1854-03-14", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1913-03-04", - "end": "1917-03-04", - "party": "Democratic", - "how": "election" - }, - { - "type": "viceprez", - "start": "1917-03-04", - "end": "1921-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412360, - "icpsr_prez": 99895 - }, - "name": { - "first": "Woodrow", - "last": "Wilson" - }, - "bio": { - "birthday": "1856-12-28", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1913-03-04", - "end": "1917-03-04", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1917-03-04", - "end": "1921-03-04", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000192", - "govtrack": 405073, - "icpsr": 4059, - "icpsr_prez": 99896 - }, - "name": { - "first": "Warren", - "middle": "Gamaliel", - "last": "Harding" - }, - "bio": { - "birthday": "1865-11-02", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1921-03-04", - "end": "1923-08-02", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "D000147", - "govtrack": 412591 - }, - "name": { - "first": "Charles", - "middle": "Gates", - "last": "Dawes" - }, - "bio": { - "birthday": "1865-08-27", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1925-03-04", - "end": "1929-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "C000738", - "govtrack": 402859, - "icpsr_prez": 99897 - }, - "name": { - "first": "Calvin", - "last": "Coolidge" - }, - "bio": { - "birthday": "1872-07-04", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1921-03-04", - "end": "1923-08-02", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1923-08-02", - "end": "1925-03-04", - "party": "Republican", - "how": "succession" - }, - { - "type": "prez", - "start": "1925-03-04", - "end": "1929-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "C001008", - "govtrack": 403115, - "icpsr": 2269 - }, - "name": { - "first": "Charles", - "last": "Curtis" - }, - "bio": { - "birthday": "1860-01-25", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1929-03-04", - "end": "1933-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412363, - "icpsr_prez": 99898 - }, - "name": { - "first": "Herbert", - "middle": "Clark", - "last": "Hoover" - }, - "bio": { - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1929-03-04", - "end": "1933-03-04", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "G000074", - "govtrack": 404446, - "icpsr": 3482 - }, - "name": { - "first": "John", - "middle": "Nance", - "last": "Garner" - }, - "bio": { - "birthday": "1868-11-22", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1933-03-04", - "end": "1937-01-20", - "party": "Democratic", - "how": "election" - }, - { - "type": "viceprez", - "start": "1937-01-20", - "end": "1941-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "W000077", - "govtrack": 412592 - }, - "name": { - "first": "Henry", - "middle": "Agard", - "last": "Wallace" - }, - "bio": { - "birthday": "1888-10-07", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1941-01-20", - "end": "1945-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412364, - "icpsr_prez": 99899 - }, - "name": { - "first": "Franklin", - "middle": "Delano", - "last": "Roosevelt" - }, - "bio": { - "birthday": "1882-01-30", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1933-03-04", - "end": "1937-01-20", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1937-01-20", - "end": "1941-01-20", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1941-01-20", - "end": "1945-01-20", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1945-01-20", - "end": "1945-04-12", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B000145", - "govtrack": 401146, - "icpsr": 437 - }, - "name": { - "first": "Alben", - "middle": "William", - "last": "Barkley" - }, - "bio": { - "birthday": "1877-11-24", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1949-01-20", - "end": "1953-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "T000387", - "govtrack": 410956, - "icpsr": 9487, - "icpsr_prez": 99900 - }, - "name": { - "first": "Harry", - "middle": "S.", - "last": "Truman" - }, - "bio": { - "birthday": "1884-05-08", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1945-01-20", - "end": "1945-04-12", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1945-04-12", - "end": "1949-01-20", - "party": "Democratic", - "how": "succession" - }, - { - "type": "prez", - "start": "1949-01-20", - "end": "1953-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412366, - "icpsr_prez": 99901 - }, - "name": { - "first": "Dwight", - "middle": "David", - "last": "Eisenhower" - }, - "bio": { - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1953-01-20", - "end": "1957-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1957-01-20", - "end": "1961-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "K000107", - "govtrack": 406274, - "icpsr": 5180, - "icpsr_prez": 99902 - }, - "name": { - "first": "John", - "middle": "Fitzgerald", - "last": "Kennedy" - }, - "bio": { - "birthday": "1917-05-29", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1961-01-20", - "end": "1963-11-22", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "H000953", - "thomas": "01366", - "govtrack": 405797, - "icpsr": 4728 - }, - "name": { - "first": "Hubert", - "middle": "Horatio", - "last": "Humphrey", - "suffix": "Jr." - }, - "bio": { - "birthday": "1911-05-27", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1965-01-20", - "end": "1969-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "J000160", - "govtrack": 406058, - "icpsr": 4979, - "icpsr_prez": 99903 - }, - "name": { - "first": "Lyndon", - "middle": "Baines", - "last": "Johnson" - }, - "bio": { - "birthday": "1908-08-27", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1961-01-20", - "end": "1963-11-22", - "party": "Democratic", - "how": "election" - }, - { - "type": "prez", - "start": "1963-11-22", - "end": "1965-01-20", - "party": "Democratic", - "how": "succession" - }, - { - "type": "prez", - "start": "1965-01-20", - "end": "1969-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "A000059", - "govtrack": 412593 - }, - "name": { - "first": "Spiro", - "middle": "Theodore", - "last": "Agnew" - }, - "bio": { - "birthday": "1918-11-09", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1969-01-20", - "end": "1973-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1973-01-20", - "end": "1973-10-10", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "N000116", - "govtrack": 408200, - "icpsr": 6939, - "icpsr_prez": 99904 - }, - "name": { - "first": "Richard", - "middle": "Milhous", - "last": "Nixon" - }, - "bio": { - "birthday": "1913-01-09", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1953-01-20", - "end": "1957-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1957-01-20", - "end": "1961-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1969-01-20", - "end": "1973-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1973-01-20", - "end": "1974-08-09", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "F000260", - "thomas": "00399", - "govtrack": 404212, - "icpsr": 3268, - "icpsr_prez": 99905 - }, - "name": { - "first": "Gerald", - "middle": "Rudolph", - "last": "Ford", - "suffix": "Jr." - }, - "bio": { - "birthday": "1913-07-14" - }, - "terms": [ - { - "type": "viceprez", - "start": "1973-12-06", - "end": "1974-08-09", - "party": "Republican", - "how": "appointment" - }, - { - "type": "prez", - "start": "1974-08-09", - "end": "1977-01-20", - "party": "Republican", - "how": "succession" - } - ] - }, - { - "id": { - "bioguide": "R000363", - "govtrack": 412594 - }, - "name": { - "first": "Nelson", - "middle": "Aldrich", - "last": "Rockefeller" - }, - "bio": { - "birthday": "1908-07-08" - }, - "terms": [ - { - "type": "viceprez", - "start": "1974-12-19", - "end": "1977-01-20", - "party": "Republican", - "how": "appointment" - } - ] - }, - { - "id": { - "bioguide": "M000851", - "thomas": "01402", - "govtrack": 407824, - "icpsr": 10813 - }, - "name": { - "first": "Walter", - "middle": "Frederick", - "last": "Mondale" - }, - "bio": { - "birthday": "1928-01-05", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1977-01-20", - "end": "1981-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412371, - "icpsr_prez": 99906 - }, - "name": { - "first": "James", - "middle": "Earl", - "last": "Carter", - "nickname": "Jimmy" - }, - "bio": { - "birthday": "1924-10-01", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1977-01-20", - "end": "1981-01-20", - "party": "Democratic", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412372, - "icpsr_prez": 99907 - }, - "name": { - "first": "Ronald", - "middle": "Wilson", - "last": "Reagan" - }, - "bio": { - "birthday": "1911-02-06", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1981-01-20", - "end": "1985-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1985-01-20", - "end": "1989-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "Q000007", - "thomas": "00935", - "govtrack": 408970, - "icpsr": 14447 - }, - "name": { - "first": "James", - "middle": "Danforth", - "last": "Quayle", - "nickname": "Dan" - }, - "bio": { - "birthday": "1947-02-04", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1989-01-20", - "end": "1993-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B001166", - "govtrack": 402108, - "icpsr": 11008, - "icpsr_prez": 99908 - }, - "name": { - "first": "George", - "middle": "Herbert Walker", - "last": "Bush" - }, - "bio": { - "birthday": "1924-06-12", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1981-01-20", - "end": "1985-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "1985-01-20", - "end": "1989-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "1989-01-20", - "end": "1993-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "G000321", - "thomas": "00449", - "lis": "S170", - "govtrack": 404679, - "icpsr": 14423 - }, - "name": { - "first": "Albert", - "middle": "Arnold", - "last": "Gore", - "suffix": "Jr.", - "nickname": "Al" - }, - "bio": { - "birthday": "1948-03-31", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "1993-01-20", - "end": "1997-01-20", - "party": "Democrat", - "how": "election" - }, - { - "type": "viceprez", - "start": "1997-01-20", - "end": "2001-01-20", - "party": "Democrat", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412374, - "icpsr_prez": 99909 - }, - "name": { - "first": "William", - "middle": "Jefferson", - "last": "Clinton", - "nickname": "Bill" - }, - "bio": { - "birthday": "1946-08-19", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "1993-01-20", - "end": "1997-01-20", - "party": "Democrat", - "how": "election" - }, - { - "type": "prez", - "start": "1997-01-20", - "end": "2001-01-20", - "party": "Democrat", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "C000344", - "thomas": "00193", - "govtrack": 402484, - "icpsr": 14611 - }, - "name": { - "first": "Richard", - "middle": "Bruce", - "last": "Cheney", - "nickname": "Dick" - }, - "bio": { - "birthday": "1941-01-30", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "2001-01-20", - "end": "2005-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "viceprez", - "start": "2005-01-20", - "end": "2009-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412375 - }, - "name": { - "first": "George", - "middle": "Walker", - "last": "Bush" - }, - "bio": { - "birthday": "1946-07-06", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "2001-01-20", - "end": "2005-01-20", - "party": "Republican", - "how": "election" - }, - { - "type": "prez", - "start": "2005-01-20", - "end": "2009-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "B000444", - "thomas": "01284", - "lis": "S010", - "govtrack": 300008, - "opensecrets": "N00001669", - "votesmart": 53279, - "icpsr": 14101, - "fec": [ - "S8DE00012" - ] - }, - "name": { - "first": "Joseph", - "middle": "Robinette", - "last": "Biden", - "suffix": "Jr.", - "nickname": "Joe" - }, - "bio": { - "birthday": "1942-11-20", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "2009-01-20", - "end": "2013-01-20", - "party": "Democrat", - "how": "election" - }, - { - "type": "viceprez", - "start": "2013-01-20", - "end": "2017-01-20", - "party": "Democrat", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "O000167", - "thomas": "01763", - "lis": "S298", - "govtrack": 400629, - "opensecrets": "N00009638", - "votesmart": 9490 - }, - "name": { - "first": "Barack", - "middle": "Hussein", - "last": "Obama" - }, - "bio": { - "birthday": "1961-08-04", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "2009-01-20", - "end": "2013-01-20", - "party": "Democrat", - "how": "election" - }, - { - "type": "prez", - "start": "2013-01-20", - "end": "2017-01-20", - "party": "Democrat", - "how": "election" - } - ] - }, - { - "id": { - "bioguide": "P000587", - "thomas": "01649", - "govtrack": 400315, - "opensecrets": "N00003765", - "votesmart": 34024, - "fec": [ - "H8IN02060" - ], - "wikipedia": "Mike Pence", - "house_history": 20013, - "icpsr": 20117, - "wikidata": "Q24313", - "google_entity_id": "kg:/m/022r9r" - }, - "name": { - "first": "Mike", - "last": "Pence" - }, - "bio": { - "birthday": "1959-06-07", - "gender": "M" - }, - "terms": [ - { - "type": "viceprez", - "start": "2017-01-20", - "end": "2021-01-20", - "party": "Republican", - "how": "election" - } - ] - }, - { - "id": { - "govtrack": 412733, - "opensecrets": "N00023864", - "votesmart": 15723, - "fec": [ - "P80001571" - ], - "wikipedia": "Donald Trump" - }, - "name": { - "first": "Donald", - "middle": "J.", - "last": "Trump" - }, - "bio": { - "birthday": "1946-06-14", - "gender": "M" - }, - "terms": [ - { - "type": "prez", - "start": "2017-01-20", - "end": "2021-01-20", - "party": "Republican", - "how": "election" - } - ] - } -] \ No newline at end of file diff --git a/morphir/flowz/spark/test/resources/data/in/legislators-current.csv b/morphir/flowz/spark/test/resources/data/in/legislators-current.csv deleted file mode 100644 index a5416cd4..00000000 --- a/morphir/flowz/spark/test/resources/data/in/legislators-current.csv +++ /dev/null @@ -1,537 +0,0 @@ -last_name,first_name,middle_name,suffix,nickname,full_name,birthday,gender,type,state,district,senate_class,party,url,address,phone,contact_form,rss_url,twitter,facebook,youtube,youtube_id,bioguide_id,thomas_id,opensecrets_id,lis_id,fec_ids,cspan_id,govtrack_id,votesmart_id,ballotpedia_id,washington_post_id,icpsr_id,wikipedia_id -Brown,Sherrod,,,,Sherrod Brown,1952-11-09,M,sen,OH,,1,Democrat,https://www.brown.senate.gov,503 Hart Senate Office Building Washington DC 20510,202-224-2315,http://www.brown.senate.gov/contact/,http://www.brown.senate.gov/rss/feeds/?type=all&,SenSherrodBrown,SenatorSherrodBrown,SherrodBrownOhio,UCgy8jfERh-t_ixkKKoCmglQ,B000944,00136,N00003535,S307,"H2OH13033,S6OH00163",5051,400050,27018,Sherrod Brown,,29389,Sherrod Brown -Cantwell,Maria,,,,Maria Cantwell,1958-10-13,F,sen,WA,,1,Democrat,https://www.cantwell.senate.gov,511 Hart Senate Office Building Washington DC 20510,202-224-3441,http://www.cantwell.senate.gov/public/index.cfm/email-maria,http://www.cantwell.senate.gov/public/index.cfm/rss/feed,SenatorCantwell,senatorcantwell,SenatorCantwell,UCN52UDqKgvHRk39ncySrIMw,C000127,00172,N00007836,S275,"S8WA00194,H2WA01054",26137,300018,27122,Maria Cantwell,,39310,Maria Cantwell -Cardin,Benjamin,L.,,,Benjamin L. Cardin,1943-10-05,M,sen,MD,,1,Democrat,https://www.cardin.senate.gov,509 Hart Senate Office Building Washington DC 20510,202-224-4524,http://www.cardin.senate.gov/contact/,http://www.cardin.senate.gov/rss/feeds/?type=all,SenatorCardin,senatorbencardin,senatorcardin,UCiQaJnMzlfzzG3VESgyZChA,C000141,00174,N00001955,S308,"H6MD03177,S6MD03177",4004,400064,26888,Ben Cardin,,15408,Ben Cardin -Carper,Thomas,Richard,,,Thomas R. Carper,1947-01-23,M,sen,DE,,1,Democrat,https://www.carper.senate.gov/public,513 Hart Senate Office Building Washington DC 20510,202-224-2441,http://www.carper.senate.gov/public/index.cfm/email-senator-carper,http://www.carper.senate.gov/public/index.cfm/rss/feed,SenatorCarper,tomcarper,senatorcarper,UCgLnvbKwu4B3navofj6Qvvw,C000174,00179,N00012508,S277,S8DE00079,663,300019,22421,Tom Carper,,15015,Tom Carper -Casey,Robert,P.,Jr.,Bob,"Robert P. Casey, Jr.",1960-04-13,M,sen,PA,,1,Democrat,https://www.casey.senate.gov,393 Russell Senate Office Building Washington DC 20510,202-224-6324,https://www.casey.senate.gov/contact/,http://www.casey.senate.gov/rss/feeds/?all,SenBobCasey,SenatorBobCasey,SenatorBobCasey,UCtVssXhx-KuZa-hSvnsnJ0A,C001070,01828,N00027503,S309,S6PA00217,47036,412246,2541,"Bob Casey, Jr.",,40703,Bob Casey Jr. -Feinstein,Dianne,,,,Dianne Feinstein,1933-06-22,F,sen,CA,,1,Democrat,https://www.feinstein.senate.gov,331 Hart Senate Office Building Washington DC 20510,202-224-3841,https://www.feinstein.senate.gov/public/index.cfm/e-mail-me,http://www.feinstein.senate.gov/public/?a=rss.feed,SenFeinstein,senatorfeinstein,SenatorFeinstein,UCtVC--6LR0ff2aOP8THpuEw,F000062,01332,N00007364,S221,S0CA00199,13061,300043,53273,Dianne Feinstein,,49300,Dianne Feinstein -Klobuchar,Amy,Jean,,,Amy Klobuchar,1960-05-25,F,sen,MN,,1,Democrat,https://www.klobuchar.senate.gov,425 Dirksen Senate Office Building Washington DC 20510,202-224-3244,http://www.klobuchar.senate.gov/public/index.cfm/contact,,SenAmyKlobuchar,,senatorklobuchar,UCvdeJsDsV51tFb_hVqvtYGA,K000367,01826,N00027500,S311,S6MN00267,83701,412242,65092,Amy Klobuchar,,40700,Amy Klobuchar -Menendez,Robert,,,Bob,Robert Menendez,1954-01-01,M,sen,NJ,,1,Democrat,https://www.menendez.senate.gov,528 Hart Senate Office Building Washington DC 20510,202-224-4744,https://www.menendez.senate.gov/contact,http://www.menendez.senate.gov/rss/feeds/index.cfm?type=news,SenatorMenendez,senatormenendez,SenatorMenendezNJ,UC0PV0K9Z5a9p3D5917KF5fw,M000639,00791,N00000699,S306,"H2NJ13075,S6NJ00289",29608,400272,26961,Bob Menendez,,29373,Bob Menendez -Sanders,Bernard,,,Bernie,Bernard Sanders,1941-09-08,M,sen,VT,,1,Independent,https://www.sanders.senate.gov,332 Dirksen Senate Office Building Washington DC 20510,202-224-5141,http://www.sanders.senate.gov/contact/,http://www.sanders.senate.gov/rss/,SenSanders,senatorsanders,senatorsanders,UCD_DaKNac0Ta-2PeHuoQ1uA,S000033,01010,N00000528,S313,"H8VT01016,S4VT00033",994,400357,27110,Bernie Sanders,,29147,Bernie Sanders -Stabenow,Debbie,Ann,,,Debbie Stabenow,1950-04-29,F,sen,MI,,1,Democrat,https://www.stabenow.senate.gov,731 Hart Senate Office Building Washington DC 20510,202-224-4822,https://www.stabenow.senate.gov/contact,http://stabenow.senate.gov/rss/?p=news,SenStabenow,SenatorStabenow,senatorstabenow,UCFoDKCvxSwCUfDv-4Eg4K5A,S000770,01531,N00004118,S284,"S8MI00281,H6MI08163",45451,300093,515,Debbie Stabenow,,29732,Debbie Stabenow -Tester,Jon,,,,Jon Tester,1956-08-21,M,sen,MT,,1,Democrat,https://www.tester.senate.gov,311 Hart Senate Office Building Washington DC 20510,202-224-2644,https://www.tester.senate.gov/?p=email_senator,http://www.tester.senate.gov/rss/?p=hot_topic,SenatorTester,senatortester,senatorjontester,UCgXAF-CON1coZFMxQkfj0fg,T000464,01829,N00027605,S314,S6MT00162,1020176,412244,20928,Jon Tester,,40702,Jon Tester -Whitehouse,Sheldon,,,,Sheldon Whitehouse,1955-10-20,M,sen,RI,,1,Democrat,https://www.whitehouse.senate.gov,530 Hart Senate Office Building Washington DC 20510,202-224-2921,https://www.whitehouse.senate.gov/contact/email-sheldon,http://www.whitehouse.senate.gov/rss/feeds/?type=all&cachebuster=1,SenWhitehouse,SenatorWhitehouse,SenatorWhitehouse,UCnG0N70SNBkNqvIMLodPTIA,W000802,01823,N00027533,S316,S6RI00221,92235,412247,2572,Sheldon Whitehouse,,40704,Sheldon Whitehouse -Barrasso,John,A.,,,John Barrasso,1952-07-21,M,sen,WY,,1,Republican,https://www.barrasso.senate.gov,307 Dirksen Senate Office Building Washington DC 20510,202-224-6441,https://www.barrasso.senate.gov/public/index.cfm/contact-form,http://www.barrasso.senate.gov/public/index.cfm?FuseAction=Rss.Feed,SenJohnBarrasso,johnbarrasso,barrassowyo,UC80PfiCAB2Fe1MFayWlR6GQ,B001261,01881,N00006236,S317,S6WY00068,1024777,412251,52662,John Barrasso,,40707,John Barrasso -Wicker,Roger,F.,,,Roger F. Wicker,1951-07-05,M,sen,MS,,1,Republican,https://www.wicker.senate.gov,555 Dirksen Senate Office Building Washington DC 20510,202-224-6253,https://www.wicker.senate.gov/public/index.cfm/contact,,SenatorWicker,SenatorWicker,SenatorWicker,UCIlKHiTjSkcQP_knBcXHWSg,W000437,01226,N00003280,S318,"H4MS01078,S8MS00196",18203,400432,21926,Roger Wicker,,29534,Roger Wicker -Alexander,Lamar,,,,Lamar Alexander,1940-07-03,M,sen,TN,,2,Republican,https://www.alexander.senate.gov/public,455 Dirksen Senate Office Building Washington DC 20510,202-224-4944,http://www.alexander.senate.gov/public/index.cfm?p=Email,http://www.alexander.senate.gov/public/?a=rss.feed,SenAlexander,senatorlamaralexander,lamaralexander,UChDLBjn5RWqgMmCSswT05IQ,A000360,01695,N00009888,S289,"S2TN00058,P60003225",5,300002,15691,Lamar Alexander,,40304,Lamar Alexander -Collins,Susan,M.,,,Susan M. Collins,1952-12-07,F,sen,ME,,2,Republican,https://www.collins.senate.gov,413 Dirksen Senate Office Building Washington DC 20510,202-224-2523,http://www.collins.senate.gov/contact,http://www.collins.senate.gov/public/?a=rss.feed,SenatorCollins,susancollins,SenatorSusanCollins,UC6GYaBx5kT2r4PN8KENxC-w,C001035,01541,N00000491,S252,S6ME00159,45738,300025,379,Susan Collins,,49703,Susan Collins -Cornyn,John,,,,John Cornyn,1952-02-02,M,sen,TX,,2,Republican,https://www.cornyn.senate.gov,517 Hart Senate Office Building Washington DC 20510,202-224-2934,https://www.cornyn.senate.gov/contact,http://www.cornyn.senate.gov/public/?a=rss.feed,JohnCornyn,sen.johncornyn,senjohncornyn,UCyQwLQavlOaJ64YuY_VMtiQ,C001056,01692,N00024852,S287,S2TX00106,93131,300027,15375,John Cornyn,,40305,John Cornyn -Durbin,Richard,J.,,,Richard J. Durbin,1944-11-21,M,sen,IL,,2,Democrat,https://www.durbin.senate.gov,711 Hart Senate Office Building Washington DC 20510,202-224-2152,https://www.durbin.senate.gov/contact/,http://durbin.senate.gov/public/index.cfm/rss/feed,SenatorDurbin,SenatorDurbin,SenatorDurbin,UCkbixlNCxcKAffEhe3X5-lw,D000563,00326,N00004981,S253,"S6IL00151,H2IL20026",6741,300038,26847,Dick Durbin,,15021,Dick Durbin -Enzi,Michael,B.,,,Michael B. Enzi,1944-02-01,M,sen,WY,,2,Republican,https://www.enzi.senate.gov,379A Russell Senate Office Building Washington DC 20510,202-224-3424,http://www.enzi.senate.gov/public/index.cfm/contact?p=e-mail-senator-enzi,http://www.enzi.senate.gov/public/index.cfm/rss/feed,SenatorEnzi,mikeenzi,senatorenzi,UCipEXEDAKVPj_B0cQjaikEA,E000285,01542,N00006249,S254,S6WY00126,45824,300041,558,Mike Enzi,,49706,Mike Enzi -Graham,Lindsey,O.,,,Lindsey Graham,1955-07-09,M,sen,SC,,2,Republican,https://www.lgraham.senate.gov/public,290 Russell Senate Office Building Washington DC 20510,202-224-5972,https://www.lgraham.senate.gov/public/index.cfm/e-mail-senator-graham,http://www.lgraham.senate.gov/public/index.cfm?FuseAction=Rss.Feed,GrahamBlog,USSenatorLindseyGraham,USSenLindseyGraham,UClLGZMA5Ei2Z8fR1PLEx6yQ,G000359,00452,N00009975,S293,"S0SC00149,H4SC03087",36782,300047,21992,Lindsey Graham,,29566,Lindsey Graham -Inhofe,James,M.,,Jim,James M. Inhofe,1934-11-17,M,sen,OK,,2,Republican,https://www.inhofe.senate.gov,205 Russell Senate Office Building Washington DC 20510,202-224-4721,https://www.inhofe.senate.gov/contact,http://www.inhofe.senate.gov/rss/feeds/?type=all&cachebuster=eea6c4d7%2d939c%2d5c1e%2db6c7aa3b8b291208,InhofePress,jiminhofe,jiminhofepressoffice,UCk3W3ilX8vGG-300qzNpG7w,I000024,00583,N00005582,S236,"S4OK00083,H6OK01102",5619,300055,27027,Jim Inhofe,,15424,Jim Inhofe -McConnell,Mitch,,,,Mitch McConnell,1942-02-20,M,sen,KY,,2,Republican,https://www.mcconnell.senate.gov,317 Russell Senate Office Building Washington DC 20510,202-224-2541,http://www.mcconnell.senate.gov/public/index.cfm?p=contact,http://www.mcconnell.senate.gov/public/?a=rss.feed,McConnellPress,mitchmcconnell,,,M000355,01395,N00003389,S174,S2KY00012,2351,300072,53298,Mitch McConnell,,14921,Mitch McConnell -Merkley,Jeff,,,,Jeff Merkley,1956-10-24,M,sen,OR,,2,Democrat,https://www.merkley.senate.gov,313 Hart Senate Office Building Washington DC 20510,202-224-3753,http://www.merkley.senate.gov/contact/,http://www.merkley.senate.gov/rss/,SenJeffMerkley,jeffmerkley,SenatorJeffMerkley,UCRoXttCJhMnLVCxCaa6VnNQ,M001176,01900,N00029303,S322,S8OR00207,1029842,412325,23644,Jeff Merkley,,40908,Jeff Merkley -Reed,John,F.,,Jack,Jack Reed,1949-11-12,M,sen,RI,,2,Democrat,https://www.reed.senate.gov,728 Hart Senate Office Building Washington DC 20510,202-224-4642,https://www.reed.senate.gov/contact/,https://www.reed.senate.gov//rss/feeds/?type=all,SenJackReed,SenJackReed,SenatorReed,UCT_aFVtsjxPwWKfO-PW_hPw,R000122,00949,N00000362,S259,"S6RI00163,H0RI02071",24239,300081,27060,Jack Reed,,29142,Jack Reed (Rhode Island politician) -Risch,James,,,,James E. Risch,1943-05-03,M,sen,ID,,2,Republican,https://www.risch.senate.gov,483 Russell Senate Office Building Washington DC 20510,202-224-2752,http://www.risch.senate.gov/public/index.cfm?p=Email,,SenatorRisch,senatorjimrisch,SenatorJamesRisch,UCncKW8xyT5UbPNO27YuQnBA,R000584,01896,N00029441,S323,S8ID00092,1020034,412322,2919,Jim Risch,,40902,Jim Risch -Roberts,Pat,,,,Pat Roberts,1936-04-20,M,sen,KS,,2,Republican,https://www.roberts.senate.gov,109 Hart Senate Office Building Washington DC 20510,202-224-4774,https://www.roberts.senate.gov/public/?p=EmailPat,http://www.roberts.senate.gov/public/?a=rss.feed,SenPatRoberts,SenPatRoberts,SenPatRoberts,UCRpswvC8LgxzE9AYSFpqUgw,R000307,00968,N00005285,S260,"S6KS00080,H0KS01016",16354,300083,26866,Pat Roberts,,14852,Pat Roberts -Shaheen,Jeanne,,,,Jeanne Shaheen,1947-01-28,F,sen,NH,,2,Democrat,https://www.shaheen.senate.gov,506 Hart Senate Office Building Washington DC 20510,202-224-2841,https://www.shaheen.senate.gov/contact/contact-jeanne,http://www.shaheen.senate.gov/rss/,SenatorShaheen,SenatorShaheen,senatorshaheen,UCjLZAZMbDrybHyttdEC9LFA,S001181,01901,N00024790,S324,S0NH00219,22850,412323,1663,Jeanne Shaheen,,40906,Jeanne Shaheen -Udall,Tom,S.,,,Tom Udall,1948-05-18,M,sen,NM,,2,Democrat,https://www.tomudall.senate.gov,531 Hart Senate Office Building Washington DC 20510,202-224-6621,https://www.tomudall.senate.gov/?p=contact,http://tomudall.senate.gov/rss/?p=blog,SenatorTomUdall,senatortomudall,senatortomudall,UCADpIVS6bxOcr-uWnJCC9pQ,U000039,01567,N00006561,S326,"H8NM03097,S8NM00184",10075,400413,22658,Tom Udall,,29924,Tom Udall -Warner,Mark,,,,Mark R. Warner,1954-12-15,M,sen,VA,,2,Democrat,https://www.warner.senate.gov,703 Hart Senate Office Building Washington DC 20510,202-224-2023,http://www.warner.senate.gov/public/index.cfm?p=Contact,http://www.warner.senate.gov/public/?a=rss.feed,MarkWarner,MarkRWarner,SenatorMarkWarner,UCwyivNlEGf4sGd1oDLfY5jw,W000805,01897,N00002097,S327,"S6VA00093,P80003023",7630,412321,535,Mark Warner,,40909,Mark Warner -Gillibrand,Kirsten,E.,,,Kirsten E. Gillibrand,1966-12-09,F,sen,NY,,1,Democrat,https://www.gillibrand.senate.gov,478 Russell Senate Office Building Washington DC 20510,202-224-4451,https://www.gillibrand.senate.gov/contact/email-me,http://www.gillibrand.senate.gov/rss/,GillibrandNY,SenKirstenGillibrand,KirstenEGillibrand,UCVEloQogVsmnkd5vxJInmYg,G000555,01866,N00027658,S331,"H6NY20167,S0NY00410",1022862,412223,65147,Kirsten Gillibrand,,20735,Kirsten Gillibrand -Coons,Chris,Andrew,,,Christopher A. Coons,1963-09-09,M,sen,DE,,2,Democrat,https://www.coons.senate.gov,218 Russell Senate Office Building Washington DC 20510,202-224-5042,https://www.coons.senate.gov/contact,http://www.coons.senate.gov/rss/feeds/?type=all,ChrisCoons,senatorchriscoons,senatorchriscoons,UC2lOVbsddn1HIkcDnmCw6tA,C001088,01984,N00031820,S337,S0DE00092,9269028,412390,122834,Chris Coons,,40916,Chris Coons -Manchin,Joe,,III,,"Joe Manchin, III",1947-08-24,M,sen,WV,,1,Democrat,https://www.manchin.senate.gov,306 Hart Senate Office Building Washington DC 20510,202-224-3954,http://www.manchin.senate.gov/public/index.cfm/contact-form,http://www.manchin.senate.gov/public/index.cfm/rss/feed,Sen_JoeManchin,JoeManchinIII,SenatorJoeManchin,UCGyPK_ye2ptpzQgOjKIn7ag,M001183,01983,N00032838,S338,S0WV00090,62864,412391,7547,Joe Manchin III,,40915,Joe Manchin -Aderholt,Robert,B.,,,Robert B. Aderholt,1965-07-22,M,rep,AL,4,,Republican,https://aderholt.house.gov,1203 Longworth House Office Building Washington DC 20515-0104,202-225-4876,,http://aderholt.house.gov/common/rss//index.cfm?rss=20,Robert_Aderholt,RobertAderholt,RobertAderholt,UC71CAgpg1gbLTew_pfTneGA,A000055,01460,N00003028,,H6AL04098,45516,400004,441,Robert B. Aderholt,,29701,Robert Aderholt -Amash,Justin,,,,Justin Amash,1980-04-18,M,rep,MI,3,,Libertarian,https://amash.house.gov,106 Cannon House Office Building Washington DC 20515-2203,202-225-3831,,http://amash.house.gov/rss.xml,,repjustinamash,repjustinamash,UCeg6HhoCXrS8xpON9dxtZgA,A000367,02029,N00031938,,H0MI03126,1033767,412438,105566,Justin Amash,,21143,Justin Amash -Baldwin,Tammy,,,,Tammy Baldwin,1962-02-11,F,sen,WI,,1,Democrat,https://www.baldwin.senate.gov,709 Hart Senate Office Building Washington DC 20510,202-224-5653,https://www.baldwin.senate.gov/feedback,http://www.baldwin.senate.gov/rss/feeds/?type=all,SenatorBaldwin,senatortammybaldwin,witammybaldwin,UC_XjYCRbbI2_TDDjJidwk0Q,B001230,01558,N00004367,S354,"H8WI00018,S2WI00219",57884,400013,3470,Tammy Baldwin,,29940,Tammy Baldwin -Bass,Karen,,,,Karen Bass,1953-10-03,F,rep,CA,37,,Democrat,https://bass.house.gov,2059 Rayburn House Office Building Washington DC 20515-0537,202-225-7084,,http://bass.house.gov/rss.xml,RepKarenBass,RepKarenBass,RepKarenBass,UCQZg7oxkV3Yag2emYPLhT2g,B001270,01996,N00031877,,H0CA33117,62502,412404,28963,,,21110,Karen Bass -Bennet,Michael,F.,,,Michael F. Bennet,1964-11-28,M,sen,CO,,3,Democrat,https://www.bennet.senate.gov/public,261 Russell Senate Office Building Washington DC 20510,202-224-5852,https://www.bennet.senate.gov/public/index.cfm/contact,http://www.bennet.senate.gov/rss/feeds/?type=news,SenatorBennet,senbennetco,SenatorBennet,UCXB3cljpMwTyCUyLr2ZVLow,B001267,01965,N00030608,S330,S0CO00211,1031622,412330,110942,Michael Bennet,,40910,Michael Bennet -Bilirakis,Gus,M.,,,Gus M. Bilirakis,1963-02-08,M,rep,FL,12,,Republican,https://bilirakis.house.gov,2227 Rayburn House Office Building Washington DC 20515-0912,202-225-5755,,http://bilirakis.house.gov/index.php?format=feed&type=rss,RepGusBilirakis,GusBilirakis,RepGusBilirakis,UC2z1uu1n4-60xXs5x1mvLJw,B001257,01838,N00027462,,H6FL09070,1022873,412250,17318,Gus M. Bilirakis,,20758,Gus Bilirakis -Bishop,Rob,,,,Rob Bishop,1951-07-13,M,rep,UT,1,,Republican,https://robbishop.house.gov,123 Cannon House Office Building Washington DC 20515-4401,202-225-0453,,http://robbishop.house.gov/news/rss.aspx,RepRobBishop,RepRobBishop,CongressmanBishop,UCJC2BXNGQEUom7Tp7FKfxlQ,B001250,01753,N00025292,,H2UT01094,1003621,400029,50544,Rob Bishop,,20357,Rob Bishop -Bishop,Sanford,D.,Jr.,,"Sanford D. Bishop, Jr.",1947-02-04,M,rep,GA,2,,Democrat,https://bishop.house.gov,2407 Rayburn House Office Building Washington DC 20515-1002,202-225-3631,,http://bishop.house.gov/rss.xml,SanfordBishop,sanfordbishop,RepSanfordBishop,UCxF9veLBrkr_CqVq5eFYVGg,B000490,00091,N00002674,,H2GA02031,26194,400030,26817,,,29339,Sanford Bishop -Blackburn,Marsha,W.,,,Marsha Blackburn,1952-06-06,F,sen,TN,,1,Republican,https://www.blackburn.senate.gov,357 Dirksen Senate Office Building Washington DC 20510,202-224-3344,https://www.blackburn.senate.gov/email-me,,MarshaBlackburn,marshablackburn,RepMarshaBlackburn,UCvNnmu5mUm7xr8QXBlbtQ9w,B001243,01748,N00003105,S396,"H2TN06030,S8TN00337",31226,400032,25186,Marsha Blackburn,,20351,Marsha Blackburn -Blumenauer,Earl,,,,Earl Blumenauer,1948-08-16,M,rep,OR,3,,Democrat,https://blumenauer.house.gov,1111 Longworth House Office Building Washington DC 20515-3703,202-225-4811,,http://blumenauer.house.gov/index.php?format=feed&type=rss,BlumenauerMedia,,RepBlumenauer,UCuziVoKuGn7feNA5VrpxsBQ,B000574,00099,N00007727,,H6OR03064,43809,400033,367,Earl Blumenauer,,29588,Earl Blumenauer -Blumenthal,Richard,,,,Richard Blumenthal,1946-02-13,M,sen,CT,,3,Democrat,https://www.blumenthal.senate.gov,706 Hart Senate Office Building Washington DC 20510,202-224-2823,https://www.blumenthal.senate.gov/contact/,http://www.blumenthal.senate.gov/rss/feeds/?type=all,SenBlumenthal,SenBlumenthal,SenatorBlumenthal,UCHH-fn3_LVt0Q4od56rOi5g,B001277,02076,N00031685,S341,S0CT00177,21799,412490,1568,Richard Blumenthal,,41101,Richard Blumenthal -Blunt,Roy,,,,Roy Blunt,1950-01-10,M,sen,MO,,3,Republican,https://www.blunt.senate.gov,260 Russell Senate Office Building Washington DC 20510,202-224-5721,https://www.blunt.senate.gov/public/index.cfm/contact-roy,http://www.blunt.senate.gov/public/?a=rss.feed,RoyBlunt,SenatorBlunt,SenatorBlunt,UCFeLRzjhThTmaWzuh5qjpGA,B000575,01464,N00005195,S342,"H6MO07128,S0MO00183",45465,400034,418,Roy Blunt,,29735,Roy Blunt -Boozman,John,,,,John Boozman,1950-12-10,M,sen,AR,,3,Republican,https://www.boozman.senate.gov/public,141 Hart Senate Office Building Washington DC 20510,202-224-4843,https://www.boozman.senate.gov/public/index.cfm/contact,http://www.boozman.senate.gov/public/index.cfm/rss/feed,JohnBoozman,JohnBoozman,BoozmanPressOffice,UC9vWHKL5OfIYh6kIV0rF2yw,B001236,01687,N00013873,S343,"H2AR03176,S0AR00150",92069,400040,27958,John Boozman,,20101,John Boozman -Brady,Kevin,P.,,,Kevin Brady,1955-04-11,M,rep,TX,8,,Republican,https://kevinbrady.house.gov,1011 Longworth House Office Building Washington DC 20515-4308,202-225-4901,,http://kevinbrady.house.gov/common/rss/index.cfm?rss=49,RepKevinBrady,kevinbrady,KBrady8,UC6Ng0uMQEBVgXO_HF0NbfXA,B000755,01468,N00005883,,H6TX08100,45749,400046,361,,,29760,Kevin Brady -Brooks,Mo,,,,Mo Brooks,1954-04-29,M,rep,AL,5,,Republican,https://brooks.house.gov,2246 Rayburn House Office Building Washington DC 20515-0105,202-225-4801,,http://brooks.house.gov/rss/press-releases.xml,RepMoBrooks,RepMoBrooks,RepMoBrooks,UCgsPSY0MpuQJq8vEqYUSt-g,B001274,01987,N00030910,,H0AL05163,94888,412395,121610,Mo Brooks,,21193,Mo Brooks -Buchanan,Vern,,,,Vern Buchanan,1951-05-08,M,rep,FL,16,,Republican,https://buchanan.house.gov,2427 Rayburn House Office Building Washington DC 20515-0916,202-225-5015,,http://buchanan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=2,VernBuchanan,CongressmanBuchanan,vernbuchanan,UCY4DEy41NxOTdcF8_XAVZvw,B001260,01840,N00027626,,H6FL13148,1021626,412196,66247,Vern Buchanan,,20709,Vern Buchanan -Bucshon,Larry,,,,Larry Bucshon,1962-05-31,M,rep,IN,8,,Republican,https://bucshon.house.gov,2313 Rayburn House Office Building Washington DC 20515-1408,202-225-4636,,http://bucshon.house.gov/rss.xml,RepLarryBucshon,RepLarryBucshon,RepLarryBucshon,UC0bIliQs0LKZabNwvZ3gnhQ,B001275,02018,N00031227,,H0IN08114,61837,412427,120335,Larry Bucshon,,21132,Larry Bucshon -Burgess,Michael,C.,,,Michael C. Burgess,1950-12-23,M,rep,TX,26,,Republican,https://burgess.house.gov,2161 Rayburn House Office Building Washington DC 20515-4326,202-225-7772,,http://burgess.house.gov/news/rss.aspx,MichaelCBurgess,michaelcburgess,michaelcburgessmd,UCvvO8lo-Nkc31cEEElqQvQw,B001248,01751,N00025219,,H2TX26093,1003620,400052,50120,,,20355,Michael C. Burgess -Burr,Richard,M.,,,Richard Burr,1955-11-30,M,sen,NC,,3,Republican,https://www.burr.senate.gov,217 Russell Senate Office Building Washington DC 20510,202-224-3154,https://www.burr.senate.gov/contact/email,http://www.burr.senate.gov/public/index.cfm?fuseaction=rss.feed,SenatorBurr,SenatorRichardBurr,SenatorRichardBurr,UCOLLZpp-1womBSFDV2uLfag,B001135,00153,N00002221,S300,"S4NC00089,H2NC05074",31054,400054,21787,Richard Burr,,29548,Richard Burr -Butterfield,George,Kenneth,Jr.,G.K.,G. K. Butterfield,1947-04-27,M,rep,NC,1,,Democrat,https://butterfield.house.gov,2080 Rayburn House Office Building Washington DC 20515-3301,202-225-3101,,http://butterfield.house.gov/rss/press-releases.xml/,GKButterfield,congressmangkbutterfield,GKBNC01,UCbodCVgLfcbaep49L1M-mqA,B001251,01761,N00027035,,H4NC01046,1013540,400616,41077,G.K. Butterfield,,20340,G. K. Butterfield -Calvert,Ken,S.,,,Ken Calvert,1953-06-08,M,rep,CA,42,,Republican,https://calvert.house.gov,2205 Rayburn House Office Building Washington DC 20515-0542,202-225-1986,,http://calvert.house.gov/news/rss.aspx,KenCalvert,70063393423,RepKenCalvert,UC5MEj7YOX_QdKoqD_HRxP3A,C000059,00165,N00007099,,H2CA37023,26709,400057,26777,,,29323,Ken Calvert -Capito,Shelley,Moore,,,Shelley Moore Capito,1953-11-26,F,sen,WV,,2,Republican,https://www.capito.senate.gov,172 Russell Senate Office Building Washington DC 20510,202-224-6472,https://www.capito.senate.gov/contact/contact-shelley,,SenCapito,senshelley,,UCbiXdR4XQ3vD9Xp5lfR9QXw,C001047,01676,N00009771,S372,"H0WV02138,S4WV00159",83737,400061,11701,Shelley Moore Capito,,20146,Shelley Moore Capito -Carson,André,,,,André Carson,1974-10-16,M,rep,IN,7,,Democrat,https://carson.house.gov,2135 Rayburn House Office Building Washington DC 20515-1407,202-225-4011,,http://carson.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1,RepAndreCarson,CongressmanAndreCarson,repandrecarson,UCprUnnEgM2VUGmAKSaZXCSw,C001072,01889,N00029513,,H8IN07184,1027364,412258,84917,Andre Carson,,20757,André Carson -Carter,John,R.,,,John R. Carter,1941-11-06,M,rep,TX,31,,Republican,https://carter.house.gov,2110 Rayburn House Office Building Washington DC 20515-4331,202-225-3864,,http://carter.house.gov/common/rss/?rss=40,JudgeCarter,judgecarter,repjohncarter,UC9pkaOrhPfouzkJ8oAdI-1w,C001051,01752,N00025095,,H2TX31044,1004257,400068,49296,John Carter,,20356,John Carter (Texas politician) -Cassidy,Bill,,,,Bill Cassidy,1957-09-28,M,sen,LA,,2,Republican,https://www.cassidy.senate.gov,520 Hart Senate Office Building Washington DC 20510,202-224-5824,https://www.cassidy.senate.gov/contact,,SenBillCassidy,,SenatorBillCassidy,UCCEyGhUzxgkxFzWCY-rxz8g,C001075,01925,N00030245,S373,"H8LA00017,S4LA00107",1030546,412269,69494,Bill Cassidy,,20919,Bill Cassidy -Castor,Kathy,,,,Kathy Castor,1966-08-20,F,rep,FL,14,,Democrat,https://castor.house.gov,2052 Rayburn House Office Building Washington DC 20515-0914,202-225-3376,,http://castor.house.gov/news/rss.aspx,USRepKCastor,USRepKathyCastor,RepKathyCastor,UC_irxhmLqVenTFPxDxznG6g,C001066,01839,N00027514,,"H6FL11126,H6FL11134",1022874,412195,53825,Kathy Castor,,20708,Kathy Castor -Chabot,Steve,J.,,,Steve Chabot,1953-01-22,M,rep,OH,1,,Republican,https://chabot.house.gov,2408 Rayburn House Office Building Washington DC 20515-3501,202-225-2216,,http://chabot.house.gov/common/rss/index.cfm?rss=49,RepSteveChabot,RepSteveChabot,congressmanchabot,UCJpzm2DZDE1B6ruQLQc7q4g,C000266,00186,N00003689,,H8OH01043,36705,400071,21790,Steve Chabot,,29550,Steve Chabot -Chu,Judy,M.,,,Judy Chu,1953-07-07,F,rep,CA,27,,Democrat,https://chu.house.gov,2423 Rayburn House Office Building Washington DC 20515-0527,202-225-5464,,http://chu.house.gov/rss.xml,RepJudyChu,RepJudyChu,RepJudyChu,UCfcbYOvdEXZNelM8T05nK-w,C001080,01970,N00030600,,H0CA32101,92573,412379,16539,Judy Chu,,20955,Judy Chu -Cicilline,David,N.,,,David N. Cicilline,1961-07-15,M,rep,RI,1,,Democrat,https://cicilline.house.gov,2233 Rayburn House Office Building Washington DC 20515-3901,202-225-4911,,http://cicilline.house.gov/rss.xml,RepCicilline,CongressmanDavidCicilline,RepDavidCicilline,UC3sCl46o8hYP69LnidNltuw,C001084,02055,N00032019,,H0RI01073,1033865,412470,7349,David N. Cicilline,,21172,David Cicilline -Clarke,Yvette,D.,,,Yvette D. Clarke,1964-11-21,F,rep,NY,9,,Democrat,https://clarke.house.gov,2058 Rayburn House Office Building Washington DC 20515-3209,202-225-6231,,http://clarke.house.gov/news/rss.aspx,RepYvetteClarke,repyvettedclarke,repyvetteclarke,UC8SuQiuL2P9fUHAxuRoTdUQ,C001067,01864,N00026961,,H4NY11138,1022875,412221,44741,Yvette D. Clarke,,20733,Yvette Clarke -Clay,Wm.,Lacy,Jr.,,Wm. Lacy Clay,1956-07-27,M,rep,MO,1,,Democrat,https://lacyclay.house.gov,2428 Rayburn House Office Building Washington DC 20515-2501,202-225-2406,,,,109135405838588,WilliamLacyClay,UCB3yVQzlxhx3brOwaWtiXoQ,C001049,01654,N00012460,,H0MO01066,88332,400074,8967,William Lacy Clay,,20147,Lacy Clay -Cleaver,Emanuel,,II,,Emanuel Cleaver,1944-10-26,M,rep,MO,5,,Democrat,https://cleaver.house.gov,2335 Rayburn House Office Building Washington DC 20515-2505,202-225-4535,,http://cleaver.house.gov/rss.xml,RepCleaver,emanuelcleaverii,repcleaver,UCVC-7CLFjXczoihr5FxDLsw,C001061,01790,N00026790,,H4MO05234,10933,400639,39507,,,20517,Emanuel Cleaver -Clyburn,James,E.,,Jim,James E. Clyburn,1940-07-21,M,rep,SC,6,,Democrat,https://clyburn.house.gov,200 Cannon House Office Building Washington DC 20515-4006,202-225-3315,,http://clyburn.house.gov/rss.xml,WhipClyburn,jameseclyburn,repjamesclyburn,UCIyU_UA_JEa14gvAwhquKqg,C000537,00208,N00002408,,H2SC02042,21607,400075,27066,James E. Clyburn,,39301,Jim Clyburn -Cohen,Steve,,,,Steve Cohen,1949-05-24,M,rep,TN,9,,Democrat,https://cohen.house.gov,2104 Rayburn House Office Building Washington DC 20515-4209,202-225-3265,,http://cohen.house.gov/rss.xml,RepCohen,CongressmanSteveCohen,repcohen,UC_NJlnsOBjOameUwZk0rvsA,C001068,01878,N00003225,,H6TN09068,1022876,412236,24340,,,20748,Steve Cohen -Cole,Tom,,,,Tom Cole,1949-04-28,M,rep,OK,4,,Republican,https://cole.house.gov,2207 Rayburn House Office Building Washington DC 20515-3604,202-225-6165,,http://cole.house.gov/rss.xml,TomColeOK04,TomColeOK04,reptomcole,UCvqzPm_YnNkfEHpm3SEMJMQ,C001053,01742,N00025726,,H2OK04055,1003609,400077,46034,Tom Cole,,20344,Tom Cole -Conaway,K.,Michael,,,K. Michael Conaway,1948-06-11,M,rep,TX,11,,Republican,https://conaway.house.gov,2469 Rayburn House Office Building Washington DC 20515-4311,202-225-3605,,,ConawayTX11,mike.conaway,mikeconaway11,UCR3dhwhVfxmmqv6ct2Xa1-g,C001062,01805,N00026041,,"H4TX19136,H3TX19021",1004595,400655,49935,Mike Conaway,,20531,Mike Conaway -Connolly,Gerald,E.,,,Gerald E. Connolly,1950-03-30,M,rep,VA,11,,Democrat,https://connolly.house.gov,2238 Rayburn House Office Building Washington DC 20515-4611,202-225-1492,,http://connolly.house.gov/common/rss//index.cfm?rss=44,GerryConnolly,CongressmanGerryConnolly,repconnolly,UC4WG9PlmoOeSLIuyVjs-RSA,C001078,01959,N00029891,,H8VA11062,1015936,412272,95078,,,20952,Gerry Connolly -Cooper,Jim,,,,Jim Cooper,1954-06-19,M,rep,TN,5,,Democrat,https://cooper.house.gov,1536 Longworth House Office Building Washington DC 20515-4205,202-225-4311,,http://cooper.house.gov/index.php?format=feed&type=rss,RepJimCooper,JimCooper,RepJimCooper,UCjplyIIQbNZcl013AyDfPNg,C000754,00231,N00003132,,"H2TN05131,H2TN04027,S4TN00096",1201,400081,48891,Jim Cooper,,15019,Jim Cooper -Costa,Jim,,,,Jim Costa,1952-04-13,M,rep,CA,16,,Democrat,https://costa.house.gov,2081 Rayburn House Office Building Washington DC 20515-0516,202-225-3341,,http://costa.house.gov/index.php?format=feed&type=rss,RepJimCosta,RepJimCosta,RepJimCostaCA20,UCVgXX23eJEai6GiBOKO6dvA,C001059,01774,N00026341,,H4CA20082,19599,400618,3577,,,20501,Jim Costa -Courtney,Joe,,,,Joe Courtney,1953-04-06,M,rep,CT,2,,Democrat,https://courtney.house.gov,2332 Rayburn House Office Building Washington DC 20515-0702,202-225-2076,,http://courtney.house.gov/index.php?format=feed&type=rss,RepJoeCourtney,joecourtney,repcourtney,UCGVIfe1T2hO1Lx7ap5Wkv1w,C001069,01836,N00024842,,H2CT02112,1021284,412193,30333,Joe Courtney,,20706,Joe Courtney (politician) -Crapo,Michael,D.,,,Mike Crapo,1951-05-20,M,sen,ID,,3,Republican,https://www.crapo.senate.gov,239 Dirksen Senate Office Building Washington DC 20510,202-224-6142,https://www.crapo.senate.gov/contact,,MikeCrapo,mikecrapo,senatorcrapo,UCMHzKHg1BE7dEcFjnayw1lA,C000880,00250,N00006267,S266,"S8ID00027,H2ID02034",26440,300030,26830,Mike Crapo,,29345,Mike Crapo -Crawford,Eric,A.,,Rick,"Eric A. ""Rick"" Crawford",1966-01-22,M,rep,AR,1,,Republican,https://crawford.house.gov,2422 Rayburn House Office Building Washington DC 20515-0401,202-225-4076,,http://crawford.house.gov/news/rss.aspx,RepRickCrawford,RepRickCrawford,RepRickCrawford,UCLKAkVl4BHRK73lmDiIgPYg,C001087,01989,N00030770,,H0AR01083,623259,412400,119208,Rick Crawford,,21106,Rick Crawford (politician) -Cuellar,Henry,,,,Henry Cuellar,1955-09-19,M,rep,TX,28,,Democrat,https://cuellar.house.gov,2372 Rayburn House Office Building Washington DC 20515-4328,202-225-1640,,http://cuellar.house.gov/news/rss.aspx,RepCuellar,152569121550,henrycuellar,UCVgEOdJx3tyILO9EjZ-heEQ,C001063,01807,N00024978,,H2TX23082,1013062,400657,5486,,,20533,Henry Cuellar -Davis,Danny,K.,,,Danny K. Davis,1941-09-06,M,rep,IL,7,,Democrat,https://davis.house.gov,2159 Rayburn House Office Building Washington DC 20515-1307,202-225-5006,,http://davis.house.gov/index.php?format=feed&type=rss,RepDannyDavis,CongressmanDKDavis,dannykdavis07,UCdhrT09_XMr31tuI8OcKsjQ,D000096,01477,N00004884,,H4IL07037,44325,400093,233,Danny K. Davis,,29717,Danny K. Davis -Davis,Susan,A.,,,Susan A. Davis,1944-04-13,F,rep,CA,53,,Democrat,https://susandavis.house.gov,1214 Longworth House Office Building Washington DC 20515-0553,202-225-2040,,,RepSusanDavis,RepSusanDavis,RepSusanADavis,UCUni9eg-gXv8pZ2WE_YR0bg,D000598,01641,N00009604,,H0CA49055,85595,400097,8168,,,20108,Susan Davis (politician) -DeFazio,Peter,A.,,,Peter A. DeFazio,1947-05-27,M,rep,OR,4,,Democrat,https://defazio.house.gov,2134 Rayburn House Office Building Washington DC 20515-3704,202-225-6416,,http://www.defazio.house.gov/index.php?format=feed&type=rss,RepPeterDeFazio,RepPeterDeFazio,PeterDeFazio,UCIF3HunhsVgTv7L2grnq2Rg,D000191,00279,N00007781,,"H6OR04047,S6OR00151",6068,400100,27037,Peter DeFazio,,15410,Peter DeFazio -DeGette,Diana,L.,,,Diana DeGette,1957-07-29,F,rep,CO,1,,Democrat,https://degette.house.gov,2111 Rayburn House Office Building Washington DC 20515-0601,202-225-4431,,http://degette.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw,RepDianaDeGette,DianaDeGette,RepDianaDeGette,UCWFQCRTHwsHg9P1Hf-EQtew,D000197,01479,N00006134,,H6CO01141,90293,400101,561,Diana DeGette,,29710,Diana DeGette -DeLauro,Rosa,L.,,,Rosa L. DeLauro,1943-03-02,F,rep,CT,3,,Democrat,https://delauro.house.gov,2413 Rayburn House Office Building Washington DC 20515-0703,202-225-3661,,http://delauro.house.gov/index.php?format=feed&type=rss,RosaDeLauro,CongresswomanRosaDeLauro,rosadelauro,UC9ROfGBm7kSLCEDYwFF6McQ,D000216,00281,N00000615,,H0CT03072,19040,400103,26788,Rosa DeLauro,,29109,Rosa DeLauro -DesJarlais,Scott,,,,Scott DesJarlais,1964-02-21,M,rep,TN,4,,Republican,https://desjarlais.house.gov,2301 Rayburn House Office Building Washington DC 20515-4204,202-225-6831,,http://desjarlais.house.gov/news/rss.aspx,DesJarlaisTN04,ScottDesJarlaisTN04,ScottDesJarlaisTN04,UCvjuSLoi3hS0ECQvJLhwOkA,D000616,02062,N00030957,,H0TN04195,623517,412477,123473,,,21179,Scott DesJarlais -Deutch,Theodore,E.,,Ted,Theodore E. Deutch,1966-05-07,M,rep,FL,22,,Democrat,https://teddeutch.house.gov,2447 Rayburn House Office Building Washington DC 20515-0922,202-225-3001,,http://teddeutch.house.gov/news/rss.aspx,RepTedDeutch,CongressmanTedDeutch,congressmanteddeutch,UC1JlTLRUDkzhM2htvI9QJTA,D000610,01976,N00031317,,H0FL19080,9267613,412385,67151,Theodore E. Deutch,,20959,Ted Deutch -Diaz-Balart,Mario,,,,Mario Diaz-Balart,1961-09-25,M,rep,FL,25,,Republican,https://mariodiazbalart.house.gov,404 Cannon House Office Building Washington DC 20515-0925,202-225-4211,,http://mariodiazbalart.house.gov/rss.xml,MarioDB,mdiazbalart,MarioDiazBalart,UCpEEd0Plxx5D78pI4a4mFTQ,D000600,01717,N00025337,,H2FL25018,1003562,400108,24312,Mario Diaz-Balart,,20316,Mario Díaz-Balart -Doggett,Lloyd,A.,,,Lloyd Doggett,1946-10-06,M,rep,TX,35,,Democrat,https://doggett.house.gov,2307 Rayburn House Office Building Washington DC 20515-4335,202-225-4865,,http://doggett.house.gov/index.php/component/ninjarsssyndicator/?feed_id=1&format=raw,RepLloydDoggett,lloyddoggett,doggett,UCN-kiLKyHPcfRVZ28sAHS_g,D000399,00303,N00006023,,H4TX10028,36810,400111,21689,,,29571,Lloyd Doggett -Doyle,Michael,F.,Jr.,Mike,Michael F. Doyle,1953-08-05,M,rep,PA,18,,Democrat,https://doyle.house.gov,306 Cannon House Office Building Washington DC 20515-3818,202-225-2135,,http://doyle.house.gov/rss.xml,USRepMikeDoyle,usrepmikedoyle,CongressmanDoyle,UCni9vINmgerEeVXhKCC9qbA,D000482,00316,N00001373,,H4PA18131,36774,400114,21853,Michael F. Doyle,,29561,Mike Doyle (American politician) -Duncan,Jeff,,,,Jeff Duncan,1966-01-07,M,rep,SC,3,,Republican,https://jeffduncan.house.gov,2229 Rayburn House Office Building Washington DC 20515-4003,202-225-5301,,http://jeffduncan.house.gov/rss.xml,RepJeffDuncan,RepJeffDuncan,congjeffduncan,UC1tuXL6ymImdpKYGEAH83QA,D000615,02057,N00030752,,H0SC03077,62713,412472,47967,Jeff Duncan,,21174,Jeff Duncan (politician) -Engel,Eliot,L.,,,Eliot L. Engel,1947-02-18,M,rep,NY,16,,Democrat,https://engel.house.gov,2426 Rayburn House Office Building Washington DC 20515-3216,202-225-2464,,,RepEliotEngel,RepEliotLEngel,engel2161,UCZ-ctBF-a6CYPJWDoBV_JyA,E000179,00344,N00001003,,H8NY19058,6109,400122,26972,,,15603,Eliot Engel -Eshoo,Anna,G.,,,Anna G. Eshoo,1942-12-13,F,rep,CA,18,,Democrat,https://eshoo.house.gov,202 Cannon House Office Building Washington DC 20515-0518,202-225-8104,,http://eshoo.house.gov/index.php?format=feed&type=rss,RepAnnaEshoo,RepAnnaEshoo,RepAnnaEshoo,UCjRvhco2d59GBgA78IIIaYQ,E000215,00355,N00007335,,H8CA12098,26130,400124,26741,,,29312,Anna Eshoo -Fleischmann,Charles,J.,,Chuck,"Charles J. ""Chuck"" Fleischmann",1962-10-11,M,rep,TN,3,,Republican,https://fleischmann.house.gov,2410 Rayburn House Office Building Washington DC 20515-4203,202-225-3271,,http://fleischmann.house.gov/rss.xml,RepChuck,repchuck,repchuck,UCTtRrJkM-R-f2K0byCMvHgw,F000459,02061,N00030815,,H0TN03254,95146,412476,123456,,,21178,Chuck Fleischmann -Flores,Bill,,,,Bill Flores,1954-02-25,M,rep,TX,17,,Republican,https://flores.house.gov,2228 Rayburn House Office Building Washington DC 20515-4317,202-225-6105,,http://flores.house.gov/common/rss//index.cfm?rss=25,RepBillFlores,RepBillFlores,RepBillFlores,UCA7MgQ_ccBlCqoxV56B6nmA,F000461,02065,N00031545,,H0TX17104,623540,412480,116906,,,21182,Bill Flores -Fortenberry,Jeff,Lane,,,Jeff Fortenberry,1960-12-27,M,rep,NE,1,,Republican,https://fortenberry.house.gov,1514 Longworth House Office Building Washington DC 20515-2701,202-225-4806,,http://fortenberry.house.gov/index.php?format=feed&type=rss,JeffFortenberry,jefffortenberry,JeffFortenberry,UCbWUvw3gQhbFyJzt1Nh6cAA,F000449,01793,N00026631,,H4NE01064,1013049,400640,41929,Jeff Fortenberry,,20518,Jeff Fortenberry -Foxx,Virginia,,,,Virginia Foxx,1943-06-29,F,rep,NC,5,,Republican,https://foxx.house.gov,2462 Rayburn House Office Building Washington DC 20515-3305,202-225-2071,,http://foxx.house.gov/common/rss/?rss=55,VirginiaFoxx,RepVirginiaFoxx,repvirginiafoxx,UCggineJcxJn80TRXxdQbx6w,F000450,01791,N00026166,,H4NC05146,1013052,400643,6051,Virginia Foxx,,20521,Virginia Foxx -Fudge,Marcia,L.,,,Marcia L. Fudge,1952-10-29,F,rep,OH,11,,Democrat,https://fudge.house.gov,2344 Rayburn House Office Building Washington DC 20515-3511,202-225-7032,,http://fudge.house.gov/common/rss//index.cfm?rss=25,RepMarciaFudge,RepMarciaLFudge,marcialfudge,UClmYIIhIcL-WwtBAy1Dhokg,F000455,01895,N00030490,,H8OH11141,1030928,412327,110640,Marcia L. Fudge,,20941,Marcia Fudge -Garamendi,John,,,,John Garamendi,1945-01-24,M,rep,CA,3,,Democrat,https://garamendi.house.gov,2368 Rayburn House Office Building Washington DC 20515-0503,202-225-1880,,http://garamendi.house.gov/rss.xml,RepGaramendi,repgaramendi,garamendiCA10,UCRym1qsO72C39gX6pBu4icg,G000559,01973,N00030856,,H0CA10149,18413,412382,29664,,,20958,John Garamendi -Gardner,Cory,,,,Cory Gardner,1974-08-22,M,sen,CO,,2,Republican,https://www.gardner.senate.gov,354 Russell Senate Office Building Washington DC 20510,202-224-5941,https://www.gardner.senate.gov/contact-cory/email-cory,,SenCoryGardner,SenCoryGardner,,UC7Vi5vAFb7piu_BNwrYDBxQ,G000562,01998,N00030780,S377,"H0CO04122,S4CO00395",623308,412406,30004,Cory Gardner,,21112,Cory Gardner -Gibbs,Bob,,,,Bob Gibbs,1954-06-14,M,rep,OH,7,,Republican,https://gibbs.house.gov,2446 Rayburn House Office Building Washington DC 20515-3507,202-225-6265,,http://gibbs.house.gov/rss.xml,RepBobGibbs,RepBobGibbs,RepBobGibbs,UC4J-kVbeE32Up-b_wTLEUmA,G000563,02049,N00031128,,H0OH18077,1033844,412463,45466,Bob Gibbs,,21165,Bob Gibbs -Gohmert,Louie,B.,Jr.,,Louie Gohmert,1953-08-18,M,rep,TX,1,,Republican,https://gohmert.house.gov,2267 Rayburn House Office Building Washington DC 20515-4301,202-225-3035,,http://gohmert.house.gov/news/rss.aspx,RepLouieGohmert,50375006903,GohmertTX01,UC0HMa6X3iMhMq96kkRLLTog,G000552,01801,N00026148,,H4TX04039,1011394,400651,50029,Louie Gohmert,,20527,Louie Gohmert -Gosar,Paul,A.,,,Paul A. Gosar,1958-11-22,M,rep,AZ,4,,Republican,https://gosar.house.gov,2057 Rayburn House Office Building Washington DC 20515-0304,202-225-2315,,http://gosar.house.gov/rss.xml,RepGosar,repgosar,repgosar,UC5orqw_9acsKWSRbrqTDXBw,G000565,01992,N00030771,,H0AZ01259,62470,412397,123491,Paul Gosar,,21103,Paul Gosar -Granger,Kay,,,,Kay Granger,1943-01-18,F,rep,TX,12,,Republican,https://kaygranger.house.gov,1026 Longworth House Office Building Washington DC 20515-4312,202-225-5071,,http://kaygranger.house.gov/rss.xml,RepKayGranger,RepKayGranger,RepKayGranger,UCsRMtemAkyLh78MPES6gMVQ,G000377,01487,N00008799,,H6TX12060,45709,400157,334,,,29762,Kay Granger -Grassley,Charles,E.,,Chuck,Chuck Grassley,1933-09-17,M,sen,IA,,3,Republican,https://www.grassley.senate.gov,135 Hart Senate Office Building Washington DC 20510,202-224-3744,http://www.grassley.senate.gov/contact,http://grassley.senate.gov/customcf/rss_feed.cfm,ChuckGrassley,grassley,senchuckgrassley,UCiCPRkcLMInpDeOqGkMTt4w,G000386,00457,N00001758,S153,S0IA00028,1167,300048,53293,Chuck Grassley,,14226,Chuck Grassley -Graves,Sam,B.,,,Sam Graves,1963-11-07,M,rep,MO,6,,Republican,https://graves.house.gov,1135 Longworth House Office Building Washington DC 20515-2506,202-225-7041,,http://graves.house.gov/common/rss/index.cfm?rss=25,RepSamGraves,118514606128,,UCdg2ybvoHsSW6t7iJnKHlNg,G000546,01656,N00013323,,H0MO06073,89873,400158,9425,,,20124,Sam Graves -Green,Al,,,,Al Green,1947-09-01,M,rep,TX,9,,Democrat,https://algreen.house.gov,2347 Rayburn House Office Building Washington DC 20515-4309,202-225-7508,,http://algreen.house.gov/rss.xml,RepAlGreen,repalgreen,RepAlGreen,UCFtgMZm1YUXaZ8OtOj-GDjA,G000553,01803,N00026686,,H4TX09095,1012969,400653,49680,Al Green,,20529,Al Green (politician) -Griffith,H.,Morgan,,,H. Morgan Griffith,1958-03-15,M,rep,VA,9,,Republican,https://morgangriffith.house.gov,2202 Rayburn House Office Building Washington DC 20515-4609,202-225-3861,,http://morgangriffith.house.gov/news/rss.aspx,RepMGriffith,RepMorganGriffith,RepMorganGriffith,UCzxqD7EY_Rdvbc0spbaYkJA,G000568,02070,N00032029,,H0VA09055,62766,412485,5148,Morgan Griffith,,21191,Morgan Griffith -Grijalva,Raúl,M.,,,Raúl M. Grijalva,1948-02-19,M,rep,AZ,3,,Democrat,https://grijalva.house.gov,1511 Longworth House Office Building Washington DC 20515-0303,202-225-2435,,http://grijalva.house.gov/common/rss/?rss=13,RepraulGrijalva,Rep.Grijalva,raulgrijalvaaz07,UC8JZLnXS21bhNbcvpoM8O7g,G000551,01708,N00025284,,H2AZ07070,1003551,400162,28253,Raul M. Grijalva,,20305,Raúl Grijalva -Guthrie,Brett,,,,Brett Guthrie,1964-02-18,M,rep,KY,2,,Republican,https://guthrie.house.gov,2434 Rayburn House Office Building Washington DC 20515-1702,202-225-3501,,http://guthrie.house.gov/common/rss/?rss=24,RepGuthrie,CongressmanGuthrie,BrettGuthrie,UCdJhDw-YbdH0RHfWK0sIfiw,G000558,01922,N00029675,,H8KY02031,1031343,412278,18829,Brett Guthrie,,20916,Brett Guthrie -Harris,Andy,,,,Andy Harris,1957-01-25,M,rep,MD,1,,Republican,https://harris.house.gov,2334 Rayburn House Office Building Washington DC 20515-2001,202-225-5311,,http://harris.house.gov/rss.xml,RepAndyHarrisMD,AndyHarrisMD,RepAndyHarris,UCvUuV7FiJfJi1yux4qozgMg,H001052,02026,N00029147,,H8MD01094,1033464,412434,19157,,,21139,Andy Harris (politician) -Hartzler,Vicky,,,,Vicky Hartzler,1960-10-13,F,rep,MO,4,,Republican,https://hartzler.house.gov,2235 Rayburn House Office Building Washington DC 20515-2504,202-225-2876,,http://hartzler.house.gov/rss.xml,RepHartzler,Congresswoman.Hartzler,repvickyhartzler,UCAvttUz6qBVEJiFt7p_MZxw,H001053,02032,N00031005,,H0MO04086,95050,412444,8783,Vicky Hartzler,,21149,Vicky Hartzler -Hastings,Alcee,L.,,,Alcee L. Hastings,1936-09-05,M,rep,FL,20,,Democrat,https://alceehastings.house.gov,2353 Rayburn House Office Building Washington DC 20515-0920,202-225-1313,,http://www.alceehastings.house.gov/news/rss.aspx,RepHastingsFL,95696782238,RepAlceeHastings,UCaXXiR3YjMuPIlIGRGNnm8A,H000324,00511,N00002884,,H2FL23021,1858,400170,26798,Alcee L. Hastings,,29337,Alcee Hastings -Heinrich,Martin,,,,Martin Heinrich,1971-10-17,M,sen,NM,,1,Democrat,https://www.heinrich.senate.gov,303 Hart Senate Office Building Washington DC 20510,202-224-5521,http://www.heinrich.senate.gov/contact,,MartinHeinrich,MartinHeinrich,SenMartinHeinrich,UCBxh8IK5sMxY0Ln_0G2NYcg,H001046,01937,N00029835,S359,"H8NM01224,S2NM00088",1030686,412281,74517,Martin Heinrich,,20930,Martin Heinrich -Herrera Beutler,Jaime,,,,Jaime Herrera Beutler,1978-11-03,F,rep,WA,3,,Republican,https://herrerabeutler.house.gov,2352 Rayburn House Office Building Washington DC 20515-4703,202-225-3536,,http://herrerabeutler.house.gov/news/rss.aspx,HerreraBeutler,herrerabeutler,RepHerreraBeutler,UCJEgiA9clfx0amrQUj0aBTQ,H001056,02071,N00031559,,H0WA03187,95198,412486,101907,,,21187,Jaime Herrera Beutler -Higgins,Brian,M.,,,Brian Higgins,1959-10-06,M,rep,NY,26,,Democrat,https://higgins.house.gov,2459 Rayburn House Office Building Washington DC 20515-3226,202-225-3306,,http://higgins.house.gov/rss.xml,RepBrianHiggins,RepBrianHiggins,CongressmanHiggins,UCSGbv85HaaYYOrPGePtxwag,H001038,01794,N00027060,,H4NY27076,1013050,400641,23127,Brian Higgins,,20519,Brian Higgins -Himes,James,A.,,,James A. Himes,1966-07-05,M,rep,CT,4,,Democrat,https://himes.house.gov,1227 Longworth House Office Building Washington DC 20515-0704,202-225-5541,,http://himes.house.gov/rss.xml,JAHimes,CongressmanJimHimes,congressmanhimes,UCCeB6czh6nhCHxOMCk_V4yA,H001047,01913,N00029070,,H8CT04172,1031341,412282,106744,Jim Himes,,20907,Jim Himes -Hirono,Mazie,K.,,,Mazie K. Hirono,1947-11-03,F,sen,HI,,1,Democrat,https://www.hirono.senate.gov,713 Hart Senate Office Building Washington DC 20510,202-224-6361,https://www.hirono.senate.gov/contact,http://www.hirono.senate.gov/rss/feeds/?type=all,MazieHirono,senatorhirono,CongresswomanHirono,UCcoKhxad156flzPYJ8JMFOA,H001042,01844,N00028139,S361,"H6HI02251,S2HI00106",91216,412200,1677,Mazie K. Hirono,,20713,Mazie Hirono -Hoeven,John,,,,John Hoeven,1957-03-13,M,sen,ND,,3,Republican,https://www.hoeven.senate.gov,338 Russell Senate Office Building Washington DC 20510,202-224-2551,http://www.hoeven.senate.gov/public/index.cfm/email-the-senator,http://www.hoeven.senate.gov/public/index.cfm/rss/feed,SenJohnHoeven,SenatorJohnHoeven,senatorjohnhoevennd,UC1kQIC2Q_Fq9_NRqdb6eHiw,H001061,02079,N00031688,S344,S0ND00093,85233,412494,41788,John Hoeven,,41107,John Hoeven -Hoyer,Steny,H.,,,Steny H. Hoyer,1939-06-14,M,rep,MD,5,,Democrat,https://hoyer.house.gov,1705 Longworth House Office Building Washington DC 20515-2005,202-225-4131,,http://hoyer.house.gov/index.php?format=feed&type=rss,LeaderHoyer,WhipHoyer,LeaderHoyer,UCvxgqX65cdhHNjJn64cgY9g,H000874,00566,N00001821,,H2MD05155,1919,400189,26890,Steny Hoyer,,14873,Steny Hoyer -Huizenga,Bill,,,,Bill Huizenga,1969-01-31,M,rep,MI,2,,Republican,https://huizenga.house.gov,2232 Rayburn House Office Building Washington DC 20515-2202,202-225-4401,,http://huizenga.house.gov/news/rss.aspx,RepHuizenga,RepHuizenga,RepHuizenga,UCQPlLLiMnysMmeJ5qUSSjQg,H001058,02028,N00030673,,H0MI02094,1033765,412437,38351,Bill Huizenga,,21142,Bill Huizenga -Jackson Lee,Sheila,,,,Sheila Jackson Lee,1950-01-12,F,rep,TX,18,,Democrat,https://jacksonlee.house.gov,2079 Rayburn House Office Building Washington DC 20515-4318,202-225-3816,,http://jacksonlee.house.gov/news/rss.aspx,JacksonLeeTX18,CongresswomanSheilaJacksonLee,TX18SJL,UCi_S-mOZaEco2Zb9guf_8Iw,J000032,00588,N00005818,,H4TX18054,36819,400199,21692,,,29573,Sheila Jackson Lee -Johnson,Bill,,,,Bill Johnson,1954-11-10,M,rep,OH,6,,Republican,https://billjohnson.house.gov,2336 Rayburn House Office Building Washington DC 20515-3506,202-225-5705,,http://billjohnson.house.gov/constituentservices/opendoorsschedule.htm,RepBillJohnson,RepBillJohnson,RepBillJohnson,UCtF08Ay71haDRoJosRN2P_Q,J000292,02046,N00032088,,H0OH06189,623472,412460,120649,Bill Johnson (Ohio),,21162,Bill Johnson (Ohio politician) -Johnson,Eddie,Bernice,,,Eddie Bernice Johnson,1935-12-03,F,rep,TX,30,,Democrat,https://ebjohnson.house.gov,2306 Rayburn House Office Building Washington DC 20515-4330,202-225-8885,,http://ebjohnson.house.gov/common/rss//index.cfm?rss=21,RepEBJ,CongresswomanEBJtx30,RepEddieBJohnson,UCVKp8BtjW708H4eXJJQgUYw,J000126,00599,N00008122,,H2TX00015,23352,400204,27098,,,39305,Eddie Bernice Johnson -Johnson,Henry,C.,Jr.,Hank,"Henry C. ""Hank"" Johnson, Jr.",1954-10-02,M,rep,GA,4,,Democrat,https://hankjohnson.house.gov,2240 Rayburn House Office Building Washington DC 20515-1004,202-225-1605,,http://hankjohnson.house.gov/rss.xml,RepHankJohnson,115356957005,RepHankJohnson,UCqMici9I7nz_i-PN7eSYjwQ,J000288,01843,N00027848,,H6GA04129,1020576,412199,68070,"Henry C. Johnson, Jr.",,20712,Hank Johnson -Johnson,Ron,,,,Ron Johnson,1955-04-08,M,sen,WI,,3,Republican,https://www.ronjohnson.senate.gov,328 Hart Senate Office Building Washington DC 20510,202-224-5323,https://www.ronjohnson.senate.gov/public/index.cfm/email-the-senator,http://www.ronjohnson.senate.gov/public/index.cfm/rss/feed,SenRonJohnson,senronjohnson,SenatorRonJohnson,UCG9XyTVtOAs7VX_q_QVHoaw,J000293,02086,N00032546,S345,S0WI00197,62835,412496,126217,Ron Johnson (Wisconsin),,41111,Ron Johnson (Wisconsin politician) -Jordan,Jim,,,,Jim Jordan,1964-02-17,M,rep,OH,4,,Republican,https://jordan.house.gov,2056 Rayburn House Office Building Washington DC 20515-3504,202-225-2676,,http://jordan.house.gov/news/rss.aspx,Jim_Jordan,repjimjordan,RepJimJordan,UCPFBhS00ivPV585GlnNlyqA,J000289,01868,N00027894,,H6OH04082,1022879,412226,8158,Jim Jordan,,20738,Jim Jordan (American politician) -Kaptur,Marcy,,,,Marcy Kaptur,1946-06-17,F,rep,OH,9,,Democrat,https://kaptur.house.gov,2186 Rayburn House Office Building Washington DC 20515-3509,202-225-4146,,http://kaptur.house.gov/index.php?format=feed&type=rss,RepMarcyKaptur,RepresentativeMarcyKaptur,USRepMarcyKaptur,UCIJUNf22o09nO02oQPLKQ6w,K000009,00616,N00003522,,H2OH09031,1458,400211,27016,,,15029,Marcy Kaptur -Keating,William,R.,,,William R. Keating,1952-09-06,M,rep,MA,9,,Democrat,https://keating.house.gov,2351 Rayburn House Office Building Washington DC 20515-2109,202-225-3111,,http://keating.house.gov/index.php?format=feed&type=rss,USRepKeating,Congressman.Keating,RepBillKeating,UC7KPV4xdxO2dms9vl6tETmg,K000375,02025,N00031933,,H0MA10082,61856,412435,4743,,,21140,Bill Keating (politician) -Kelly,Mike,,,,Mike Kelly,1948-05-10,M,rep,PA,16,,Republican,https://kelly.house.gov,1707 Longworth House Office Building Washington DC 20515-3816,202-225-5406,,http://kelly.house.gov/rss.xml,MikeKellyPA,191056827594903,repmikekelly,UCoz6u3ooQxoijsWvhoQ0D-A,K000376,02051,N00031647,,H0PA03271,62696,412465,119463,Mike Kelly,,21167,Mike Kelly (Pennsylvania politician) -Kind,Ron,James,,,Ron Kind,1963-03-16,M,rep,WI,3,,Democrat,https://kind.house.gov,1502 Longworth House Office Building Washington DC 20515-4903,202-225-5506,,http://kind.house.gov/common/rss/?rss=52,RepRonKind,repronkind,RepRonKind,UC0_BilariURHwSHf9baGykg,K000188,01498,N00004403,,H6WI03099,45870,400218,630,Ron Kind,,29769,Ron Kind -King,Peter,T.,,Pete,Peter T. King,1944-04-05,M,rep,NY,2,,Republican,https://peteking.house.gov,302 Cannon House Office Building Washington DC 20515-3202,202-225-7896,,http://peteking.house.gov/rss.xml,RepPeteKing,,RepPeterKing,UCbyQC19DsAq01oDBfZn_diw,K000210,00635,N00001193,,H2NY03089,26487,400219,26968,Peter T. King,,29375,Peter T. King -King,Steve,A.,,,Steve King,1949-05-28,M,rep,IA,4,,Republican,https://steveking.house.gov,2210 Rayburn House Office Building Washington DC 20515-1504,202-225-4426,,http://steveking.house.gov/index.php?format=feed&type=rss,SteveKingIA,stevekingia,stevekingia,UCvdJ--cxsVyght3ZDise0mw,K000362,01724,N00025237,,H2IA05072,1003590,400220,10853,Steve King,,20325,Steve King -Kinzinger,Adam,,,,Adam Kinzinger,1978-02-27,M,rep,IL,16,,Republican,https://kinzinger.house.gov,2245 Rayburn House Office Building Washington DC 20515-1316,202-225-3635,,http://kinzinger.house.gov/common/rss//index.cfm?rss=49,RepKinzinger,RepKinzinger,RepAdamKinzinger,UCjDHxyjndxxhjuPWyEBc7UA,K000378,02014,N00030667,,H0IL11052,62573,412421,116559,Adam Kinzinger,,21128,Adam Kinzinger -Lamborn,Doug,,,,Doug Lamborn,1954-05-24,M,rep,CO,5,,Republican,https://lamborn.house.gov,2371 Rayburn House Office Building Washington DC 20515-0605,202-225-4422,,http://lamborn.house.gov/news-rss-graphic/news-rss-graphic/,RepDLamborn,CongressmanDougLamborn,CongressmanLamborn,UCaYsGYMniq4nwBBMKFIwsow,L000564,01834,N00028133,,H6CO05159,1022846,412191,2698,Doug Lamborn,,20704,Doug Lamborn -Langevin,James,R.,,Jim,James R. Langevin,1964-04-22,M,rep,RI,2,,Democrat,https://langevin.house.gov,2077 Rayburn House Office Building Washington DC 20515-3902,202-225-2735,,http://langevin.house.gov/rss.xml,JimLangevin,CongressmanJimLangevin,jimlangevin,UCQ1sth-7umw1k-fSVqdfRTg,L000559,01668,N00009724,,H0RI02139,86608,400230,55787,Jim Langevin,,20136,James Langevin -Lankford,James,,,,James Lankford,1968-03-04,M,sen,OK,,3,Republican,https://www.lankford.senate.gov,316 Hart Senate Office Building Washington DC 20510,202-224-5754,http://www.lankford.senate.gov/contact/email,,SenatorLankford,SenatorLankford,SenatorLankford,UCz8T6sK5fEycyWmVz6Vpe5Q,L000575,02050,N00031129,S378,"H0OK05114,S4OK00232",1033847,412464,124938,James Lankford,,21166,James Lankford -Larsen,Rick,,,,Rick Larsen,1965-06-15,M,rep,WA,2,,Democrat,https://larsen.house.gov,2113 Rayburn House Office Building Washington DC 20515-4702,202-225-2605,,http://larsen.house.gov/rss.xml,RepRickLarsen,RepRickLarsen,congressmanlarsen,UCMv7LsJtiyO4AJcbRux5CxQ,L000560,01675,N00009759,,H0WA02080,86610,400232,56231,,,20145,Rick Larsen -Larson,John,B.,,,John B. Larson,1948-07-22,M,rep,CT,1,,Democrat,https://larson.house.gov,1501 Longworth House Office Building Washington DC 20515-0701,202-225-2265,,http://www.larson.house.gov/index.php?format=feed&type=rss,RepJohnLarson,RepJohnLarson,RepJohnLarson,UCGPsvFF-9WfpdRSCcCrPLiQ,L000557,01583,N00000575,,H8CT01046,36596,400233,17188,John B. Larson,,29908,John B. Larson -Latta,Robert,E.,,,Robert E. Latta,1956-04-18,M,rep,OH,5,,Republican,https://latta.house.gov,2467 Rayburn House Office Building Washington DC 20515-3505,202-225-6405,,http://latta.house.gov/news/rss.aspx,BobLatta,boblatta,CongressmanBobLatta,UCVSBVHoWu-eWnBBQaMKZ_sQ,L000566,01885,N00012233,,H8OH05036,1028071,412256,9926,Robert E. Latta,,20755,Bob Latta -Leahy,Patrick,J.,,,Patrick J. Leahy,1940-03-31,M,sen,VT,,3,Democrat,https://www.leahy.senate.gov,437 Russell Senate Office Building Washington DC 20510,202-224-4242,https://www.leahy.senate.gov/contact/,http://www.leahy.senate.gov/rss/feeds/press/,SenatorLeahy,SenatorPatrickLeahy,SenatorPatrickLeahy,UC46QHVobf7FO-tWehsRoDog,L000174,01383,N00009918,S057,S4VT00017,1552,300065,53353,Patrick Leahy,,14307,Patrick Leahy -Lee,Barbara,,,,Barbara Lee,1946-07-16,F,rep,CA,13,,Democrat,https://lee.house.gov,2470 Rayburn House Office Building Washington DC 20515-0513,202-225-2661,,http://lee.house.gov/rss.xml,RepBarbaraLee,RepBarbaraLee,RepLee,UCnRgK2MXAQOUau0JXqseeNA,L000551,01501,N00008046,,H8CA09060,54579,400237,8315,,,29778,Barbara Lee -Lee,Mike,,,,Mike Lee,1971-06-04,M,sen,UT,,3,Republican,https://www.lee.senate.gov/public,361A Russell Senate Office Building Washington DC 20510,202-224-5444,https://www.lee.senate.gov/public/index.cfm/contact,http://www.lee.senate.gov/public/index.cfm/rss/feed,SenMikeLee,senatormikelee,senatormikelee,UCplVxs_j_sLAt0fkplXcl4A,L000577,02080,N00031696,S346,S0UT00165,9267977,412495,66395,Mike Lee,,41110,Mike Lee (American politician) -Lipinski,Daniel,William,,,Daniel Lipinski,1966-07-15,M,rep,IL,3,,Democrat,https://lipinski.house.gov,2346 Rayburn House Office Building Washington DC 20515-1303,202-225-5701,,http://www.lipinski.house.gov/common/rss//index.cfm?rss=25,RepLipinski,repdanlipinski,lipinski03,UC4-dyxzIODTMk1-12QPEpoQ,L000563,01781,N00027239,,H4IL03077,1013046,400630,33692,Daniel Lipinski,,20508,Dan Lipinski -Loebsack,David,,,,David Loebsack,1952-12-23,M,rep,IA,2,,Democrat,https://loebsack.house.gov,1211 Longworth House Office Building Washington DC 20515-1502,202-225-6576,,http://loebsack.house.gov/news/rss.aspx,DaveLoebsack,DaveLoebsack,congressmanloebsack,UC0biZWEJAKHctxbmXfXJnOg,L000565,01846,N00027741,,H6IA02146,1022883,412209,68964,Dave Loebsack,,20720,Dave Loebsack -Lofgren,Zoe,,,,Zoe Lofgren,1947-12-21,F,rep,CA,19,,Democrat,https://lofgren.house.gov,1401 Longworth House Office Building Washington DC 20515-0519,202-225-3072,,http://lofgren.house.gov/index.php?format=feed&type=rss,RepZoeLofgren,zoelofgren,RepZoeLofgren,UCOaQ79adORFcaTuJZoIFuZQ,L000397,00701,N00007479,,H4CA16049,36520,400245,21899,Zoe Lofgren,,29504,Zoe Lofgren -Long,Billy,,,,Billy Long,1955-08-11,M,rep,MO,7,,Republican,https://long.house.gov,2454 Rayburn House Office Building Washington DC 20515-2507,202-225-6536,,http://long.house.gov/common/rss//index.cfm?rss=49,USRepLong,Rep.Billy.Long,MOdistrict7,UCLQcbyxpHXXAsUJckscQY8g,L000576,02033,N00030676,,H0MO07113,61880,412445,123401,,,21150,Billy Long -Lowey,Nita,M.,,,Nita M. Lowey,1937-07-05,F,rep,NY,17,,Democrat,https://lowey.house.gov,2365 Rayburn House Office Building Washington DC 20515-3217,202-225-6506,,http://www.house.gov/common/rss/?rss=18,NitaLowey,RepLowey,nitalowey,UCkmeBYqhbomcWNNWzQCqcbg,L000480,00709,N00001024,,H8NY20056,6110,400246,26982,Nita Lowey,,15612,Nita Lowey -Lucas,Frank,D.,,,Frank D. Lucas,1960-01-06,M,rep,OK,3,,Republican,https://lucas.house.gov,2405 Rayburn House Office Building Washington DC 20515-3603,202-225-5565,,http://lucas.house.gov/rss.xml,RepFrankLucas,RepFrankLucas,RepFrankLucas,UCdYZbKY8pkWAThqwC3fdVMg,L000491,00711,N00005559,,H4OK06056,35692,400247,27032,Frank D. Lucas,,29393,Frank Lucas (Oklahoma politician) -Luetkemeyer,Blaine,,,,Blaine Luetkemeyer,1952-05-07,M,rep,MO,3,,Republican,https://luetkemeyer.house.gov,2230 Rayburn House Office Building Washington DC 20515-2503,202-225-2956,,http://luetkemeyer.house.gov/news/rss.aspx,RepBlaine,BlaineLuetkemeyer,BLuetkemeyer,UCifiiQclKbBBrkSbCnN6REg,L000569,01931,N00030026,,H8MO09153,1031348,412292,20400,,,20926,Blaine Luetkemeyer -Luján,Ben,Ray,,,Ben Ray Luján,1972-06-07,M,rep,NM,3,,Democrat,https://lujan.house.gov,2323 Rayburn House Office Building Washington DC 20515-3103,202-225-6190,,http://lujan.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1,RepBenRayLujan,RepBenRayLujan,Repbenraylujan,UCcO5AmF8HuJo4d0awEbst7Q,L000570,01939,N00029562,,H8NM03196,1031351,412293,102842,,,20932,Ben Ray Luján -Lynch,Stephen,F.,,,Stephen F. Lynch,1955-03-31,M,rep,MA,8,,Democrat,https://lynch.house.gov,2109 Rayburn House Office Building Washington DC 20515-2108,202-225-8273,,http://lynch.house.gov/rss.xml,RepStephenLynch,repstephenlynch,RepLynch,UCxL4zG0YWqC5XTO4af_FOgw,L000562,01686,N00013855,,"H2MA09072,S0MA00083",1000222,400249,4844,Stephen Lynch,,20119,Stephen F. Lynch -Maloney,Carolyn,B.,,,Carolyn B. Maloney,1946-02-19,F,rep,NY,12,,Democrat,https://maloney.house.gov,2308 Rayburn House Office Building Washington DC 20515-3212,202-225-7944,,http://maloney.house.gov/rss.xml,RepMaloney,RepCarolynMaloney,carolynbmaloney,,M000087,00729,N00000078,,H2NY14037,26162,400251,26978,Carolyn B. Maloney,,29379,Carolyn Maloney -Marchant,Kenny,Ewell,,,Kenny Marchant,1951-02-23,M,rep,TX,24,,Republican,https://marchant.house.gov,2304 Rayburn House Office Building Washington DC 20515-4324,202-225-6605,,http://marchant.house.gov/news/rss.aspx,RepKenMarchant,RepKennyMarchant,RepKennyMarchant,UCQpnTMp5TdTRWEes8cjIfyQ,M001158,01806,N00026710,,H4TX24094,1013059,400656,5549,,,20532,Kenny Marchant -Markey,Edward,J.,,Ed,Edward J. Markey,1946-07-11,M,sen,MA,,2,Democrat,https://www.markey.senate.gov,255 Dirksen Senate Office Building Washington DC 20510,202-224-2742,https://www.markey.senate.gov/contact,,SenMarkey,EdJMarkey,RepMarkey,UCT1ujew5yQy2uMhGrjiKHoA,M000133,00735,N00000270,S369,"H6MA07101,S4MA00028",260,400253,26900,Ed Markey,,14435,Ed Markey -Matsui,Doris,O.,,,Doris O. Matsui,1944-09-25,F,rep,CA,6,,Democrat,https://matsui.house.gov,2311 Rayburn House Office Building Washington DC 20515-0506,202-225-7163,,http://matsui.house.gov/index.php?format=feed&type=rss,DorisMatsui,doris.matsui,RepDorisMatsui,UCSqqxVkvskHq3cY2MCbTZsw,M001163,01814,N00027459,,H6CA05195,26602,400663,28593,,,20538,Doris Matsui -McCarthy,Kevin,,,,Kevin McCarthy,1965-01-26,M,rep,CA,23,,Republican,https://kevinmccarthy.house.gov,2468 Rayburn House Office Building Washington DC 20515-0523,202-225-2915,,http://kevinmccarthy.house.gov/index.php?format=feed&type=rss,GOPLeader,CongressmanKevinMcCarthy,repkevinmccarthy,UCdJUZUFSLJRlUpE-91-6DsA,M001165,01833,N00028152,,"H6CA22125,H2CA23148",85231,412190,28918,Kevin McCarthy (California),,20703,Kevin McCarthy (California politician) -McCaul,Michael,T.,,,Michael T. McCaul,1962-01-14,M,rep,TX,10,,Republican,https://mccaul.house.gov,2001 Rayburn House Office Building Washington DC 20515-4310,202-225-2401,,,RepMcCaul,michaeltmccaul,MichaelTMcCaul,UCRw6sGE0PH7_FCeTT3PQRaA,M001157,01804,N00026460,,H4TX10093,1013056,400654,49210,Michael McCaul,,20530,Michael McCaul -McClintock,Tom,,,,Tom McClintock,1956-07-10,M,rep,CA,4,,Republican,https://mcclintock.house.gov,2312 Rayburn House Office Building Washington DC 20515-0504,202-225-2511,,http://mcclintock.house.gov/atom.xml,RepMcClintock,81125319109,McClintockCA04,UCMh04KC4LfIzKoXh2Xws_pw,M001177,01908,N00006863,,"H8CA04152,H6CA21135",30359,412295,9715,,,20903,Tom McClintock -McCollum,Betty,Louise,,,Betty McCollum,1954-07-12,F,rep,MN,4,,Democrat,https://mccollum.house.gov,2256 Rayburn House Office Building Washington DC 20515-2304,202-225-6631,,http://mccollum.house.gov/rss.xml,BettyMcCollum04,repbettymccollum,BMcCollum04,UC3sZJSdiZo2EBHbsOlsnI7A,M001143,01653,N00012942,,H0MN04049,86670,400259,3812,Betty McCollum,,20122,Betty McCollum -McGovern,James,P.,,Jim,James P. McGovern,1959-11-20,M,rep,MA,2,,Democrat,https://mcgovern.house.gov,408 Cannon House Office Building Washington DC 20515-2102,202-225-6101,,http://mcgovern.house.gov/common/rss/?rss=15,RepMcGovern,RepJimMcGovern,repjimmcgovern,UCpiUqp2ZF64tXqgR_EQo27g,M000312,01504,N00000179,,H4MA03022,45976,400263,552,,,29729,Jim McGovern (American politician) -McHenry,Patrick,T.,,,Patrick T. McHenry,1975-10-22,M,rep,NC,10,,Republican,https://mchenry.house.gov,2004 Rayburn House Office Building Washington DC 20515-3310,202-225-2576,,http://mchenry.house.gov/news/rss.aspx,PatrickMcHenry,CongressmanMcHenry,CongressmanMcHenry,UCY3PTRhkSH-eoltxPVZKD-w,M001156,01792,N00026627,,H4NC10047,1007062,400644,21031,Patrick T. McHenry,,20522,Patrick McHenry -McKinley,David,B.,,,David B. McKinley,1947-03-28,M,rep,WV,1,,Republican,https://mckinley.house.gov,2239 Rayburn House Office Building Washington DC 20515-4801,202-225-4172,,http://mckinley.house.gov/common/rss//index.cfm?rss=49,RepMcKinley,RepMcKinley,RepDavidMcKinley,UCt7BWx4b8ubXa-PneAu103g,M001180,02074,N00031681,,H0WV01072,9269013,412487,117396,David McKinley,,21188,David McKinley -McMorris Rodgers,Cathy,,,,Cathy McMorris Rodgers,1969-05-22,F,rep,WA,5,,Republican,https://mcmorris.house.gov,1035 Longworth House Office Building Washington DC 20515-4705,202-225-2006,,http://mcmorris.house.gov/common/rss/?rss=96,CathyMcMorris,mcmorrisrodgers,mcmorrisrodgers,UCRp0lwIxAhq2Ia9_YgRWUkg,M001159,01809,N00026314,,H4WA05077,1013063,400659,3217,Cathy McMorris Rodgers,,20535,Cathy McMorris Rodgers -McNerney,Jerry,,,,Jerry McNerney,1951-06-18,M,rep,CA,9,,Democrat,https://mcnerney.house.gov,2265 Rayburn House Office Building Washington DC 20515-0509,202-225-1947,,http://mcnerney.house.gov/rss.xml,RepMcNerney,jerrymcnerney,RepJerryMcNerney,UClUOx6F8GKshxGBUBLkisug,M001166,01832,N00026926,,H4CA11081,1021667,412189,29474,,,20702,Jerry McNerney -Meeks,Gregory,W.,,,Gregory W. Meeks,1953-09-25,M,rep,NY,5,,Democrat,https://meeks.house.gov,2310 Rayburn House Office Building Washington DC 20515-3205,202-225-3461,,http://meeks.house.gov/rss.xml,RepGregoryMeeks,gregorymeeksny05,gwmeeks,UCljJnwgQS6Z6-NypDyqKJZQ,M001137,01506,N00001171,,H8NY06048,53469,400271,4360,,,29776,Gregory Meeks -Moore,Gwen,,,,Gwen Moore,1951-04-18,F,rep,WI,4,,Democrat,https://gwenmoore.house.gov,2252 Rayburn House Office Building Washington DC 20515-4904,202-225-4572,,http://gwenmoore.house.gov/common/rss/index.cfm?rss=49,RepGwenMoore,GwenSMoore,RepGwenMoore,UCCs9o1XaSsCsqNpO0iO0_Ew,M001160,01811,N00026914,,H4WI04183,42548,400661,3457,Gwen Moore,,20537,Gwen Moore -Moran,Jerry,,,,Jerry Moran,1954-05-29,M,sen,KS,,3,Republican,https://www.moran.senate.gov,521 Dirksen Senate Office Building Washington DC 20510,202-224-6521,https://www.moran.senate.gov/public/index.cfm/e-mail-jerry,http://www.moran.senate.gov/public/index.cfm/rss/feed/,JerryMoran,jerrymoran,senatorjerrymoran,UC1oRxeUPam6-53wPBZ3N02A,M000934,01507,N00005282,S347,"H6KS01096,S0KS00091",45469,400284,542,Jerry Moran,,29722,Jerry Moran -Murkowski,Lisa,A.,,,Lisa Murkowski,1957-05-22,F,sen,AK,,3,Republican,https://www.murkowski.senate.gov,522 Hart Senate Office Building Washington DC 20510,202-224-6665,https://www.murkowski.senate.gov/public/index.cfm/contact,http://www.murkowski.senate.gov/public/?a=rss.feed,LisaMurkowski,SenLisaMurkowski,senatormurkowski,UCaigku16AErqvD0wRuwGb9A,M001153,01694,N00026050,S288,S4AK00099,1004138,300075,15841,Lisa Murkowski,,40300,Lisa Murkowski -Murphy,Christopher,S.,,,Christopher Murphy,1973-08-03,M,sen,CT,,1,Democrat,https://www.murphy.senate.gov,136 Hart Senate Office Building Washington DC 20510,202-224-4041,http://www.murphy.senate.gov/contact,http://www.theday.com/article/20121216/nws12/312169935/1069/rss,senmurphyoffice,chrismurphyct,senchrismurphy,UCbcEa40PIFpLpdDe06n3F3Q,M001169,01837,N00027566,S364,"H6CT05124,S2CT00132",1021270,412194,17189,Christopher S. Murphy,,20707,Chris Murphy -Murray,Patty,,,,Patty Murray,1950-10-11,F,sen,WA,,3,Democrat,https://www.murray.senate.gov/public,154 Russell Senate Office Building Washington DC 20510,202-224-2621,http://www.murray.senate.gov/public/index.cfm/contactme,http://www.murray.senate.gov/public/?a=rss.feed,PattyMurray,,SenatorPattyMurray,UCb8jq3TvQ3AzKsexhWfFLoA,M001111,01409,N00007876,S229,S2WA00189,25277,300076,53358,Patty Murray,,49308,Patty Murray -Nadler,Jerrold,L.,,,Jerrold Nadler,1947-06-13,M,rep,NY,10,,Democrat,https://nadler.house.gov,2132 Rayburn House Office Building Washington DC 20515-3210,202-225-5635,,http://nadler.house.gov/rss.xml,RepJerryNadler,CongressmanNadler,congressmannadler,UCQKj0qU1e7o2f5ftSh-c9aQ,N000002,00850,N00000939,,H2NY17071,26159,400289,26980,,,29377,Jerry Nadler -Napolitano,Grace,F.,,,Grace F. Napolitano,1936-12-04,F,rep,CA,32,,Democrat,https://napolitano.house.gov,1610 Longworth House Office Building Washington DC 20515-0532,202-225-5256,,http://napolitano.house.gov/rss.xml,GraceNapolitano,RepGraceNapolitano,RepGraceNapolitano,UCPWjmiAIR04oQ8QMoOWcDtA,N000179,01602,N00006789,,H8CA34068,57873,400290,8393,,,29903,Grace Napolitano -Neal,Richard,E.,,,Richard E. Neal,1949-02-14,M,rep,MA,1,,Democrat,https://neal.house.gov,2309 Rayburn House Office Building Washington DC 20515-2101,202-225-5601,,http://neal.house.gov/index.php?format=feed&type=rss,RepRichardNeal,reprichardneal,RepRichardENeal,UCZVtTydu0-MSK6G12GaKA4g,N000015,00854,N00000153,,H8MA02041,6103,400291,26895,,,15616,Richard Neal -Norton,Eleanor,Holmes,,,Eleanor Holmes Norton,1937-06-13,F,rep,DC,0,,Democrat,https://norton.house.gov,2136 Rayburn House Office Building Washington DC 20515-5101,202-225-8050,,http://norton.house.gov/index.php?format=feed&type=rss,EleanorNorton,CongresswomanNorton,EleanorHNorton,UChRrAXUGylfxJjbquC6aUjQ,N000147,00868,N00001692,,H0DC00058,882,400295,775,,,,Eleanor Holmes Norton -Nunes,Devin,G.,,,Devin Nunes,1973-10-01,M,rep,CA,22,,Republican,https://nunes.house.gov,1013 Longworth House Office Building Washington DC 20515-0522,202-225-2523,,http://nunes.house.gov/news/rss.aspx,RepDevinNunes,,RepDevinNunes,UCtbArL6CmOfFqgmpuRjLp3w,N000181,01710,N00007248,,H8CA20059,1003553,400297,16725,Devin Nunes,,20307,Devin Nunes -Olson,Pete,,,,Pete Olson,1962-12-09,M,rep,TX,22,,Republican,https://olson.house.gov,2133 Rayburn House Office Building Washington DC 20515-4322,202-225-5951,,feed://olson.house.gov/common/rss/?rss=82,RepPeteOlson,Rep.PeteOlson,,,O000168,01955,N00029285,,H8TX22107,1031361,412302,102008,Pete Olson,,20948,Pete Olson -Palazzo,Steven,M.,,,Steven M. Palazzo,1970-02-21,M,rep,MS,4,,Republican,https://palazzo.house.gov,2349 Rayburn House Office Building Washington DC 20515-2404,202-225-5772,,http://palazzo.house.gov/rss.xml,CongPalazzo,stevenpalazzo,CongressmanPalazzo,UCtPOy2vRbN2nD8dQPSOTXeA,P000601,02035,N00031958,,H0MS04120,61886,412443,69521,,,21148,Steven Palazzo -Pallone,Frank,J.,Jr.,,"Frank Pallone, Jr.",1951-10-30,M,rep,NJ,6,,Democrat,https://pallone.house.gov,2107 Rayburn House Office Building Washington DC 20515-3006,202-225-4671,,http://pallone.house.gov/rss.xml,FrankPallone,repfrankpallone,repfrankpallone,UCN0_wn9hs1LI3UKkji2PP2A,P000034,00887,N00000781,,"H8NJ03073,S6NJ00263",6107,400308,26951,,,15454,Frank Pallone -Pascrell,Bill,J.,Jr.,,"Bill Pascrell, Jr.",1937-01-25,M,rep,NJ,9,,Democrat,https://pascrell.house.gov,2409 Rayburn House Office Building Washington DC 20515-3009,202-225-5751,,http://www.house.gov/apps/list/press/nj08_pascrell/rss.xml,BillPascrell,pascrell,RepPascrell,UCIy1Ru8oA14aRjpq6L3i-EQ,P000096,01510,N00000751,,H6NJ08118,45543,400309,478,,,29741,Bill Pascrell -Paul,Rand,,,,Rand Paul,1963-01-07,M,sen,KY,,3,Republican,https://www.paul.senate.gov,167 Russell Senate Office Building Washington DC 20510,202-224-4343,https://www.paul.senate.gov/connect/email-rand,http://paul.senate.gov/rss/?p=news,RandPaul,SenatorRandPaul,SenatorRandPaul,UCeM9I-20oWUs8daIIpsNHoQ,P000603,02082,N00030836,S348,S0KY00156,9265241,412492,117285,Rand Paul,,41104,Rand Paul -Pelosi,Nancy,,,,Nancy Pelosi,1940-03-26,F,rep,CA,12,,Democrat,https://pelosi.house.gov,1236 Longworth House Office Building Washington DC 20515-0512,202-225-4965,,http://pelosi.house.gov/atom.xml,SpeakerPelosi,NancyPelosi,nancypelosi,UCxPeEcH0xaCK9nBK98EFhDg,P000197,00905,N00007360,,H8CA05035,6153,400314,26732,Nancy Pelosi,,15448,Nancy Pelosi -Perlmutter,Ed,,,,Ed Perlmutter,1953-05-01,M,rep,CO,7,,Democrat,https://perlmutter.house.gov,1226 Longworth House Office Building Washington DC 20515-0607,202-225-2645,,http://perlmutter.house.gov/index.php?format=feed&type=rss,RepPerlmutter,RepPerlmutter,RepPerlmutter,UCJXuMAzxngpEvDdvlE6wS5g,P000593,01835,N00027510,,H6CO07023,1021382,412192,2653,Ed Perlmutter,,20705,Ed Perlmutter -Peters,Gary,C.,,,Gary C. Peters,1958-12-01,M,sen,MI,,2,Democrat,https://www.peters.senate.gov,724 Hart Senate Office Building Washington DC 20510,202-224-6221,https://www.peters.senate.gov/contact/email-gary,,SenGaryPeters,SenGaryPeters,RepGaryPeters,UC7LYNbnKSK2VZqQ98YROWHQ,P000595,01929,N00029277,S380,"H8MI09068,S4MI00355",50199,412305,8749,Gary Peters,,20923,Gary Peters -Peterson,Collin,Clark,,,Collin C. Peterson,1944-06-29,M,rep,MN,7,,Democrat,https://collinpeterson.house.gov,2204 Rayburn House Office Building Washington DC 20515-2307,202-225-2165,,http://collinpeterson.house.gov/rss.xml,,,,,P000258,00910,N00004558,,H2MN07014,23978,400316,26926,Collin Peterson,,29127,Collin Peterson -Pingree,Chellie,,,,Chellie Pingree,1955-04-02,F,rep,ME,1,,Democrat,https://pingree.house.gov,2162 Rayburn House Office Building Washington DC 20515-1901,202-225-6116,,http://pingree.house.gov/index.php?format=feed&type=rss,ChelliePingree,ChelliePingree,congresswomanpingree,UCLKaWFM7I84WcreDRhhhkVg,P000597,01927,N00013817,,"H8ME01120,S0ME00038",1002167,412307,6586,Chellie Pingree,,20920,Chellie Pingree -Portman,Robert,J.,,Rob,Rob Portman,1955-12-19,M,sen,OH,,3,Republican,https://www.portman.senate.gov,448 Russell Senate Office Building Washington DC 20510,202-224-3353,https://www.portman.senate.gov/public/index.cfm/contact?p=contact-form,http://www.portman.senate.gov/public/index.cfm/rss/feed,SenRobPortman,senrobportman,SenRobPortman,UCwunkd8Zs-yAWKQwnwBp7ew,P000449,00924,N00003682,S349,"S0OH00133,H4OH02032",31819,400325,27008,Rob Portman,,29386,Rob Portman -Posey,Bill,,,,Bill Posey,1947-12-18,M,rep,FL,8,,Republican,https://posey.house.gov,2150 Rayburn House Office Building Washington DC 20515-0908,202-225-3671,,http://posey.house.gov/news/rss.aspx?documenttypeid=1487,CongBillPosey,bill.posey15,CongressmanPosey,UCoUwUkDpe1ZYd6tiaZfiMuA,P000599,01915,N00029662,,H8FL15107,88959,412309,24280,Bill Posey,,20909,Bill Posey -Price,David,E.,,,David E. Price,1940-08-17,M,rep,NC,4,,Democrat,https://price.house.gov,2108 Rayburn House Office Building Washington DC 20515-3304,202-225-1784,,http://price.house.gov/index.php?format=feed&type=rss,RepDavidEPrice,RepDavidEPrice,RepDavidPrice,UCtX7bSXBLF9ge-Q955n5Vqw,P000523,00930,N00002260,,H6NC04037,6748,400326,119,David Price,,15438,David Price (American politician) -Quigley,Mike,,,,Mike Quigley,1958-10-17,M,rep,IL,5,,Democrat,https://quigley.house.gov,2458 Rayburn House Office Building Washington DC 20515-1305,202-225-4061,,http://quigley.house.gov/index.php?format=feed&type=rss,RepMikeQuigley,repmikequigley,RepMikeQuigley,UCDP13XegdoZ4bxYHxM34yAA,Q000023,01967,N00030581,,H0IL05096,9263344,412331,83310,Michael Quigley,,20954,Mike Quigley (politician) -Reed,Tom,W.,II,,Tom Reed,1971-11-18,M,rep,NY,23,,Republican,https://reed.house.gov,2263 Rayburn House Office Building Washington DC 20515-3223,202-225-3161,,http://reed.house.gov/rss.xml,RepTomReed,RepTomReed,CongressmanTomReed,UC-HFEKIHC7ydVUkxkZOLqTg,R000585,01982,N00030949,,H0NY29054,623468,412393,127046,,,21101,Tom Reed (politician) -Richmond,Cedric,L.,,,Cedric L. Richmond,1973-09-13,M,rep,LA,2,,Democrat,https://richmond.house.gov,506 Cannon House Office Building Washington DC 20515-1802,202-225-6636,,http://richmond.house.gov/rss.xml,RepRichmond,RepRichmond,RepCedricRichmond,UCsB66Dq8sCGwr5K3g1kqTrA,R000588,02023,N00030184,,H8LA02054,62391,412432,35384,Cedric Richmond,,21137,Cedric Richmond -Roby,Martha,,,,Martha Roby,1976-07-27,F,rep,AL,2,,Republican,https://roby.house.gov,504 Cannon House Office Building Washington DC 20515-0102,202-225-2901,,http://roby.house.gov/rss.xml,RepMarthaRoby,Representative.Martha.Roby,reproby,UCeAWQdcSTlwv2vDGz0TQOxQ,R000591,01986,N00030768,,H0AL02087,61712,412394,71604,Martha Roby,,21192,Martha Roby -Roe,David,P.,,Phil,David P. Roe,1945-07-21,M,rep,TN,1,,Republican,https://roe.house.gov,102 Cannon House Office Building Washington DC 20515-4201,202-225-6356,,,DrPhilRoe,DrPhilRoe,drphilroe,UC8muYurPSNO8x2Qqk40mVOA,R000582,01954,N00028463,,H6TN01388,1031360,412310,65306,,,20947,Phil Roe (politician) -Rogers,Harold,,,Hal,Harold Rogers,1937-12-31,M,rep,KY,5,,Republican,https://halrogers.house.gov,2406 Rayburn House Office Building Washington DC 20515-1705,202-225-4601,,http://halrogers.house.gov/news/rss.aspx,RepHalRogers,CongressmanHalRogers,RepHalRogers,UChVFKLZkRoHQDhp4zNvEezQ,R000395,00977,N00003473,,H0KY05015,6739,400340,26875,Harold Rogers,,14854,Hal Rogers -Rogers,Mike,,,,Mike Rogers,1958-07-16,M,rep,AL,3,,Republican,https://mikerogers.house.gov,2184 Rayburn House Office Building Washington DC 20515-0103,202-225-3261,,http://mikerogers.house.gov/rss.xml,RepMikeRogersAL,CongressmanMikeDRogers,MikeRogersAL03,UCH-WUWuY0_dlKwJDSqKTJsg,R000575,01704,N00024759,,H2AL03032,1014740,400341,5705,Mike Rogers (Alabama),,20301,Mike Rogers (Alabama politician) -Roybal-Allard,Lucille,,,,Lucille Roybal-Allard,1941-06-12,F,rep,CA,40,,Democrat,https://roybal-allard.house.gov,2083 Rayburn House Office Building Washington DC 20515-0540,202-225-1766,,http://roybal-allard.house.gov/news/rss.aspx,RepRoybalAllard,RepRoybalAllard,RepRoybalAllard,UC_T_RXWeJ-smmpjdNLOaMcg,R000486,00997,N00006671,,H2CA33048,26136,400347,26766,,,29317,Lucille Roybal-Allard -Rubio,Marco,,,,Marco Rubio,1971-05-28,M,sen,FL,,3,Republican,https://www.rubio.senate.gov,284 Russell Senate Office Building Washington DC 20510,202-224-3041,http://www.rubio.senate.gov/public/index.cfm/contact,http://www.rubio.senate.gov/public/?a=rss.feed,SenRubioPress,SenatorMarcoRubio,SenatorMarcoRubio,UCh8t7sV_DBKz4A-RkL9feyg,R000595,02084,N00030612,S350,S0FL00338,87599,412491,1601,Marco Rubio,,41102,Marco Rubio -Ruppersberger,C.,A. Dutch,,,C. A. Dutch Ruppersberger,1946-01-31,M,rep,MD,2,,Democrat,https://ruppersberger.house.gov,2206 Rayburn House Office Building Washington DC 20515-2002,202-225-3061,,http://dutch.house.gov/atom.xml,Call_Me_Dutch,DutchRupp,ruppersberger,UCk2S9iSHNpo1E1A7qZ0SPIw,R000576,01728,N00025482,,H2MD02160,49155,400349,36130,,,20329,Dutch Ruppersberger -Rush,Bobby,L.,,,Bobby L. Rush,1946-11-23,M,rep,IL,1,,Democrat,https://rush.house.gov,2188 Rayburn House Office Building Washington DC 20515-1301,202-225-4372,,http://rush.house.gov/rss.xml,RepBobbyRush,congressmanbobbyrush,CongressmanRush,UCbWqxBnS_w_uFTdQAL0YH5g,R000515,01003,N00004887,,H2IL01042,26127,400350,26831,Bobby Rush,,29346,Bobby Rush -Ryan,Tim,J.,,,Tim Ryan,1973-07-16,M,rep,OH,13,,Democrat,https://timryan.house.gov,1126 Longworth House Office Building Washington DC 20515-3513,202-225-5261,,http://timryan.house.gov/rss.xml,RepTimRyan,timryan,timryanvision,UCjAFlYCheFKjGg_Pxc2VOFA,R000577,01756,N00025280,,H2OH17109,1003608,400352,45638,Tim Ryan (Ohio),,20343,Tim Ryan (Ohio politician) -Sablan,Gregorio,Kilili Camacho,,,Gregorio Kilili Camacho Sablan,1955-01-19,M,rep,MP,0,,Democrat,https://sablan.house.gov,2411 Rayburn House Office Building Washington DC 20515-5201,202-225-2646,,http://sablan.house.gov/rss.xml,Kilili_Sablan,153423912663,CongressmanSablan,UC-fbzxBSiC98eAE2goaANVQ,S001177,01962,N00030418,,H8MP00041,1031366,412312,110903,,,,Gregorio Sablan -Sarbanes,John,P.,,,John P. Sarbanes,1962-05-22,M,rep,MD,3,,Democrat,https://sarbanes.house.gov,2370 Rayburn House Office Building Washington DC 20515-2003,202-225-4016,,http://sarbanes.house.gov/rss_news.asp,RepSarbanes,RepSarbanes,RepJohnSarbanes,UCCypi0IDTr-XxlAXsJCdBZQ,S001168,01854,N00027751,,H6MD03292,1022884,412212,66575,,,20724,John Sarbanes -Scalise,Steve,Joseph,,,Steve Scalise,1965-10-06,M,rep,LA,1,,Republican,https://scalise.house.gov,2049 Rayburn House Office Building Washington DC 20515-1801,202-225-3015,,http://scalise.house.gov/rss.xml,SteveScalise,RepSteveScalise,RepSteveScalise,UCmYveHBVXVBRxl7GiCL-gjw,S001176,01892,N00009660,,H0LA01087,1015311,412261,9026,Steve Scalise,,20759,Steve Scalise -Schakowsky,Janice,D.,,Jan,Janice D. Schakowsky,1944-05-26,F,rep,IL,9,,Democrat,https://schakowsky.house.gov,2367 Rayburn House Office Building Washington DC 20515-1309,202-225-2111,,http://schakowsky.house.gov/index.php?format=feed&type=rss,JanSchakowsky,janschakowsky,repschakowsky,UCuCHHPSENUEaaeH8n_CYDXQ,S001145,01588,N00004724,,H8IL09067,57874,400360,6387,Jan Schakowsky,,29911,Jan Schakowsky -Schiff,Adam,B.,,,Adam B. Schiff,1960-06-22,M,rep,CA,28,,Democrat,https://schiff.house.gov,2269 Rayburn House Office Building Washington DC 20515-0528,202-225-4176,,http://schiff.house.gov/common/rss/?rss=49,RepAdamSchiff,RepAdamSchiff,adamschiff,UCadiUi-KZoFk1K5ZDsluLcA,S001150,01635,N00009585,,H0CA27085,90167,400361,9489,Adam Schiff,,20104,Adam Schiff -Schrader,Kurt,,,,Kurt Schrader,1951-10-19,M,rep,OR,5,,Democrat,https://schrader.house.gov,2431 Rayburn House Office Building Washington DC 20515-3705,202-225-5711,,http://schrader.house.gov/news/rss.aspx,RepSchrader,repschrader,repkurtschrader,UCrWRXVaGJtcImc_kknuDsAw,S001180,01950,N00030071,,H8OR05107,1031358,412315,10813,Kurt Schrader,,20944,Kurt Schrader -Schumer,Charles,E.,,Chuck,Charles E. Schumer,1950-11-23,M,sen,NY,,3,Democrat,https://www.schumer.senate.gov,322 Hart Senate Office Building Washington DC 20510,202-224-6542,https://www.schumer.senate.gov/contact/email-chuck,,SenSchumer,senschumer,SenatorSchumer,UC-ABttxh8uQv_10qmwGaidw,S000148,01036,N00001093,S270,"S8NY00082,H0NY16010",5929,300087,26976,Chuck Schumer,,14858,Chuck Schumer -Schweikert,David,,,,David Schweikert,1962-03-03,M,rep,AZ,6,,Republican,https://schweikert.house.gov,1526 Longworth House Office Building Washington DC 20515-0306,202-225-2190,,http://schweikert.house.gov/rss/press-releases.xml,RepDavid,repdavidschweikert,RepDavidSchweikert,UCVvuNVzkOUp7p_Pzkc6Zuvw,S001183,01994,N00006460,,"H4AZ06045,H8AZ05097",5205,412399,106387,David Schweikert,,21105,David Schweikert -Scott,Austin,,,,Austin Scott,1969-12-10,M,rep,GA,8,,Republican,https://austinscott.house.gov,2417 Rayburn House Office Building Washington DC 20515-1008,202-225-6531,,http://austinscott.house.gov/index.php?format=feed&type=rss,AustinScottGA08,RepAustinScott,RepAustinScott,UC5M7eKHKQStktMyjieiHYZQ,S001189,02009,N00032457,,H0GA08099,623344,412417,11812,Austin Scott,,21123,Austin Scott (politician) -Scott,David,,,,David Scott,1945-06-27,M,rep,GA,13,,Democrat,https://davidscott.house.gov,225 Cannon House Office Building Washington DC 20515-1013,202-225-2939,,http://davidscott.house.gov/news/rss.aspx,RepDavidScott,113303673339,RepDavidScott,UCgf28zRkLSqAUiPuJhGdF0w,S001157,01722,N00024871,,H2GA13012,1003567,400363,7826,David Scott (Georgia),,20321,David Scott (Georgia politician) -Scott,Robert,C.,,Bobby,"Robert C. ""Bobby"" Scott",1947-04-30,M,rep,VA,3,,Democrat,https://bobbyscott.house.gov,1201 Longworth House Office Building Washington DC 20515-4603,202-225-8351,,http://www.house.gov/index.php?format=feed&type=rss,BobbyScott,RepBobbyScott,repbobbyscott,UCdNNcpw8arCsUp55JwK_QAA,S000185,01037,N00002147,,H6VA01117,25888,400364,27117,Robert C. Scott,,39307,Bobby Scott (politician) -Scott,Tim,,,,Tim Scott,1965-09-19,M,sen,SC,,3,Republican,https://www.scott.senate.gov,104 Hart Senate Office Building Washington DC 20510,202-224-6121,https://www.scott.senate.gov/contact/email-me,http://www.scott.senate.gov/rss.xml,SenatorTimScott,SenatorTimScott,SenatorTimScott,UCSfAsbG80CNInSKrtpKoL-w,S001184,02056,N00031782,S365,"H0SC01279,S4SC00240",623506,412471,11940,Tim Scott,,21173,Tim Scott -Sensenbrenner,F.,James,Jr.,,"F. James Sensenbrenner, Jr.",1943-06-14,M,rep,WI,5,,Republican,https://sensenbrenner.house.gov,2449 Rayburn House Office Building Washington DC 20515-4905,202-225-5101,,http://sensenbrenner.house.gov/news/rss.aspx,JimPressOffice,RepSensenbrenner,RepSensenbrenner,UCUNfNsc2CVsqivJ2wThQF6A,S000244,01041,N00004291,,H8WI09050,1507,400365,27142,Jim Sensenbrenner,,14657,Jim Sensenbrenner -Serrano,José,E.,,,José E. Serrano,1943-10-24,M,rep,NY,15,,Democrat,https://serrano.house.gov,2354 Rayburn House Office Building Washington DC 20515-3215,202-225-4361,,http://serrano.house.gov/rss.xml,RepJoseSerrano,RepJoseSerrano,,,S000248,01042,N00001813,,H0NY18065,14306,400366,26981,Jose Serrano,,29134,José E. Serrano -Sewell,Terri,A.,,,Terri A. Sewell,1965-01-01,F,rep,AL,7,,Democrat,https://sewell.house.gov,2201 Rayburn House Office Building Washington DC 20515-0107,202-225-2665,,http://sewell.house.gov/rss.xml,RepTerriSewell,RepSewell,RepSewell,UCHkEHtfrfUWOFtbUFQTQH7Q,S001185,01988,N00030622,,H0AL07086,623257,412396,121621,Terri Sewell,,21102,Terri Sewell -Shelby,Richard,C.,,,Richard C. Shelby,1934-05-06,M,sen,AL,,3,Republican,https://www.shelby.senate.gov,304 Russell Senate Office Building Washington DC 20510,202-224-5744,https://www.shelby.senate.gov/public/index.cfm/emailsenatorshelby,http://www.shelby.senate.gov/public/index.cfm/rss/feed,SenShelby,RichardShelby,SenatorRichardShelby,UCyMzDCRZrmhr_OGDjVuAeJw,S000320,01049,N00009920,S184,S6AL00013,1859,300089,53266,Richard Shelby,,94659,Richard Shelby -Sherman,Brad,J.,,,Brad Sherman,1954-10-24,M,rep,CA,30,,Democrat,https://sherman.house.gov,2181 Rayburn House Office Building Washington DC 20515-0530,202-225-5911,,http://bradsherman.house.gov/press-releases-and-columns/rss.shtml,BradSherman,63158229861,shermanca27,UCPisrz6-SLwVy2l9Mcy8kug,S000344,01526,N00006897,,H6CA24113,45124,400371,142,,,29707,Brad Sherman -Shimkus,John,M.,,,John Shimkus,1958-02-21,M,rep,IL,15,,Republican,https://shimkus.house.gov,2217 Rayburn House Office Building Washington DC 20515-1315,202-225-5271,,http://shimkus.house.gov/rss.xml,RepShimkus,repshimkus,repshimkus,UCVXSvuk-csQRKBI0oPzcEnw,S000364,01527,N00004961,,H2IL20042,30623,400373,246,John M. Shimkus,,29718,John Shimkus -Simpson,Michael,K.,,Mike,Michael K. Simpson,1950-09-08,M,rep,ID,2,,Republican,https://simpson.house.gov,2084 Rayburn House Office Building Washington DC 20515-1202,202-225-5531,,http://simpson.house.gov/news/rss.aspx,CongMikeSimpson,96007744606,CongMikeSimpson,UCNXe0rJJeULTAP_7oyQNw8g,S001148,01590,N00006263,,H8ID02064,57889,400376,2917,Michael K. Simpson,,29910,Mike Simpson -Sires,Albio,,,,Albio Sires,1951-01-26,M,rep,NJ,8,,Democrat,https://sires.house.gov,2268 Rayburn House Office Building Washington DC 20515-3008,202-225-7919,,http://sires.house.gov/rss.xml,RepSires,81058818750,RepSiresNJ13,UCfdEcWPNGoIxpYoTANF4PBA,S001165,01818,N00027523,,H6NJ13191,1022293,412186,22510,Albio Sires,,20542,Albio Sires -Smith,Adam,,,,Adam Smith,1965-06-15,M,rep,WA,9,,Democrat,https://adamsmith.house.gov,2264 Rayburn House Office Building Washington DC 20515-4709,202-225-8901,,http://www.house.gov/news/rss.aspx,RepAdamSmith,RepAdamSmith,CongressmanAdamSmith,UCcrHso483LOfC6WwDnzAh-g,S000510,01528,N00007833,,H6WA09025,44329,400379,845,Adam Smith,,29768,Adam Smith (politician) -Smith,Adrian,,,,Adrian Smith,1970-12-19,M,rep,NE,3,,Republican,https://adriansmith.house.gov,502 Cannon House Office Building Washington DC 20515-2703,202-225-6435,,http://adriansmith.house.gov/rss.xml,RepAdrianSmith,,RepAdrianSmith,UCIgn2z-hwxx_aeggnyhv54Q,S001172,01860,N00027623,,H6NE03115,1022845,412217,21284,Adrian Smith,,20729,Adrian Smith (politician) -Smith,Christopher,H.,,Chris,Christopher H. Smith,1953-03-04,M,rep,NJ,4,,Republican,https://chrissmith.house.gov,2373 Rayburn House Office Building Washington DC 20515-3004,202-225-3765,,http://chrissmith.house.gov/news/rss.aspx,RepChrisSmith,RepChrisSmith,USRepChrisSmith,UCtCNUDo3-I1gsd_03ppDfZg,S000522,01071,N00009816,,H8NJ04014,6411,400380,26952,,,14863,Chris Smith (New Jersey politician) -Speier,Jackie,,,,Jackie Speier,1950-05-14,F,rep,CA,14,,Democrat,https://speier.house.gov,2465 Rayburn House Office Building Washington DC 20515-0514,202-225-3531,,http://speier.house.gov/index.php?format=feed&type=rss,RepSpeier,JackieSpeier,jackiespeierca12,UCevmyTb0HSO8irVaR2gYyoA,S001175,01890,N00029649,,H8CA12171,1027627,412259,8425,,,20762,Jackie Speier -Stivers,Steve,,,,Steve Stivers,1965-03-24,M,rep,OH,15,,Republican,https://stivers.house.gov,2234 Rayburn House Office Building Washington DC 20515-3515,202-225-2015,,http://stivers.house.gov/news/rss.aspx,RepSteveStivers,116058275133542,RepSteveStivers,UCfZrE20pIcR-LeFUV7r2Ixw,S001187,02047,N00029574,,H8OH15076,62320,412461,45333,Steve Stivers,,21163,Steve Stivers -Sánchez,Linda,T.,,,Linda T. Sánchez,1969-01-28,F,rep,CA,38,,Democrat,https://lindasanchez.house.gov,2329 Rayburn House Office Building Washington DC 20515-0538,202-225-6676,,http://lindasanchez.house.gov/index.php?format=feed&type=rss,RepLindaSanchez,CongresswomanLindaSanchez,LindaTSanchez,UCu1K6uHxjMgj2mvzM7O9-ow,S001156,01757,N00024870,,H2CA39078,1003554,400355,29674,,,20310,Linda Sánchez -Thompson,Bennie,G.,,,Bennie G. Thompson,1948-01-28,M,rep,MS,2,,Democrat,https://benniethompson.house.gov,2466 Rayburn House Office Building Washington DC 20515-2402,202-225-5876,,http://benniethompson.house.gov/index.php?format=feed&type=rss,BennieGThompson,CongressmanBennieGThompson,RepBennieThompson,UCzt2pBxh0dI24kYrWretXRw,T000193,01151,N00003288,,H4MS02068,7304,400402,26929,,,29368,Bennie Thompson -Thompson,Mike,Michael,,,Mike Thompson,1951-01-24,M,rep,CA,5,,Democrat,https://mikethompson.house.gov,406 Cannon House Office Building Washington DC 20515-0505,202-225-3311,,http://mikethompson.house.gov/news/rss.aspx,RepThompson,RepMikeThompson,CongressmanMThompson,UC6pGbtqHZYZmScFGSz5bbdg,T000460,01593,N00007419,,H8CA01109,57872,400403,3564,,,29901,Mike Thompson (California politician) -Thompson,Glenn,,,,Glenn Thompson,1959-07-27,M,rep,PA,15,,Republican,https://thompson.house.gov,400 Cannon House Office Building Washington DC 20515-3815,202-225-5121,,http://thompson.house.gov/rss.xml,CongressmanGT,CongressmanGT,CongressmanGT,UCNWX7lbWWvnNdzVMFI9DRiQ,T000467,01952,N00029736,,H8PA05071,1031359,412317,24046,,,20946,Glenn Thompson (politician) -Thornberry,Mac,M.,,,Mac Thornberry,1958-07-15,M,rep,TX,13,,Republican,https://thornberry.house.gov,2208 Rayburn House Office Building Washington DC 20515-4313,202-225-3706,,,MacTXPress,repmacthornberry,RepMacThornberry,UCIfCqubtIZnQDwDS8YNmL2A,T000238,01155,N00006052,,H4TX13014,36814,400404,21706,Mac Thornberry,,29572,Mac Thornberry -Thune,John,,,,John Thune,1961-01-07,M,sen,SD,,3,Republican,https://www.thune.senate.gov,511 Dirksen Senate Office Building Washington DC 20510,202-224-2321,http://www.thune.senate.gov/public/index.cfm/contact,http://www.thune.senate.gov/public/index.cfm/rss/feed,SenJohnThune,,johnthune,UCRu6lpRfxhkDGUrKDgQNZYQ,T000250,01534,N00004572,S303,"S2SD00068,H6SD00085",45552,400546,398,John Thune,,29754,John Thune -Tipton,Scott,R.,,,Scott R. Tipton,1956-11-09,M,rep,CO,3,,Republican,https://tipton.house.gov,218 Cannon House Office Building Washington DC 20515-0603,202-225-4761,,http://tipton.house.gov/rss.xml,RepTipton,CongressmanScottTipton,RepScottTipton,UCh9ssh1dvzpr1HOWaFm8rcg,T000470,01997,N00027509,,H6CO03139,60384,412405,65403,Scott Tipton,,21111,Scott Tipton -Tonko,Paul,,,,Paul Tonko,1949-06-18,M,rep,NY,20,,Democrat,https://tonko.house.gov,2369 Rayburn House Office Building Washington DC 20515-3220,202-225-5076,,http://tonko.house.gov/rss/press-releases.xml,RepPaulTonko,reppaultonko,reppaultonko,UC3P2SGFmmuCYRsjeso0hOQQ,T000469,01942,N00030196,,H8NY21203,1031353,412319,4403,,,20934,Paul Tonko -Toomey,Patrick,J.,,Pat,Patrick J. Toomey,1961-11-17,M,sen,PA,,3,Republican,https://www.toomey.senate.gov,248 Russell Senate Office Building Washington DC 20510,202-224-4254,https://www.toomey.senate.gov/?p=contact,http://toomey.senate.gov/rss/?p=hot_topic,SenToomey,senatortoomey,sentoomey,UCDUM4FFU1p-_YuHqmBglyXw,T000461,02085,N00001489,S351,"S4PA00121,H8PA15096",7958,400408,24096,Pat Toomey,,29935,Pat Toomey -Turner,Michael,R.,,,Michael R. Turner,1960-01-11,M,rep,OH,10,,Republican,https://turner.house.gov,2082 Rayburn House Office Building Washington DC 20515-3510,202-225-6465,,http://turner.house.gov/news/rss.aspx,RepMikeTurner,RepMikeTurner,CongressmanTurner,UC-6Ss-aZ3OPisf9GdVGtN8g,T000463,01741,N00025175,,"H2OH03067,H2OH03091",1003607,400411,45519,Michael R. Turner,,20342,Mike Turner -Upton,Fred,Stephen,,,Fred Upton,1953-04-23,M,rep,MI,6,,Republican,https://upton.house.gov,2183 Rayburn House Office Building Washington DC 20515-2206,202-225-3761,,http://www.house.gov/news/rss.aspx,RepFredUpton,RepFredUpton,RepFredUpton,UCsN16IzEo4ViZNEMgeCrQ7w,U000031,01177,N00004133,,H6MI04113,12127,400414,26906,Fred Upton,,15446,Fred Upton -Van Hollen,Chris,,Jr.,,Chris Van Hollen,1959-01-10,M,sen,MD,,3,Democrat,https://www.vanhollen.senate.gov,110 Hart Senate Office Building Washington DC 20510,202-224-4654,http://www.vanhollen.senate.gov/contact/email,,ChrisVanHollen,chrisvanhollen,RepChrisVanHollen,UCkpfJWu1N9Okd6PE_NidtBQ,V000128,01729,N00013820,S390,"H2MD08126,S6MD03441",20756,400415,6098,,,20330,Chris Van Hollen -Velázquez,Nydia,M.,,,Nydia M. Velázquez,1953-03-28,F,rep,NY,7,,Democrat,https://velazquez.house.gov,2302 Rayburn House Office Building Washington DC 20515-3207,202-225-2361,,,NydiaVelazquez,8037068318,nydiavelazquez,UCqMKPkKeeHFOOiZ9vxhXGVg,V000081,01184,N00001102,,H2NY00010,26160,400416,26975,,,29378,Nydia Velázquez -Visclosky,Peter,J.,,,Peter J. Visclosky,1949-08-13,M,rep,IN,1,,Democrat,https://visclosky.house.gov,2328 Rayburn House Office Building Washington DC 20515-1401,202-225-2461,,http://visclosky.house.gov/rss.xml,RepVisclosky,repvisclosky,PeteVisclosky1,UC9njNo6tTComo9Kn7imz7Mg,V000108,01188,N00003813,,H4IN01012,6785,400417,26851,Peter J. Visclosky,,15124,Pete Visclosky -Walberg,Tim,,,,Tim Walberg,1951-04-12,M,rep,MI,7,,Republican,https://walberg.house.gov,2266 Rayburn House Office Building Washington DC 20515-2207,202-225-6276,,http://walberg.house.gov/news/rss.aspx,RepWalberg,RepWalberg,RepWalberg,UChpf3_3Wn8f3qSJbsYXrhvg,W000798,01855,N00026368,,H4MI07103,1022844,412213,8618,Tim Walberg,,20725,Tim Walberg -Walden,Greg,P.,,,Greg Walden,1957-01-10,M,rep,OR,2,,Republican,https://walden.house.gov,2185 Rayburn House Office Building Washington DC 20515-3702,202-225-6730,,http://walden.house.gov/common/rss/?rss=100,RepGregWalden,repgregwalden,RepGregWalden,UCyaDp6ANSM9tvW7Y3LT_4KQ,W000791,01596,N00007690,,H6OR02116,57892,400419,2979,Greg Walden,,29932,Greg Walden -Wasserman Schultz,Debbie,,,,Debbie Wasserman Schultz,1966-09-27,F,rep,FL,23,,Democrat,https://wassermanschultz.house.gov,1114 Longworth House Office Building Washington DC 20515-0923,202-225-7931,,http://wassermanschultz.house.gov/atom.xml,RepDWStweets,RepDWS,RepWassermanSchultz,UCfHQiJVvMlYbVAxrMSLdO4w,W000797,01777,N00026106,,H4FL20023,86882,400623,24301,Debbie Wasserman Schultz,,20504,Debbie Wasserman Schultz -Waters,Maxine,,,,Maxine Waters,1938-08-15,F,rep,CA,43,,Democrat,https://waters.house.gov,2221 Rayburn House Office Building Washington DC 20515-0543,202-225-2201,,http://waters.house.gov/news/rss.aspx,RepMaxineWaters,MaxineWaters,MaxineWaters,UCOQ2js1VYFlo74n7Ns8WsLQ,W000187,01205,N00006690,,H4CA23011,1953,400422,26759,Maxine Waters,,29106,Maxine Waters -Webster,Daniel,,,,Daniel Webster,1949-04-27,M,rep,FL,11,,Republican,https://webster.house.gov,1210 Longworth House Office Building Washington DC 20515-0911,202-225-1002,,http://webster.house.gov/news/rss.aspx,RepWebster,RepWebster,repdanwebster,UCCoX4VdU7U11eGEA0lbRtLw,W000806,02002,N00026335,,"H0FL08208,S4FL00256",30504,412410,24302,Daniel Webster,,21116,Daniel Webster (Florida politician) -Welch,Peter,,,,Peter Welch,1947-05-02,M,rep,VT,0,,Democrat,https://welch.house.gov,2187 Rayburn House Office Building Washington DC 20515-4500,202-225-4115,,http://www.welch.house.gov/index.php?format=feed&type=rss,PeterWelch,PeterWelch,reppeterwelch,UC0YfApJx6qNaAQ-ir93U8xA,W000800,01879,N00000515,,"H6VT00160,H8VT00034",1019990,412239,51272,Peter Welch,,20750,Peter Welch -Wilson,Joe,G.,,,Joe Wilson,1947-07-31,M,rep,SC,2,,Republican,https://joewilson.house.gov,1436 Longworth House Office Building Washington DC 20515-4002,202-225-2452,,http://joewilson.house.gov/news/rss.aspx,RepJoeWilson,JoeWilson,RepJoeWilson,UC3aR1B8m7Z1uycO65yDnpCg,W000795,01688,N00024809,,H2SC02059,1002567,400433,3985,Joe Wilson,,20138,Joe Wilson (American politician) -Wilson,Frederica,S.,,,Frederica S. Wilson,1942-11-05,F,rep,FL,24,,Democrat,https://wilson.house.gov,2445 Rayburn House Office Building Washington DC 20515-0924,202-225-4506,,http://wilson.house.gov/common/rss//index.cfm?rss=49,RepWilson,RepWilson,repfredericawilson,UCP5QBhng_lHv-vJgE_h7lpA,W000808,02004,N00030650,,H0FL17068,87016,412412,17319,Frederica Wilson,,21118,Frederica Wilson -Wittman,Robert,J.,,,Robert J. Wittman,1959-02-03,M,rep,VA,1,,Republican,https://wittman.house.gov,2055 Rayburn House Office Building Washington DC 20515-4601,202-225-4261,,http://www.wittman.house.gov/index.php?format=feed&type=rss,RobWittman,RepRobWittman,RobWittman,UCIqIb-OaTbkIdU426eYIdPg,W000804,01886,N00029459,,H8VA01147,1028089,412255,58133,Robert J. Wittman,,20756,Rob Wittman -Womack,Steve,,,,Steve Womack,1957-02-18,M,rep,AR,3,,Republican,https://womack.house.gov,2412 Rayburn House Office Building Washington DC 20515-0403,202-225-4301,,http://womack.house.gov/news/rss.aspx,Rep_SteveWomack,RepSteveWomack,CongressmanWomack,UCXJbUDLYX-wGIhRuN66hqZw,W000809,01991,N00031857,,H0AR03055,1033625,412402,71815,Steve Womack,,21108,Steve Womack -Woodall,Rob,,,,Rob Woodall,1970-02-11,M,rep,GA,7,,Republican,https://woodall.house.gov,1724 Longworth House Office Building Washington DC 20515-1007,202-225-4272,,http://woodall.house.gov/rss.xml,RepRobWoodall,RepRobWoodall,RobWoodallGA07,UC7MSlu8zV6Mf8wYzek2Cb-w,W000810,02008,N00032416,,H0GA07133,623342,412416,122251,,,21122,Rob Woodall -Wyden,Ron,,,,Ron Wyden,1949-05-03,M,sen,OR,,3,Democrat,https://www.wyden.senate.gov,221 Dirksen Senate Office Building Washington DC 20510,202-224-5244,https://www.wyden.senate.gov/contact/,http://www.wyden.senate.gov/rss/feeds/?type=all&,RonWyden,,senronwyden,UCsd3UEaoLoqX60P88BdpGGw,W000779,01247,N00007724,S247,"S6OR00110,H0OR03026",1962,300100,27036,Ron Wyden,,14871,Ron Wyden -Yarmuth,John,A.,,,John A. Yarmuth,1947-11-04,M,rep,KY,3,,Democrat,https://yarmuth.house.gov,402 Cannon House Office Building Washington DC 20515-1703,202-225-5401,,,RepJohnYarmuth,214258646163,RepJohnYarmuth,UCy5KW4yrEfEiyZRX45Eoxkg,Y000062,01853,N00028073,,H6KY03124,1021662,412211,58579,John Yarmuth,,20723,John Yarmuth -Young,Don,E.,,,Don Young,1933-06-09,M,rep,AK,0,,Republican,https://donyoung.house.gov,2314 Rayburn House Office Building Washington DC 20515-0200,202-225-5765,,http://donyoung.house.gov/news/rss.aspx,RepDonYoung,RepDonYoung,RepDonYoung,UCg5ZIR5-82EbJiNeI1bqT-A,Y000033,01256,N00007999,,H6AK00045,1897,400440,26717,Don Young,,14066,Don Young -Young,Todd,C.,,,Todd Young,1972-08-24,M,sen,IN,,3,Republican,https://www.young.senate.gov,185 Dirksen Senate Office Building Washington DC 20510,202-224-5623,https://www.young.senate.gov/contact,,SenToddYoung,SenatorToddYoung,RepToddYoung,UCuknj4PGn91gHDNAfboZEgQ,Y000064,02019,N00030670,S391,"H0IN09070,S6IN00191",1033743,412428,120345,Todd Young,,21133,Todd Young -Amodei,Mark,E.,,,Mark E. Amodei,1958-06-12,M,rep,NV,2,,Republican,https://amodei.house.gov,104 Cannon House Office Building Washington DC 20515-2802,202-225-6155,,http://amodei.house.gov/common/rss//?rss=49,MarkAmodeiNV2,MarkAmodeiNV2,markamodeinv2,UCjOGx2iqSn1r3BQxaVgYhYw,A000369,02090,N00031177,,"H2NV02395,H1NV02017,S0NV00237",62817,412500,12537,Mark Amodei,,21196,Mark Amodei -Bonamici,Suzanne,,,,Suzanne Bonamici,1954-10-14,F,rep,OR,1,,Democrat,https://bonamici.house.gov,2231 Rayburn House Office Building Washington DC 20515-3701,202-225-0855,,http://bonamici.house.gov/rss.xml,RepBonamici,congresswomanbonamici,RepSuzanneBonamici,UC0IkAeEiwgzSRTD1TDSvuBw,B001278,02092,N00033474,,H2OR01133,63966,412501,59641,Suzanne Bonamici,,21198,Suzanne Bonamici -DelBene,Suzan,K.,,,Suzan K. DelBene,1962-02-17,F,rep,WA,1,,Democrat,https://delbene.house.gov,2330 Rayburn House Office Building Washington DC 20515-4701,202-225-6311,,http://delbene.house.gov/rss.xml,RepDelBene,RepDelBene,,UCd00b7TpKDZIr-Ujhaktvjg,D000617,02096,N00030693,,H0WA08046,1033929,412505,126272,Suzan DelBene,,31101,Suzan DelBene -Massie,Thomas,,,,Thomas Massie,1971-01-13,M,rep,KY,4,,Republican,https://massie.house.gov,2453 Rayburn House Office Building Washington DC 20515-1704,202-225-3465,,http://massie.house.gov/rss.xml,RepThomasMassie,RepThomasMassie,repthomasmassie,UCpmXOtvvXC3GE8o9VxYNK7g,M001184,02094,N00034041,,H2KY04121,79951,412503,132068,Thomas Massie,,31102,Thomas Massie -Payne,Donald,M.,Jr.,,"Donald M. Payne, Jr.",1958-12-17,M,rep,NJ,10,,Democrat,https://payne.house.gov,103 Cannon House Office Building Washington DC 20515-3010,202-225-3436,,http://payne.house.gov/rss.xml,RepDonaldPayne,DonaldPayneJr,,UCTG_SeYsOgbngjv1Donyu0w,P000604,02097,N00034639,,H2NJ10154,65639,412506,90668,,,31103,Donald Payne Jr. -Schatz,Brian,Emanuel,,,Brian Schatz,1972-10-20,M,sen,HI,,3,Democrat,https://www.schatz.senate.gov,722 Hart Senate Office Building Washington DC 20510,202-224-3934,https://www.schatz.senate.gov/contact,,SenBrianSchatz,SenBrianSchatz,senbrianschatz,UC8-mSYp2WqBiB_5iwtwKfow,S001194,02173,N00028138,S353,"S4HI00136,H6HI02244",87784,412507,17852,Brian E. Schatz,,41112,Brian Schatz -Foster,Bill,,,,Bill Foster,1955-10-07,M,rep,IL,11,,Democrat,https://foster.house.gov,2366 Rayburn House Office Building Washington DC 20515-1311,202-225-3515,,http://foster.house.gov/rss.xml,RepBillFoster,CongressmanBillFoster,RepBillFoster,UCicixINQr_-3cFHI2bJzFpQ,F000454,01888,N00029139,,"H8IL14067,H2IL11124",1027346,412257,101632,Bill Foster,,20749,Bill Foster (politician) -Titus,Dina,,,,Dina Titus,1950-05-23,F,rep,NV,1,,Democrat,https://titus.house.gov,2464 Rayburn House Office Building Washington DC 20515-2801,202-225-5965,,http://titus.house.gov/rss.xml,RepDinaTitus,CongresswomanTitus,CongresswomanTitus,UC_US4jNqECuMSNrB7yVCbbw,T000468,01940,N00030191,,H8NV03036,1021622,412318,2629,Dina Titus,,20927,Dina Titus -Cotton,Tom,,,,Tom Cotton,1977-05-13,M,sen,AR,,2,Republican,https://www.cotton.senate.gov,326 Russell Senate Office Building Washington DC 20510,202-224-2353,http://www.cotton.senate.gov/?p=contact,,SenTomCotton,SenatorTomCotton,RepTomCotton,UCXEk6mokWBajIpNatbjnwSg,C001095,02098,N00033363,S374,"H2AR04083,S4AR00103",63928,412508,135651,Tom Cotton,,21301,Tom Cotton -Sinema,Kyrsten,,,,Kyrsten Sinema,1976-07-12,F,sen,AZ,,1,Democrat,https://www.sinema.senate.gov,317 Hart Senate Office Building Washington DC 20510,202-224-4521,https://www.sinema.senate.gov/contact-kyrsten,,SenatorSinema,CongresswomanSinema,repsinema,UC4NzhW7D4lQdukSGWmFnK9w,S001191,02099,N00033983,S403,"H2AZ09019,S8AZ00197",68489,412509,28338,Kyrsten Sinema,,21300,Kyrsten Sinema -LaMalfa,Doug,,,,Doug LaMalfa,1960-07-02,M,rep,CA,1,,Republican,https://lamalfa.house.gov,322 Cannon House Office Building Washington DC 20515-0501,202-225-3076,,http://lamalfa.house.gov/rss.xml,RepLaMalfa,RepLaMalfa,RepLaMalfa,UCUzz1XDn862fxirervSB2Yw,L000578,02100,N00033987,,"H2CA02142,H2CA01144",68493,412510,29713,Doug LaMalfa,,21302,Doug LaMalfa -Huffman,Jared,,,,Jared Huffman,1964-02-18,M,rep,CA,2,,Democrat,https://huffman.house.gov,1527 Longworth House Office Building Washington DC 20515-0502,202-225-5161,,http://huffman.house.gov/rss.xml,RepHuffman,RepHuffman,rephuffman,UCJU6SP1ppp1ZhSiqZLiFgDA,H001068,02101,N00033030,,H2CA06259,622431,412511,59849,Jared Huffman,,21303,Jared Huffman -Bera,Ami,,,,Ami Bera,1965-03-02,M,rep,CA,7,,Democrat,https://bera.house.gov,1727 Longworth House Office Building Washington DC 20515-0507,202-225-5716,,http://bera.house.gov/rss.xml,RepBera,RepAmiBera,repamibera,UClJCTCo53Zk6b4kUL-bbdzg,B001287,02102,N00030717,,H0CA03078,1033636,412512,120030,Ami Bera,,21304,Ami Bera -Cook,Paul,,,,Paul Cook,1943-03-03,M,rep,CA,8,,Republican,https://cook.house.gov,1027 Longworth House Office Building Washington DC 20515-0508,202-225-5861,,http://cook.house.gov/rss.xml,RepPaulCook,RepPaulCook,RepPaulCook,UCqK--hf5cuvg7BR_oisyRiA,C001094,02103,N00034224,,H2CA08164,68278,412513,58121,Paul Cook,,21305,Paul Cook (politician) -Swalwell,Eric,,,,Eric Swalwell,1980-11-16,M,rep,CA,15,,Democrat,https://swalwell.house.gov,407 Cannon House Office Building Washington DC 20515-0515,202-225-5065,,,RepSwalwell,CongressmanEricSwalwell,ericswalwell,UCKvwsFNGD4sDkE_9g-2ft0w,S001193,02104,N00033508,,H2CA15094,79729,412514,129529,Eric Swalwell,,21306,Eric Swalwell -Brownley,Julia,,,,Julia Brownley,1952-08-28,F,rep,CA,26,,Democrat,https://juliabrownley.house.gov,2262 Rayburn House Office Building Washington DC 20515-0526,202-225-5811,,http://juliabrownley.house.gov/rss.xml,RepBrownley,RepJuliaBrownley,RepJuliaBrownley,UCFrC4Ouk5R6xQztS9PZin_A,B001285,02106,N00034254,,H2CA00120,79783,412516,59904,Julia Brownley,,21308,Julia Brownley -Cárdenas,Tony,,,,Tony Cárdenas,1963-03-31,M,rep,CA,29,,Democrat,https://cardenas.house.gov,2438 Rayburn House Office Building Washington DC 20515-0529,202-225-6131,,http://cardenas.house.gov/rss.xml,RepCardenas,repcardenas,repcardenas,UCm6ug1-yvYGL0F6DvYxfFBA,C001097,02107,N00033373,,H2CA28113,63934,412517,9754,Tony Cardenas,,21309,Tony Cárdenas -Ruiz,Raul,,,,Raul Ruiz,1972-08-25,M,rep,CA,36,,Democrat,https://ruiz.house.gov,2342 Rayburn House Office Building Washington DC 20515-0536,202-225-5330,,http://ruiz.house.gov/rss.xml,RepRaulRuizMD,CongressmanRaulRuizMD,repraulruiz,UCSDk-cyNPCo1iy6rweSPmBw,R000599,02109,N00033510,,H2CA36439,79727,412519,136407,Raul Ruiz,,21311,Raul Ruiz (politician) -Takano,Mark,,,,Mark Takano,1960-12-10,M,rep,CA,41,,Democrat,https://takano.house.gov,420 Cannon House Office Building Washington DC 20515-0541,202-225-2305,,http://takano.house.gov/rss.xml,RepMarkTakano,RepMarkTakano,RepMarkTakano,UCJg4F1irmSFeKoXZBaZbX2w,T000472,02110,N00006701,,H2CA43245,2737,412520,22337,Mark Takano,,21312,Mark Takano -Lowenthal,Alan,S.,,,Alan S. Lowenthal,1941-03-08,M,rep,CA,47,,Democrat,https://lowenthal.house.gov,108 Cannon House Office Building Washington DC 20515-0547,202-225-7924,,http://lowenthal.house.gov/news/rss.aspx,RepLowenthal,RepLowenthal,RepLowenthal,UC-GgROtn5Hxm1H9a6qvy_Wg,L000579,02111,N00033274,,H2CA00104,93815,412521,16469,Alan Lowenthal,,21313,Alan Lowenthal -Vargas,Juan,,,,Juan Vargas,1961-03-07,M,rep,CA,51,,Democrat,https://vargas.house.gov,2244 Rayburn House Office Building Washington DC 20515-0551,202-225-8045,,http://vargas.house.gov/rss.xml,RepJuanVargas,RepJuanVargas,RepJuanVargas,UCpMthf8y7bEMJH_td0dznRQ,V000130,02112,N00007021,,H2CA50026,8297,412522,29100,Juan Vargas,,21314,Juan Vargas -Peters,Scott,H.,,,Scott H. Peters,1958-06-17,M,rep,CA,52,,Democrat,https://scottpeters.house.gov,2338 Rayburn House Office Building Washington DC 20515-0552,202-225-0508,,http://scottpeters.house.gov/rss.xml,RepScottPeters,RepScottPeters,,UCQK77QJxW7Xr-S3zqeMd-0g,P000608,02113,N00033591,,H2CA52089,79661,412523,70351,Scott Peters,,21315,Scott Peters (politician) -Yoho,Ted,S.,,,Ted S. Yoho,1955-04-13,M,rep,FL,3,,Republican,https://yoho.house.gov,1730 Longworth House Office Building Washington DC 20515-0903,202-225-5744,,http://yoho.house.gov/rss.xml,RepTedYoho,CongressmanTedYoho,RepTedYoho,UCGmDQgEgP2Z0NjavmnS9Hwg,Y000065,02115,N00033220,,H2FL06109,63943,412525,137622,Ted Yoho,,21317,Ted Yoho -Frankel,Lois,,,,Lois Frankel,1948-05-16,F,rep,FL,21,,Democrat,https://frankel.house.gov,2305 Rayburn House Office Building Washington DC 20515-0921,202-225-9890,,http://frankel.house.gov/rss.xml,RepLoisFrankel,RepLoisFrankel,reploisfrankel,UCEk5viAhxaW_2OK20-yBwzQ,F000462,02119,N00002893,,"H2FL14053,H2FL22080",623714,412529,8102,Lois Frankel,,21321,Lois Frankel -Collins,Doug,,,,Doug Collins,1966-08-16,M,rep,GA,9,,Republican,https://dougcollins.house.gov,1504 Longworth House Office Building Washington DC 20515-1009,202-225-9893,,http://dougcollins.house.gov/latest-rss/latest-rss/,RepDougCollins,RepresentativeDougCollins,repdougcollins,UCgKTZXOJX2UwAdLNZ4MQdig,C001093,02121,N00033518,,H2GA09150,79719,412531,67851,Doug Collins,,21323,Doug Collins (politician) -Gabbard,Tulsi,,,,Tulsi Gabbard,1981-04-12,F,rep,HI,2,,Democrat,https://gabbard.house.gov,1433 Longworth House Office Building Washington DC 20515-1102,202-225-4906,,http://gabbard.house.gov/rss.xml,TulsiPress,RepTulsiGabbard,tulsipress,UCkQmC0YfIU4388Tu0_k4esA,G000571,02122,N00033281,,H2HI02508,1025291,412532,129306,Tulsi Gabbard,,21324,Tulsi Gabbard -Duckworth,Tammy,,,,Tammy Duckworth,1968-03-12,F,sen,IL,,3,Democrat,https://www.duckworth.senate.gov,524 Hart Senate Office Building Washington DC 20510,202-224-2854,https://www.duckworth.senate.gov/content/contact-senator,,SenDuckworth,SenDuckworth,repduckworth,UCYRWRvUxtjaHnFMCbdd94tg,D000622,02123,N00027860,S386,"H6IL06141,S6IL00292",94484,412533,57442,Tammy Duckworth,,21325,Tammy Duckworth -Davis,Rodney,,,,Rodney Davis,1970-01-05,M,rep,IL,13,,Republican,https://rodneydavis.house.gov,1740 Longworth House Office Building Washington DC 20515-1313,202-225-2371,,http://rodneydavis.house.gov/rss.xml,RodneyDavis,RepRodneyDavis,RepRodneyDavis,UCiGPTfpwRxqQp0Bam5S8zwA,D000619,02126,N00034784,,H2IL13120,68337,412536,9622,Rodney Davis (Illinois),,21328,Rodney Davis (politician) -Bustos,Cheri,,,,Cheri Bustos,1961-10-17,F,rep,IL,17,,Democrat,https://bustos.house.gov,1233 Longworth House Office Building Washington DC 20515-1317,202-225-5905,,http://bustos.house.gov/rss.xml,RepCheri,RepCheri,RepCheri,UCrkOYuIsVeb4dvKeeO7jnaA,B001286,02127,N00033390,,H2IL17071,63949,412537,134964,Cheri Bustos,,21329,Cheri Bustos -Walorski,Jackie,,,,Jackie Walorski,1963-08-17,F,rep,IN,2,,Republican,https://walorski.house.gov,419 Cannon House Office Building Washington DC 20515-1402,202-225-3915,,http://walorski.house.gov/rss.xml,RepWalorski,RepJackieWalorski,repwalorski,UC8fsSDjVJ_VnCF3ccx3Lkng,W000813,02128,N00031226,,H0IN02190,95005,412538,34205,Jackie Walorski,,21330,Jackie Walorski -Brooks,Susan,W.,,,Susan W. Brooks,1960-08-25,F,rep,IN,5,,Republican,https://susanwbrooks.house.gov,2211 Rayburn House Office Building Washington DC 20515-1405,202-225-2276,,http://susanwbrooks.house.gov/rss.xml,SusanWBrooks,congresswomansusanwbrooks,SusanWBrooks,UCMd7LzaBcbQ06aKHoj9KkSQ,B001284,02129,N00033495,,H2IN05082,623720,412539,135988,Susan Brooks,,21331,Susan Brooks -Barr,Garland,,,Andy,Andy Barr,1973-07-24,M,rep,KY,6,,Republican,https://barr.house.gov,2430 Rayburn House Office Building Washington DC 20515-1706,202-225-4706,,http://barr.house.gov/rss.xml,RepAndyBarr,RepAndyBarr,RepAndyBarr,UCVL2s6x7f7H0ZJ-uwU0pQ6Q,B001282,02131,N00031233,,H0KY06104,61848,412541,117290,Andy Barr,,21333,Andy Barr (American politician) -Warren,Elizabeth,,,,Elizabeth Warren,1949-06-22,F,sen,MA,,1,Democrat,https://www.warren.senate.gov,309 Hart Senate Office Building Washington DC 20510,202-224-4543,https://www.warren.senate.gov/?p=email_senator,http://www.warren.senate.gov/rss/?p=hot_topic,SenWarren,senatorelizabethwarren,senelizabethwarren,UCTH9zV8Imw09J5bOoTR18_A,W000817,02182,N00033492,S366,S2MA00170,1023023,412542,141272,Elizabeth Warren,,41301,Elizabeth Warren -Kennedy,Joseph,P.,III,,Joseph P. Kennedy III,1980-10-04,M,rep,MA,4,,Democrat,https://kennedy.house.gov,304 Cannon House Office Building Washington DC 20515-2104,202-225-5931,,http://kennedy.house.gov/rss.xml,RepJoeKennedy,301936109927957,,UCgfHlaGqxD8p-2V_YlNIqrA,K000379,02172,N00034044,,H2MA04073,79948,412543,141275,Joseph Kennedy III,,21335,Joe Kennedy III -King,Angus,,,,"Angus S. King, Jr.",1944-03-31,M,sen,ME,,1,Independent,https://www.king.senate.gov,133 Hart Senate Office Building Washington DC 20510,202-224-5344,https://www.king.senate.gov/contact,http://www.king.senate.gov/rss/feeds/?type=all,SenAngusKing,SenatorAngusSKingJr,SenatorAngusKing,UCpp6lGvrmt0XU_lnD4Ak0gA,K000383,02185,N00034580,S363,S2ME00109,37413,412545,22381,Angus King,,41300,Angus King -Kildee,Daniel,T.,,,Daniel T. Kildee,1958-08-11,M,rep,MI,5,,Democrat,https://dankildee.house.gov,203 Cannon House Office Building Washington DC 20515-2205,202-225-3611,,http://dankildee.house.gov/rss.xml,RepDanKildee,RepDanKildee,RepDanKildee,UC_KpQ-n3IT5dL5ul21XA9Yw,K000380,02134,N00033395,,H2MI05119,623723,412546,136102,Dan Kildee,,21372,Dan Kildee -Wagner,Ann,,,,Ann Wagner,1962-09-13,F,rep,MO,2,,Republican,https://wagner.house.gov,2350 Rayburn House Office Building Washington DC 20515-2502,202-225-1621,,http://wagner.house.gov/rss.xml,RepAnnWagner,RepAnnWagner,,UCy2v2DXXvQnbRc8Zx77Dnsg,W000812,02137,N00033106,,H2MO02102,82702,412548,136083,Ann Wagner,,21337,Ann Wagner -Daines,Steve,,,,Steve Daines,1962-08-20,M,sen,MT,,2,Republican,https://www.daines.senate.gov,320 Hart Senate Office Building Washington DC 20510,202-224-2651,https://www.daines.senate.gov/connect/email-steve,,SteveDaines,SteveDainesMT,SteveDainesMT,UC-ny-W5mEUGytiyMdXbQ20Q,D000618,02138,N00033054,S375,"H2MT01060,S2MT00096",1034037,412549,135720,Steve Daines,,21338,Steve Daines -Hudson,Richard,,,,Richard Hudson,1971-11-04,M,rep,NC,8,,Republican,https://hudson.house.gov,2112 Rayburn House Office Building Washington DC 20515-3308,202-225-3715,,http://hudson.house.gov/rss.xml,RepRichHudson,RepRichHudson,RepRichHudson,UC9Q1qCvnQR7rHERjTjJl5Pg,H001067,02140,N00033630,,H2NC08185,79622,412550,136448,Richard Hudson,,21346,Richard Hudson (American politician) -Holding,George,,,,George Holding,1968-04-17,M,rep,NC,2,,Republican,https://holding.house.gov,1110 Longworth House Office Building Washington DC 20515-3302,202-225-3032,,http://holding.house.gov/rss.xml,RepHolding,CongressmanGeorgeHolding,repholding,UCx6IgBfJmIhXSXymnPr78hw,H001065,02143,N00033399,,H2NC13110,623728,412553,136462,George E.B. Holding,,21349,George Holding -Cramer,Kevin,,,,Kevin Cramer,1961-01-21,M,sen,ND,,1,Republican,https://www.cramer.senate.gov,400 Russell Senate Office Building Washington DC 20510,202-224-2043,https://www.cramer.senate.gov/contact_kevin,,SenKevinCramer,CongressmanKevinCramer,kevincramer,UCqUPdO9XaAW-dvwwXKbIVdA,C001096,02144,N00004614,S398,"H0ND01026,H6ND00074,S8ND00120",7600,412555,444,Kevin Cramer,,21350,Kevin Cramer -Fischer,Deb,,,,Deb Fischer,1951-03-01,F,sen,NE,,1,Republican,https://www.fischer.senate.gov,454 Russell Senate Office Building Washington DC 20510,202-224-6551,http://www.fischer.senate.gov/public/index.cfm/contact,http://www.fischer.senate.gov/public/index.cfm/rss/feed,SenatorFischer,senatordebfischer,senatordebfischer,UCrbEfZaG_WhB0PBHI1hefPQ,F000463,02179,N00033443,S357,S2NE00094,1034067,412556,41963,Deb Fischer,,41302,Deb Fischer -Kuster,Ann,M.,,,Ann M. Kuster,1956-09-05,F,rep,NH,2,,Democrat,https://kuster.house.gov,320 Cannon House Office Building Washington DC 20515-2902,202-225-5206,,http://kuster.house.gov/rss.xml,RepAnnieKuster,CongresswomanAnnieKuster,RepKuster,UCYAD_Eti2b5gXSicbgPsBYA,K000382,02145,N00030875,,H0NH02181,62650,412557,122256,Annie Kuster,,21340,Ann McLane Kuster -Meng,Grace,,,,Grace Meng,1975-10-01,F,rep,NY,6,,Democrat,https://meng.house.gov,2209 Rayburn House Office Building Washington DC 20515-3206,202-225-2601,,http://meng.house.gov/rss.xml,RepGraceMeng,repgracemeng,,UCHg516zJKbIBtXFAJ0nu3XQ,M001188,02148,N00034547,,H2NY06116,68411,412560,69157,Grace Meng,,21342,Grace Meng -Jeffries,Hakeem,S.,,,Hakeem S. Jeffries,1970-08-04,M,rep,NY,8,,Democrat,https://jeffries.house.gov,2433 Rayburn House Office Building Washington DC 20515-3208,202-225-5936,,http://jeffries.house.gov/rss.xml,RepJeffries,RepHakeemJeffries,,UCYVmbsjoNbQ4j-PCQIYgpWQ,J000294,02149,N00033640,,H2NY10092,79612,412561,55285,Hakeem Jeffries,,21343,Hakeem Jeffries -Maloney,Sean,Patrick,,,Sean Patrick Maloney,1966-07-30,M,rep,NY,18,,Democrat,https://seanmaloney.house.gov,2331 Rayburn House Office Building Washington DC 20515-3218,202-225-5441,,http://seanmaloney.house.gov/rss.xml,RepSeanMaloney,RepSeanMaloney,,UCNiVzzf4Vz-vCMPBcnjGuXQ,M001185,02150,N00034277,,H2NY22139,79760,412562,139760,Sean Maloney,,21344,Sean Patrick Maloney -Wenstrup,Brad,R.,,,Brad R. Wenstrup,1958-06-17,M,rep,OH,2,,Republican,https://wenstrup.house.gov,2419 Rayburn House Office Building Washington DC 20515-3502,202-225-3164,,,RepBradWenstrup,RepBradWenstrup,repbradwenstrup,UCaK7SeUvmHdHTMtF3HXb-jA,W000815,02152,N00033310,,H2OH02085,1034044,412564,135326,Brad Wenstrup,,21351,Brad Wenstrup -Beatty,Joyce,,,,Joyce Beatty,1950-03-12,F,rep,OH,3,,Democrat,https://beatty.house.gov,2303 Rayburn House Office Building Washington DC 20515-3503,202-225-4324,,http://beatty.house.gov/rss.xml,RepBeatty,RepJoyceBeatty,,UCtVl3kb7Xvt3pY7l6x-M6LA,B001281,02153,N00033904,,H2OH03125,67294,412565,2427,Joyce Beatty,,21352,Joyce Beatty -Joyce,David,P.,,,David P. Joyce,1957-03-17,M,rep,OH,14,,Republican,https://joyce.house.gov,1124 Longworth House Office Building Washington DC 20515-3514,202-225-5731,,http://joyce.house.gov/rss/press-releases.xml,RepDaveJoyce,RepDaveJoyce,repdavejoyce,UCTu9xz2VYk-jtQv0TVsLyYA,J000295,02154,N00035007,,H2OH14064,68561,412566,143052,David Joyce,,21353,David Joyce (politician) -Mullin,Markwayne,,,,Markwayne Mullin,1977-07-26,M,rep,OK,2,,Republican,https://mullin.house.gov,2421 Rayburn House Office Building Washington DC 20515-3602,202-225-2701,,http://mullin.house.gov/news/rss.aspx,RepMullin,RepMullin,,UCLQlm-cbGbJj9baZC6oFsag,M001190,02156,N00033410,,H2OK02083,1034045,412568,135898,Markwayne Mullin,,21355,Markwayne Mullin -Perry,Scott,,,,Scott Perry,1962-05-27,M,rep,PA,10,,Republican,https://perry.house.gov,1207 Longworth House Office Building Washington DC 20515-3810,202-225-5836,,http://perry.house.gov/rss.xml,RepScottPerry,repscottperry,RepScottPerry,UCzgrU5PT_HHRgf5hXPen4dQ,P000605,02157,N00034120,,H2PA04135,79873,412569,59980,Scott Perry,,21356,Scott Perry (politician) -Cartwright,Matthew,A.,,,Matt Cartwright,1961-05-01,M,rep,PA,8,,Democrat,https://cartwright.house.gov,1034 Longworth House Office Building Washington DC 20515-3808,202-225-5546,,http://cartwright.house.gov/rss.xml,RepCartwright,CongressmanMattCartwright,,UCnAOvexSGLBnYidaFzguhTQ,C001090,02159,N00034128,,H2PA17079,79865,412571,136236,Matt Cartwright,,21358,Matt Cartwright -Rice,Tom,,,,Tom Rice,1957-08-04,M,rep,SC,7,,Republican,https://rice.house.gov,512 Cannon House Office Building Washington DC 20515-4007,202-225-9895,,http://rice.house.gov/rss.xml,RepTomRice,reptomrice,RepTomRice,UCEmPVQphMGoXAfWJli68BEw,R000597,02160,N00033832,,H2SC07066,79473,412572,132382,Tom Rice (South Carolina),,21359,Tom Rice -Cruz,Ted,,,,Ted Cruz,1970-12-22,M,sen,TX,,1,Republican,https://www.cruz.senate.gov,127A Russell Senate Office Building Washington DC 20510,202-224-5922,https://www.cruz.senate.gov/?p=form&id=16,,SenTedCruz,SenatorTedCruz,sentedcruz,UCOTZ-6H1rri1lSsj6IzhUyw,C001098,02175,N00033085,S355,S2TX00312,1019953,412573,135705,Ted Cruz,,41304,Ted Cruz -Weber,Randy,K.,,,"Randy K. Weber, Sr.",1953-07-02,M,rep,TX,14,,Republican,https://weber.house.gov,107 Cannon House Office Building Washington DC 20515-4314,202-225-2831,,http://weber.house.gov/rss.xml,TXRandy14,TXRandy14,TXRandy14,UCJSZRrAcd5i1bHLjR66PZdg,W000814,02161,N00033539,,H2TX14149,79698,412574,102026,Randy Weber,,21360,Randy Weber -Castro,Joaquin,,,,Joaquin Castro,1974-09-16,M,rep,TX,20,,Democrat,https://castro.house.gov,2241 Rayburn House Office Building Washington DC 20515-4320,202-225-3236,,http://castro.house.gov/rss.xml,JoaquinCastrotx,326420614138023,JoaquinCastroTX,UCsRxWnFdRiV2od1O5v5nEeQ,C001091,02163,N00033316,,H2TX35011,63974,412576,49227,Joaquin Castro,,21362,Joaquin Castro -Williams,Roger,,,,Roger Williams,1949-09-13,M,rep,TX,25,,Republican,https://williams.house.gov,1708 Longworth House Office Building Washington DC 20515-4325,202-225-9896,,http://williams.house.gov/rss.xml,RepRWilliams,RepRogerWilliams,,UCBtfmMMQarjtLB9U_pWMOhw,W000816,02165,N00030602,,"H2TX33040,S2TX00270",623742,412578,50112,Roger Williams,,21364,Roger Williams (American politician) -Veasey,Marc,A.,,,Marc A. Veasey,1971-01-03,M,rep,TX,33,,Democrat,https://veasey.house.gov,2348 Rayburn House Office Building Washington DC 20515-4333,202-225-9897,,http://veasey.house.gov/rss.xml,RepVeasey,CongressmanMarcVeasey,marcveasey,UC2CRp1KF5uljZyhDRPR-72Q,V000131,02166,N00033839,,H2TX33073,79466,412579,49671,Mark Veasey,,21365,Marc Veasey -Vela,Filemon,,,,Filemon Vela,1963-02-13,M,rep,TX,34,,Democrat,https://vela.house.gov,307 Cannon House Office Building Washington DC 20515-4334,202-225-9901,,http://vela.house.gov/rss.xml,RepFilemonVela,USCongressmanFilemonVela,RepFilemonVela,,V000132,02167,N00034349,,H2TX27190,95434,412580,137719,Filemon Vela,,21366,Filemon Vela Jr. -Stewart,Chris,,,,Chris Stewart,1960-07-15,M,rep,UT,2,,Republican,https://stewart.house.gov,2242 Rayburn House Office Building Washington DC 20515-4402,202-225-9730,,http://stewart.house.gov/rss.xml,RepChrisStewart,RepChrisStewart,repchrisstewart,UCKYqzTvmQVWys-WhrCkbyPw,S001192,02168,N00033932,,H2UT02324,68466,412581,135930,Chris Stewart,,21367,Chris Stewart (politician) -Kaine,Timothy,,,Tim,Tim Kaine,1958-02-26,M,sen,VA,,1,Democrat,https://www.kaine.senate.gov,231 Russell Senate Office Building Washington DC 20510,202-224-4024,https://www.kaine.senate.gov/contact,http://www.kaine.senate.gov/rss/feeds/?type=all,,SenatorKaine,SenatorTimKaine,UC27LgTZlUnBQoNEQFZdn9LA,K000384,02176,N00033177,S362,S2VA00142,49219,412582,50772,Tim Kaine,,41305,Tim Kaine -Kilmer,Derek,,,,Derek Kilmer,1974-01-01,M,rep,WA,6,,Democrat,https://kilmer.house.gov,1410 Longworth House Office Building Washington DC 20515-4706,202-225-5916,,http://kilmer.house.gov/rss.xml,RepDerekKilmer,derek.kilmer,,,K000381,02169,N00034453,,H2WA06129,68310,412583,51516,Derek Kilmer,,21368,Derek Kilmer -Heck,Denny,,,,Denny Heck,1952-07-29,M,rep,WA,10,,Democrat,https://dennyheck.house.gov,2452 Rayburn House Office Building Washington DC 20515-4710,202-225-9740,,http://dennyheck.house.gov/rss.xml,RepDennyHeck,CongressmanDennyHeck,RepDennyHeck,UCU89cl5_yhHzo-oTHiEyaRg,H001064,02170,N00031557,,H0WA03161,9269006,412584,126058,Denny Heck,,21369,Denny Heck -Pocan,Mark,,,,Mark Pocan,1964-08-14,M,rep,WI,2,,Democrat,https://pocan.house.gov,1421 Longworth House Office Building Washington DC 20515-4902,202-225-2906,,http://pocan.house.gov/rss.xml,RepMarkPocan,repmarkpocan,repmarkpocan,UCz5b47WER_u3dUGV_Zi70dQ,P000607,02171,N00033549,,H2WI02124,79688,412585,26238,Mark Pocan,,21370,Mark Pocan -Kelly,Robin,,,,Robin L. Kelly,1956-04-30,F,rep,IL,2,,Democrat,https://robinkelly.house.gov,2416 Rayburn House Office Building Washington DC 20515-1302,202-225-0773,,http://robinkelly.house.gov/rss.xml,RepRobinKelly,reprobinkelly,,UCLhcNPX2nNQLNzwKW0nEykg,K000385,02190,N00035215,,H2IL02172,70399,412595,33384,Robin Kelly,,21371,Robin Kelly -Smith,Jason,T.,,,Jason Smith,1980-06-16,M,rep,MO,8,,Republican,https://jasonsmith.house.gov,2418 Rayburn House Office Building Washington DC 20515-2508,202-225-4404,,http://jasonsmith.house.gov/rss.xml,RepJasonSmith,repjasonsmith,RepJasonSmith,UCzj9-27Lr4gcqopmZAobXXg,S001195,02191,N00035282,,H4MO08162,71083,412596,59318,Jason Smith (Missouri representative),,21373,Jason Smith (politician) -Booker,Cory,Anthony,,,Cory A. Booker,1969-04-27,M,sen,NJ,,2,Democrat,https://www.booker.senate.gov,717 Hart Senate Office Building Washington DC 20510,202-224-3224,https://www.booker.senate.gov/?p=contact,,SenBooker,,SenCoryBooker,UC6FlymqNS1VettnVZa7goPA,B001288,02194,N00035267,S370,S4NJ00185,84679,412598,76151,Cory Booker,,41308,Cory Booker -Clark,Katherine,M.,,,Katherine M. Clark,1963-07-17,F,rep,MA,5,,Democrat,https://katherineclark.house.gov,2448 Rayburn House Office Building Washington DC 20515-2105,202-225-2836,,,RepKClark,CongresswomanClark,,UCgaI52w7QKI8LtkSeCCmSuw,C001101,02196,N00035278,,H4MA05084,73178,412600,35858,Katherine Clark,,21375,Katherine Clark -Byrne,Bradley,,,,Bradley Byrne,1955-02-16,M,rep,AL,1,,Republican,https://byrne.house.gov,119 Cannon House Office Building Washington DC 20515-0101,202-225-4931,,,RepByrne,RepByrne,,UCRUXmqQbrKo0T6xi_GT7TEA,B001289,02197,N00035380,,H4AL01123,73486,412601,27584,Bradley Byrne,,21376,Bradley Byrne -Norcross,Donald,W.,,,Donald Norcross,1958-12-13,M,rep,NJ,1,,Democrat,https://norcross.house.gov,2437 Rayburn House Office Building Washington DC 20515-3001,202-225-6501,,,DonaldNorcross,DonaldNorcrossNJ,,UC7kXK_PyDiOT8YrdP0jYZHw,N000188,02202,N00036154,,H4NJ01084,76311,412606,116277,Donald Norcross,,21536,Donald Norcross -Adams,Alma,,,,Alma S. Adams,1946-05-27,F,rep,NC,12,,Democrat,https://adams.house.gov,2436 Rayburn House Office Building Washington DC 20515-3312,202-225-1510,,,RepAdams,CongresswomanAdams,,UCPI9ao1Cr1nxEUD2r-usRjQ,A000370,02201,N00035451,,H4NC12100,76386,412607,5935,Alma Adams,,21545,Alma Adams -Palmer,Gary,,,,Gary J. Palmer,1954-05-14,M,rep,AL,6,,Republican,https://palmer.house.gov,207 Cannon House Office Building Washington DC 20515-0106,202-225-4921,,,USRepGaryPalmer,CongressmanGaryPalmer,,UCYZfP-cNIvlJY3AcAc9OPpQ,P000609,02221,N00035691,,H4AL06098,76094,412608,146274,,,21500,Gary Palmer (politician) -Hill,French,,,,J. French Hill,1956-12-05,M,rep,AR,2,,Republican,https://hill.house.gov,1533 Longworth House Office Building Washington DC 20515-0402,202-225-2506,,,RepFrenchHill,RepFrenchHill,,UCT8uWroJtkwSsCJlVg0IKvQ,H001072,02223,N00035792,,H4AR02141,9265172,412609,146290,,,21503,French Hill (politician) -Westerman,Bruce,,,,Bruce Westerman,1967-11-18,M,rep,AR,4,,Republican,https://westerman.house.gov,209 Cannon House Office Building Washington DC 20515-0404,202-225-3772,,,RepWesterman,RepWesterman,,UCNshPbmupCwP5a7Hi79jETQ,W000821,02224,N00035527,,H4AR04048,76097,412610,119120,,,21563,Bruce Westerman -Gallego,Ruben,,,,Ruben Gallego,1979-11-20,M,rep,AZ,7,,Democrat,https://rubengallego.house.gov,1131 Longworth House Office Building Washington DC 20515-0307,202-225-4065,,,RepRubenGallego,RepRubenGallego,,,G000574,02226,N00036097,,H4AZ07043,77233,412612,123732,,,21502,Ruben Gallego -DeSaulnier,Mark,,,,Mark DeSaulnier,1952-03-31,M,rep,CA,11,,Democrat,https://desaulnier.house.gov,503 Cannon House Office Building Washington DC 20515-0511,202-225-2095,,,RepDeSaulnier,RepMarkDeSaulnier,,,D000623,02227,N00030709,,H0CA10073,61736,412613,69477,,,21504,Mark DeSaulnier -Aguilar,Pete,,,,Pete Aguilar,1979-06-19,M,rep,CA,31,,Democrat,https://aguilar.house.gov,109 Cannon House Office Building Washington DC 20515-0531,202-225-3201,,,reppeteaguilar,reppeteaguilar,,UCxwbFLOlKDsXrwizV5jah7g,A000371,02229,N00033997,,H2CA31125,79994,412615,70114,,,21506,Pete Aguilar -Lieu,Ted,,,,Ted Lieu,1969-03-29,M,rep,CA,33,,Democrat,https://lieu.house.gov,403 Cannon House Office Building Washington DC 20515-0533,202-225-3976,,,RepTedLieu,RepTedLieu,,UC9qcJxTqfDNBnVul1IojlFg,L000582,02230,N00035825,,H4CA33119,28076,412616,1516,Ted Lieu,,21507,Ted Lieu -Torres,Norma,,,,Norma J. Torres,1965-04-04,F,rep,CA,35,,Democrat,https://torres.house.gov,2444 Rayburn House Office Building Washington DC 20515-0535,202-225-6161,,,NormaJTorres,RepNormaTorres,,UCvWY4qKP6--o3pIJY7hhKDg,T000474,02231,N00036107,,H4CA35031,76129,412617,71284,,,21508,Norma Torres -Buck,Ken,,,,Ken Buck,1959-02-16,M,rep,CO,4,,Republican,https://buck.house.gov,2455 Rayburn House Office Building Washington DC 20515-0604,202-225-4676,,,RepKenBuck,repkenbuck,,UCHK7Wcwij7NoxXGTeSHUWzg,B001297,02233,N00030829,,"S0CO00237,H4CO04090",78285,412619,125319,,,21510,Ken Buck -Carter,Buddy,,,,"Earl L. ""Buddy"" Carter",1957-09-06,M,rep,GA,1,,Republican,https://buddycarter.house.gov,2432 Rayburn House Office Building Washington DC 20515-1001,202-225-5831,,,RepBuddyCarter,congressmanbuddycarter,,UCHQm49T6ikD_ioMAt50AwKQ,C001103,02236,N00035346,,H4GA01039,76158,412622,32085,,,21513,Buddy Carter -Hice,Jody,,,,Jody B. Hice,1960-04-22,M,rep,GA,10,,Republican,https://hice.house.gov,409 Cannon House Office Building Washington DC 20515-1010,202-225-4101,,,congressmanhice,CongressmanJodyHice,,UCzUMsS8DusN2QLpgweFthgQ,H001071,02237,N00032243,,H0GA07125,94974,412623,122246,,,21514,Jody Hice -Loudermilk,Barry,,,,Barry Loudermilk,1963-12-22,M,rep,GA,11,,Republican,https://loudermilk.house.gov,422 Cannon House Office Building Washington DC 20515-1011,202-225-2931,,,RepLoudermilk,reploudermilk,,UC2Kfw8fjca8k3w3KpzL5tNg,L000583,02238,N00035347,,H4GA11061,76165,412624,31618,,,21515,Barry Loudermilk -Allen,Rick,,,,Rick W. Allen,1951-11-07,M,rep,GA,12,,Republican,https://allen.house.gov,2400 Rayburn House Office Building Washington DC 20515-1012,202-225-2823,,,reprickallen,CongressmanRickAllen,,UCZPoYXHFDAV17BGLMzGAmpg,A000372,02239,N00033720,,H2GA12121,62545,412625,136062,,,21516,Rick W. Allen -Bost,Mike,,,,Mike Bost,1960-12-30,M,rep,IL,12,,Republican,https://bost.house.gov,1440 Longworth House Office Building Washington DC 20515-1312,202-225-5661,,,RepBost,RepBost,,UCYA1psY06vSf3QadHuCrmjQ,B001295,02243,N00035420,,H4IL12060,76176,412629,6302,,,21519,Mike Bost -Abraham,Ralph,,,,Ralph Lee Abraham,1954-09-16,M,rep,LA,5,,Republican,https://abraham.house.gov,417 Cannon House Office Building Washington DC 20515-1805,202-225-8490,,,RepAbraham,CongressmanRalphAbraham,,,A000374,02244,N00036633,,H4LA05221,76236,412630,155414,Ralph Abraham,,21522,Ralph Abraham (politician) -Graves,Garret,,,,Garret Graves,1972-01-31,M,rep,LA,6,,Republican,https://garretgraves.house.gov,2402 Rayburn House Office Building Washington DC 20515-1806,202-225-3901,,,RepGarretGraves,CongressmanGarretGraves,,UCQLg9GGwTDluEFJtXf8seTA,G000577,02245,N00036135,,H4LA06153,9274609,412631,155424,,,21523,Garret Graves -Moulton,Seth,,,,Seth Moulton,1978-10-24,M,rep,MA,6,,Democrat,https://moulton.house.gov,1127 Longworth House Office Building Washington DC 20515-2106,202-225-8020,,,teammoulton,CongressmanSethMoulton,,UC5w5qn7nj5Ljy69LTV7a_fQ,M001196,02246,N00035431,,H4MA06090,78453,412632,146299,Seth Moulton,,21525,Seth Moulton -Moolenaar,John,,,,John R. Moolenaar,1961-05-08,M,rep,MI,4,,Republican,https://moolenaar.house.gov,117 Cannon House Office Building Washington DC 20515-2204,202-225-3561,,,RepMoolenaar,RepMoolenaar,,UCnMvVN4a8roZu4crE0UW2DA,M001194,02248,N00036275,,H4MI04126,76660,412634,37676,,,21526,John Moolenaar -Dingell,Debbie,,,,Debbie Dingell,1953-11-23,F,rep,MI,12,,Democrat,https://debbiedingell.house.gov,116 Cannon House Office Building Washington DC 20515-2212,202-225-4071,,,RepDebDingell,RepDebbieDingell,,UCnoP3KLT-HOvzDfC1-I-9lQ,D000624,02251,N00036149,,H4MI12079,20818,412637,152482,,,21529,Debbie Dingell -Lawrence,Brenda,,,,Brenda L. Lawrence,1954-10-18,F,rep,MI,14,,Democrat,https://lawrence.house.gov,2463 Rayburn House Office Building Washington DC 20515-2214,202-225-5802,,,RepLawrence,395759603917487,,UCf0USy9GNigkB8O9sS1dodw,L000581,02252,N00034068,,H2MI14111,79924,412638,78851,,,21530,Brenda Lawrence -Emmer,Tom,,,,Tom Emmer,1961-03-03,M,rep,MN,6,,Republican,https://emmer.house.gov,315 Cannon House Office Building Washington DC 20515-2306,202-225-2331,,,RepTomEmmer,reptomemmer,RepTomEmmer,,E000294,02253,N00035440,,H4MN06087,75567,412639,38894,,,21531,Tom Emmer -Rouzer,David,,,,David Rouzer,1972-02-16,M,rep,NC,7,,Republican,https://rouzer.house.gov,2439 Rayburn House Office Building Washington DC 20515-3307,202-225-2731,,,RepDavidRouzer,RepRouzer,,UCBvOxpqoGi1HlHjX9v_gHZw,R000603,02256,N00033527,,H2NC07096,79710,412641,102964,David Rouzer,,21544,David Rouzer -Watson Coleman,Bonnie,,,,Bonnie Watson Coleman,1945-02-06,F,rep,NJ,12,,Democrat,https://watsoncoleman.house.gov,2442 Rayburn House Office Building Washington DC 20515-3012,202-225-5801,,,RepBonnie,RepBonnie,,UCrxEaX0VKZKwg3930du2D5A,W000822,02259,N00036158,,H4NJ12149,79091,412644,24799,,,21538,Bonnie Watson Coleman -Zeldin,Lee,,,,Lee M. Zeldin,1980-01-30,M,rep,NY,1,,Republican,https://zeldin.house.gov,2441 Rayburn House Office Building Washington DC 20515-3201,202-225-3826,,,RepLeeZeldin,RepLeeZeldin,,UCHzZuesCPDka2NhZO8icqzA,Z000017,02261,N00029404,,H8NY01148,61616,412646,110252,,,21539,Lee Zeldin -Rice,Kathleen,,,,Kathleen M. Rice,1965-02-15,F,rep,NY,4,,Democrat,https://kathleenrice.house.gov,2435 Rayburn House Office Building Washington DC 20515-3204,202-225-5516,,,RepKathleenRice,RepKathleenRice,,UCLYLmjrGtzzCFXMWPBxHAug,R000602,02262,N00035927,,H4NY04075,76332,412647,127653,,,21540,Kathleen Rice -Stefanik,Elise,,,,Elise M. Stefanik,1984-07-02,F,rep,NY,21,,Republican,https://stefanik.house.gov,318 Cannon House Office Building Washington DC 20515-3221,202-225-4611,,,RepStefanik,RepEliseStefanik,,UCHvf42C8Vw6QnjwO2L2ukKA,S001196,02263,N00035523,,H4NY21079,76364,412648,152539,,,21541,Elise Stefanik -Katko,John,,,,John Katko,1962-11-09,M,rep,NY,24,,Republican,https://katko.house.gov,2457 Rayburn House Office Building Washington DC 20515-3224,202-225-3701,,,RepJohnKatko,RepJohnKatko,,,K000386,02264,N00035934,,H4NY24073,76367,412649,152546,,,21542,John Katko -Boyle,Brendan,,,,Brendan F. Boyle,1977-02-06,M,rep,PA,2,,Democrat,https://boyle.house.gov,1133 Longworth House Office Building Washington DC 20515-3802,202-225-6111,,,CongBoyle,CongressmanBoyle,,UCMP_Anj7lz4eZuSh8GwFqQQ,B001296,02267,N00035307,,H4PA13199,76428,412652,47357,Brendan Boyle,,21548,Brendan Boyle -Hurd,Will,,,,Will Hurd,1977-08-19,M,rep,TX,23,,Republican,https://hurd.house.gov,317 Cannon House Office Building Washington DC 20515-4323,202-225-4511,,,hurdonthehill,HurdOnTheHill,,UCjWcn2lgGCZbwPs6lKxlziQ,H001073,02269,N00031417,,H0TX23086,95176,412654,116911,,,21550,Will Hurd -Babin,Brian,,,,Brian Babin,1948-03-23,M,rep,TX,36,,Republican,https://babin.house.gov,2236 Rayburn House Office Building Washington DC 20515-4336,202-225-1555,,,RepBrianBabin,RepBrianBabin,,UCPVEZgw-VbDRbLV1MRGVQNQ,B001291,02270,N00005736,,H6TX02079,44883,412655,360,,,21551,Brian Babin -Beyer,Donald,,,,"Donald S. Beyer, Jr.",1950-06-20,M,rep,VA,8,,Democrat,https://beyer.house.gov,1119 Longworth House Office Building Washington DC 20515-4608,202-225-4376,,,RepDonBeyer,RepDonBeyer,,UCPJGVbOVcAVGiBwq8qr_T9w,B001292,02272,N00036018,,H4VA08224,21141,412657,1707,,,21554,Don Beyer -Plaskett,Stacey,,,,Stacey E. Plaskett,1966-05-13,F,rep,VI,0,,Democrat,https://plaskett.house.gov,2404 Rayburn House Office Building Washington DC 20515-5500,202-225-1790,,,staceyplaskett,repstaceyplaskett,,UC3V7biFZHDFHDFZy6cCSZUA,P000610,02274,N00035000,,H2VI00082,79090,412659,155929,,,,Stacey Plaskett -Newhouse,Dan,,,,Dan Newhouse,1955-07-10,M,rep,WA,4,,Republican,https://newhouse.house.gov,1414 Longworth House Office Building Washington DC 20515-4704,202-225-5816,,,RepNewhouse,RepNewhouse,,UCllbsv_aoIaPS6W3aSonZlw,N000189,02275,N00036403,,H4WA04104,78315,412660,51522,,,21556,Dan Newhouse -Grothman,Glenn,,,,Glenn Grothman,1955-07-03,M,rep,WI,6,,Republican,https://grothman.house.gov,1427 Longworth House Office Building Washington DC 20515-4906,202-225-2476,,,RepGrothman,RepGrothman,,UCui4k83Cot4aeVW_8T33fgg,G000576,02276,N00036409,,H4WI06048,77282,412661,3493,,,21559,Glenn Grothman -Mooney,Alex,,,,Alexander X. Mooney,1971-06-05,M,rep,WV,2,,Republican,https://mooney.house.gov,2440 Rayburn House Office Building Washington DC 20515-4802,202-225-2711,,,RepAlexMooney,CongressmanAlexMooney,,UCw9CGkF4Re3areluI43TGyA,M001195,02277,N00033814,,H4WV02080,76588,412662,145943,,,21557,Alex Mooney -Amata,Aumua,,,,Aumua Amata Coleman Radewagen,1947-12-29,F,rep,AS,0,,Republican,https://radewagen.house.gov,1339 Longworth House Office Building Washington DC 20515-5200,202-225-8577,,,RepAmata,aumuaamata,,UCGdrLQbt1PYDTPsampx4t1A,R000600,02222,N00007635,,H4AS00036,5188,412664,128380,,,,Amata Coleman Radewagen -Sullivan,Dan,,,,Dan Sullivan,1964-11-13,M,sen,AK,,2,Republican,https://www.sullivan.senate.gov,302 Hart Senate Office Building Washington DC 20510,202-224-3004,https://www.sullivan.senate.gov/contact/email,,SenDanSullivan,SenDanSullivan,,UC7tXCm8gKlAhTFo2kuf5ylw,S001198,02290,N00035774,S383,S4AK00214,1023262,412665,114964,,,41500,Dan Sullivan (U.S. senator) -Perdue,David,,,,David Perdue,1949-12-10,M,sen,GA,,2,Republican,https://www.perdue.senate.gov,455 Russell Senate Office Building Washington DC 20510,202-224-3521,https://www.perdue.senate.gov/connect/email,,sendavidperdue,SenatorDavidPerdue,,UCXHsrkPP4TAm0s0qB1C31Lw,P000612,02286,N00035516,S379,S4GA11285,75920,412666,151330,,,41501,David Perdue -Ernst,Joni,,,,Joni Ernst,1970-07-01,F,sen,IA,,2,Republican,https://www.ernst.senate.gov/public,730 Hart Senate Office Building Washington DC 20510,202-224-3254,https://www.ernst.senate.gov/public/index.cfm/contact,,SenJoniErnst,senjoniernst,,UCLwrmtF_84FIcK3TyMs4MIw,E000295,02283,N00035483,S376,S4IA00129,75342,412667,128583,,,41502,Joni Ernst -Tillis,Thom,,,,Thom Tillis,1960-08-30,M,sen,NC,,2,Republican,https://www.tillis.senate.gov,113 Dirksen Senate Office Building Washington DC 20510,202-224-6342,https://www.tillis.senate.gov/public/index.cfm/email-me,,senthomtillis,SenatorThomTillis,,UCUD9VGV4SSGWjGdbn37Ea2w,T000476,02291,N00035492,S384,S4NC00162,77055,412668,57717,,,41504,Thom Tillis -Rounds,Mike,,,,Mike Rounds,1954-10-24,M,sen,SD,,2,Republican,https://www.rounds.senate.gov,502 Hart Senate Office Building Washington DC 20510,202-224-5842,https://www.rounds.senate.gov/contact/email-mike,,SenatorRounds,SenatorMikeRounds,,UC-pvzimyBdpdkcIfsicrfrQ,R000605,02288,N00035187,S381,S4SD00049,78317,412669,7455,,,41505,Mike Rounds -Walker,Mark,,,,Mark Walker,1969-05-20,M,rep,NC,6,,Republican,https://walker.house.gov,1725 Longworth House Office Building Washington DC 20515-3306,202-225-3065,,,RepMarkWalker,RepMarkWalker,,UC2w0KJe43jr0Hlhi6J5smhg,W000819,02255,N00035311,,H4NC06052,76376,412670,146255,,,21543,Mark Walker (North Carolina politician) -Sasse,Benjamin,Eric,,,Ben Sasse,1972-02-22,M,sen,NE,,2,Republican,https://www.sasse.senate.gov/public,107 Russell Senate Office Building Washington DC 20510,202-224-4224,http://www.sasse.senate.gov/public/index.cfm/email-ben,,SenSasse,SenatorSasse,,UCYaNGwcM2Dl5yDcDqS6xV2g,S001197,02289,N00035544,S382,S4NE00090,77429,412671,150182,,,41503,Ben Sasse -Kelly,Trent,,,,Trent Kelly,1966-03-01,M,rep,MS,1,,Republican,https://trentkelly.house.gov,1005 Longworth House Office Building Washington DC 20515-2401,202-225-4306,,,reptrentkelly,reptrentkelly,,UCtDrz-8tdg4ZgOAQHToSWaQ,K000388,02294,N00037003,,H6MS01131,97322,412673,156389,Trent Kelly,,21561,Trent Kelly -LaHood,Darin,,,,Darin LaHood,1968-07-05,M,rep,IL,18,,Republican,https://lahood.house.gov,1424 Longworth House Office Building Washington DC 20515-1318,202-225-6201,,,RepLaHood,replahood,,UCVRbtFwaBGcixZIkygtalRw,L000585,02295,N00037031,,H6IL18088,70020,412674,128760,Darin LaHood,,21562,Darin LaHood -Davidson,Warren,,,,Warren Davidson,1970-03-01,M,rep,OH,8,,Republican,https://davidson.house.gov,1107 Longworth House Office Building Washington DC 20515-3508,202-225-6205,,,WarrenDavidson,CongressmanWarrenDavidson,,UCMzuyZWzk44YRNesFzPTeUw,D000626,02296,N00038767,,H6OH08315,102555,412675,166760,Warren Davidson,,21564,Warren Davidson -Comer,James,,,,James Comer,1972-08-19,M,rep,KY,1,,Republican,https://comer.house.gov,1037 Longworth House Office Building Washington DC 20515-1701,202-225-3115,,https://comer.house.gov/rss.xml,RepJamesComer,congressmancomer,,,C001108,,N00038260,,H6KY01110,76619,412676,35169,James Comer Jr.,,21565,James Comer (politician) -Evans,Dwight,,,,Dwight Evans,1954-05-16,M,rep,PA,3,,Democrat,https://evans.house.gov,1105 Longworth House Office Building Washington DC 20515-3803,202-225-4001,,https://evans.house.gov/rss.xml,RepDwightEvans,RepDwightEvans,,,E000296,,N00038450,,H6PA02171,56729,412677,9128,Dwight Evans,,21566,Dwight Evans (politician) -Harris,Kamala,,,,Kamala D. Harris,1964-10-20,F,sen,CA,,3,Democrat,https://www.harris.senate.gov,112 Hart Senate Office Building Washington DC 20510,202-224-3553,https://www.harris.senate.gov/contact,,SenKamalaHarris,SenatorKamalaHarris,,UCe1ciA1TDa5F9K6Ufr_6Fsw,H001075,,N00036915,S387,S6CA00584,1018696,412678,120012,Kamala Harris,,41701,Kamala Harris -Kennedy,John,Neely,,,John Kennedy,1951-11-21,M,sen,LA,,3,Republican,https://www.kennedy.senate.gov/public,416 Russell Senate Office Building Washington DC 20510,202-224-4623,https://www.kennedy.senate.gov/public/email-me,,SenJohnKennedy,JohnKennedyLouisiana,,,K000393,,N00026823,S389,S4LA00065,1011723,412679,35496,John Neely Kennedy,,41703,John Kennedy (Louisiana politician) -Hassan,Margaret,Wood,,Maggie,Margaret Wood Hassan,1958-02-27,F,sen,NH,,3,Democrat,https://www.hassan.senate.gov,324 Hart Senate Office Building Washington DC 20510,202-224-3324,https://www.hassan.senate.gov/content/contact-senator,,Senatorhassan,SenatorHassan,,,H001076,,N00038397,S388,S6NH00091,67481,412680,42552,Maggie Hassan,,41702,Maggie Hassan -Cortez Masto,Catherine,,,,Catherine Cortez Masto,1964-03-29,F,sen,NV,,3,Democrat,https://www.cortezmasto.senate.gov,516 Hart Senate Office Building Washington DC 20510,202-224-3542,https://www.cortezmasto.senate.gov/contact,,sencortezmasto,SenatorCortezMasto,,UCip_83SiKUqwnUT57VOXrCg,C001113,,N00037161,S385,S6NV00200,105698,412681,69579,Catherine Cortez Masto,,41700,Catherine Cortez Masto -Schneider,Bradley,S.,,Brad,Bradley Scott Schneider,1961-08-20,M,rep,IL,10,,Democrat,https://schneider.house.gov,1432 Longworth House Office Building Washington DC 20515-1310,202-225-4835,,http://schneider.house.gov/rss.xml,repschneider,CongressmanBradSchneider,RepBradSchneider,,S001190,02124,N00033101,,H2IL10068,63948,412534,134948,Brad Schneider,,21326,Brad Schneider -O’Halleran,Tom,,,,Tom O’Halleran,1946-01-24,M,rep,AZ,1,,Democrat,https://ohalleran.house.gov,324 Cannon House Office Building Washington DC 20515-0301,202-225-3361,,,repohalleran,repohalleran,,,O000171,,N00037515,,H6AZ01199,104523,412682,28499,,,21739,Tom O'Halleran -Biggs,Andy,,,,Andy Biggs,1958-11-07,M,rep,AZ,5,,Republican,https://biggs.house.gov,1318 Longworth House Office Building Washington DC 20515-0305,202-225-2635,,,RepAndyBiggsAZ,RepAndyBiggs,,UCqSq9kWOxk9yNTeILBCVC1w,B001302,,N00039293,,H6AZ05083,105145,412683,28088,,,21705,Andy Biggs -Khanna,Ro,,,,Ro Khanna,1976-09-13,M,rep,CA,17,,Democrat,https://khanna.house.gov,221 Cannon House Office Building Washington DC 20515-0517,202-225-2631,,,RepRoKhanna,RepRoKhanna,,UCr4KOYv1o1oEQhy1jhhm3pQ,K000389,,N00026427,,H4CA12055,31129,412684,29473,,,21728,Ro Khanna -Panetta,Jimmy,,,,Jimmy Panetta,1969-10-01,M,rep,CA,20,,Democrat,https://panetta.house.gov,212 Cannon House Office Building Washington DC 20515-0520,202-225-2861,,,RepJimmyPanetta,RepJimmyPanetta,,UCmw-aERG51C96edMDPN7fXQ,P000613,,N00038601,,H6CA20152,104727,412685,169078,,,21740,Jimmy Panetta -Carbajal,Salud,,,,Salud O. Carbajal,1964-11-18,M,rep,CA,24,,Democrat,https://carbajal.house.gov,1431 Longworth House Office Building Washington DC 20515-0524,202-225-3601,,,RepCarbajal,repsaludcarbajal,repcarbajal,,C001112,,N00037015,,H6CA24303,104728,412686,81569,,,21709,Salud Carbajal -Barragán,Nanette,,,,Nanette Diaz Barragán,1976-09-15,F,rep,CA,44,,Democrat,https://barragan.house.gov,1030 Longworth House Office Building Washington DC 20515-0544,202-225-8220,,,RepBarragan,CongresswomanBarragan,,,B001300,,N00037019,,H6CA44103,104730,412687,166270,,,21703,Nanette Barragán -Correa,J.,Luis,,,J. Luis Correa,1958-01-24,M,rep,CA,46,,Democrat,https://correa.house.gov,1039 Longworth House Office Building Washington DC 20515-0546,202-225-2965,,,reploucorrea,RepLouCorrea,,UCIKJJp4QJIDjnjodc23qKkw,C001110,,N00037260,,H6CA46116,46310,412688,9732,,,21711,Lou Correa -Blunt Rochester,Lisa,,,,Lisa Blunt Rochester,1962-02-10,F,rep,DE,0,,Democrat,https://bluntrochester.house.gov,1519 Longworth House Office Building Washington DC 20515-0800,202-225-4165,,,RepLBR,Rep.BluntRochester,,,B001303,,N00038414,,H6DE00206,104772,412689,173249,,,21706,Lisa Blunt Rochester -Gaetz,Matt,,,,Matt Gaetz,1982-05-07,M,rep,FL,1,,Republican,https://gaetz.house.gov,1721 Longworth House Office Building Washington DC 20515-0901,202-225-4136,,,RepMattGaetz,CongressmanMattGaetz,,UClqXcJew_A3s8qiX-T4a9CA,G000578,,N00039503,,H6FL01119,104528,412690,117101,,,21719,Matt Gaetz -Dunn,Neal,,,,Neal P. Dunn,1953-02-16,M,rep,FL,2,,Republican,https://dunn.house.gov,316 Cannon House Office Building Washington DC 20515-0902,202-225-5235,,,drnealdunnfl2,drnealdunnfl2,,UCRTGfrYP-RuDzJ2KGok7TRA,D000628,,N00037442,,H6FL02208,104529,412691,166297,,,21714,Neal Dunn -Rutherford,John,,,,John H. Rutherford,1952-09-02,M,rep,FL,4,,Republican,https://rutherford.house.gov,1711 Longworth House Office Building Washington DC 20515-0904,202-225-2501,,,RepRutherfordFL,RepRutherfordFL,,,R000609,,N00039777,,H6FL04105,104531,412692,172542,,,21744,John Rutherford (Florida politician) -Lawson,Al,,,,"Al Lawson, Jr.",1948-09-23,M,rep,FL,5,,Democrat,https://lawson.house.gov,1406 Longworth House Office Building Washington DC 20515-0905,202-225-0123,,,RepAlLawsonJr,RepAlLawsonJr,,,L000586,,N00030642,,H0FL02086,90480,412693,24263,,,21732,Al Lawson -Murphy,Stephanie,,,,Stephanie N. Murphy,1978-09-16,F,rep,FL,7,,Democrat,https://murphy.house.gov,1710 Longworth House Office Building Washington DC 20515-0907,202-225-4035,,,RepStephMurphy,RepStephMurphy,RepStephMurphy,,M001202,,N00040133,,H6FL07140,103502,412694,173426,,,21738,Stephanie Murphy -Soto,Darren,,,,Darren Soto,1978-02-25,M,rep,FL,9,,Democrat,https://soto.house.gov,1507 Longworth House Office Building Washington DC 20515-0909,202-225-9889,,,RepDarrenSoto,CongressmanDarrenSoto,repdarrensoto,,S001200,,N00037422,,H6FL09179,104534,412695,67618,,,21746,Darren Soto -Demings,Val,,,,Val Butler Demings,1957-03-12,F,rep,FL,10,,Democrat,https://demings.house.gov,217 Cannon House Office Building Washington DC 20515-0910,202-225-2176,,,RepValDemings,RepresentativeValDemings,,UCkcshqwFNJG6XeduOforhig,D000627,,N00033449,,H2FL08063,623713,412696,137637,,,21713,Val Demings -Crist,Charlie,,,,Charlie Crist,1956-07-24,M,rep,FL,13,,Democrat,https://crist.house.gov,215 Cannon House Office Building Washington DC 20515-0913,202-225-5961,,,repcharliecrist,RepCharlieCrist,,,C001111,,N00002942,,H6FL13205,7960,412697,24311,,,21712,Charlie Crist -Mast,Brian,,,,Brian J. Mast,1980-07-10,M,rep,FL,18,,Republican,https://mast.house.gov,2182 Rayburn House Office Building Washington DC 20515-0918,202-225-3026,,,repbrianmast,repbrianmast,repbrianmast,,M001199,,N00037269,,H6FL18097,104540,412698,166245,Brian Mast,,21735,Brian Mast -Rooney,Francis,,,,Francis Rooney,1953-12-04,M,rep,FL,19,,Republican,https://francisrooney.house.gov,120 Cannon House Office Building Washington DC 20515-0919,202-225-2536,,,RepRooney,RepRooney,,UC5dLBbrW1JwIGs9h248lk6g,R000607,,N00040007,,H6FL19087,73021,412699,172678,,,21742,Francis Rooney -Ferguson,A.,Drew,IV,,A. Drew Ferguson IV,1966-11-15,M,rep,GA,3,,Republican,https://ferguson.house.gov,1032 Longworth House Office Building Washington DC 20515-1003,202-225-5901,,,RepDrewFerguson,RepDrewFerguson,,UCuK7_j2sREWi_7wBAN477bg,F000465,,N00039090,,H6GA03113,104731,412700,168132,Drew Ferguson,,21717,Drew Ferguson (politician) -Krishnamoorthi,Raja,,,,Raja Krishnamoorthi,1973-07-19,M,rep,IL,8,,Democrat,https://krishnamoorthi.house.gov,115 Cannon House Office Building Washington DC 20515-1308,202-225-3711,,,congressmanraja,congressmanraja,,,K000391,,N00033240,,H6IL08147,103408,412701,117519,,,21730,Raja Krishnamoorthi -Banks,Jim,,,,Jim Banks,1979-07-16,M,rep,IN,3,,Republican,https://banks.house.gov,1713 Longworth House Office Building Washington DC 20515-1403,202-225-4436,,,RepJimBanks,RepJimBanks,,UC_FR6TySW9uxvhjozkis6Xg,B001299,,N00037185,,H6IN03229,89806,412702,116801,Jim Banks,,21702,Jim Banks -Hollingsworth,Trey,,,,Trey Hollingsworth,1983-09-12,M,rep,IN,9,,Republican,https://hollingsworth.house.gov,1641 Longworth House Office Building Washington DC 20515-1409,202-225-5315,,,reptrey,reptrey,,UCTgS8a_zLg8HpUnk5WXY5ag,H001074,,N00038429,,H6IN09176,104247,412703,167423,Trey Hollingsworth,,21725,Trey Hollingsworth -Marshall,Roger,,,,Roger W. Marshall,1960-08-09,M,rep,KS,1,,Republican,https://marshall.house.gov,312 Cannon House Office Building Washington DC 20515-1601,202-225-2715,,,RepMarshall,rogermarshallmd,,UCR3nOFMqBB-kRpKFwgapMaQ,M001198,,N00037034,,H6KS01179,103425,412704,172080,,,21734,Roger Marshall (politician) -Higgins,Clay,,,,Clay Higgins,1961-08-24,M,rep,LA,3,,Republican,https://clayhiggins.house.gov,424 Cannon House Office Building Washington DC 20515-1803,202-225-2031,,,RepClayHiggins,CongressmanClayHiggins,,,H001077,,N00039953,,H6LA03148,106094,412705,174484,,,21724,Clay Higgins -Johnson,Mike,,,,Mike Johnson,1972-01-30,M,rep,LA,4,,Republican,https://mikejohnson.house.gov,418 Cannon House Office Building Washington DC 20515-1804,202-225-2777,,,RepMikeJohnson,RepMikeJohnson,,UCzqBEpeIaDEfvAtsA53Fx2Q,J000299,,N00039106,,H6LA04138,106095,412706,156097,,,21727,Mike Johnson (Louisiana politician) -Brown,Anthony,,,,Anthony G. Brown,1961-11-21,M,rep,MD,4,,Democrat,https://anthonybrown.house.gov,1323 Longworth House Office Building Washington DC 20515-2004,202-225-8699,,,RepAnthonyBrown,RepAnthonyBrown,RepAnthonyBrown,,B001304,,N00036999,,H6MD04209,1029537,412707,19344,,,21707,Anthony G. Brown -Raskin,Jamie,,,,Jamie Raskin,1962-12-13,M,rep,MD,8,,Democrat,https://raskin.house.gov,412 Cannon House Office Building Washington DC 20515-2008,202-225-5341,,,repraskin,repraskin,,UChxDE6vho5BfBTOqiBsDmKg,R000606,,N00037036,,H6MD08457,12924,412708,65904,,,21741,Jamie Raskin -Bergman,Jack,,,,Jack Bergman,1947-02-02,M,rep,MI,1,,Republican,https://bergman.house.gov,414 Cannon House Office Building Washington DC 20515-2201,202-225-4735,,,RepJackBergman,RepJackBergman,RepJackBergman,,B001301,,N00039533,,H6MI01226,1020529,412709,170172,,,21704,Jack Bergman -Mitchell,Paul,,,,Paul Mitchell,1961-05-08,M,rep,MI,10,,Republican,https://mitchell.house.gov,211 Cannon House Office Building Washington DC 20515-2210,202-225-2106,,,RepPaulMitchell,reppaulmitchell,,UCisQXodHJRZDaLtFMq_TzWg,M001201,,N00036274,,H4MI04118,103809,412710,152464,,,21737,Paul Mitchell (politician) -Budd,Ted,,,,Ted Budd,1971-10-21,M,rep,NC,13,,Republican,https://budd.house.gov,118 Cannon House Office Building Washington DC 20515-3313,202-225-4531,,,RepTedBudd,RepTedBudd,,,B001305,,N00039551,,H6NC13129,103513,412712,171489,Ted Budd,,21708,Ted Budd -Bacon,Don,,,,Don Bacon,1963-08-16,M,rep,NE,2,,Republican,https://bacon.house.gov,1024 Longworth House Office Building Washington DC 20515-2702,202-225-4155,,,repdonbacon,RepDonBacon,,UCR9abI1lZzAZ6HwQXc-dLFQ,B001298,,N00037049,,H6NE02125,103442,412713,166299,,,21701,Don Bacon (politician) -Gottheimer,Josh,,,,Josh Gottheimer,1975-03-08,M,rep,NJ,5,,Democrat,https://gottheimer.house.gov,213 Cannon House Office Building Washington DC 20515-3005,202-225-4465,,,RepJoshG,RepJoshG,,,G000583,,N00036944,,H6NJ05171,9275683,412714,169202,,,21723,Josh Gottheimer -Rosen,Jacky,,,,Jacky Rosen,1957-08-02,F,sen,NV,,1,Democrat,https://www.rosen.senate.gov,144 Russell Senate Office Building Washington DC 20510,202-224-6244,https://www.rosen.senate.gov/contact_jacky,,SenJackyRosen,RepJackyRosen,,,R000608,,N00038734,S402,"H6NV03139,S8NV00156",104738,412715,169471,,,21743,Jacky Rosen -Suozzi,Thomas,,,,Thomas R. Suozzi,1962-08-31,M,rep,NY,3,,Democrat,https://suozzi.house.gov,214 Cannon House Office Building Washington DC 20515-3203,202-225-3335,,,RepTomSuozzi,RepTomSuozzi,,UCHjLmETJ7qXtciV7dlAzzgQ,S001201,,N00038742,,H6NY03247,104747,412717,92111,,,21747,Thomas Suozzi -Espaillat,Adriano,,,,Adriano Espaillat,1954-09-27,M,rep,NY,13,,Democrat,https://espaillat.house.gov,1630 Longworth House Office Building Washington DC 20515-3213,202-225-4365,,,RepEspaillat,RepEspaillat,,UCi0niBYFhEY70Dz8InbX5OQ,E000297,,N00034549,,H2NY13096,68413,412718,14379,,,21715,Adriano Espaillat -Fitzpatrick,Brian,,,,Brian K. Fitzpatrick,1973-12-17,M,rep,PA,1,,Republican,https://fitzpatrick.house.gov,1722 Longworth House Office Building Washington DC 20515-3801,202-225-4276,,,repbrianfitz,repbrianfitzpatrick,,UCYMNcgHss4_Q5JY2vSvMpgw,F000466,,N00038779,,H6PA08277,103537,412721,167708,,,21718,Brian Fitzpatrick (American politician) -Smucker,Lloyd,,,,Lloyd Smucker,1964-01-23,M,rep,PA,11,,Republican,https://smucker.house.gov,127 Cannon House Office Building Washington DC 20515-3811,202-225-2411,,,RepSmucker,RepSmucker,,UCs5iMvWy-oTHyf5HuwB7FCg,S001199,,N00038781,,H6PA16320,103540,412722,102454,,,21745,Lloyd Smucker -González-Colón,Jenniffer,,,,Jenniffer González-Colón,1976-08-05,F,rep,PR,0,,Republican,https://gonzalez-colon.house.gov,1609 Longworth House Office Building Washington DC 20515-5401,202-225-2615,,,repjenniffer,RepJennifferGonzalezColon,,UCZj99h3-GNKjGGeyp7AJeXw,G000582,,N00037615,,H6PR00082,67353,412723,,,,,Jenniffer González -Kustoff,David,,,,David Kustoff,1966-10-08,M,rep,TN,8,,Republican,https://kustoff.house.gov,523 Cannon House Office Building Washington DC 20515-4208,202-225-4714,,,repdavidkustoff,RepDavidKustoff,,UCK6U4plOKKMrCjv_h59spGQ,K000392,,N00025445,,H2TN07103,28903,412724,48997,,,21731,David Kustoff -Gonzalez,Vicente,,,,Vicente Gonzalez,1967-09-04,M,rep,TX,15,,Democrat,https://gonzalez.house.gov,113 Cannon House Office Building Washington DC 20515-4315,202-225-2531,,,RepGonzalez,USCongressmanVicenteGonzalez,,UC5H6oYLKQ_xIXO5CG7fh4hw,G000581,,N00038809,,H6TX15162,103568,412725,166483,,,21722,Vicente Gonzalez (politician) -Arrington,Jodey,,,,Jodey C. Arrington,1972-03-09,M,rep,TX,19,,Republican,https://arrington.house.gov,1029 Longworth House Office Building Washington DC 20515-4319,202-225-4005,,,RepArrington,JodeyArrington,,,A000375,,N00038285,,H6TX19099,1016482,412726,155685,,,21700,Jodey Arrington -McEachin,A.,Donald,,,A. Donald McEachin,1961-10-10,M,rep,VA,4,,Democrat,https://mceachin.house.gov,314 Cannon House Office Building Washington DC 20515-4604,202-225-6365,,,RepMcEachin,RepMcEachin,,UCMoPYHuZ3fZho0ZixZCfiFg,M001200,,N00039327,,H6VA04061,103621,412728,8230,,,21736,Donald McEachin -Jayapal,Pramila,,,,Pramila Jayapal,1965-09-21,F,rep,WA,7,,Democrat,https://jayapal.house.gov,1510 Longworth House Office Building Washington DC 20515-4707,202-225-3106,,,RepJayapal,RepJayapal,,UCmyD0_-2Oowkfwc_Raghclw,J000298,,N00038858,,H6WA07458,9267128,412730,153141,,,21726,Pramila Jayapal -Gallagher,Mike,,,,Mike Gallagher,1984-03-03,M,rep,WI,8,,Republican,https://gallagher.house.gov,1230 Longworth House Office Building Washington DC 20515-4908,202-225-5665,,,RepGallagher,RepMikeGallagher,,,G000579,,N00039330,,H6WI08155,104067,412731,171843,,,21720,Mike Gallagher (American politician) -Cheney,Liz,,,,Liz Cheney,1966-07-28,F,rep,WY,0,,Republican,https://cheney.house.gov,416 Cannon House Office Building Washington DC 20515-5000,202-225-2311,,,RepLizCheney,replizcheney,,UCvL57Zp99QdDllF-KGziUAA,C001109,,N00035504,,H6WY00159,86147,412732,171319,,,21710,Liz Cheney -Estes,Ron,,,,Ron Estes,1956-07-19,M,rep,KS,4,,Republican,https://estes.house.gov,1524 Longworth House Office Building Washington DC 20515-1604,202-225-6216,,,RepRonEstes,RepRonEstes,,UC2clc28qcehIqotHQcthnWA,E000298,,N00040712,,H8KS04112,107963,412735,125031,Ron Estes,,21750,Ron Estes -Gianforte,Greg,,,,Greg Gianforte,1961-04-17,M,rep,MT,0,,Republican,https://gianforte.house.gov,1222 Longworth House Office Building Washington DC 20515-2600,202-225-3211,,,,RepGianforte,,UCj4ocM2PHNKBbmMQF8k-wsQ,G000584,,N00040733,,H8MT01182,104895,412736,168594,Greg Gianforte,,21751,Greg Gianforte -Norman,Ralph,,Jr.,,Ralph Norman,1953-06-20,M,rep,SC,5,,Republican,https://norman.house.gov,319 Cannon House Office Building Washington DC 20515-4005,202-225-5501,,,RepRalphNorman,RepRalphNorman,,,N000190,,N00027783,,H8SC05158,61996,412738,47930,Ralph W. Norman,,21753,Ralph Norman -Gomez,Jimmy,,,,Jimmy Gomez,1974-11-25,M,rep,CA,34,,Democrat,https://gomez.house.gov,1530 Longworth House Office Building Washington DC 20515-0534,202-225-6235,,,RepJimmyGomez,RepJimmyGomez,,,G000585,,N00040597,,H8CA34266,108883,412739,138524,Jimmy Gomez,,21754,Jimmy Gomez -Curtis,John,,,,John R. Curtis,1960-05-10,M,rep,UT,3,,Republican,https://curtis.house.gov,125 Cannon House Office Building Washington DC 20515-4403,202-225-7751,,,RepJohnCurtis,RepJohnCurtis,,UChAQ4MD-HigmGnImSoAKBVA,C001114,,N00041221,,H8UT03238,,412740,123390,John Curtis (Utah),,21755,John Curtis (Utah politician) -Jones,Doug,,,,Doug Jones,1954-05-04,M,sen,AL,,2,Democrat,https://www.jones.senate.gov,330 Hart Senate Office Building Washington DC 20510,202-224-4124,https://www.jones.senate.gov/content/contact-senator,,sendougjones,senatordougjones,,UCL8akobkoN2lB5U3kaEjdBw,J000300,,N00024817,S393,S0AL00156,1024592,412741,176464,Doug Jones (Alabama),,41705,Doug Jones (politician) -Smith,Tina,Flint,,,Tina Smith,1958-03-04,F,sen,MN,,2,Democrat,https://www.smith.senate.gov,720 Hart Senate Office Building Washington DC 20510,202-224-5641,https://www.smith.senate.gov/contact-tina,,SenTinaSmith,USSenTinaSmith,,,S001203,,N00042353,S394,S8MN00578,111313,412742,152968,Tina Smith,,41706,Tina Smith -Hyde-Smith,Cindy,,,,Cindy Hyde-Smith,1959-05-10,F,sen,MS,,2,Republican,https://www.hydesmith.senate.gov,702 Hart Senate Office Building Washington DC 20510,202-224-5054,https://www.hydesmith.senate.gov/content/contact-senator,,SenHydeSmith,,,UCJHxkJhGST0NTlkzJHWV03Q,H001079,,N00043298,S395,S8MS00261,113208,412743,20784,Cindy Hyde-Smith,,41707,Cindy Hyde-Smith -Lamb,Conor,,,,Conor Lamb,1984-06-27,M,rep,PA,17,,Democrat,https://lamb.house.gov,1224 Longworth House Office Building Washington DC 20515-3817,202-225-2301,,,RepConorLamb,RepConorLamb,,UC7hX59n_ixS1Bz3f8Je02yA,L000588,,N00041870,,H8PA18181,,412744,177656,Conor Lamb,,21756,Conor Lamb -Lesko,Debbie,,,,Debbie Lesko,1958-11-14,F,rep,AZ,8,,Republican,https://lesko.house.gov,1113 Longworth House Office Building Washington DC 20515-0308,202-225-4576,,,RepDLesko,RepDebbieLesko,,,L000589,,N00042056,,H8AZ08158,,412745,106483,Debbie Lesko,,21757,Debbie Lesko -Cloud,Michael,,,,Michael Cloud,1975-05-13,M,rep,TX,27,,Republican,https://cloud.house.gov,1314 Longworth House Office Building Washington DC 20515-4327,202-225-7742,,,RepCloudTX,,,,C001115,,N00041882,,H8TX27049,10322,412746,177350,Michael Cloud (Texas),,21758,Michael Cloud -Balderson,Troy,,,,Troy Balderson,1962-01-16,M,rep,OH,12,,Republican,https://balderson.house.gov,1221 Longworth House Office Building Washington DC 20515-3512,202-225-5355,,,RepBalderson,,,,B001306,,N00042194,,H8OH12180,,412747,102781,Troy Balderson,,21759,Troy Balderson -Hern,Kevin,R.,,,Kevin Hern,1961-12-04,M,rep,OK,1,,Republican,https://hern.house.gov,1019 Longworth House Office Building Washington DC 20515-3601,202-225-2211,,,repkevinhern,,,,H001082,,N00040829,,H8OK01157,,412748,180004,Kevin Hern,,21760,Kevin Hern -Morelle,Joseph,D.,,,Joseph D. Morelle,1957-04-29,M,rep,NY,25,,Democrat,https://morelle.house.gov,1317 Longworth House Office Building Washington DC 20515-3225,202-225-3615,,,RepJoeMorelle,,,,M001206,,N00043207,,H8NY25105,,412749,4362,Joseph Morelle,,21761,Joseph Morelle -Scanlon,Mary,Gay,,,Mary Gay Scanlon,1959-08-30,F,rep,PA,5,,Democrat,https://scanlon.house.gov,1535 Longworth House Office Building Washington DC 20515-3805,202-225-2011,,,RepMGS,,,,S001205,,N00042706,,H8PA07200,,412750,178890,Mary Gay Scanlon,,21762,Mary Gay Scanlon -Wild,Susan,Ellis,,,Susan Wild,1957-06-07,F,rep,PA,7,,Democrat,https://wild.house.gov,1607 Longworth House Office Building Washington DC 20515-3807,202-225-6411,,,RepSusanWild,,,,W000826,,N00041997,,H8PA15229,,412751,178895,Susan Wild,,21763,Susan Wild -Case,Ed,,,,Ed Case,1952-09-27,M,rep,HI,1,,Democrat,https://case.house.gov,2443 Rayburn House Office Building Washington DC 20515-1101,202-225-2726,,,RepEdCase,,,,C001055,01693,N00025882,,H2HI02128,,400069,,,,20322,Ed Case -Horsford,Steven,A.,,,Steven Horsford,1973-04-29,M,rep,NV,4,,Democrat,https://horsford.house.gov,1330 Longworth House Office Building Washington DC 20515-2804,202-225-9894,,http://horsford.house.gov/rss.xml,RepHorsford,,,,H001066,02147,N00033638,,H2NV04011,79614,412559,44064,Steven Horsford,,21339,Steven Horsford -Kirkpatrick,Ann,,,,Ann Kirkpatrick,1950-03-24,F,rep,AZ,2,,Democrat,https://kirkpatrick.house.gov,309 Cannon House Office Building Washington DC 20515-0302,202-225-2542,,http://kirkpatrick.house.gov/rss.xml,RepKirkpatrick,,,,K000368,01907,N00029260,,H8AZ01104,1031338,412286,28425,Ann Kirkpatrick,,20902,Ann Kirkpatrick -Stanton,Greg,,,,Greg Stanton,1970-03-08,M,rep,AZ,9,,Democrat,https://stanton.house.gov,128 Cannon House Office Building Washington DC 20515-0309,202-225-9888,,,RepGregStanton,,,,S001211,,N00041750,,H8AZ09040,,412753,72030,,,21968,Greg Stanton -Harder,Josh,,,,Josh Harder,1986-08-01,M,rep,CA,10,,Democrat,https://harder.house.gov,131 Cannon House Office Building Washington DC 20515-0510,202-225-4540,,,RepJoshHarder,,,,H001090,,N00040853,,H8CA10126,,412754,179326,Josh Harder,,21930,Josh Harder -Cox,TJ,,,,TJ Cox,1963-07-18,M,rep,CA,21,,Democrat,https://cox.house.gov,1728 Longworth House Office Building Washington DC 20515-0521,202-225-4695,,,RepTjCox,,,,C001124,,N00028122,,H8CA10167,,412755,57197,TJ Cox,,21909,TJ Cox -Cisneros,Gilbert,Ray,,,"Gilbert Ray Cisneros, Jr.",1971-02-12,M,rep,CA,39,,Democrat,https://cisneros.house.gov,431 Cannon House Office Building Washington DC 20515-0539,202-225-4111,,,RepGilCisneros,,,,C001123,,N00041464,,H8CA39174,,412757,179370,,,21907,Gil Cisneros -Porter,Katie,,,,Katie Porter,1974-01-03,F,rep,CA,45,,Democrat,https://porter.house.gov,1117 Longworth House Office Building Washington DC 20515-0545,202-225-5611,,,RepKatiePorter,,,,P000618,,N00040865,,H8CA45130,,412758,179393,,,21954,Katie Porter -Rouda,Harley,,,,Harley Rouda,1961-12-10,M,rep,CA,48,,Democrat,https://rouda.house.gov,2300 Rayburn House Office Building Washington DC 20515-0548,202-225-2415,,,RepHarley,,,,R000616,,N00040666,,H8CA48035,,412759,179404,,,21960,Harley Rouda -Levin,Mike,,,,Mike Levin,1978-10-28,M,rep,CA,49,,Democrat,https://mikelevin.house.gov,1626 Longworth House Office Building Washington DC 20515-0549,202-225-3906,,,RepMikeLevin,,,,L000593,,N00040667,,H8CA49058,,412760,179416,,,21939,Mike Levin -Neguse,Joe,,,,Joe Neguse,1984-05-13,M,rep,CO,2,,Democrat,https://neguse.house.gov,1419 Longworth House Office Building Washington DC 20515-0602,202-225-2161,,,RepJoeNeguse,,,,N000191,,N00041080,,H8CO02160,,412761,151075,,,21948,Joe Neguse -Crow,Jason,,,,Jason Crow,1979-03-15,M,rep,CO,6,,Democrat,https://crow.house.gov,1229 Longworth House Office Building Washington DC 20515-0606,202-225-7882,,,RepJasonCrow,,,,C001121,,N00040876,,H8CO06229,,412762,180218,,,21912,Jason Crow -Hayes,Jahana,,,,Jahana Hayes,1973-03-08,F,rep,CT,5,,Democrat,https://hayes.house.gov,1415 Longworth House Office Building Washington DC 20515-0705,202-225-4476,,,RepJahanaHayes,,,,H001081,,N00043421,,H8CT05245,,412763,181744,,,21931,Jahana Hayes -Waltz,Michael,,,,Michael Waltz,1974-01-31,M,rep,FL,6,,Republican,https://waltz.house.gov,216 Cannon House Office Building Washington DC 20515-0906,202-225-2706,,,RepMichaelWaltz,,,,W000823,,N00042403,,H8FL06148,,412764,,,,21981,Michael Waltz -Spano,Ross,,,,Ross Spano,1966-07-16,M,rep,FL,15,,Republican,https://spano.house.gov,224 Cannon House Office Building Washington DC 20515-0915,202-225-1252,,,RepRossSpano,,,,S001210,,N00043319,,H8FL15230,,412765,142164,,,21967,Ross Spano -Steube,W.,Gregory,,,W. Gregory Steube,1978-05-19,M,rep,FL,17,,Republican,https://steube.house.gov,521 Cannon House Office Building Washington DC 20515-0917,202-225-5792,,,RepGregSteube,,,,S001214,,N00042808,,H8FL17053,,412766,117248,,,21971,Greg Steube -Mucarsel-Powell,Debbie,,,,Debbie Mucarsel-Powell,1971-01-18,F,rep,FL,26,,Democrat,https://mucarsel-powell.house.gov,114 Cannon House Office Building Washington DC 20515-0926,202-225-2778,,,RepDMP,,,,M001207,,N00041561,,H8FL26039,,412767,173449,Debbie Mucarsel-Powell,,21947,Debbie Mucarsel-Powell -Shalala,Donna,E.,,,Donna E. Shalala,1941-02-14,F,rep,FL,27,,Democrat,https://shalala.house.gov,1320 Longworth House Office Building Washington DC 20515-0927,202-225-3931,,,RepShalala,,,,S001206,,N00042811,,H8FL27193,,412768,182301,,,21963,Donna Shalala -McBath,Lucy,,,,Lucy McBath,1960-06-01,F,rep,GA,6,,Democrat,https://mcbath.house.gov,1513 Longworth House Office Building Washington DC 20515-1006,202-225-4501,,,replucymcbath,,,,M001208,,N00042813,,H8GA06393,,412769,178538,,,21944,Lucy McBath -San Nicolas,Michael,F. Q.,,,Michael F. Q. San Nicolas,1981-01-30,M,rep,GU,0,,Democrat,https://sannicolas.house.gov,1632 Longworth House Office Building Washington DC 20515-5301,202-225-1188,,,GuamCongressman,CongressmanMichaelF.Q.SanNicolas,,UCVroMJWH3jsh4shPSlp24sw,S001204,,N00042619,,H8GU01020,,412770,,,,,Michael San Nicolas -Finkenauer,Abby,,,,Abby Finkenauer,1988-12-27,F,rep,IA,1,,Democrat,https://finkenauer.house.gov,124 Cannon House Office Building Washington DC 20515-1501,202-225-2911,,,RepFinkenauer,,,,F000467,,N00040888,,H8IA01094,,412771,151127,Abby Finkenauer,,21918,Abby Finkenauer -Axne,Cynthia,,,,Cynthia Axne,1965-04-20,F,rep,IA,3,,Democrat,https://axne.house.gov,330 Cannon House Office Building Washington DC 20515-1503,202-225-5476,,,RepCindyAxne,,,,A000378,,N00041104,,H8IA03124,,412772,179226,Cindy Axne,,21902,Cindy Axne -Fulcher,Russ,,,,Russ Fulcher,1973-07-19,M,rep,ID,1,,Republican,https://fulcher.house.gov,1520 Longworth House Office Building Washington DC 20515-1201,202-225-6611,,,RepRussFulcher,,,,F000469,,N00041335,,H8ID01124,,412773,33091,,,21920,Russ Fulcher -García,Jesús,G.,,,"Jesús G. ""Chuy"" García",1956-04-12,M,rep,IL,4,,Democrat,https://chuygarcia.house.gov,530 Cannon House Office Building Washington DC 20515-1304,202-225-8203,,,RepChuyGarcia,,,,G000586,,N00042114,,H8IL04134,,412774,6261,,,21921,"Jesús ""Chuy"" García" -Casten,Sean,,,,Sean Casten,1971-11-23,M,rep,IL,6,,Democrat,https://casten.house.gov,429 Cannon House Office Building Washington DC 20515-1306,202-225-4561,,,RepCasten,,,,C001117,,N00041338,,H8IL06139,,412775,,,,21906,Sean Casten -Underwood,Lauren,,,,Lauren Underwood,1986-10-04,F,rep,IL,14,,Democrat,https://underwood.house.gov,1118 Longworth House Office Building Washington DC 20515-1314,202-225-2976,,,RepUnderwood,,,,U000040,,N00041569,,H8IL14174,,412776,177001,,,21979,Lauren Underwood -Baird,James,R.,,,James R. Baird,1945-06-04,M,rep,IN,4,,Republican,https://baird.house.gov,532 Cannon House Office Building Washington DC 20515-1404,202-225-5037,,,RepJimBaird,,,,B001307,,N00041954,,H8IN04199,,412777,86013,,,21903,Jim Baird (politician) -Pence,Greg,,,,Greg Pence,1956-11-14,M,rep,IN,6,,Republican,https://pence.house.gov,222 Cannon House Office Building Washington DC 20515-1406,202-225-3021,,,RepGregPence,,,,P000615,,N00041956,,H8IN06129,,412778,177876,,,21952,Greg Pence -Watkins,Steven,C.,,,Steve Watkins,1976-09-18,M,rep,KS,2,,Republican,https://watkins.house.gov,1205 Longworth House Office Building Washington DC 20515-1602,202-225-6601,,,Rep_Watkins,,,,W000824,,N00042126,,H8KS02199,,412779,,,,21982,Steve Watkins -Davids,Sharice,,,,Sharice Davids,1980-05-22,F,rep,KS,3,,Democrat,https://davids.house.gov,1541 Longworth House Office Building Washington DC 20515-1603,202-225-2865,,,RepDavids,,,,D000629,,N00042626,,H8KS03155,,412780,181201,Sharice Davids,,21914,Sharice Davids -Trahan,Lori,,,,Lori Trahan,1973-10-27,F,rep,MA,3,,Democrat,https://trahan.house.gov,1616 Longworth House Office Building Washington DC 20515-2103,202-225-3411,,,RepLoriTrahan,,,,T000482,,N00041808,,H8MA03106,,412781,182310,,,21977,Lori Trahan -Pressley,Ayanna,,,,Ayanna Pressley,1974-02-03,F,rep,MA,7,,Democrat,https://pressley.house.gov,1108 Longworth House Office Building Washington DC 20515-2107,202-225-5111,,,RepPressley,,,,P000617,,N00042581,,H8MA07032,,412782,122700,,,21955,Ayanna Pressley -Trone,David,J.,,,David J. Trone,1955-09-21,M,rep,MD,6,,Democrat,https://trone.house.gov,1213 Longworth House Office Building Washington DC 20515-2006,202-225-2721,,,repdavidtrone,,,,T000483,,N00039122,,H6MD08549,,412783,167336,,,21978,David Trone -Slotkin,Elissa,,,,Elissa Slotkin,1976-07-10,F,rep,MI,8,,Democrat,https://slotkin.house.gov,1531 Longworth House Office Building Washington DC 20515-2208,202-225-4872,,,RepSlotkin,,,,S001208,,N00041357,,H8MI08102,,412784,181080,Elissa Slotkin,,21965,Elissa Slotkin -Levin,Andy,,,,Andy Levin,1960-08-01,M,rep,MI,9,,Democrat,https://andylevin.house.gov,228 Cannon House Office Building Washington DC 20515-2209,202-225-4961,,,RepAndyLevin,,,,L000592,,N00042149,,H8MI09118,,412785,66287,,,21940,Andy Levin -Stevens,Haley,M.,,,Haley M. Stevens,1983-06-24,F,rep,MI,11,,Democrat,https://stevens.house.gov,227 Cannon House Office Building Washington DC 20515-2211,202-225-8171,,,RepHaleyStevens,,,,S001215,,N00040915,,H8MI11254,,412786,181092,Haley Stevens,,21972,Haley Stevens -Tlaib,Rashida,,,,Rashida Tlaib,1976-07-24,F,rep,MI,13,,Democrat,https://tlaib.house.gov,1628 Longworth House Office Building Washington DC 20515-2213,202-225-5126,,,RepRashida,,,,T000481,,N00042649,,H8MI13250,,412787,105368,,,21975,Rashida Tlaib -Hagedorn,Jim,,,,Jim Hagedorn,1962-08-04,M,rep,MN,1,,Republican,https://hagedorn.house.gov,325 Cannon House Office Building Washington DC 20515-2301,202-225-2472,,,RepHagedorn,,,,H001088,,N00031390,,H0MN01045,,412788,146027,,,21929,Jim Hagedorn -Craig,Angie,,,,Angie Craig,1972-02-14,F,rep,MN,2,,Democrat,https://craig.house.gov,1523 Longworth House Office Building Washington DC 20515-2302,202-225-2271,,,RepAngieCraig,,,,C001119,,N00037039,,H6MN02131,,412789,166261,Angie Craig,,21910,Angie Craig -Phillips,Dean,,,,Dean Phillips,1969-01-20,M,rep,MN,3,,Democrat,https://phillips.house.gov,1305 Longworth House Office Building Washington DC 20515-2303,202-225-2871,,,RepDeanPhillips,,,,P000616,,N00041134,,H8MN03143,,412790,181357,,,21953,Dean Phillips -Omar,Ilhan,,,,Ilhan Omar,1981-10-04,F,rep,MN,5,,Democrat,https://omar.house.gov,1517 Longworth House Office Building Washington DC 20515-2305,202-225-4755,,,Ilhan,,,,O000173,,N00043581,,H8MN05239,,412791,171628,,,21950,Ilhan Omar -Stauber,Pete,,,,Pete Stauber,1966-05-10,M,rep,MN,8,,Republican,https://stauber.house.gov,126 Cannon House Office Building Washington DC 20515-2308,202-225-6211,,,RepPeteStauber,,,,S001212,,N00041511,,H8MN08043,,412792,159954,,,21969,Pete Stauber -Guest,Michael,,,,Michael Guest,1970-02-04,M,rep,MS,3,,Republican,https://guest.house.gov,230 Cannon House Office Building Washington DC 20515-2403,202-225-5031,,,RepMichaelGuest,,,,G000591,,N00042458,,H8MS03125,,412793,,,,21927,Michael Guest (politician) -Armstrong,Kelly,,,,Kelly Armstrong,1976-10-08,M,rep,ND,0,,Republican,https://armstrong.house.gov,1004 Longworth House Office Building Washington DC 20515-3400,202-225-2611,,,RepArmstrongND,,,,A000377,,N00042868,,H8ND00096,,412794,139338,,,21901,Kelly Armstrong -Pappas,Chris,,,,Chris Pappas,1980-06-04,M,rep,NH,1,,Democrat,https://pappas.house.gov,323 Cannon House Office Building Washington DC 20515-2901,202-225-5456,,,RepChrisPappas,,,,P000614,,N00042161,,H8NH01210,,412795,,,,21951,Chris Pappas (politician) -Van Drew,Jefferson,,,,Jefferson Van Drew,1953-02-23,M,rep,NJ,2,,Republican,https://vandrew.house.gov,331 Cannon House Office Building Washington DC 20515-3002,202-225-6572,,,CongressmanJVD,,,,V000133,,N00042164,,H8NJ02166,,412796,24685,,,21980,Jeff Van Drew -Kim,Andy,,,,Andy Kim,1982-07-12,M,rep,NJ,3,,Democrat,https://kim.house.gov,1516 Longworth House Office Building Washington DC 20515-3003,202-225-4765,,,RepAndyKimNJ,,,,K000394,,N00041370,,H8NJ03206,,412797,,,,21937,Andy Kim (politician) -Malinowski,Tom,,,,Tom Malinowski,1965-09-23,M,rep,NJ,7,,Democrat,https://malinowski.house.gov,426 Cannon House Office Building Washington DC 20515-3007,202-225-5361,,,RepMalinowski,,,,M001203,,N00041843,,H8NJ07223,,412798,179645,Tom Malinowski,,21942,Tom Malinowski -Sherrill,Mikie,,,,Mikie Sherrill,1972-01-19,F,rep,NJ,11,,Democrat,https://sherrill.house.gov,1208 Longworth House Office Building Washington DC 20515-3011,202-225-5034,,,RepSherrill,,,,S001207,,N00041154,,H8NJ11142,,412799,179651,Mikie Sherrill,,21964,Mikie Sherrill -Haaland,Debra,A.,,,Debra A. Haaland,1960-12-02,F,rep,NM,1,,Democrat,https://haaland.house.gov,1237 Longworth House Office Building Washington DC 20515-3101,202-225-6316,,,RepDebHaaland,,,,H001080,,N00040933,,H8NM01331,,412800,149368,,,21928,Deb Haaland -Torres Small,Xochitl,,,,Xochitl Torres Small,1984-11-15,F,rep,NM,2,,Democrat,https://torressmall.house.gov,430 Cannon House Office Building Washington DC 20515-3102,202-225-2365,,,RepTorresSmall,,,,T000484,,N00042467,,H8NM02248,,412801,177978,,,21976,Xochitl Torres Small -Lee,Susie,,,,Susie Lee,1966-11-07,F,rep,NV,3,,Democrat,https://susielee.house.gov,522 Cannon House Office Building Washington DC 20515-2803,202-225-3252,,,RepSusieLee,,,,L000590,,N00037247,,H6NV04020,,412802,169344,,,21938,Susie Lee -Rose,Max,,,,Max Rose,1986-11-28,M,rep,NY,11,,Democrat,https://maxrose.house.gov,1529 Longworth House Office Building Washington DC 20515-3211,202-225-3371,,,RepMaxRose,,,,R000613,,N00041588,,H8NY11113,,412803,,,,21958,Max Rose -Ocasio-Cortez,Alexandria,,,,Alexandria Ocasio-Cortez,1989-10-13,F,rep,NY,14,,Democrat,https://ocasio-cortez.house.gov,229 Cannon House Office Building Washington DC 20515-3214,202-225-3965,,,RepAOC,,,,O000172,,N00041162,,H8NY15148,,412804,180416,Alexandria Ocasio-Cortez,,21949,Alexandria Ocasio-Cortez -Delgado,Antonio,,,,Antonio Delgado,1977-01-19,M,rep,NY,19,,Democrat,https://delgado.house.gov,1007 Longworth House Office Building Washington DC 20515-3219,202-225-5614,,,repdelgado,,,,D000630,,N00040741,,H8NY19181,,412805,,,,21916,Antonio Delgado (politician) -Brindisi,Anthony,,,,Anthony Brindisi,1978-11-22,M,rep,NY,22,,Democrat,https://brindisi.house.gov,329 Cannon House Office Building Washington DC 20515-3222,202-225-3665,,,RepBrindisi,,,,B001308,,N00041385,,H8NY22151,,412806,135258,Anthony Brindisi,,21904,Anthony Brindisi -Gonzalez,Anthony,,,,Anthony Gonzalez,1984-09-19,M,rep,OH,16,,Republican,https://anthonygonzalez.house.gov,1023 Longworth House Office Building Washington DC 20515-3516,202-225-3876,,,RepAGonzalez,,,,G000588,,N00041690,,H8OH16124,,412807,,,,21924,Anthony Gonzalez -Horn,Kendra,S.,,,Kendra S. Horn,1976-06-09,F,rep,OK,5,,Democrat,https://horn.house.gov,415 Cannon House Office Building Washington DC 20515-3605,202-225-2132,,,RepKendraHorn,,,,H001083,,N00041394,,H8OK05109,,412808,180018,,,21933,Kendra Horn -Dean,Madeleine,,,,Madeleine Dean,1959-06-06,F,rep,PA,4,,Democrat,https://dean.house.gov,129 Cannon House Office Building Washington DC 20515-3804,202-225-4731,,,RepDean,,,,D000631,,N00042894,,H8PA04116,,412809,136484,,,21915,Madeleine Dean -Houlahan,Chrissy,,,,Chrissy Houlahan,1967-06-05,F,rep,PA,6,,Democrat,https://houlahan.house.gov,1218 Longworth House Office Building Washington DC 20515-3806,202-225-4315,,,RepHoulahan,,,,H001085,,N00040949,,H8PA06087,,412810,178893,Chrissy Houlahan,,21934,Chrissy Houlahan -Meuser,Daniel,,,,Daniel Meuser,1964-02-10,M,rep,PA,9,,Republican,https://meuser.house.gov,326 Cannon House Office Building Washington DC 20515-3809,202-225-6511,,,RepMeuser,,,,M001204,,N00029416,,H8PA10147,,412811,102438,,,21945,Dan Meuser -Joyce,John,,,,John Joyce,1957-02-08,M,rep,PA,13,,Republican,https://johnjoyce.house.gov,1337 Longworth House Office Building Washington DC 20515-3813,202-225-2431,,,RepJohnJoyce,,,,J000302,,N00043242,,H8PA13125,,412812,,,,21936,John Joyce (American politician) -Reschenthaler,Guy,,,,Guy Reschenthaler,1983-04-17,M,rep,PA,14,,Republican,https://reschenthaler.house.gov,531 Cannon House Office Building Washington DC 20515-3814,202-225-2065,,,GReschenthaler,,,,R000610,,N00041871,,H8PA18199,,412813,166004,,,21956,Guy Reschenthaler -Cunningham,Joe,,,,Joe Cunningham,1982-05-26,M,rep,SC,1,,Democrat,https://cunningham.house.gov,423 Cannon House Office Building Washington DC 20515-4001,202-225-3176,,,RepCunningham,,,,C001122,,N00041400,,H8SC01116,,412814,179601,,,21913,Joe Cunningham (American politician) -Timmons,William,R.,,,William R. Timmons IV,1984-04-30,M,rep,SC,4,,Republican,https://timmons.house.gov,313 Cannon House Office Building Washington DC 20515-4004,202-225-6030,,,RepTimmons,,,,T000480,,N00042715,,H8SC04250,,412815,168923,,,21974,William Timmons -Johnson,Dusty,,,,Dusty Johnson,1976-09-30,M,rep,SD,0,,Republican,https://dustyjohnson.house.gov,1508 Longworth House Office Building Washington DC 20515-4100,202-225-2801,,,RepDustyJohnson,,,,J000301,,N00040559,,H8SD01055,,412816,48307,,,21935,Dusty Johnson -Burchett,Tim,,,,Tim Burchett,1964-08-25,M,rep,TN,2,,Republican,https://burchett.house.gov,1122 Longworth House Office Building Washington DC 20515-4202,202-225-5435,,,RepTimBurchett,,,,B001309,,N00041594,,H8TN02119,,412817,24379,,,21905,Tim Burchett -Rose,John,W.,,,John W. Rose,1965-02-23,M,rep,TN,6,,Republican,https://johnrose.house.gov,1232 Longworth House Office Building Washington DC 20515-4206,202-225-4231,,,RepJohnRose,,,,R000612,,N00041599,,H8TN06094,,412818,180452,,,21959,John Rose (Tennessee politician) -Green,Mark,E.,,,Mark E. Green,1964-11-08,M,rep,TN,7,,Republican,https://markgreen.house.gov,533 Cannon House Office Building Washington DC 20515-4207,202-225-2811,,,RepMarkGreen,,,,G000590,,N00041873,,H8TN07076,,412819,139030,,,21926,Mark E. Green -Crenshaw,Dan,,,,Dan Crenshaw,1984-03-14,M,rep,TX,2,,Republican,https://crenshaw.house.gov,413 Cannon House Office Building Washington DC 20515-4302,202-225-6565,,,RepDanCrenshaw,,,,C001120,,N00042224,,H8TX02166,,412820,177270,,,21911,Dan Crenshaw -Taylor,Van,,,,Van Taylor,1972-08-01,M,rep,TX,3,,Republican,https://vantaylor.house.gov,1404 Longworth House Office Building Washington DC 20515-4303,202-225-4201,,,RepVanTaylor,,,,T000479,,N00027709,,H8TX03123,,412821,,,,21973,Van Taylor -Gooden,Lance,,,,Lance Gooden,1982-12-01,M,rep,TX,5,,Republican,https://gooden.house.gov,425 Cannon House Office Building Washington DC 20515-4305,202-225-3484,,,RepLanceGooden,,,,G000589,,N00042237,,H8TX05144,,412822,177282,,,21925,Lance Gooden -Wright,Ron,,,,Ron Wright,1953-04-08,M,rep,TX,6,,Republican,https://wright.house.gov,428 Cannon House Office Building Washington DC 20515-4306,202-225-2002,,,RepRonWright,,,,W000827,,N00042240,,H8TX06233,,412823,,,,21984,Ron Wright (politician) -Fletcher,Lizzie,,,,Lizzie Fletcher,1975-02-13,F,rep,TX,7,,Democrat,https://fletcher.house.gov,1429 Longworth House Office Building Washington DC 20515-4307,202-225-2571,,,RepFletcher,,,,F000468,,N00041194,,H8TX07140,,412824,177031,Lizzie Pannill Fletcher,,21919,Lizzie Fletcher -Escobar,Veronica,,,,Veronica Escobar,1969-09-15,F,rep,TX,16,,Democrat,https://escobar.house.gov,1505 Longworth House Office Building Washington DC 20515-4316,202-225-4831,,,RepEscobar,,,,E000299,,N00041702,,H8TX16109,,412825,99345,,,21917,Veronica Escobar -Roy,Chip,,,,Chip Roy,1972-08-07,M,rep,TX,21,,Republican,https://roy.house.gov,1319 Longworth House Office Building Washington DC 20515-4321,202-225-4236,,,RepChipRoy,,,,R000614,,N00042268,,H8TX21307,,412826,177319,,,21961,Chip Roy -Garcia,Sylvia,R.,,,Sylvia R. Garcia,1950-09-06,F,rep,TX,29,,Democrat,https://sylviagarcia.house.gov,1620 Longworth House Office Building Washington DC 20515-4329,202-225-1688,,,RepSylviaGarcia,,,,G000587,,N00042282,,H8TX29052,,412827,49734,,,21922,Sylvia Garcia -Allred,Colin,Z.,,,Colin Z. Allred,1983-04-15,M,rep,TX,32,,Democrat,https://allred.house.gov,328 Cannon House Office Building Washington DC 20515-4332,202-225-2231,,,RepColinAllred,,,,A000376,,N00040989,,H8TX32098,,412828,177357,,,21900,Colin Allred -McAdams,Ben,,,,Ben McAdams,1974-12-05,M,rep,UT,4,,Democrat,https://mcadams.house.gov,130 Cannon House Office Building Washington DC 20515-4404,202-225-3011,,,RepBenMcAdams,,,,M001209,,N00042013,,H8UT04053,,412829,117512,,,21943,Ben McAdams -Luria,Elaine,G.,,,Elaine G. Luria,1975-08-15,F,rep,VA,2,,Democrat,https://luria.house.gov,534 Cannon House Office Building Washington DC 20515-4602,202-225-4215,,,RepElaineLuria,,,,L000591,,N00042293,,H8VA02111,,412830,179677,Elaine Luria,,21941,Elaine Luria -Riggleman,Denver,,,,Denver Riggleman,1970-03-01,M,rep,VA,5,,Republican,https://riggleman.house.gov,1022 Longworth House Office Building Washington DC 20515-4605,202-225-4711,,,RepRiggleman,,,,R000611,,N00043541,,H8VA05171,,412831,181445,,,21957,Denver Riggleman -Cline,Ben,,,,Ben Cline,1972-02-29,M,rep,VA,6,,Republican,https://cline.house.gov,1009 Longworth House Office Building Washington DC 20515-4606,202-225-5431,,,RepBenCline,,,,C001118,,N00042296,,H8VA06104,,412832,50959,,,21908,Ben Cline -Spanberger,Abigail,Davis,,,Abigail Davis Spanberger,1979-08-07,F,rep,VA,7,,Democrat,https://spanberger.house.gov,1239 Longworth House Office Building Washington DC 20515-4607,202-225-2815,,,RepSpanberger,,,,S001209,,N00041418,,H8VA07094,,412833,179682,,,21966,Abigail Spanberger -Wexton,Jennifer,,,,Jennifer Wexton,1968-05-27,F,rep,VA,10,,Democrat,https://wexton.house.gov,1217 Longworth House Office Building Washington DC 20515-4610,202-225-5136,,,RepWexton,,,,W000825,,N00041002,,H8VA10106,,412834,147013,,,21983,Jennifer Wexton -Schrier,Kim,,,,Kim Schrier,1968-08-23,F,rep,WA,8,,Democrat,https://schrier.house.gov,1123 Longworth House Office Building Washington DC 20515-4708,202-225-7761,,,RepKimSchrier,,,,S001216,,N00041606,,H8WA08189,,412835,181124,,,21962,Kim Schrier -Steil,Bryan,,,,Bryan Steil,1981-03-30,M,rep,WI,1,,Republican,https://steil.house.gov,1408 Longworth House Office Building Washington DC 20515-4901,202-225-3031,,,RepBryanSteil,,,,S001213,,N00043379,,H8WI01156,,412836,,,,21970,Bryan Steil -Miller,Carol,D.,,,Carol D. Miller,1950-11-04,F,rep,WV,3,,Republican,https://miller.house.gov,1605 Longworth House Office Building Washington DC 20515-4803,202-225-3452,,,RepCarolMiller,,,,M001205,,N00041542,,H8WV03097,,412837,52123,,,21946,Carol Miller (politician) -Scott,Rick,,,,Rick Scott,1952-12-01,M,sen,FL,,1,Republican,https://www.rickscott.senate.gov,716 Hart Senate Office Building Washington DC 20510,202-224-5274,https://www.rickscott.senate.gov/contact_rick,,SenRickScott,RickScottSenOffice,,UC-Y9pFmW4PYGZHkC8lcqSkQ,S001217,,N00043290,S404,S8FL00273,,412838,124204,Rick Scott,,41903,Rick Scott -Braun,Mike,,,,Mike Braun,1954-03-24,M,sen,IN,,1,Republican,https://www.braun.senate.gov,374 Russell Senate Office Building Washington DC 20510,202-224-4814,http://www.braun.senate.gov/contact-mike,,SenatorBraun,,,,B001310,,N00041731,S397,S8IN00171,,412839,148564,Mike Braun,,41900,Mike Braun -Hawley,Joshua,,,,Josh Hawley,1979-12-31,M,sen,MO,,1,Republican,https://www.hawley.senate.gov,212 Russell Senate Office Building Washington DC 20510,202-224-6154,https://www.hawley.senate.gov/contact-senator-hawley,,SenHawleyPress,,,,H001089,,N00041620,S399,S8MO00160,,412840,169716,Josh Hawley,,41901,Josh Hawley -Romney,Mitt,,,,Mitt Romney,1947-03-12,M,sen,UT,,1,Republican,https://www.romney.senate.gov,124 Russell Senate Office Building Washington DC 20510,202-224-5251,https://www.romney.senate.gov/contact-senator-romney,,SenatorRomney,,,,R000615,,N00000286,S401,"S8UT00176,S4MA00143",,412841,21942,Mitt Romney,,41902,Mitt Romney -McSally,Martha,,,,Martha McSally,1966-03-22,F,sen,AZ,,3,Republican,https://www.mcsally.senate.gov,404 Russell Senate Office Building Washington DC 20510,202-224-2235,https://www.mcsally.senate.gov/contact_martha,,SenMcSallyAZ,,,,M001197,02225,N00033982,S400,"S8AZ00221,H2AZ08102",29126,412611,137299,,,21501,Martha McSally -Golden,Jared,Forrest,,,Jared F. Golden,1982-07-25,M,rep,ME,2,,Democrat,https://golden.house.gov,1223 Longworth House Office Building Washington DC 20515-1902,202-225-6306,,,repgolden,,,,G000592,,N00041668,,H8ME02185,,412842,151420,,,21923,Jared Golden -Keller,Fred,,,,Fred Keller,1965-10-23,M,rep,PA,12,,Republican,https://keller.house.gov,1717 Longworth House Office Building Washington DC 20515-3812,202-225-3731,,,RepFredKeller,CongressmanFredKeller,,UC_IluBx9m7HWoNhEYSoPQNQ,K000395,,N00044065,,H0PA12181,,412843,119553,,,21985,Fred Keller (politician) -Bishop,Dan,,,,Dan Bishop,1964-07-01,M,rep,NC,9,,Republican,https://danbishop.house.gov/,132 Cannon House Office Building Washington DC 20515-3309,202-225-1976,https://danbishop.house.gov/contact/email,,RepDanBishop,repdanbishop,,,B001311,,N00044335,,H0NC09187,,412844,,Dan Bishop,,21986,Dan Bishop -Murphy,Gregory,Francis,,,Gregory F. Murphy,1963-03-05,M,rep,NC,3,,Republican,https://gregmurphy.house.gov/,2333 Rayburn House Office Building Washington DC 20515-3303,202-225-3415,https://gregmurphy.house.gov/contact/email,,RepGregMurphy,RepGregMurphy,,,M001210,,N00044027,,H0NC03172,,412845,,Gregory Murphy,,21987,Greg Murphy (politician) -Loeffler,Kelly,,,,Kelly Loeffler,1970-11-27,F,sen,GA,,3,Republican,https://www.loeffler.senate.gov,131 Russell Senate Office Building Washington DC 20510,202-224-3643,https://www.loeffler.senate.gov,,SenatorLoeffler,SenLoeffler,,,L000594,,,S405,S0GA00526,,456790,,Kelly Loeffler,,,Kelly Loeffler -Mfume,Kweisi,,,,Kweisi Mfume,1948-10-24,M,rep,MD,7,,Democrat,,2163 Rayburn House Office Building Washington DC 20515-2007,202-225-4741,,,RepKweisiMfume,RepKweisiMfume,,,M000687,00798,N00001799,,"S6MD03185,H6MD07020,H0MD07114",,407672,,,,15433,Kweisi Mfume -Tiffany,Thomas,P.,,,Thomas P. Tiffany,1957-12-30,M,rep,WI,7,,Republican,,1714 Longworth House Office Building Washington DC 20515-4907,202-225-3365,,,,,,,T000165,,N00045307,,H0WI07101,,456791,,Tom Tiffany,,,Tom Tiffany -Garcia,Mike,,,,Mike Garcia,1976-04-24,M,rep,CA,25,,Republican,,1130 Longworth House Office Building Washington DC 20515-0525,202-225-1956,,,repmikegarcia,RepMikeGarcia,,,G000061,,N00044298,,H0CA25105,,456792,,Mike Garcia,,,Mike Garcia (politician) -Jacobs,Chris,,,,Chris Jacobs,1966-11-28,M,rep,NY,27,,Republican,,2243 Rayburn House Office Building Washington DC 20515-3227,202-225-5265,,,,,,,J000020,,N00044575,,H0NY27090,,456793,,Chris Jacobs,,,Chris Jacobs (politician) diff --git a/morphir/flowz/spark/test/resources/data/in/legislators-historical.csv b/morphir/flowz/spark/test/resources/data/in/legislators-historical.csv deleted file mode 100644 index 412ff986..00000000 --- a/morphir/flowz/spark/test/resources/data/in/legislators-historical.csv +++ /dev/null @@ -1,11984 +0,0 @@ -last_name,first_name,middle_name,suffix,nickname,full_name,birthday,gender,type,state,district,senate_class,party,url,address,phone,contact_form,rss_url,twitter,facebook,youtube,youtube_id,bioguide_id,thomas_id,opensecrets_id,lis_id,fec_ids,cspan_id,govtrack_id,votesmart_id,ballotpedia_id,washington_post_id,icpsr_id,wikipedia_id -Bassett,Richard,,,,,1745-04-02,M,sen,DE,,2,Anti-Administration,,,,,,,,,,B000226,,,,,,401222,,,,507,Richard Bassett (politician) -Bland,Theodorick,,,,,1742-03-21,M,rep,VA,9,,,,,,,,,,,,B000546,,,,,,401521,,,,786,Theodorick Bland (congressman) -Burke,Aedanus,,,,,1743-06-16,M,rep,SC,2,,,,,,,,,,,,B001086,,,,,,402032,,,,1260,Aedanus Burke -Carroll,Daniel,,,,,1730-07-22,M,rep,MD,6,,,,,,,,,,,,C000187,,,,,,402334,,,,1538,Daniel Carroll -Clymer,George,,,,,1739-03-16,M,rep,PA,-1,,,,,,,,,,,,C000538,,,,,,402671,,,,1859,George Clymer -Contee,Benjamin,,,,,,M,rep,MD,3,,,,,,,,,,,,C000710,,,,,,402834,,,,2010,Benjamin Contee -Dalton,Tristram,,,,,1738-05-28,M,sen,MA,,1,Pro-Administration,,,,,,,,,,D000013,,,,,,403156,,,,2307,Tristram Dalton -Elmer,Jonathan,,,,,1745-11-29,M,sen,NJ,,1,Pro-Administration,,,,,,,,,,E000155,,,,,,403846,,,,2943,Jonathan Elmer -Few,William,,,,,1748-06-08,M,sen,GA,,2,Anti-Administration,,,,,,,,,,F000100,,,,,,404057,,,,3128,William Few -Floyd,William,,,,,1734-12-17,M,rep,NY,1,,,,,,,,,,,,F000224,,,,,,404179,,,,3237,William Floyd -Gale,George,,,,,1756-06-03,M,rep,MD,5,,,,,,,,,,,,G000012,,,,,,404389,,,,3430,George Gale (congressman) -Grayson,William,,,,,,M,sen,VA,,1,Anti-Administration,,,,,,,,,,G000403,,,,,,404753,,,,3771,William Grayson -Grout,Jonathan,,,,,1737-07-23,M,rep,MA,8,,,,,,,,,,,,G000500,,,,,,404845,,,,3857,Jonathan Grout -Hawkins,Benjamin,,,,,1754-08-15,M,sen,NC,,3,Pro-Administration,,,,,,,,,,H000368,,,,,,405237,,,,4212,Benjamin Hawkins -Huntington,Benjamin,,,,,1736-04-19,M,rep,CT,-1,,,,,,,,,,,,H000995,,,,,,405835,,,,4766,Benjamin Huntington -Izard,Ralph,,,,,,M,sen,SC,,3,Pro-Administration,,,,,,,,,,I000053,,,,,,412129,,,,4837,Ralph Izard -Johnson,William,Samuel,,,,1727-10-07,M,sen,CT,,3,Pro-Administration,,,,,,,,,,J000182,,,,,,406077,,,,4998,William Samuel Johnson -Johnston,Samuel,,,,,1733-12-15,M,sen,NC,,2,Pro-Administration,,,,,,,,,,J000198,,,,,,406093,,,,5012,Samuel Johnston -Lee,Richard,Henry,,,,1732-01-20,M,sen,VA,,2,Anti-Administration,,,,,,,,,,L000201,,,,,,406704,,,,5565,Richard Henry Lee -Maclay,William,,,,,1737-07-20,M,sen,PA,,1,Anti-Administration,,,,,,,,,,M000031,,,,,,407058,,,,5891,William Maclay (Pennsylvania senator) -Mathews,George,,,,,1739-08-30,M,rep,GA,3,,,,,,,,,,,,M000234,,,,,,407252,,,,6071,George Mathews (Georgia) -Morris,Robert,,,,,1734-01-20,M,sen,PA,,3,Pro-Administration,,,,,,,,,,M000985,,,,,,407953,,,,6712,Robert Morris (financier) -Partridge,George,,,,,1740-02-08,M,rep,MA,5,,,,,,,,,,,,P000092,,,,,,408502,,,,7224,George Partridge -Paterson,William,,,,,1745-12-24,M,sen,NJ,,2,Pro-Administration,,,,,,,,,,P000102,,,,,,408510,,,,7231,William Paterson (judge) -Smith,William,,,,,1728-04-12,M,rep,MD,4,,,,,,,,,,,,S000624,,,,,,410099,,,,8693,William Smith (Maryland) -Stone,Michael,Jenifer,,,,,M,rep,MD,1,,,,,,,,,,,,S000961,,,,,,410420,,,,8983,Michael J. Stone -Van Rensselaer,Jeremiah,,,,,1738-08-27,M,rep,NY,6,,,,,,,,,,,,V000053,,,,,,411095,,,,9629,Jeremiah Van Rensselaer -Wynkoop,Henry,,,,,1737-03-02,M,rep,PA,-1,,,,,,,,,,,,W000783,,,,,,411931,,,,10405,Henry Wynkoop -Dickinson,Philemon,,,,,1739-04-05,M,sen,NJ,,2,Pro-Administration,,,,,,,,,,D000324,,,,,,403444,,,,2576,Philemon Dickinson -Walker,John,,,,,1744-02-13,M,sen,VA,,1,Pro-Administration,,,,,,,,,,W000059,,,,,,411238,,,,9747,John Walker (Virginia politician) -Ashe,John,Baptista,,,,,M,rep,NC,3,,,,,,,,,,,,A000307,,,,,,400951,,,,259,John Baptista Ashe (Continental Congress) -Barnwell,Robert,,,,,1761-12-21,M,rep,SC,2,,,,,,,,,,,,B000167,,,,,,401169,,,,456,Robert Barnwell -Burr,Aaron,,,,,1756-02-06,M,sen,NY,,1,Republican,,,,,,,,,,B001133,,,,,,402077,,,,1302,Aaron Burr -Cabot,George,,,,,1752-12-03,M,sen,MA,,1,Federalist,,,,,,,,,,C000009,,,,,,402171,,,,1384,George Cabot -Carroll,Charles,,,of Carrollton,,1737-09-19,M,sen,MD,,1,,,,,,,,,,,C000185,,,,,,402332,,,,1536,Charles Carroll of Carrollton -Ellsworth,Oliver,,,,,1745-04-29,M,sen,CT,,1,Federalist,,,,,,,,,,E000147,,,,,,403838,,,,2936,Oliver Ellsworth -Gerry,Elbridge,,,,,1744-07-17,M,rep,MA,3,,,,,,,,,,,,G000139,,,,,,404507,,,,3541,Elbridge Gerry -Huger,Daniel,,,,,1742-02-20,M,rep,SC,3,,,,,,,,,,,,H000916,,,,,,405761,,,,4695,Daniel Huger -Jacobs,Israel,,,,,1726-06-09,M,rep,PA,3,,,,,,,,,,,,J000036,,,,,,405941,,,,4871,Israel Jacobs -Key,Philip,,,,,,M,rep,MD,1,,,,,,,,,,,,K000158,,,,,,406322,,,,5224,Philip Key (U.S. politician) -Read,George,,,,,1733-09-18,M,sen,DE,,1,,,,,,,,,,,R000091,,,,,,409071,,,,7762,"George Read (American politician, born 1733)" -Robinson,Moses,,,,,1741-03-22,M,sen,VT,,1,Anti-Administration,,,,,,,,,,R000350,,,,,,409321,,,,7989,Moses Robinson -Schoonmaker,Cornelius,Corneliusen,,,,,M,rep,NY,4,,,,,,,,,,,,S000140,,,,,,409648,,,,8272,Cornelius C. Schoonmaker -Seney,Joshua,,,,,1756-03-04,M,rep,MD,2,,,,,,,,,,,,S000242,,,,,,409746,,,,8363,Joshua Seney -Sheredine,Upton,,,,,,M,rep,MD,6,,,,,,,,,,,,S000340,,,,,,409837,,,,8449,Upton Sheredine -Sherman,Roger,,,,,1721-04-19,M,sen,CT,,3,Pro-Administration,,,,,,,,,,S000349,,,,,,409845,,,,8457,Roger Sherman -Silvester,Peter,,,,,,M,rep,NY,5,,,,,,,,,,,,S000412,,,,,,409906,,,,8511,Peter Silvester (1734–1808) -Steele,John,,,,,1764-11-16,M,rep,NC,1,,,,,,,,,,,,S000832,,,,,,410296,,,,8869,John Steele (North Carolina politician) -Sterett,Samuel,,,,,,M,rep,MD,4,,,,,,,,,,,,S000866,,,,,,410328,,,,8896,Samuel Sterett -Sturges,Jonathan,,,,,1740-08-23,M,rep,CT,-1,,,,,,,,,,,,S001047,,,,,,410501,,,,9062,Jonathan Sturges -Tucker,Thomas,Tudor,,,,1745-06-25,M,rep,SC,5,,,,,,,,,,,,T000403,,,,,,410972,,,,9501,Thomas Tudor Tucker -Wayne,Anthony,,,,,1745-01-01,M,rep,GA,1,,,,,,,,,,,,W000216,,,,,,411384,,,,9885,Anthony Wayne -White,Alexander,,,,,,M,rep,VA,1,,,,,,,,,,,,W000352,,,,,,411514,,,,10006,Alexander White (Virginia) -Williamson,Hugh,,,,,1735-12-05,M,rep,NC,4,,Federalist,,,,,,,,,,W000551,,,,,,411707,,,,10193,Hugh Williamson -Willis,Francis,,,,,1745-01-05,M,rep,GA,3,,,,,,,,,,,,W000560,,,,,,411716,,,,10202,Francis Willis (Representative) -Edwards,John,,,,,,M,sen,KY,,3,Anti-Administration,,,,,,,,,,E000075,,,,,,403764,,,,2866,John Edwards (Kentucky politician) -Potts,Richard,,,,,1753-07-19,M,sen,MD,,1,Federalist,,,,,,,,,,P000473,,,,,,408858,,,,7564,Richard Potts -Armstrong,James,,,,,1748-08-29,M,rep,PA,-1,,,,,,,,,,,,A000280,,,,,,400920,,,,231,James Armstrong (Pennsylvania) -Beatty,John,,,,,1749-12-10,M,rep,NJ,-1,,,,,,,,,,,,B000282,,,,,,401276,,,,554,John Beatty (Continental Congress) -Boudinot,Elias,,,,,1740-05-02,M,rep,NJ,-1,,,,,,,,,,,,B000661,,,,,,401623,,,,878,Elias Boudinot -Bourne,Shearjashub,,,,,1746-06-14,M,rep,MA,3,,,,,,,,,,,,B000671,,,,,,401633,,,,886,Shearjashub Bourne -Bradford,William,,,,,1729-11-04,M,sen,RI,,2,Federalist,,,,,,,,,,B000739,,,,,,401699,,,,951,William Bradford (Rhode Island) -Cadwalader,Lambert,,,,,,M,rep,NJ,-1,,,,,,,,,,,,C000012,,,,,,402174,,,,1387,Lambert Cadwalader (representative) -Carnes,Thomas,Petters,,,,,M,rep,GA,0,,,,,,,,,,,,C000163,,,,,,402311,,,,1518,Thomas P. Carnes -Clark,Abraham,,,,,1726-02-15,M,rep,NJ,-1,,,,,,,,,,,,C000418,,,,,,402557,,,,1750,Abraham Clark -Cobb,David,,,,,1748-09-14,M,rep,MA,-1,,,,,,,,,,,,C000545,,,,,,402678,,,,1865,David Cobb (Massachusetts) -Coffin,Peleg,,Jr.,,,1756-11-03,M,rep,MA,3,,,,,,,,,,,,C000591,,,,,,402720,,,,1906,Peleg Coffin Jr. -Dawson,William,Johnson,,,,,M,rep,NC,8,,Anti-Administration,,,,,,,,,,D000157,,,,,,412032,,,,2432,William Johnston Dawson -Edwards,Benjamin,,,,,1753-08-12,M,rep,MD,3,,,,,,,,,,,,E000060,,,,,,403755,,,,2859,Benjamin Edwards (Maryland) -Fitzsimons,Thomas,,,,,,M,rep,PA,-1,,,,,,,,,,,,F000178,,,,,,404133,,,,3196,Thomas Fitzsimons -Forrest,Uriah,,,,,,M,rep,MD,3,,,,,,,,,,,,F000282,,,,,,404232,,,,3285,Uriah Forrest -Frelinghuysen,Frederick,,,,,1753-04-13,M,sen,NJ,,2,Federalist,,,,,,,,,,F000368,,,,,,404314,,,,3361,Frederick Frelinghuysen (general) -Gillon,Alexander,,,,,,M,rep,SC,5,,,,,,,,,,,,G000211,,,,,,404574,,,,3607,Alexander Gillon -Gordon,James,,,,,1739-10-31,M,rep,NY,9,,,,,,,,,,,,G000311,,,,,,404669,,,,3695,James Gordon (New York) -Griffin,Samuel,,,,,,M,rep,VA,13,,,,,,,,,,,,G000466,,,,,,404811,,,,3825,Samuel Griffin -Holten,Samuel,,,,,1738-06-09,M,rep,MA,1,,,,,,,,,,,,H000750,,,,,,405601,,,,4546,Samuel Holten -Irvine,William,,,,,1741-11-03,M,rep,PA,-1,,,,,,,,,,,,I000035,,,,,,405892,,,,4820,William Irvine (general) -Learned,Amasa,,,,,1750-11-15,M,rep,CT,-1,,,,,,,,,,,,L000178,,,,,,406680,,,,5543,Amasa Learned -Lee,Richard,Bland,,,,1761-01-20,M,rep,VA,17,,,,,,,,,,,,L000200,,,,,,406703,,,,5564,Richard Bland Lee -Martin,Alexander,,,,,,M,sen,NC,,2,Republican,,,,,,,,,,M000166,,,,,,407188,,,,6012,Alexander Martin -McDowell,Joseph,,,,,1758-02-25,M,rep,NC,1,,,,,,,,,,,,M000424,,,,,,407423,,,,6230,"Joseph ""Pleasant Gardens"" McDowell" -Mebane,Alexander,,,,,1744-11-26,M,rep,NC,4,,,,,,,,,,,,M000622,,,,,,407611,,,,6401,Alexander Mebane -Mercer,John,Francis,,,,1759-05-17,M,rep,MD,2,,,,,,,,,,,,M000645,,,,,,407631,,,,6418,John Francis Mercer -Mitchell,Stephen,Mix,,,,1743-12-09,M,sen,CT,,3,Pro-Administration,,,,,,,,,,M000828,,,,,,407803,,,,6574,Stephen Mix Mitchell -Montgomery,William,,,,,1736-08-03,M,rep,PA,-1,,,,,,,,,,,,M000873,,,,,,407845,,,,6608,William Montgomery (Pennsylvania) -Neville,Joseph,,,,,,M,rep,VA,3,,,,,,,,,,,,N000055,,,,,,408143,,,,6883,Joseph Neville -Niles,Nathaniel,,,,,1741-04-03,M,rep,VT,2,,,,,,,,,,,,N000109,,,,,,408193,,,,6932,Nathaniel Niles (politician) -Pickens,Andrew,,,,,1739-09-13,M,rep,SC,6,,,,,,,,,,,,P000320,,,,,,408719,,,,7425,Andrew Pickens (congressman) -Scott,Thomas,,,,,,M,rep,PA,-1,,,,,,,,,,,,S000186,,,,,,409691,,,,8312,Thomas Scott (politician) -Strong,Caleb,,,,,1745-01-09,M,sen,MA,,2,Federalist,,,,,,,,,,S001009,,,,,,410466,,,,9028,Caleb Strong -Talbot,Silas,,,,,1751-01-11,M,rep,NY,10,,,,,,,,,,,,T000019,,,,,,410609,,,,9161,Silas Talbot -Tredwell,Thomas,,,,,1743-02-06,M,rep,NY,2,,,,,,,,,,,,T000361,,,,,,410931,,,,9463,Thomas Tredwell -Van Gaasbeck,Peter,,,,,1754-09-27,M,rep,NY,4,,,,,,,,,,,,V000039,,,,,,411084,,,,9615,Peter Van Gaasbeck -Vining,John,,,,,1758-12-23,M,sen,DE,,2,Federalist,,,,,,,,,,V000104,,,,,,411159,,,,9676,John Vining -Wadsworth,Jeremiah,,,,,1743-07-12,M,rep,CT,-1,,,,,,,,,,,,W000013,,,,,,411192,,,,9706,Jeremiah Wadsworth -Walker,Francis,,,,,1764-06-22,M,rep,VA,14,,,,,,,,,,,,W000051,,,,,,411230,,,,9739,Francis Walker (Virginia) -Ward,Artemas,,,,,1727-11-26,M,rep,MA,2,,,,,,,,,,,,W000127,,,,,,411302,,,,9808,Artemas Ward -Watts,John,,,,,1749-08-27,M,rep,NY,1,,,,,,,,,,,,W000211,,,,,,411380,,,,9881,John Watts (New York politician) -Williams,Benjamin,,,,,1751-01-01,M,rep,NC,10,,,,,,,,,,,,W000491,,,,,,411648,,,,10136,Benjamin Williams -Wingate,Paine,,,,,1739-05-14,M,rep,NH,-1,,,,,,,,,,,,W000633,,,,,,411787,,,,10272,Paine Wingate -Tazewell,Henry,,,,,1753-11-27,M,sen,VA,,2,Republican,,,,,,,,,,T000107,,,,,,410689,,,,9238,Henry Tazewell -Walton,George,,,,,,M,sen,GA,,2,Federalist,,,,,,,,,,W000114,,,,,,412123,,,,9796,George Walton -Ames,Fisher,,,,,1758-04-09,M,rep,MA,8,,Federalist,,,,,,,,,,A000174,,,,,,400829,,,,154,Fisher Ames -Bingham,William,,,,,1752-03-08,M,sen,PA,,3,Federalist,,,,,,,,,,B000474,,,,,,401455,,,,719,William Bingham -Bloodworth,Timothy,,,,,,M,sen,NC,,3,Republican,,,,,,,,,,B000563,,,,,,401537,,,,800,Timothy Bloodworth -Bourne,Benjamin,,,,,1755-09-09,M,rep,RI,-1,,Federalist,,,,,,,,,,B000669,,,,,,401631,,,,884,Benjamin Bourne -Buck,Daniel,,,,,1753-11-09,M,rep,VT,2,,Federalist,,,,,,,,,,B001014,,,,,,401964,,,,1195,Daniel Buck -Coles,Isaac,,,,,1747-03-02,M,rep,VA,6,,Republican,,,,,,,,,,C000624,,,,,,402753,,,,1936,Isaac Coles -Crabb,Jeremiah,,,,,,M,rep,MD,3,,Federalist,,,,,,,,,,C000848,,,,,,402964,,,,2125,Jeremiah Crabb -Dearborn,Henry,,,,,1751-02-23,M,rep,MA,12,,Republican,,,,,,,,,,D000178,,,,,,403340,,,,2451,Henry Dearborn -Duvall,Gabriel,,,,,1752-12-06,M,rep,MD,2,,Republican,,,,,,,,,,D000578,,,,,,403681,,,,2796,Gabriel Duvall -Earle,Samuel,,,,,1760-11-28,M,rep,SC,6,,Republican,,,,,,,,,,E000010,,,,,,403706,,,,2816,Samuel Earle -Gilbert,Ezekiel,,,,,1756-03-25,M,rep,NY,6,,Federalist,,,,,,,,,,G000173,,,,,,404539,,,,3573,Ezekiel Gilbert -Greenup,Christopher,,,,,,M,rep,KY,1,,Republican,,,,,,,,,,G000434,,,,,,404782,,,,3798,Christopher Greenup -Gunn,James,,,,,1753-03-13,M,sen,GA,,3,Federalist,,,,,,,,,,G000526,,,,,,404870,,,,3877,James Gunn (senator) -Hancock,George,,,,,1754-06-13,M,rep,VA,5,,Federalist,,,,,,,,,,H000148,,,,,,405030,,,,4026,George Hancock (Virginia) -Hathorn,John,,,,,1749-01-09,M,rep,NY,4,,Republican,,,,,,,,,,H000348,,,,,,405217,,,,4193,John Hathorn -Heath,John,,,,,1758-05-08,M,rep,VA,19,,Republican,,,,,,,,,,H000431,,,,,,405297,,,,4269,John Heath (politician) -Henderson,Thomas,,,,,1743-08-15,M,rep,NJ,-1,,Federalist,,,,,,,,,,H000488,,,,,,405351,,,,4315,Thomas Henderson (New Jersey) -Henry,John,,,,,,M,sen,MD,,3,Federalist,,,,,,,,,,H000508,,,,,,405370,,,,4333,John Henry (Maryland politician) -Langdon,John,,,,,1741-06-26,M,sen,NH,,3,Republican,,,,,,,,,,L000067,,,,,,406576,,,,5449,John Langdon (politician) -Leonard,George,,,,,1729-07-04,M,rep,MA,7,,Federalist,,,,,,,,,,L000246,,,,,,406749,,,,5611,George Leonard (Congressman) -Lyman,William,,,,,1755-12-07,M,rep,MA,2,,Republican,,,,,,,,,,L000530,,,,,,407014,,,,5852,William Lyman (congressman) -Marshall,Humphrey,,,,,,M,sen,KY,,3,Federalist,,,,,,,,,,M000155,,,,,,407176,,,,6000,Humphrey Marshall (politician) -Muhlenberg,Frederick,Augustus Conrad,,,,1750-01-01,M,rep,PA,2,,Republican,,,,,,,,,,M001063,,,,,,408029,,,,6781,Frederick Muhlenberg -Murray,William,Vans,,,,1760-02-09,M,rep,MD,8,,Federalist,,,,,,,,,,M001119,,,,,,408082,,,,6830,William Vans Murray -Orr,Alexander,Dalrymple,,,,1761-11-06,M,rep,KY,2,,Republican,,,,,,,,,,O000101,,,,,,408358,,,,7084,Alexander D. Orr -Page,John,,,,,1743-04-17,M,rep,VA,12,,Republican,,,,,,,,,,P000018,,,,,,408429,,,,7156,John Page (Virginia politician) -Paine,Elijah,,,,,1757-01-21,M,sen,VT,,3,Federalist,,,,,,,,,,P000026,,,,,,408437,,,,7164,Elijah Paine -Patten,John,,,,,1746-04-26,M,rep,DE,0,,Republican,,,,,,,,,,P000108,,,,,,408516,,,,7235,John Patten (American politician) -Preston,Francis,,,,,1765-08-02,M,rep,VA,4,,Republican,,,,,,,,,,P000514,,,,,,408899,,,,7603,Francis Preston -Read,Jacob,,,,,,M,sen,SC,,3,Federalist,,,,,,,,,,R000092,,,,,,409072,,,,7763,Jacob Read -Richards,John,,,,,1753-04-18,M,rep,PA,4,,Republican,,,,,,,,,,R000215,,,,,,409191,,,,7870,John Richards (Pennsylvania) -Rutherford,Robert,,,,,1728-10-20,M,rep,VA,1,,Republican,,,,,,,,,,R000548,,,,,,409504,,,,8148,Robert Rutherford (congressman) -Sherburne,John,Samuel,,,,,M,rep,NH,-1,,Republican,,,,,,,,,,S000339,,,,,,409836,,,,8448,John Samuel Sherburne -Smith,Isaac,,,,,,M,rep,NJ,-1,,Federalist,,,,,,,,,,S000555,,,,,,410037,,,,8637,Isaac Smith (New Jersey) -Sprigg,Thomas,,,,,,M,rep,MD,4,,Republican,,,,,,,,,,S000753,,,,,,410220,,,,8811,Thomas Sprigg -Strudwick,William,Francis,,,,,M,rep,NC,4,,Federalist,,,,,,,,,,S001029,,,,,,412181,,,,9048,William Francis Strudwick -Swift,Zephaniah,,,,,1759-02-27,M,rep,CT,-1,,Federalist,,,,,,,,,,S001119,,,,,,410571,,,,9127,Zephaniah Swift -Tatom,Absalom,,,,,,M,rep,NC,4,,Republican,,,,,,,,,,T000050,,,,,,410638,,,,9187,Absalom Tatom -Trumbull,Jonathan,,Jr.,,,1740-03-26,M,sen,CT,,3,Federalist,,,,,,,,,,T000389,,,,,,410958,,,,9489,Jonathan Trumbull Jr. -White,James,,,,,1749-06-16,M,rep,TN,-1,,,,,,,,,,,,W000377,,,,,,411538,,,,,James White (North Carolina politician) -Blount,William,,,,,1749-03-26,M,sen,TN,,2,Republican,,,,,,,,,,B000570,,,,,,401543,,,,806,William Blount -Goodhue,Benjamin,,,,,1748-09-20,M,sen,MA,,1,Federalist,,,,,,,,,,G000286,,,,,,404647,,,,3674,Benjamin Goodhue -Howard,John,Eager,,,,1752-06-04,M,sen,MD,,1,Federalist,,,,,,,,,,H000841,,,,,,405688,,,,4628,John Eager Howard -Hunter,John,,,,,,M,sen,SC,,2,Republican,,,,,,,,,,H000982,,,,,,412128,,,,4753,John Hunter (South Carolina politician) -Laurance,John,,,,,,M,sen,NY,,3,Federalist,,,,,,,,,,L000120,,,,,,406626,,,,5498,John Laurance -Tattnall,Josiah,,,,,,M,sen,GA,,2,Republican,,,,,,,,,,T000052,,,,,,410640,,,,9189,Josiah Tattnall (Senator) -Allen,John,,,,,1763-06-12,M,rep,CT,-1,,Federalist,,,,,,,,,,A000129,,,,,,400785,,,,112,John Allen (Connecticut) -Benton,Lemuel,,,,,,M,rep,SC,3,,Republican,,,,,,,,,,B000396,,,,,,401387,,,,656,Lemuel Benton -Bradbury,Theophilus,,,,,1739-11-13,M,rep,MA,11,,Federalist,,,,,,,,,,B000735,,,,,,401695,,,,947,Theophilus Bradbury -Brooks,David,,,,,,M,rep,NY,5,,Federalist,,,,,,,,,,B000875,,,,,,401832,,,,1072,David Brooks (politician) -Bryan,Nathan,,,,,,M,rep,NC,10,,Republican,,,,,,,,,,B000991,,,,,,401943,,,,1176,Nathan Bryan (North Carolina politician) -Bullock,Stephen,,,,,1735-10-10,M,rep,MA,7,,Federalist,,,,,,,,,,B001053,,,,,,402001,,,,1232,Stephen Bullock -Burges,Dempsey,,,,,,M,rep,NC,8,,Republican,,,,,,,,,,B001081,,,,,,402027,,,,1255,Dempsey Burges -Chapman,John,,,,,1740-10-18,M,rep,PA,4,,Federalist,,,,,,,,,,C000313,,,,,,402455,,,,1655,John Chapman (congressman) -Chipman,Nathaniel,,,,,1752-11-15,M,sen,VT,,1,Federalist,,,,,,,,,,C000369,,,,,,402508,,,,1706,Nathaniel Chipman -Cochran,James,,,,,1769-02-11,M,rep,NY,10,,Federalist,,,,,,,,,,C000563,,,,,,402694,,,,1881,James Cochran (New York politician) -Coit,Joshua,,,,,1758-10-07,M,rep,CT,-1,,Federalist,,,,,,,,,,C000600,,,,,,402729,,,,1914,Joshua Coit -Davenport,James,,,,,1758-10-12,M,rep,CT,-1,,Federalist,,,,,,,,,,D000073,,,,,,403211,,,,2355,James Davenport (Connecticut congressman) -Ege,George,,,,,1748-03-09,M,rep,PA,5,,Federalist,,,,,,,,,,E000089,,,,,,403782,,,,2881,George Ege -Foster,Theodore,,,,,1752-04-29,M,sen,RI,,1,Republican,,,,,,,,,,F000313,,,,,,404262,,,,3315,Theodore Foster -Freeman,Nathaniel,,Jr.,,,1766-05-01,M,rep,MA,5,,Republican,,,,,,,,,,F000365,,,,,,404311,,,,3358,Nathaniel Freeman Jr. -Harrison,Carter,Bassett,,,,,M,rep,VA,10,,Republican,,,,,,,,,,H000266,,,,,,412155,,,,4127,Carter Bassett Harrison -Hosmer,Hezekiah,Lord,,,,1765-06-07,M,rep,NY,6,,Federalist,,,,,,,,,,H000803,,,,,,405652,,,,4593,Hezekiah L. Hosmer -Latimer,Henry,,,,,1752-04-24,M,sen,DE,,1,Federalist,,,,,,,,,,L000115,,,,,,406621,,,,5494,Henry Latimer (senator) -Lloyd,James,,,,,,M,sen,MD,,3,Federalist,,,,,,,,,,L000377,,,,,,406869,,,,5725,James Lloyd (Maryland politician) -Locke,Matthew,,,,,,M,rep,NC,2,,Republican,,,,,,,,,,L000389,,,,,,406881,,,,5734,Matthew Locke (U.S. Congress) -Machir,James,,,,,,M,rep,VA,3,,Federalist,,,,,,,,,,M000013,,,,,,412066,,,,5879,James Machir -Mason,Stevens,Thomson,,,,1760-12-29,M,sen,VA,,1,Republican,,,,,,,,,,M000226,,,,,,407244,,,,6063,Stevens Thomson Mason (Virginia) -Matthews,William,,,,,1755-04-26,M,rep,MD,6,,Federalist,,,,,,,,,,M000256,,,,,,407274,,,,6087,William Matthews (politician) -McClenachan,Blair,,,,,,M,rep,PA,2,,Republican,,,,,,,,,,M000336,,,,,,412070,,,,6155,Blair McClenachan -McDowell,Joseph,,,,,1756-02-15,M,rep,NC,1,,Republican,,,,,,,,,,M000423,,,,,,407424,,,,6229,"Joseph McDowell, Jr." -Morgan,Daniel,,,,,,M,rep,VA,1,,Federalist,,,,,,,,,,M000946,,,,,,407914,,,,6674,Daniel Morgan -Parker,Isaac,,,,,1768-06-17,M,rep,MA,12,,Federalist,,,,,,,,,,P000058,,,,,,408468,,,,7192,Isaac Parker (congressman) -Ross,James,,,,,1762-07-12,M,sen,PA,,1,Federalist,,,,,,,,,,R000448,,,,,,409412,,,,8070,James Ross (Pennsylvania politician) -Rutherfurd,John,,,,,1760-09-20,M,sen,NJ,,1,Federalist,,,,,,,,,,R000550,,,,,,409506,,,,8150,John Rutherfurd -Schuyler,Philip,John,,,,1733-11-20,M,sen,NY,,1,Federalist,,,,,,,,,,S000154,,,,,,409661,,,,8282,Philip Schuyler -Sinnickson,Thomas,,,,,1744-12-21,M,rep,NJ,-1,,Federalist,,,,,,,,,,S000448,,,,,,409941,,,,8544,Thomas Sinnickson (merchant) -Sitgreaves,Samuel,,,,,1764-03-16,M,rep,PA,4,,Federalist,,,,,,,,,,S000460,,,,,,409952,,,,8555,Samuel Sitgreaves -Smith,Jeremiah,,,,,1759-11-29,M,rep,NH,-1,,Federalist,,,,,,,,,,S000563,,,,,,410045,,,,8644,Jeremiah Smith (lawyer) -Smith,Nathaniel,,,,,1762-01-06,M,rep,CT,-1,,Federalist,,,,,,,,,,S000595,,,,,,410075,,,,8671,Nathaniel Smith -Smith,William,,,,,1751-09-20,M,rep,SC,6,,Republican,,,,,,,,,,S000625,,,,,,410100,,,,8695,William Smith (South Carolina representative) -Smith,William,Loughton,,,,,M,rep,SC,1,,Federalist,,,,,,,,,,S000633,,,,,,410107,,,,8702,William Loughton Smith -Sprague,Peleg,,,,,1756-12-10,M,rep,NH,-1,,Federalist,,,,,,,,,,S000743,,,,,,410212,,,,8802,Peleg Sprague (New Hampshire politician) -Swanwick,John,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,S001095,,,,,,410548,,,,9107,John Swanwick -Thomson,Mark,,,,,,M,rep,NJ,-1,,Federalist,,,,,,,,,,T000232,,,,,,410811,,,,9353,Mark Thomson -Van Alen,John,Evert,,,,,M,rep,NY,7,,Federalist,,,,,,,,,,V000012,,,,,,411070,,,,9591,John Evert Van Alen -Williams,John,,,,,,M,rep,NY,9,,Federalist,,,,,,,,,,W000513,,,,,,411671,,,,10159,"John Williams (Salem, New York)" -Clayton,Joshua,,,,,1744-07-20,M,sen,DE,,2,Federalist,,,,,,,,,,C000497,,,,,,402634,,,,1823,Joshua Clayton -Hobart,John,Sloss,,,,1738-05-06,M,sen,NY,,1,Federalist,,,,,,,,,,H000661,,,,,,405516,,,,4469,John Sloss Hobart -North,William,,,,,,M,sen,NY,,1,Federalist,,,,,,,,,,N000142,,,,,,408226,,,,6963,William North -Watson,James,,,,,1750-04-06,M,sen,NY,,1,Federalist,,,,,,,,,,W000202,,,,,,411373,,,,9874,James Watson (New York) -Bartlett,Bailey,,,,,1750-01-29,M,rep,MA,11,,Federalist,,,,,,,,,,B000198,,,,,,401197,,,,484,Bailey Bartlett -Brace,Jonathan,,,,,1754-11-12,M,rep,CT,-1,,Federalist,,,,,,,,,,B000731,,,,,,401691,,,,943,Jonathan Brace -Brown,John,,,,,1736-01-27,M,rep,RI,-1,,Federalist,,,,,,,,,,B000927,,,,,,401882,,,,1116,John Brown (Rhode Island) -Brown,John,,,,,1757-09-12,M,sen,KY,,2,Republican,,,,,,,,,,B000929,,,,,,401881,,,,1118,John Brown (Kentucky) -Christie,Gabriel,,,,,1775-09-12,M,rep,MD,6,,Republican,,,,,,,,,,C000382,,,,,,402521,,,,1716,Gabriel Christie (Maryland) -Cocke,William,,,,,,M,sen,TN,,2,Republican,,,,,,,,,,C000572,,,,,,402701,,,,1888,William Cocke -Cooper,William,,,,,1754-12-02,M,rep,NY,10,,Federalist,,,,,,,,,,C000764,,,,,,402884,,,,2058,William Cooper (judge) -Craik,William,,,,,1761-10-31,M,rep,MD,3,,Federalist,,,,,,,,,,C000863,,,,,,402978,,,,2139,William Craik -Davenport,Franklin,,,,,,M,rep,NJ,5,,Federalist,,,,,,,,,,D000069,,,,,,403207,,,,2351,Franklin Davenport -Dayton,Jonathan,,,,,1760-10-16,M,sen,NJ,,2,Federalist,,,,,,,,,,D000165,,,,,,403297,,,,2440,Jonathan Dayton -Dent,George,,,,,,M,rep,MD,1,,Federalist,,,,,,,,,,D000254,,,,,,403392,,,,2512,George Dent -Dexter,Samuel,,,,,1761-05-14,M,sen,MA,,2,Federalist,,,,,,,,,,D000296,,,,,,403419,,,,2550,Samuel Dexter -Dickson,Joseph,,,,,,M,rep,NC,1,,Federalist,,,,,,,,,,D000331,,,,,,403449,,,,2581,Joseph Dickson -Edmond,William,,,,,1755-09-28,M,rep,CT,-1,,Federalist,,,,,,,,,,E000052,,,,,,403747,,,,2852,William Edmond -Eggleston,Joseph,,,,,1754-11-24,M,rep,VA,9,,Republican,,,,,,,,,,E000091,,,,,,403784,,,,2883,Joseph Eggleston -Evans,Thomas,,,,,,M,rep,VA,12,,Federalist,,,,,,,,,,E000257,,,,,,412146,,,,3021,Thomas Evans (Virginia politician) -Freeman,Jonathan,,,,,1745-03-21,M,rep,NH,-1,,Federalist,,,,,,,,,,F000364,,,,,,404310,,,,3357,Jonathan Freeman (representative) -Gallatin,Albert,,,,,1761-01-29,M,rep,PA,12,,Republican,,,,,,,,,,G000020,,,,,,404397,,,,3437,Albert Gallatin -Glen,Henry,,,,,1739-07-13,M,rep,NY,8,,Federalist,,,,,,,,,,G000235,,,,,,404597,,,,3628,Henry Glen -Goode,Samuel,,,,,1756-03-21,M,rep,VA,8,,Republican,,,,,,,,,,G000279,,,,,,404641,,,,3668,Samuel Goode -Goodrich,Elizur,,,,,1761-03-24,M,rep,CT,-1,,Federalist,,,,,,,,,,G000294,,,,,,404653,,,,3679,Elizur Goodrich -Gordon,William,,,,,1763-04-12,M,rep,NH,-1,,Federalist,,,,,,,,,,G000318,,,,,,404675,,,,3701,William Gordon (New Hampshire politician) -Greene,Ray,,,,,1765-02-02,M,sen,RI,,2,Federalist,,,,,,,,,,G000427,,,,,,404775,,,,3791,Ray Greene (politician) -Hartley,Thomas,,,,,1748-09-07,M,rep,PA,8,,Federalist,,,,,,,,,,H000299,,,,,,405172,,,,4156,Thomas Hartley -Havens,Jonathan,Nicoll,,,,1757-06-18,M,rep,NY,2,,Republican,,,,,,,,,,H000359,,,,,,405228,,,,4204,Jonathan Nicoll Havens -Imlay,James,Henderson,,,,1764-11-26,M,rep,NJ,4,,Federalist,,,,,,,,,,I000011,,,,,,405873,,,,4800,James Henderson Imlay -Jones,James,,,,,,M,rep,GA,-1,,Federalist,,,,,,,,,,J000227,,,,,,412060,,,,5038,James Jones (Georgia) -Kittera,John,Wilkes,,,,,M,rep,PA,7,,Federalist,,,,,,,,,,K000253,,,,,,406412,,,,5310,John W. Kittera -Lee,Henry,,,,,1756-01-29,M,rep,VA,19,,Federalist,,,,,,,,,,L000195,,,,,,406698,,,,5559,Henry Lee III -Linn,James,,,,,,M,rep,NJ,3,,Republican,,,,,,,,,,L000336,,,,,,406829,,,,5687,James Linn -Livermore,Samuel,,,,,1732-05-14,M,sen,NH,,2,Federalist,,,,,,,,,,L000364,,,,,,406856,,,,5713,Samuel Livermore -Lyman,Samuel,,,,,1749-01-25,M,rep,MA,3,,Federalist,,,,,,,,,,L000528,,,,,,407012,,,,5850,Samuel Lyman -Marshall,John,,,,,1755-09-24,M,rep,VA,13,,Federalist,,,,,,,,,,M000157,,,,,,407179,,,,6003,John Marshall -McMillan,William,,,,,1764-03-02,M,rep,OH,-1,,,,,,,,,,,,M000571,,,,,,407563,,,,,William McMillan (congressman) -Nicholas,John,,,,,,M,rep,VA,18,,Republican,,,,,,,,,,N000084,,,,,,412171,,,,6911,John Nicholas (congressman) -Nott,Abraham,,,,,1768-02-05,M,rep,SC,6,,Federalist,,,,,,,,,,N000161,,,,,,408242,,,,6979,Abraham Nott -Page,Robert,,,,,1765-02-04,M,rep,VA,1,,Federalist,,,,,,,,,,P000021,,,,,,408432,,,,7159,Robert Page (Virginia politician) -Parker,Josiah,,,,,1751-05-11,M,rep,VA,11,,Federalist,,,,,,,,,,P000065,,,,,,408475,,,,7199,Josiah Parker -Pinckney,Thomas,,,,,1750-10-23,M,rep,SC,1,,Federalist,,,,,,,,,,P000357,,,,,,408754,,,,7458,Thomas Pinckney -Platt,Jonas,,,,,1769-06-30,M,rep,NY,9,,Federalist,,,,,,,,,,P000381,,,,,,408775,,,,7481,Jonas Platt -Powell,Leven,,,,,,M,rep,VA,17,,Federalist,,,,,,,,,,P000482,,,,,,408867,,,,7573,Leven Powell -Reed,John,,,,,1751-11-11,M,rep,MA,6,,Federalist,,,,,,,,,,R000120,,,,,,409100,,,,7788,John Reed Sr. -Sedgwick,Theodore,,,,,1746-05-09,M,rep,MA,1,,Federalist,,,,,,,,,,S000222,,,,,,409727,,,,8344,Theodore Sedgwick -Sewall,Samuel,,,,,1757-12-11,M,rep,MA,10,,Federalist,,,,,,,,,,S000259,,,,,,409760,,,,8376,Samuel Sewall (congressman) -Spaight,Richard,Dobbs,,,,1758-03-25,M,rep,NC,10,,Republican,,,,,,,,,,S000693,,,,,,410164,,,,8756,Richard Dobbs Spaight -Thatcher,George,,,,,1754-04-12,M,rep,MA,14,,Federalist,,,,,,,,,,T000141,,,,,,410723,,,,9268,George Thatcher -Thomas,John,Chew,,,,1764-10-15,M,rep,MD,2,,Federalist,,,,,,,,,,T000173,,,,,,410754,,,,9299,John Chew Thomas -Thomas,Richard,,,,,1744-12-30,M,rep,PA,3,,Federalist,,,,,,,,,,T000183,,,,,,410764,,,,9308,Richard Thomas (Pennsylvania) -Waln,Robert,,,,,1765-02-22,M,rep,PA,1,,Federalist,,,,,,,,,,W000094,,,,,,411273,,,,9779,Robert Waln -Foster,Dwight,,,,,1757-12-07,M,sen,MA,,2,Federalist,,,,,,,,,,F000301,,,,,,404250,,,,3303,Dwight Foster (1757–1823) -Hindman,William,,,,,1743-04-01,M,sen,MD,,3,Federalist,,,,,,,,,,H000629,,,,,,405486,,,,4441,William Hindman -Morris,Gouverneur,,,,,1752-01-31,M,sen,NY,,1,Federalist,,,,,,,,,,M000976,,,,,,407944,,,,6703,Gouverneur Morris -Bacon,John,,,,,1738-04-05,M,rep,MA,1,,Republican,,,,,,,,,,B000017,,,,,,401022,,,,325,John Bacon (Massachusetts) -Bird,John,,,,,1768-11-22,M,rep,NY,-1,,Federalist,,,,,,,,,,B000477,,,,,,401458,,,,722,John Bird (New York) -Boude,Thomas,,,,,1752-05-17,M,rep,PA,7,,Federalist,,,,,,,,,,B000660,,,,,,401622,,,,877,Thomas Boude -Breckinridge,John,,,,,1760-12-02,M,sen,KY,,3,Republican,,,,,,,,,,B000787,,,,,,401744,,,,994,John Breckinridge (U.S. Attorney General) -Cabell,Samuel,Jordan,,,,1756-12-15,M,rep,VA,14,,Republican,,,,,,,,,,C000005,,,,,,402167,,,,1380,Samuel Jordan Cabell -Colhoun,John,Ewing,,,,,M,sen,SC,,3,Republican,,,,,,,,,,C000627,,,,,,402756,,,,1939,John E. Colhoun -Davis,Thomas,Terry,,,,,M,rep,KY,1,,Republican,,,,,,,,,,D000138,,,,,,412031,,,,2413,Thomas Terry Davis -Ellery,Christopher,,,,,1768-11-01,M,sen,RI,,2,Republican,,,,,,,,,,E000114,,,,,,403805,,,,2903,Christopher Ellery -Elmendorf,Lucas,Conrad,,,,,M,rep,NY,4,,Republican,,,,,,,,,,E000153,,,,,,403844,,,,2941,Lucas Elmendorf -Fearing,Paul,,,,,1762-02-28,M,rep,OH,-1,,Federalist,,,,,,,,,,F000054,,,,,,404014,,,,,Paul Fearing -Foster,Abiel,,,,,1735-08-08,M,rep,NH,-1,,Federalist,,,,,,,,,,F000297,,,,,,404246,,,,3299,Abiel Foster -Greene,Thomas,Marston,,,,1758-02-26,M,rep,MS,-1,,,,,,,,,,,,G000428,,,,,,404776,,,,,Thomas M. Green Jr. -Grove,William,Barry,,,,1764-01-15,M,rep,NC,7,,Federalist,,,,,,,,,,G000502,,,,,,404847,,,,3859,William Barry Grove -Henderson,Archibald,,,,,1768-08-07,M,rep,NC,2,,Federalist,,,,,,,,,,H000475,,,,,,405338,,,,4303,Archibald Henderson (politician) -Hill,William,Henry,,,,1767-05-01,M,rep,NC,6,,Federalist,,,,,,,,,,H000611,,,,,,405470,,,,4426,William Henry Hill (North Carolina) -Hunter,Narsworthy,,,,,,M,rep,MS,-1,,,,,,,,,,,,H000986,,,,,,412054,,,,,Narsworthy Hunter -Jackson,George,,,,,1757-01-09,M,rep,VA,3,,Republican,,,,,,,,,,J000012,,,,,,405919,,,,4850,George Jackson (Virginia politician) -Jackson,James,,,,,1757-09-21,M,sen,GA,,3,Republican,,,,,,,,,,J000017,,,,,,405923,,,,4854,James Jackson (Georgia politician) -Johnson,Charles,,,,,,M,rep,NC,8,,Republican,,,,,,,,,,J000123,,,,,,412057,,,,4946,Charles Johnson (North Carolina) -Jones,William,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,J000258,,,,,,406150,,,,5066,William Jones (statesman) -Lee,Silas,,,,,1760-07-03,M,rep,MA,12,,Federalist,,,,,,,,,,L000204,,,,,,406707,,,,5568,Silas Lee -Lincoln,Levi,,,,,1749-05-15,M,rep,MA,4,,Republican,,,,,,,,,,L000316,,,,,,406809,,,,5668,Levi Lincoln Sr. -Logan,George,,,,,1753-09-09,M,sen,PA,,3,Republican,,,,,,,,,,L000401,,,,,,406892,,,,5744,George Logan -Mattoon,Ebenezer,,,,,1755-08-19,M,rep,MA,3,,Federalist,,,,,,,,,,M000259,,,,,,407277,,,,6089,Ebenezer Mattoon -Morris,Lewis,Richard,,,,1760-11-02,M,rep,VT,2,,Federalist,,,,,,,,,,M000983,,,,,,407951,,,,6710,Lewis R. Morris -Morris,Thomas,,,,,1771-02-26,M,rep,NY,10,,Federalist,,,,,,,,,,M000988,,,,,,407956,,,,6715,Thomas Morris (New York politician) -Muhlenberg,John,Peter Gabriel,,,,1746-10-01,M,sen,PA,,3,Democratic Republican,,,,,,,,,,M001066,,,,,,408032,,,,6784,Peter Muhlenberg -Ogden,Aaron,,,,,1756-12-03,M,sen,NJ,,1,Federalist,,,,,,,,,,O000041,,,,,,408324,,,,7029,Aaron Ogden -Olcott,Simeon,,,,,1735-10-01,M,sen,NH,,2,Federalist,,,,,,,,,,O000060,,,,,,408335,,,,7048,Simeon Olcott -Peirce,Joseph,,,,,1748-06-25,M,rep,NH,-1,,Federalist,,,,,,,,,,P000190,,,,,,408594,,,,7308,Joseph Peirce -Perkins,Elias,,,,,1767-04-05,M,rep,CT,-1,,Federalist,,,,,,,,,,P000231,,,,,,408634,,,,7344,Elias Perkins -Read,Nathan,,,,,1759-07-02,M,rep,MA,10,,Federalist,,,,,,,,,,R000093,,,,,,409073,,,,7764,Nathan Read -Rutledge,John,,Jr.,,,,M,rep,SC,2,,Federalist,,,,,,,,,,R000553,,,,,,409509,,,,8153,John Rutledge Jr. -Sheafe,James,,,,,1755-11-16,M,sen,NH,,3,Federalist,,,,,,,,,,S000312,,,,,,409810,,,,8423,James Sheafe -Shepard,William,,,,,1737-12-01,M,rep,MA,2,,Federalist,,,,,,,,,,S000330,,,,,,409827,,,,8440,William Shepard -Smith,Josiah,,,,,1738-02-26,M,rep,MA,6,,Republican,,,,,,,,,,S000582,,,,,,410063,,,,8662,Josiah Smith -Sprigg,"Richard,",Jr.,,,,,M,rep,MD,2,,Republican,,,,,,,,,,S000752,,,,,,412180,,,,8810,Richard Sprigg Jr. -Stratton,John,,,,,1769-08-19,M,rep,VA,12,,Federalist,,,,,,,,,,S000994,,,,,,410452,,,,9014,John Stratton (Virginia politician) -Taliaferro,Benjamin,,,,,,M,rep,GA,-1,,Republican,,,,,,,,,,T000025,,,,,,410614,,,,9165,Benjamin Taliaferro -Tillinghast,Thomas,,,,,1742-08-21,M,rep,RI,-1,,Republican,,,,,,,,,,T000273,,,,,,410846,,,,9385,Thomas Tillinghast -Tracy,Uriah,,,,,1755-02-02,M,sen,CT,,3,Federalist,,,,,,,,,,T000348,,,,,,410919,,,,9452,Uriah Tracy -Upham,George,Baxter,,,,1768-12-27,M,rep,NH,-1,,Federalist,,,,,,,,,,U000022,,,,,,411045,,,,9567,George B. Upham -Van Ness,John,Peter,,,,,M,rep,NY,6,,Republican,,,,,,,,,,V000049,,,,,,411091,,,,9625,John Peter Van Ness -Walker,Benjamin,,,,,,M,rep,NY,9,,Federalist,,,,,,,,,,W000046,,,,,,411226,,,,9735,Benjamin Walker (New York) -Williams,Robert,,,,,,M,rep,NC,3,,Republican,,,,,,,,,,W000534,,,,,,412118,,,,10176,Robert Williams (North Carolina politician) -Woods,Henry,,,,,,M,rep,PA,10,,Federalist,,,,,,,,,,W000722,,,,,,411874,,,,10352,Henry Woods (Pennsylvania) -Butler,Pierce,,,,,1744-07-11,M,sen,SC,,3,Republican,,,,,,,,,,B001186,,,,,,402128,,,,1346,Pierce Butler -Clinton,De,Witt,,,,1769-03-02,M,sen,NY,,3,Republican,,,,,,,,,,C000525,,,,,,402659,,,,1847,DeWitt Clinton -Plumer,William,,,,,1759-06-25,M,sen,NH,,3,Federalist,,,,,,,,,,P000393,,,,,,408787,,,,7493,William Plumer -Bailey,Theodorus,,,,,1758-10-12,M,sen,NY,,1,Republican,,,,,,,,,,B000049,,,,,,401054,,,,351,Theodorus Bailey (politician) -Baldwin,Simeon,,,,,1761-12-14,M,rep,CT,-1,,Federalist,,,,,,,,,,B000097,,,,,,401099,,,,392,Simeon Baldwin -Bowie,Walter,,,,,,M,rep,MD,2,,Republican,,,,,,,,,,B000697,,,,,,401659,,,,911,Walter Bowie -Bruce,Phineas,,,,,1762-06-07,M,rep,MA,17,,Federalist,,,,,,,,,,B000970,,,,,,401922,,,,1156,Phineas Bruce -Claiborne,Thomas,,,,,1749-02-01,M,rep,VA,17,,Republican,,,,,,,,,,C000406,,,,,,402545,,,,1739,Thomas Claiborne (1749–1812) -Cutler,Manasseh,,,,,1742-05-13,M,rep,MA,3,,Federalist,,,,,,,,,,C001026,,,,,,403133,,,,2287,Manasseh Cutler (representative) -Dennis,John,,,,,1771-12-17,M,rep,MD,8,,Federalist,,,,,,,,,,D000243,,,,,,403381,,,,2501,John Dennis (1771–1806) -Dwight,Thomas,,,,,1758-10-29,M,rep,MA,5,,Federalist,,,,,,,,,,D000583,,,,,,403686,,,,2801,Thomas Dwight (politician) -Earle,John,Baylis,,,,1766-10-23,M,rep,SC,8,,Republican,,,,,,,,,,E000008,,,,,,403704,,,,2814,John B. Earle -Gillespie,James,,,,,,M,rep,NC,5,,Republican,,,,,,,,,,G000196,,,,,,412152,,,,3594,James Gillespie (politician) -Griffin,Thomas,,,,,,M,rep,VA,12,,Federalist,,,,,,,,,,G000467,,,,,,404812,,,,3826,Thomas Griffin (politician) -Griswold,Gaylord,,,,,1767-12-18,M,rep,NY,15,,Federalist,,,,,,,,,,G000482,,,,,,404827,,,,3840,Gaylord Griswold -Hammond,Samuel,,,,,1757-09-21,M,rep,GA,-1,,Republican,,,,,,,,,,H000133,,,,,,405015,,,,4012,Samuel Hammond -Hampton,Wade,,,,,,M,rep,SC,4,,Republican,,,,,,,,,,H000140,,,,,,405022,,,,4019,Wade Hampton I -Hiester,Daniel,,,,,1747-06-25,M,rep,MD,4,,Republican,,,,,,,,,,H000570,,,,,,405432,,,,4390,Daniel Hiester -Hoge,John,,,,,1760-09-10,M,rep,PA,10,,Republican,,,,,,,,,,H000695,,,,,,405548,,,,4498,John Hoge -Hunt,Samuel,,,,,1765-07-08,M,rep,NH,-1,,Federalist,,,,,,,,,,H000976,,,,,,405820,,,,4748,Samuel Hunt (New Hampshire) -Larned,Simon,,,,,1753-08-03,M,rep,MA,12,,Republican,,,,,,,,,,L000097,,,,,,406604,,,,5477,Simon Larned -Lewis,Thomas,,,,,,M,rep,VA,5,,Federalist,,,,,,,,,,L000294,,,,,,412064,,,,5649,"Thomas Lewis, Jr." -Lowndes,Thomas,,,,,1766-01-22,M,rep,SC,1,,Federalist,,,,,,,,,,L000482,,,,,,406970,,,,5814,Thomas Lowndes (congressman) -Maclay,Samuel,,,,,1741-06-17,M,sen,PA,,1,Republican,,,,,,,,,,M000029,,,,,,407057,,,,5890,Samuel Maclay -McCord,Andrew,,,,,,M,rep,NY,5,,Republican,,,,,,,,,,M000359,,,,,,412166,,,,6172,Andrew McCord -Mitchell,Nahum,,,,,1769-02-12,M,rep,MA,7,,Federalist,,,,,,,,,,M000824,,,,,,407799,,,,6571,Nahum Mitchell -Mott,James,,,,,1739-01-18,M,rep,NJ,-1,,Republican,,,,,,,,,,M001039,,,,,,408006,,,,6760,James Mott (New Jersey) -Palmer,Beriah,,,,,,M,rep,NY,11,,Republican,,,,,,,,,,P000036,,,,,,408446,,,,7173,Beriah Palmer -Paterson,John,,,,,,M,rep,NY,16,,Republican,,,,,,,,,,P000101,,,,,,408509,,,,7230,John Paterson (New York politician) -Phelps,Oliver,,,,,1749-10-21,M,rep,NY,17,,Republican,,,,,,,,,,P000298,,,,,,408698,,,,7403,Oliver Phelps -Plater,Thomas,,,,,1769-05-09,M,rep,MD,3,,Federalist,,,,,,,,,,P000378,,,,,,408772,,,,7478,Thomas Plater -Potter,Samuel,John,,,,1753-06-29,M,sen,RI,,1,Republican,,,,,,,,,,P000468,,,,,,408854,,,,7559,Samuel J. Potter -Purviance,Samuel,Dinsmore,,,,1774-01-07,M,rep,NC,7,,Federalist,,,,,,,,,,P000577,,,,,,408960,,,,7658,Samuel D. Purviance -Skinner,Thomson,Joseph,,,,1752-05-24,M,rep,MA,12,,Republican,,,,,,,,,,S000471,,,,,,409961,,,,8563,Thomson J. Skinner -Smith,Israel,,,,,1759-04-04,M,sen,VT,,1,Republican,,,,,,,,,,S000557,,,,,,410039,,,,8639,Israel Smith -Smith,John,,,,,,M,sen,OH,,1,Republican,,,,,,,,,,S000567,,,,,,410048,,,,8645,John Smith (Ohio Senator) -Stewart,John,,,,,,M,rep,PA,6,,Republican,,,,,,,,,,S000912,,,,,,412107,,,,8938,John Stewart (Pennsylvania) -Thatcher,Samuel,,,,,1776-07-01,M,rep,MA,16,,Federalist,,,,,,,,,,T000143,,,,,,410725,,,,9271,Samuel Thatcher -Tibbits,George,,,,,1763-01-14,M,rep,NY,10,,Federalist,,,,,,,,,,T000262,,,,,,410836,,,,9376,George Tibbits -Trigg,John,Johns,,,,,M,rep,VA,13,,Republican,,,,,,,,,,T000370,,,,,,410939,,,,9470,John Johns Trigg -Van Horne,Isaac,,,,,1754-01-13,M,rep,PA,2,,Republican,,,,,,,,,,V000045,,,,,,411089,,,,9621,Isaac Van Horne -Venable,Abraham,Bedford,,,,1758-11-20,M,sen,VA,,1,Republican,,,,,,,,,,V000083,,,,,,411139,,,,9658,Abraham B. Venable -White,Samuel,,,,,,M,sen,DE,,1,Federalist,,,,,,,,,,W000392,,,,,,411552,,,,10043,Samuel White (U.S. politician) -Williams,Lemuel,,,,,1747-06-18,M,rep,MA,8,,Federalist,,,,,,,,,,W000526,,,,,,411683,,,,10169,Lemuel Williams -Armstrong,John,,Jr.,,,1758-11-25,M,sen,NY,,1,Republican,,,,,,,,,,A000282,,,,,,400922,,,,233,John Armstrong Jr. -Howland,Benjamin,,,,,1755-07-27,M,sen,RI,,1,Republican,,,,,,,,,,H000870,,,,,,405717,,,,4656,Benjamin Howland -Moore,Andrew,,,,,,M,sen,VA,,1,Republican,,,,,,,,,,M000891,,,,,,407863,,,,6625,Andrew Moore (politician) -Alexander,Nathaniel,,,,,1756-03-05,M,rep,NC,10,,Republican,,,,,,,,,,A000100,,,,,,400758,,,,88,Nathaniel Alexander (governor) -Anderson,Isaac,,,,,1760-11-23,M,rep,PA,3,,Republican,,,,,,,,,,A000191,,,,,,400846,,,,169,Isaac Anderson (congressman) -Archer,John,,,,,1741-05-05,M,rep,MD,6,,Republican,,,,,,,,,,A000272,,,,,,400911,,,,222,John Archer (Maryland) -Baldwin,Abraham,,,,,1754-11-22,M,sen,GA,,2,Republican,,,,,,,,,,B000084,,,,,,401086,,,,379,Abraham Baldwin -Bedinger,George,Michael,,,,1756-12-10,M,rep,KY,6,,Republican,,,,,,,,,,B000301,,,,,,401294,,,,571,George M. Bedinger -Betton,Silas,,,,,1768-08-26,M,rep,NH,-1,,Federalist,,,,,,,,,,B000425,,,,,,401411,,,,679,Silas Betton -Bishop,Phanuel,,,,,1739-09-03,M,rep,MA,9,,Republican,,,,,,,,,,B000488,,,,,,401469,,,,733,Phanuel Bishop -Bryan,Joseph,,,,,1773-08-18,M,rep,GA,-1,,Republican,,,,,,,,,,B000989,,,,,,401941,,,,1174,Joseph Bryan -Casey,Levi,,,,,,M,rep,SC,6,,Republican,,,,,,,,,,C000226,,,,,,412140,,,,1575,Levi Casey (politician) -Clark,Christopher,Henderson,,,,,M,rep,VA,13,,Republican,,,,,,,,,,C000424,,,,,,402563,,,,1756,Christopher H. Clark -Conrad,Frederick,,,,,,M,rep,PA,2,,Republican,,,,,,,,,,C000704,,,,,,402829,,,,2005,Frederick Conrad -Covington,Leonard,,,,,1768-10-30,M,rep,MD,2,,Republican,,,,,,,,,,C000817,,,,,,402935,,,,2099,Leonard Covington -Dickson,William,,,,,1770-05-05,M,rep,TN,3,,Republican,,,,,,,,,,D000333,,,,,,403451,,,,2583,William Dickson (congressman) -Dwight,Theodore,,,,,1764-12-15,M,rep,CT,-1,,Federalist,,,,,,,,,,D000582,,,,,,403685,,,,2800,Theodore Dwight (elder) -Early,Peter,,,,,1773-06-20,M,rep,GA,-1,,Republican,,,,,,,,,,E000014,,,,,,403710,,,,2819,Peter Early -Ellis,Caleb,,,,,1767-04-16,M,rep,NH,-1,,Federalist,,,,,,,,,,E000130,,,,,,403821,,,,2919,Caleb Ellis -Elmer,Ebenezer,,,,,1752-08-23,M,rep,NJ,-1,,Republican,,,,,,,,,,E000154,,,,,,403845,,,,2942,Ebenezer Elmer -Fenner,James,,,,,1771-01-22,M,sen,RI,,2,Republican,,,,,,,,,,F000074,,,,,,404032,,,,3104,James Fenner -Fowler,John,,,,,,M,rep,KY,5,,Republican,,,,,,,,,,F000322,,,,,,404271,,,,3324,John Fowler (politician) -Goddard,Calvin,,,,,1768-07-17,M,rep,CT,-1,,Federalist,,,,,,,,,,G000248,,,,,,404610,,,,3639,Calvin Goddard (politician) -Griswold,Roger,,,,,1762-05-21,M,rep,CT,-1,,Federalist,,,,,,,,,,G000488,,,,,,404833,,,,3846,Roger Griswold -Halsey,Silas,,,,,1743-10-06,M,rep,NY,17,,Republican,,,,,,,,,,H000090,,,,,,404972,,,,3972,Silas Halsey -Hamilton,John,,,,,1754-11-25,M,rep,PA,10,,Republican,,,,,,,,,,H000111,,,,,,404993,,,,3992,John Hamilton (congressman) -Hanna,John,Andre,,,,,M,rep,PA,-1,,Republican,,,,,,,,,,H000161,,,,,,405043,,,,4037,John A. Hanna -Hastings,Seth,,,,,1762-04-08,M,rep,MA,10,,Federalist,,,,,,,,,,H000331,,,,,,405201,,,,4181,Seth Hastings -Hough,David,,,,,1753-03-13,M,rep,NH,-1,,Federalist,,,,,,,,,,H000811,,,,,,405659,,,,4600,David Hough (politician) -Kitchell,Aaron,,,,,1744-07-10,M,sen,NJ,,2,Republican,,,,,,,,,,K000246,,,,,,406405,,,,5303,Aaron Kitchell -Livingston,Henry,Walter,,,,,M,rep,NY,8,,Federalist,,,,,,,,,,L000367,,,,,,406859,,,,5716,Henry W. Livingston -Lower,Christian,,,,,1740-01-07,M,rep,PA,3,,Republican,,,,,,,,,,L000478,,,,,,406967,,,,5812,Christian Lower -Lucas,John,Baptiste Charles,,,,1758-08-14,M,rep,PA,-1,,Republican,,,,,,,,,,L000492,,,,,,406979,,,,5822,John Baptiste Charles Lucas -Magruder,Patrick,,,,,,M,rep,MD,3,,Republican,,,,,,,,,,M000057,,,,,,407085,,,,5917,Patrick Magruder -McFarlan,Duncan,,,,,,M,rep,NC,7,,Republican,,,,,,,,,,M000437,,,,,,412074,,,,6241,Duncan McFarlan -Mead,Cowles,,,,,1776-10-18,M,rep,GA,-1,,Republican,,,,,,,,,,M000614,,,,,,407603,,,,6393,Cowles Mead -Meriwether,David,,,,,1755-04-10,M,rep,GA,-1,,Republican,,,,,,,,,,M000649,,,,,,407635,,,,6422,David Meriwether (Georgia) -Nicholson,Joseph,Hopper,,,,1770-05-15,M,rep,MD,7,,Republican,,,,,,,,,,N000100,,,,,,408185,,,,6925,Joseph Hopper Nicholson -Olin,Gideon,,,,,1743-11-02,M,rep,VT,1,,Republican,,,,,,,,,,O000067,,,,,,408340,,,,7055,Gideon Olin -Randolph,Thomas,Mann,,,,1768-10-01,M,rep,VA,21,,Republican,,,,,,,,,,R000051,,,,,,409032,,,,7727,Thomas Mann Randolph Jr. -Sailly,Peter,,,,,1754-04-20,M,rep,NY,11,,Republican,,,,,,,,,,S000015,,,,,,409535,,,,8175,Peter Sailly -Sandford,Thomas,,,,,,M,rep,KY,4,,Republican,,,,,,,,,,S000041,,,,,,409557,,,,8203,Thomas Sandford -Schuneman,Martin,Gerretsen,,,,1764-02-10,M,rep,NY,7,,Republican,,,,,,,,,,S000149,,,,,,409656,,,,8277,Martin G. Schuneman -Smith,Daniel,,,,,1748-10-29,M,sen,TN,,2,Republican,,,,,,,,,,S000524,,,,,,410007,,,,8608,Daniel Smith (surveyor) -Smith,John,Cotton,,,,1765-02-12,M,rep,CT,-1,,Federalist,,,,,,,,,,S000570,,,,,,410052,,,,8651,John Cotton Smith -Smith,O’Brien,,,,,1784-07-31,M,rep,SC,4,,Republican,,,,,,,,,,S000598,,,,,,412179,,,,8673,O'Brien Smith -Spalding,Thomas,,,,,1774-03-26,M,rep,GA,-1,,Republican,,,,,,,,,,S000698,,,,,,410169,,,,8761,Thomas Spalding -Stanton,Joseph,,Jr.,,,1739-07-19,M,rep,RI,-1,,Republican,,,,,,,,,,S000805,,,,,,410271,,,,8845,Joseph Stanton Jr. -Sumter,Thomas,,,,,1734-08-14,M,sen,SC,,2,Republican,,,,,,,,,,S001073,,,,,,410527,,,,9088,Thomas Sumter -Tenney,Samuel,,,,,1748-11-27,M,rep,NH,-1,,Federalist,,,,,,,,,,T000127,,,,,,410709,,,,9257,Samuel Tenney -Thompson,Philip,Rootes,,,,1766-03-26,M,rep,VA,9,,Republican,,,,,,,,,,T000213,,,,,,410792,,,,9335,Philip R. Thompson -Thruston,Buckner,,,,,1763-02-09,M,sen,KY,,2,Republican,,,,,,,,,,T000249,,,,,,410827,,,,9366,Buckner Thruston -Wadsworth,Peleg,,,,,1748-05-06,M,rep,MA,15,,Federalist,,,,,,,,,,W000014,,,,,,411193,,,,9707,Peleg Wadsworth -Walton,Matthew,,,,,,M,rep,KY,3,,Republican,,,,,,,,,,W000116,,,,,,412115,,,,9798,Matthew Walton -Whitehill,John,,,,,1729-12-11,M,rep,PA,3,,Republican,,,,,,,,,,W000403,,,,,,411563,,,,10054,John Whitehill -Wickes,Eliphalet,,,,,1769-04-01,M,rep,NY,1,,Republican,,,,,,,,,,W000440,,,,,,411598,,,,10086,Eliphalet Wickes -Williams,Nathan,,,,,1773-12-19,M,rep,NY,15,,Republican,,,,,,,,,,W000531,,,,,,411688,,,,10173,Nathan Williams (politician) -Winston,Joseph,,,,,1746-06-17,M,rep,NC,12,,Republican,,,,,,,,,,W000642,,,,,,411796,,,,10280,Joseph Winston -Wynns,Thomas,,,,,,M,rep,NC,1,,Republican,,,,,,,,,,W000786,,,,,,411933,,,,10407,Thomas Wynns -Milledge,John,,,,,,M,sen,GA,,3,Republican,,,,,,,,,,M000712,,,,,,407695,,,,6472,John Milledge -Alexander,Evan,Shelby,,,,,M,rep,NC,10,,Republican,,,,,,,,,,A000092,,,,,,412132,,,,80,Evan Shelby Alexander -Barker,Joseph,,,,,1751-10-19,M,rep,MA,7,,Republican,,,,,,,,,,B000144,,,,,,401145,,,,436,Joseph Barker (Massachusetts) -Bidwell,Barnabas,,,,,1763-08-23,M,rep,MA,-1,,Republican,,,,,,,,,,B000446,,,,,,401431,,,,697,Barnabas Bidwell -Blake,John,,Jr.,,,1762-12-05,M,rep,NY,5,,Republican,,,,,,,,,,B000533,,,,,,401508,,,,773,John Blake Jr. (politician) -Boyle,John,,,,,1774-10-28,M,rep,KY,2,,Republican,,,,,,,,,,B000729,,,,,,401689,,,,941,John Boyle (congressman) -Bradley,Stephen,Row,,,,1754-02-20,M,sen,VT,,3,Republican,,,,,,,,,,B000745,,,,,,401704,,,,956,Stephen R. Bradley -Broom,James,Madison,,,,,M,rep,DE,0,,Federalist,,,,,,,,,,B000888,,,,,,401845,,,,1085,James M. Broom -Carleton,Peter,,,,,1755-09-19,M,rep,NH,-1,,Republican,,,,,,,,,,C000148,,,,,,402297,,,,1505,Peter Carleton -Claiborne,John,,,,,,M,rep,VA,17,,Republican,,,,,,,,,,C000403,,,,,,402542,,,,1736,John Claiborne -Clark,Daniel,,,,,,M,rep,OL,-1,,,,,,,,,,,,C000426,,,,,,412141,,,,,Daniel Clark (Louisiana politician) -Clay,Joseph,,,,,1769-07-24,M,rep,PA,1,,Republican,,,,,,,,,,C000486,,,,,,402624,,,,1814,Joseph Clay -Clinton,George,,,,,1771-06-06,M,rep,NY,2,,Republican,,,,,,,,,,C000526,,,,,,402661,,,,1849,George Clinton Jr. -Crowninshield,Jacob,,,,,1770-03-31,M,rep,MA,2,,Republican,,,,,,,,,,C000947,,,,,,403059,,,,2214,Jacob Crowninshield -Darby,Ezra,,,,,1768-06-07,M,rep,NJ,-1,,Republican,,,,,,,,,,D000047,,,,,,403186,,,,2332,Ezra Darby -Dean,Josiah,,,,,1748-03-06,M,rep,MA,9,,Republican,,,,,,,,,,D000173,,,,,,403335,,,,2446,Josiah Dean -Durell,Daniel,Meserve,,,,1769-07-20,M,rep,NH,-1,,Republican,,,,,,,,,,D000565,,,,,,403668,,,,2786,Daniel Meserve Durell -Elliott,James,,,,,1775-08-18,M,rep,VT,2,,Federalist,,,,,,,,,,E000122,,,,,,403813,,,,2911,James Elliot (politician) -Franklin,Jesse,,,,,1760-03-24,M,sen,NC,,3,Republican,,,,,,,,,,F000344,,,,,,404292,,,,3342,Jesse Franklin -Gardner,Francis,,,,,1771-12-27,M,rep,NH,-1,,Republican,,,,,,,,,,G000052,,,,,,404426,,,,3465,Francis Gardner -Garnett,James,Mercer,,,,1770-06-08,M,rep,VA,11,,Republican,,,,,,,,,,G000075,,,,,,404447,,,,3483,James M. Garnett -Goodrich,Chauncey,,,,,1759-10-20,M,sen,CT,,3,Federalist,,,,,,,,,,G000293,,,,,,404652,,,,3678,Chauncey Goodrich -Gregg,Andrew,,,,,1755-06-10,M,sen,PA,,3,Republican,,,,,,,,,,G000442,,,,,,404789,,,,3805,Andrew Gregg -Harris,John,,,,,1760-09-26,M,rep,NY,17,,Republican,,,,,,,,,,H000245,,,,,,405123,,,,4106,John Harris (New York politician) -Hiester,John,,,,,1745-04-09,M,rep,PA,3,,Republican,,,,,,,,,,H000573,,,,,,405435,,,,4393,John Hiester -Hoge,William,,,,,,M,rep,PA,10,,Republican,,,,,,,,,,H000699,,,,,,405552,,,,4502,William Hoge (Pennsylvania politician) -Humphrey,Reuben,,,,,1757-09-02,M,rep,NY,16,,Republican,,,,,,,,,,H000957,,,,,,405801,,,,4731,Reuben Humphrey -Ilsley,Daniel,,,,,1740-05-30,M,rep,MA,15,,Republican,,,,,,,,,,I000009,,,,,,405871,,,,4798,Daniel Ilsley -Jones,George,,,,,1766-02-25,M,sen,GA,,2,Republican,,,,,,,,,,J000220,,,,,,406114,,,,5031,George Jones (U.S. Senator) -Kelly,James,,,,,1760-07-17,M,rep,PA,6,,Federalist,,,,,,,,,,K000073,,,,,,406243,,,,5151,James Kelly (U.S. representative) -Kirkpatrick,William,,,,,1769-11-07,M,rep,NY,15,,Republican,,,,,,,,,,K000239,,,,,,406398,,,,5296,William Kirkpatrick (New York politician) -Knight,Nehemiah,,,,,1746-03-23,M,rep,RI,-1,,Republican,,,,,,,,,,K000286,,,,,,406443,,,,5338,Nehemiah Knight -Masters,Josiah,,,,,1763-11-22,M,rep,NY,10,,Republican,,,,,,,,,,M000232,,,,,,407250,,,,6069,Josiah Masters -Mathewson,Elisha,,,,,1767-04-18,M,sen,RI,,2,Republican,,,,,,,,,,M000240,,,,,,407258,,,,6076,Elisha Mathewson -McCreery,William,,,,,,M,rep,MD,5,,Republican,,,,,,,,,,M000387,,,,,,407388,,,,6198,William McCreery (Maryland) -Montgomery,Daniel,,Jr.,,,1765-10-30,M,rep,PA,5,,Republican,,,,,,,,,,M000864,,,,,,407837,,,,6601,"Daniel Montgomery, Jr." -Morrow,John,,,,,,M,rep,VA,2,,Republican,,,,,,,,,,M001005,,,,,,412080,,,,6729,John Morrow (Virginia) -Parke,Benjamin,,,,,1777-09-22,M,rep,IN,-1,,,,,,,,,,,,P000052,,,,,,408462,,,,,Benjamin Parke -Parker,Nahum,,,,,1760-03-04,M,sen,NH,,3,Republican,,,,,,,,,,P000067,,,,,,408477,,,,7200,Nahum Parker -Pugh,John,,,,,1761-06-02,M,rep,PA,2,,Republican,,,,,,,,,,P000562,,,,,,408945,,,,7645,John Pugh (Pennsylvania) -Richards,Jacob,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,R000212,,,,,,409188,,,,7867,Jacob Richards -Riker,Samuel,,,,,1743-04-08,M,rep,NY,1,,Republican,,,,,,,,,,R000257,,,,,,409233,,,,7907,Samuel Riker -Russell,John,,,,,1772-09-07,M,rep,NY,14,,Republican,,,,,,,,,,R000529,,,,,,409487,,,,8131,John Russell (New York) -Sloan,James,,,,,,M,rep,NJ,-1,,Republican,,,,,,,,,,S000493,,,,,,412098,,,,8581,James Sloan (congressman) -Smith,Jedediah,Kilburn,,,,1770-11-07,M,rep,NH,-1,,Republican,,,,,,,,,,S000562,,,,,,410044,,,,8643,Jedediah K. Smith -Smith,John,,,,,1752-02-12,M,sen,NY,,3,Republican,,,,,,,,,,S000566,,,,,,410046,,,,8647,"John Smith (New York politician, born 1752)" -Story,Joseph,,,,,1779-09-18,M,rep,MA,2,,Republican,,,,,,,,,,S000978,,,,,,410437,,,,8999,Joseph Story -Swart,Peter,,,,,1752-07-05,M,rep,NY,13,,Republican,,,,,,,,,,S001096,,,,,,410549,,,,9108,Peter Swart -Thomas,David,,,,,1762-06-11,M,rep,NY,12,,Republican,,,,,,,,,,T000163,,,,,,410744,,,,9290,David Thomas (New York politician) -Tiffin,Edward,,,,,1766-06-19,M,sen,OH,,3,Republican,,,,,,,,,,T000268,,,,,,410841,,,,9380,Edward Tiffin -Trigg,Abram,,,,,,M,rep,VA,6,,Republican,,,,,,,,,,T000368,,,,,,410937,,,,9468,Abram Trigg -Van Alen,James,Isaac,,,,,M,rep,NY,8,,Republican,,,,,,,,,,V000011,,,,,,411069,,,,9590,James I. Van Alen -Van Cortlandt,Philip,,,,,1749-08-21,M,rep,NY,4,,Republican,,,,,,,,,,V000022,,,,,,411075,,,,9602,Philip Van Cortlandt -Verplanck,Daniel,Crommelin,,,,1762-03-19,M,rep,NY,6,,Republican,,,,,,,,,,V000088,,,,,,411143,,,,9662,Daniel C. Verplanck -Wilbour,Isaac,,,,,1763-04-25,M,rep,RI,-1,,Republican,,,,,,,,,,W000454,,,,,,411611,,,,10099,Isaac Wilbour -Williams,Marmaduke,,,,,1774-04-06,M,rep,NC,9,,Republican,,,,,,,,,,W000529,,,,,,411686,,,,10171,Marmaduke Williams -Wilson,Alexander,,,,,,M,rep,VA,5,,Republican,,,,,,,,,,W000568,,,,,,412119,,,,10210,Alexander Wilson (American politician) -Wilson,Nathan,,,,,1758-12-23,M,rep,NY,12,,Republican,,,,,,,,,,W000606,,,,,,411761,,,,10246,Nathan Wilson -Witherell,James,,,,,1759-06-16,M,rep,VT,1,,Republican,,,,,,,,,,W000657,,,,,,411810,,,,10293,James Witherell -Meigs,Return,Jonathan,Jr.,,,1764-11-17,M,sen,OH,,1,Republican,,,,,,,,,,M000633,,,,,,407620,,,,6408,Return J. Meigs Jr. -Madison,James,,,,,1751-03-16,M,rep,VA,15,,Republican,,,,,,,,,,M000043,,,,,,407071,,,,5903,James Madison -Allen,Joseph,,,,,1749-09-02,M,rep,MA,10,,Federalist,,,,,,,,,,A000136,,,,,,400792,,,,119,Joseph Allen (congressman) -Alston,Lemuel,James,,,,,M,rep,SC,8,,Republican,,,,,,,,,,A000165,,,,,,400820,,,,146,Lemuel J. Alston -Anderson,Joseph,,,,,1757-11-05,M,sen,TN,,1,Republican,,,,,,,,,,A000197,,,,,,400852,,,,174,Joseph Anderson -Blaisdell,Daniel,,,,,1762-01-22,M,rep,NH,-1,,Federalist,,,,,,,,,,B000530,,,,,,401505,,,,771,Daniel Blaisdell -Brent,Richard,,,,,,M,sen,VA,,1,Republican,,,,,,,,,,B000802,,,,,,401759,,,,1007,Richard Brent (politician) -Brown,John,,,,,,M,rep,MD,7,,Republican,,,,,,,,,,B000928,,,,,,412020,,,,1117,John Brown (Maryland) -Calhoun,Joseph,,,,,1750-10-22,M,rep,SC,6,,Republican,,,,,,,,,,C000045,,,,,,402206,,,,1419,Joseph Calhoun -Campbell,Alexander,,,,,,M,sen,OH,,3,Republican,,,,,,,,,,C000076,,,,,,402232,,,,1442,Alexander Campbell (American politician) -Campbell,John,,,,,1765-09-11,M,rep,MD,1,,Federalist,,,,,,,,,,C000091,,,,,,402246,,,,1455,John Campbell (1765–1828) -Chamberlain,John,Curtis,,,,1772-06-05,M,rep,NH,-1,,Federalist,,,,,,,,,,C000279,,,,,,402422,,,,1624,John Curtis Chamberlain -Chamberlain,William,,,,,1755-04-27,M,rep,VT,3,,Federalist,,,,,,,,,,C000280,,,,,,402423,,,,1625,William Chamberlain (politician) -Champlin,Christopher,Grant,,,,1768-04-12,M,sen,RI,,1,Federalist,,,,,,,,,,C000289,,,,,,402431,,,,1633,Christopher G. Champlin -Cook,Orchard,,,,,1763-03-24,M,rep,MA,16,,Republican,,,,,,,,,,C000723,,,,,,402845,,,,2021,Orchard Cook -Cox,James,,,,,1753-06-14,M,rep,NJ,-1,,Republican,,,,,,,,,,C000834,,,,,,402951,,,,2114,James Cox (New Jersey) -Crist,Henry,,,,,1764-10-20,M,rep,KY,3,,Republican,,,,,,,,,,C000910,,,,,,403022,,,,2179,Henry Crist -Denning,William,,,,,,M,rep,NY,-1,,,,,,,,,,,,D000240,,,,,,403378,,,,,William Denning -Gardenier,Barent,,,,,1776-07-28,M,rep,NY,5,,Federalist,,,,,,,,,,G000049,,,,,,412042,,,,3460,Barent Gardenier -Gardner,Gideon,,,,,1759-05-30,M,rep,MA,8,,Republican,,,,,,,,,,G000054,,,,,,404428,,,,3467,Gideon Gardner -Garland,David,Shepherd,,,,1769-09-27,M,rep,VA,21,,Republican,,,,,,,,,,G000066,,,,,,404439,,,,3476,David S. Garland -German,Obadiah,,,,,1766-04-22,M,sen,NY,,1,Republican,,,,,,,,,,G000136,,,,,,404505,,,,3539,Obadiah German -Griswold,Stanley,,,,,1763-11-14,M,sen,OH,,3,Republican,,,,,,,,,,G000489,,,,,,404834,,,,3847,Stanley Griswold -Haven,Nathaniel,Appleton,,,,1762-07-19,M,rep,NH,-1,,Federalist,,,,,,,,,,H000354,,,,,,405223,,,,4199,Nathaniel Appleton Haven -Helms,William,,,,,1783-09-30,M,rep,NJ,-1,,Republican,,,,,,,,,,H000464,,,,,,412051,,,,4293,William Helms -Hiester,Daniel,,,,,,M,rep,PA,3,,Republican,,,,,,,,,,H000571,,,,,,405433,,,,4391,Daniel Hiester (1774–1834) -Hillhouse,James,,,,,1754-10-20,M,sen,CT,,1,Federalist,,,,,,,,,,H000618,,,,,,405477,,,,4433,James Hillhouse -Holland,James,,,,,,M,rep,NC,11,,Republican,,,,,,,,,,H000718,,,,,,405570,,,,4519,James Holland (American politician) -Howard,Benjamin,,,,,,M,rep,KY,5,,Republican,,,,,,,,,,H000834,,,,,,405681,,,,4622,Benjamin Howard (Missouri) -Hubbard,Jonathan,Hatch,,,,1768-05-07,M,rep,VT,2,,Federalist,,,,,,,,,,H000886,,,,,,405732,,,,4670,Jonathan Hatch Hubbard -Jenkins,Robert,,,,,1769-07-10,M,rep,PA,3,,Federalist,,,,,,,,,,J000087,,,,,,405989,,,,4916,Robert Jenkins (Pennsylvania) -Jones,Walter,,,,,1745-12-18,M,rep,VA,8,,Republican,,,,,,,,,,J000254,,,,,,406147,,,,5064,Walter Jones (Virginia politician) -Kenan,Thomas,,,,,1771-02-26,M,rep,NC,5,,Republican,,,,,,,,,,K000089,,,,,,406257,,,,5163,Thomas S. Kenan -Knickerbocker,Herman,,,,,1779-07-27,M,rep,NY,6,,Federalist,,,,,,,,,,K000282,,,,,,406439,,,,5334,Herman Knickerbocker -Lambert,John,,,,,1746-02-24,M,sen,NJ,,1,Republican,,,,,,,,,,L000036,,,,,,406546,,,,5421,John Lambert (politician) -Leib,Michael,,,,,1760-01-08,M,sen,PA,,1,Republican,,,,,,,,,,L000229,,,,,,406733,,,,5594,Michael Leib -Livermore,Edward,St. Loe,,,,1762-04-05,M,rep,MA,3,,Federalist,,,,,,,,,,L000363,,,,,,406855,,,,5712,Edward St. Loe Livermore -Love,John,,,,,,M,rep,VA,9,,Republican,,,,,,,,,,L000456,,,,,,412065,,,,5792,John Love (congressman) -Lyon,Matthew,,,,,1749-07-14,M,rep,KY,1,,Republican,,,,,,,,,,L000545,,,,,,407029,,,,5867,Matthew Lyon -Malbone,Francis,,,,,1759-03-20,M,sen,RI,,1,Federalist,,,,,,,,,,M000076,,,,,,407104,,,,5935,Francis Malbone -Marion,Robert,,,,,,M,rep,SC,1,,Republican,,,,,,,,,,M000130,,,,,,407154,,,,5981,Robert Marion -Mathews,Vincent,,,,,1766-06-29,M,rep,NY,14,,Federalist,,,,,,,,,,M000239,,,,,,407257,,,,6075,Vincent Mathews -McKinley,William,,,,,,M,rep,VA,1,,Republican,,,,,,,,,,M000520,,,,,,412075,,,,6311,William McKinley (Virginia) -Miller,Pleasant,Moorman,,,,,M,rep,TN,2,,Republican,,,,,,,,,,M000750,,,,,,412078,,,,6504,Pleasant Moorman Miller -Mumford,Gurdon,Saltonstall,,,,1764-01-29,M,rep,NY,2,,Republican,,,,,,,,,,M001076,,,,,,408041,,,,6794,Gurdon S. Mumford -Nelson,Roger,,,,,,M,rep,MD,4,,Republican,,,,,,,,,,N000041,,,,,,408131,,,,6871,Roger Nelson (politician) -Nicholas,Wilson,Cary,,,,1761-01-31,M,rep,VA,21,,Republican,,,,,,,,,,N000086,,,,,,408171,,,,6913,Wilson Cary Nicholas -Nicholson,John,,,,,,M,rep,NY,10,,Republican,,,,,,,,,,N000098,,,,,,408183,,,,6923,John Nicholson (New York) -Pickman,Benjamin,,Jr.,,,1763-09-30,M,rep,MA,2,,Federalist,,,,,,,,,,P000330,,,,,,408727,,,,7432,Benjamin Pickman Jr. -Porter,John,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,P000443,,,,,,412089,,,,7537,John Porter (Pennsylvania politician) -Poydras,Julien,de Lallande,,,,1740-04-03,M,rep,OL,-1,,,,,,,,,,,,P000493,,,,,,408878,,,,,Julien de Lallande Poydras -Richards,Matthias,,,,,1758-02-26,M,rep,PA,3,,Republican,,,,,,,,,,R000218,,,,,,409194,,,,7873,Matthias Richards -Robinson,Jonathan,,,,,1756-08-11,M,sen,VT,,1,Republican,,,,,,,,,,R000346,,,,,,409317,,,,7985,Jonathan Robinson (American politician) -Say,Benjamin,,,,,1755-08-28,M,rep,PA,1,,Republican,,,,,,,,,,S000098,,,,,,409608,,,,8243,Benjamin Say -Scudder,John,Anderson,,,,1759-03-22,M,rep,NJ,-1,,Republican,,,,,,,,,,S000200,,,,,,409705,,,,8324,John A. Scudder -Smelt,Dennis,,,,,1763-11-23,M,rep,GA,0,,Republican,,,,,,,,,,S000507,,,,,,412178,,,,8595,Dennis Smelt -Smith,Samuel,,,,,,M,rep,PA,11,,Republican,,,,,,,,,,S000610,,,,,,412102,,,,8679,Samuel Smith (Pennsylvania) -Stanly,John,,,,,1774-04-09,M,rep,NC,4,,Federalist,,,,,,,,,,S000800,,,,,,410266,,,,8842,John Stanly -Stedman,William,,,,,1765-01-21,M,rep,MA,11,,Federalist,,,,,,,,,,S000828,,,,,,410292,,,,8865,William Stedman -Swoope,Jacob,,,,,,M,rep,VA,4,,Federalist,,,,,,,,,,S001125,,,,,,412109,,,,9132,Jacob Swoope -Thompson,John,,,,,1749-03-20,M,rep,NY,8,,Republican,,,,,,,,,,T000206,,,,,,410785,,,,9328,John Thompson (1749–1823) -Upham,Jabez,,,,,1764-08-23,M,rep,MA,10,,Federalist,,,,,,,,,,U000023,,,,,,411046,,,,9568,Jabez Upham -Van Horne,Archibald,,,,,,M,rep,MD,2,,Republican,,,,,,,,,,V000043,,,,,,412113,,,,9619,Archibald Van Horne -Van Rensselaer,Killian,Killian,,,,1763-06-09,M,rep,NY,7,,Federalist,,,,,,,,,,V000054,,,,,,411096,,,,9630,Killian K. Van Rensselaer -Weakley,Robert,,,,,1764-07-20,M,rep,TN,3,,Republican,,,,,,,,,,W000220,,,,,,411388,,,,9889,Robert Weakley -Whiteside,Jenkin,,,,,,M,sen,TN,,2,Republican,,,,,,,,,,W000411,,,,,,411571,,,,10061,Jenkin Whiteside -Wilson,James,,,,,1766-08-16,M,rep,NH,-1,,Federalist,,,,,,,,,,W000592,,,,,,411743,,,,10228,James Wilson I (New Hampshire) -Witherspoon,Robert,,,,,1767-01-29,M,rep,SC,3,,Republican,,,,,,,,,,W000661,,,,,,411814,,,,10297,Robert Witherspoon -Cutts,Charles,,,,,1769-01-31,M,sen,NH,,3,Republican,,,,,,,,,,C001031,,,,,,403138,,,,2292,Charles Cutts -Taylor,John,,,,,1770-05-04,M,sen,SC,,2,Republican,,,,,,,,,,T000085,,,,,,410669,,,,9216,John Taylor (South Carolina governor) -Worthington,Thomas,,,,,1773-07-16,M,sen,OH,,1,Republican,,,,,,,,,,W000750,,,,,,411899,,,,10379,Thomas Worthington (governor) -Bacon,Ezekiel,,,,,1776-09-01,M,rep,MA,12,,Republican,,,,,,,,,,B000015,,,,,,401020,,,,323,Ezekiel Bacon -Baker,John,,,,,,M,rep,VA,2,,Federalist,,,,,,,,,,B000067,,,,,,412012,,,,367,John Baker (representative) -Bartlett,Josiah,,Jr.,,,1768-08-29,M,rep,NH,-1,,Republican,,,,,,,,,,B000207,,,,,,401206,,,,491,Josiah Bartlett Jr. -Bayard,James,Asheton,Sr.,,,1767-07-28,M,sen,DE,,2,Federalist,,,,,,,,,,B000249,,,,,,401243,,,,524,James A. Bayard (elder) -Blackledge,William,,,,,,M,rep,NC,4,,Republican,,,,,,,,,,B000511,,,,,,412017,,,,754,William Blackledge -Bleecker,Harmanus,,,,,1779-10-09,M,rep,NY,7,,Federalist,,,,,,,,,,B000555,,,,,,401530,,,,793,Harmanus Bleecker -Blount,Thomas,,,,,1759-05-10,M,rep,NC,3,,Republican,,,,,,,,,,B000569,,,,,,401542,,,,805,Thomas Blount (statesman) -Boyd,Adam,,,,,1746-03-21,M,rep,NJ,-1,,Republican,,,,,,,,,,B000714,,,,,,401675,,,,927,Adam Boyd (politician) -Butler,William,,,,,1759-12-17,M,rep,SC,2,,Republican,,,,,,,,,,B001194,,,,,,402136,,,,1354,William Butler (1759–1821) -Carr,Francis,,,,,1751-12-06,M,rep,MA,17,,Republican,,,,,,,,,,C000175,,,,,,402322,,,,1527,Francis Carr (District of Maine politician) -Chittenden,Martin,,,,,1763-03-12,M,rep,VT,4,,Federalist,,,,,,,,,,C000372,,,,,,402511,,,,1708,Martin Chittenden -Cobb,Howell,,,,,1772-08-03,M,rep,GA,-1,,Republican,,,,,,,,,,C000547,,,,,,402680,,,,1868,Howell Cobb (born 1772) -Cochran,James,,,,,,M,rep,NC,9,,Republican,,,,,,,,,,C000564,,,,,,412144,,,,1880,James Cochran (North Carolina politician) -Cooke,Thomas,Burrage,,,,1778-11-21,M,rep,NY,5,,Republican,,,,,,,,,,C000734,,,,,,402856,,,,2031,Thomas B. Cooke -Crawford,William,Harris,,,,1772-02-24,M,sen,GA,,2,Republican,,,,,,,,,,C000895,,,,,,403007,,,,2165,William H. Crawford -Cutts,Richard,,,,,1771-06-28,M,rep,MA,14,,Republican,,,,,,,,,,C001033,,,,,,403140,,,,2294,Richard Cutts -Dinsmoor,Samuel,,,,,1766-07-01,M,rep,NH,-1,,Republican,,,,,,,,,,D000357,,,,,,403474,,,,2607,Samuel Dinsmoor -Emott,James,,,,,1771-03-09,M,rep,NY,4,,Federalist,,,,,,,,,,E000176,,,,,,403866,,,,2961,James Emott -Fitch,Asa,,,,,1765-11-10,M,rep,NY,6,,Federalist,,,,,,,,,,F000156,,,,,,404111,,,,3175,Asa Fitch (politician) -Gannett,Barzillai,,,,,1764-06-17,M,rep,MA,-1,,Republican,,,,,,,,,,G000039,,,,,,404415,,,,3452,Barzillai Gannett -Giles,William,Branch,,,,1762-08-12,M,sen,VA,,2,Republican,,,,,,,,,,G000183,,,,,,404548,,,,3582,William Branch Giles -Gilman,Nicholas,,,,,1755-08-03,M,sen,NH,,2,Republican,,,,,,,,,,G000215,,,,,,404577,,,,3610,Nicholas Gilman -Gray,Edwin,,,,,1743-07-18,M,rep,VA,19,,Republican,,,,,,,,,,G000394,,,,,,404744,,,,3763,Edwin Gray -Green,Isaiah,Lewis,,,,1761-12-28,M,rep,MA,8,,Republican,,,,,,,,,,G000413,,,,,,404761,,,,3779,Isaiah L. Green -Hall,Obed,,,,,1757-12-23,M,rep,NH,-1,,Republican,,,,,,,,,,H000064,,,,,,404949,,,,3950,Obed Hall -Harper,John,Adams,,,,1779-11-02,M,rep,NH,-1,,Republican,,,,,,,,,,H000223,,,,,,405101,,,,4088,John Adams Harper -Howell,Jeremiah,Brown,,,,1771-08-28,M,sen,RI,,2,Republican,,,,,,,,,,H000865,,,,,,405712,,,,4651,Jeremiah B. Howell -Key,Philip,Barton,,,,1757-04-12,M,rep,MD,3,,Federalist,,,,,,,,,,K000159,,,,,,406323,,,,5225,Philip Barton Key -Lefever,Joseph,,,,,1760-04-03,M,rep,PA,3,,Republican,,,,,,,,,,L000212,,,,,,406716,,,,5577,Joseph Lefever -Livingston,Robert,Le Roy,,,,,M,rep,NY,6,,Federalist,,,,,,,,,,L000370,,,,,,406862,,,,5719,Robert Le Roy Livingston -Maxwell,George,Clifford,,,,1771-05-31,M,rep,NJ,-1,,Republican,,,,,,,,,,M000267,,,,,,407285,,,,6095,George C. Maxwell -McBryde,Archibald,,,,,1766-09-28,M,rep,NC,7,,Federalist,,,,,,,,,,M000302,,,,,,407317,,,,6128,Archibald McBryde -Metcalf,Arunah,,,,,1771-08-15,M,rep,NY,12,,Republican,,,,,,,,,,M000668,,,,,,407654,,,,6440,Arunah Metcalf -Milnor,James,,,,,1773-06-20,M,rep,PA,1,,Federalist,,,,,,,,,,M000785,,,,,,407763,,,,6538,James Milnor -Mitchill,Samuel,Latham,,,,1764-08-20,M,rep,NY,2,,Republican,,,,,,,,,,M000831,,,,,,407806,,,,6577,Samuel L. Mitchill -Montgomery,John,,,,,,M,rep,MD,-1,,Republican,,,,,,,,,,M000867,,,,,,407840,,,,6603,John Montgomery (Maryland politician) -Morgan,James,,,,,1756-12-29,M,rep,NJ,-1,,Republican,,,,,,,,,,M000951,,,,,,407919,,,,6679,James Morgan (congressman) -Newbold,Thomas,,,,,1760-08-02,M,rep,NJ,-1,,Republican,,,,,,,,,,N000064,,,,,,408152,,,,6892,Thomas Newbold -Paulding,William,,Jr.,,,1770-03-07,M,rep,NY,2,,Republican,,,,,,,,,,P000146,,,,,,408551,,,,7269,William Paulding Jr. -Pond,Benjamin,,,,,,M,rep,NY,8,,Republican,,,,,,,,,,P000425,,,,,,408816,,,,7520,Benjamin Pond -Quincy,Josiah,,,,,1772-02-04,M,rep,MA,1,,Federalist,,,,,,,,,,Q000015,,,,,,408978,,,,7675,Josiah Quincy III -Rodman,William,,,,,1757-10-07,M,rep,PA,2,,Republican,,,,,,,,,,R000375,,,,,,409345,,,,8011,William Rodman -Sammons,Thomas,,,,,1762-10-01,M,rep,NY,9,,Republican,,,,,,,,,,S000023,,,,,,409542,,,,8187,Thomas Sammons -Seaver,Ebenezer,,,,,1763-07-05,M,rep,MA,13,,Republican,,,,,,,,,,S000215,,,,,,409720,,,,8338,Ebenezer Seaver -Shaw,Samuel,,,,,,M,rep,VT,1,,Republican,,,,,,,,,,S000310,,,,,,409808,,,,8421,Samuel Shaw (politician) -Smilie,John,,,,,,M,rep,PA,9,,Republican,,,,,,,,,,S000508,,,,,,409994,,,,8596,John Smilie -Smith,George,,,,,,M,rep,PA,5,,Republican,,,,,,,,,,S000537,,,,,,412100,,,,8620,George Smith (Pennsylvania) -Stow,Silas,,,,,1773-12-21,M,rep,NY,10,,Republican,,,,,,,,,,S000984,,,,,,410443,,,,9005,Silas Stow -Sullivan,George,,,,,1771-08-29,M,rep,NH,-1,,Federalist,,,,,,,,,,S001052,,,,,,410506,,,,9067,George Sullivan (New Hampshire politician) -Tallman,Peleg,,,,,1764-07-24,M,rep,MA,16,,Republican,,,,,,,,,,T000033,,,,,,410622,,,,9173,Peleg Tallman -Tracy,Uri,,,,,1764-02-08,M,rep,NY,13,,Republican,,,,,,,,,,T000347,,,,,,410918,,,,9451,Uri Tracy -Turner,Charles,,Jr.,,,1760-06-20,M,rep,MA,7,,Republican,,,,,,,,,,T000416,,,,,,410985,,,,9510,"Charles Turner, Jr." -Turner,James,,,,,1766-12-20,M,sen,NC,,2,Republican,,,,,,,,,,T000423,,,,,,410991,,,,9517,James Turner (North Carolina politician) -Van Cortlandt,Pierre,,Jr.,,,1762-08-29,M,rep,NY,3,,Republican,,,,,,,,,,V000023,,,,,,411076,,,,9603,Pierre Van Cortlandt Jr. -Varnum,Joseph,Bradley,,,,1750-01-29,M,sen,MA,,2,Democratic Republican,,,,,,,,,,V000074,,,,,,412131,,,,9650,Joseph Bradley Varnum -White,Leonard,,,,,1767-05-03,M,rep,MA,3,,Federalist,,,,,,,,,,W000385,,,,,,411545,,,,10038,Leonard White (politician) -Widgery,William,,,,,,M,rep,MA,15,,Republican,,,,,,,,,,W000444,,,,,,412184,,,,10090,William Widgery -Williams,David,Rogerson,,,,1776-03-08,M,rep,SC,3,,Republican,,,,,,,,,,W000495,,,,,,411652,,,,10140,David Rogerson Williams -Wilson,Thomas,,,,,1765-09-11,M,rep,VA,1,,Federalist,,,,,,,,,,W000615,,,,,,411769,,,,10253,Thomas Wilson (Virginia politician) -Winn,Richard,,,,,,M,rep,SC,5,,Republican,,,,,,,,,,W000637,,,,,,411791,,,,10275,Richard Winn -Destréhan,Jean,Noel,,,,,M,sen,LA,,2,Unknown,,,,,,,,,,D000273,,,,,,403408,,,,,Jean Noel Destréhan -Magruder,Allan,Bowie,,,,,M,sen,LA,,3,Republican,,,,,,,,,,M000056,,,,,,407084,,,,5916,Allan B. Magruder -Posey,Thomas,,,,,1750-07-09,M,sen,LA,,2,Republican,,,,,,,,,,P000450,,,,,,408838,,,,7543,Thomas Posey -Barnett,William,,,,,1761-03-04,M,rep,GA,-1,,Republican,,,,,,,,,,B000161,,,,,,401163,,,,450,William Barnett (Georgia politician) -Bayly,Thomas,Monteagle,,,,1775-03-26,M,rep,VA,13,,Federalist,,,,,,,,,,B000260,,,,,,401254,,,,535,Thomas Monteagle Bayly -Beall,Reasin,,,,,1769-12-03,M,rep,OH,6,,Republican,,,,,,,,,,B000273,,,,,,401267,,,,547,Reasin Beall -Benson,Egbert,,,,,1746-06-21,M,rep,NY,2,,Federalist,,,,,,,,,,B000388,,,,,,401379,,,,649,Egbert Benson -Bibb,William,Wyatt,,,,1781-10-02,M,sen,GA,,2,Republican,,,,,,,,,,B000434,,,,,,401420,,,,686,William Wyatt Bibb -Bigelow,Abijah,,,,,1775-12-05,M,rep,MA,11,,Federalist,,,,,,,,,,B000453,,,,,,401438,,,,703,Abijah Bigelow -Bines,Thomas,,,,,,M,rep,NJ,3,,Republican,,,,,,,,,,B000467,,,,,,412015,,,,714,Thomas Bines -Bledsoe,Jesse,,,,,1776-04-06,M,sen,KY,,3,Republican,,,,,,,,,,B000554,,,,,,401529,,,,792,Jesse Bledsoe -Bond,Shadrack,,,,,1773-11-24,M,rep,IL,-1,,,,,,,,,,,,B000612,,,,,,401579,,,,,Shadrach Bond -Bowen,John,Henry,,,,,M,rep,TN,4,,Republican,,,,,,,,,,B000684,,,,,,401646,,,,898,John Henry Bowen -Bowers,John,Myer,,,,1772-09-25,M,rep,NY,15,,Federalist,,,,,,,,,,B000691,,,,,,401653,,,,905,John M. Bowers -Boyd,Alexander,,,,,1764-09-14,M,rep,NY,13,,Federalist,,,,,,,,,,B000715,,,,,,401676,,,,928,Alexander Boyd -Brown,Robert,,,,,1744-12-25,M,rep,PA,6,,Republican,,,,,,,,,,B000942,,,,,,401896,,,,1132,Robert Brown (Pennsylvania politician) -Bulloch,William,Bellinger,,,,,M,sen,GA,,2,Republican,,,,,,,,,,B001051,,,,,,401999,,,,1230,William Bellinger Bulloch -Butler,Ezra,,,,,1763-09-24,M,rep,VT,0,,Republican,,,,,,,,,,B001176,,,,,,402118,,,,1337,Ezra Butler -Caperton,Hugh,,,,,1781-04-17,M,rep,VA,7,,Federalist,,,,,,,,,,C000131,,,,,,402281,,,,1492,Hugh Caperton -Cheves,Langdon,,,,,1776-09-17,M,rep,SC,1,,Republican,,,,,,,,,,C000350,,,,,,402489,,,,1688,Langdon Cheves -Conard,John,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,C000667,,,,,,402794,,,,1971,John Conard -Coxe,William,,Jr.,,,1762-05-03,M,rep,NJ,3,,Federalist,,,,,,,,,,C000843,,,,,,402960,,,,2122,William Coxe Jr. -Crouch,Edward,,,,,1764-11-09,M,rep,PA,3,,Republican,,,,,,,,,,C000934,,,,,,403046,,,,2201,Edward Crouch -Daggett,David,,,,,1764-12-31,M,sen,CT,,3,Federalist,,,,,,,,,,D000002,,,,,,403146,,,,2296,David Daggett -Dana,Samuel,,,,,1767-06-26,M,rep,MA,4,,Republican,,,,,,,,,,D000023,,,,,,403164,,,,2315,Samuel Dana -Davis,Roger,,,,,1762-10-02,M,rep,PA,2,,Republican,,,,,,,,,,D000133,,,,,,403268,,,,2409,Roger Davis (Pennsylvania) -Davis,Samuel,,,,,,M,rep,MA,16,,Federalist,,,,,,,,,,D000134,,,,,,403269,,,,2410,Samuel Davis (politician) -Dawson,John,,,,,,M,rep,VA,11,,Republican,,,,,,,,,,D000151,,,,,,403284,,,,2426,John Dawson (U.S. politician) -Denoyelles,Peter,,,,,,M,rep,NY,3,,Republican,,,,,,,,,,D000252,,,,,,403390,,,,2510,Peter Denoyelles -Dewey,Daniel,,,,,1766-01-29,M,rep,MA,12,,Federalist,,,,,,,,,,D000293,,,,,,403418,,,,2542,Daniel Dewey -Duval,William,Pope,,,,,M,rep,KY,10,,Republican,,,,,,,,,,D000577,,,,,,403680,,,,2795,William Pope Duval -Ely,William,,,,,1765-08-14,M,rep,MA,5,,Federalist,,,,,,,,,,E000168,,,,,,403859,,,,2956,William Ely -Evans,David,Reid,,,,1769-02-20,M,rep,SC,5,,Republican,,,,,,,,,,E000238,,,,,,403922,,,,3006,David R. Evans (South Carolina politician) -Farrow,Samuel,,,,,,M,rep,SC,8,,Republican,,,,,,,,,,F000036,,,,,,403997,,,,3074,Samuel Farrow -Forney,Peter,,,,,1756-04-21,M,rep,NC,11,,Republican,,,,,,,,,,F000279,,,,,,404229,,,,3282,Peter Forney -Franklin,Meshack,,,,,,M,rep,NC,13,,Republican,,,,,,,,,,F000346,,,,,,404294,,,,3344,Meshack Franklin -Fromentin,Eligius,,,,,,M,sen,LA,,3,Republican,,,,,,,,,,F000389,,,,,,412126,,,,3377,Eligius Fromentin -Geddes,James,,,,,1763-07-22,M,rep,NY,19,,Federalist,,,,,,,,,,G000116,,,,,,404488,,,,3523,James Geddes (engineer) -Gloninger,John,,,,,1758-09-19,M,rep,PA,3,,Federalist,,,,,,,,,,G000241,,,,,,404603,,,,3632,John Gloninger -Gourdin,Theodore,,,,,1764-03-20,M,rep,SC,3,,Republican,,,,,,,,,,G000345,,,,,,404701,,,,3726,Theodore Gourdin -Harris,Thomas,K.,,,,,M,rep,TN,3,,Republican,,,,,,,,,,H000254,,,,,,412048,,,,4115,Thomas K. Harris -Hasbrouck,Abraham,Joseph,,,,1773-10-16,M,rep,NY,7,,Republican,,,,,,,,,,H000313,,,,,,405186,,,,4168,Abraham J. Hasbrouck -Hawkins,Joseph,H.,,,,,M,rep,KY,2,,Republican,,,,,,,,,,H000372,,,,,,412050,,,,4216,Joseph H. Hawkins -Hempstead,Edward,,,,,1780-06-03,M,rep,MO,-1,,,,,,,,,,,,H000472,,,,,,405335,,,,,Edward Hempstead -Henderson,Samuel,,,,,1764-11-27,M,rep,PA,2,,Federalist,,,,,,,,,,H000487,,,,,,405350,,,,4314,Samuel Henderson -Hopkins,Samuel,,,,,1753-04-09,M,rep,KY,5,,Republican,,,,,,,,,,H000778,,,,,,405628,,,,4571,Samuel Hopkins (congressman) -Hopkins,Samuel,Miles,,,,1772-05-09,M,rep,NY,21,,Federalist,,,,,,,,,,H000780,,,,,,405630,,,,4573,Samuel M. Hopkins -Howell,Nathaniel,Woodhull,,,,1770-01-01,M,rep,NY,21,,Federalist,,,,,,,,,,H000867,,,,,,405714,,,,4653,Nathaniel W. Howell -Hubbard,Levi,,,,,1762-12-19,M,rep,MA,20,,Republican,,,,,,,,,,H000887,,,,,,405733,,,,4671,Levi Hubbard -Hufty,Jacob,,,,,,M,rep,NJ,3,,Federalist,,,,,,,,,,H000914,,,,,,412053,,,,4693,Jacob Hufty -Humphreys,Parry,Wayne,,,,,M,rep,TN,6,,Republican,,,,,,,,,,H000962,,,,,,405806,,,,4736,Parry Wayne Humphreys -Hyneman,John,M.,,,,1771-04-25,M,rep,PA,7,,Republican,,,,,,,,,,H001026,,,,,,412157,,,,4789,John M. Hyneman -Jackson,Richard,,Jr.,,,1764-07-03,M,rep,RI,-1,,Federalist,,,,,,,,,,J000025,,,,,,405931,,,,4862,Richard Jackson Jr. -Kennedy,William,,,,,1768-07-31,M,rep,NC,3,,Republican,,,,,,,,,,K000116,,,,,,406282,,,,5186,William Kennedy (North Carolina) -Kershaw,John,,,,,1765-09-12,M,rep,SC,9,,Republican,,,,,,,,,,K000149,,,,,,406313,,,,5216,John Kershaw (American politician) -Lacock,Abner,,,,,1770-07-09,M,sen,PA,,3,Republican,,,,,,,,,,L000011,,,,,,406521,,,,5392,Abner Lacock -Lefferts,John,,,,,1785-12-17,M,rep,NY,1,,Republican,,,,,,,,,,L000213,,,,,,406717,,,,5581,John Lefferts -Markell,Jacob,,,,,1770-05-08,M,rep,NY,14,,Federalist,,,,,,,,,,M000132,,,,,,407156,,,,5983,Jacob Markell -Mason,Jeremiah,,,,,1768-04-27,M,sen,NH,,3,Federalist,,,,,,,,,,M000217,,,,,,407235,,,,6054,Jeremiah Mason -McKim,Alexander,,,,,1748-01-10,M,rep,MD,5,,Republican,,,,,,,,,,M000515,,,,,,407509,,,,6306,Alexander McKim -Miller,Morris,Smith,,,,1779-07-31,M,rep,NY,16,,Federalist,,,,,,,,,,M000747,,,,,,407726,,,,6501,Morris S. Miller -Pearson,Joseph,,,,,,M,rep,NC,10,,Federalist,,,,,,,,,,P000168,,,,,,408573,,,,7288,Joseph Pearson -Post,Jotham,,Jr.,,,1771-04-04,M,rep,NY,2,,Federalist,,,,,,,,,,P000455,,,,,,408842,,,,7546,Jotham Post Jr. -Potter,Elisha,Reynolds,,,,1764-11-05,M,rep,RI,-1,,Federalist,,,,,,,,,,P000463,,,,,,408849,,,,7553,Elisha Reynolds Potter -Rea,John,,,,,1755-01-27,M,rep,PA,5,,Republican,,,,,,,,,,R000089,,,,,,409069,,,,7760,John Rea (politician) -Reed,William,,,,,1776-06-06,M,rep,MA,2,,Federalist,,,,,,,,,,R000130,,,,,,409109,,,,7797,William Reed (politician) -Richardson,William,Merchant,,,,1774-01-04,M,rep,MA,4,,Republican,,,,,,,,,,R000231,,,,,,409207,,,,7885,William M. Richardson -Schureman,James,,,,,1756-02-12,M,rep,NJ,2,,Federalist,,,,,,,,,,S000150,,,,,,409657,,,,8278,James Schureman -Sherwood,Samuel,,,,,1779-04-24,M,rep,NY,8,,Federalist,,,,,,,,,,S000356,,,,,,409852,,,,8464,Samuel Sherwood (New York) -Shipherd,Zebulon,Rudd,,,,1768-11-15,M,rep,NY,12,,Federalist,,,,,,,,,,S000366,,,,,,409860,,,,8473,Zebulon R. Shipherd -Skinner,Richard,,,,,1778-05-30,M,rep,VT,0,,Republican,,,,,,,,,,S000469,,,,,,409959,,,,8561,Richard Skinner (politician) -Slaymaker,Amos,,,,,1755-03-11,M,rep,PA,3,,Federalist,,,,,,,,,,S000483,,,,,,409971,,,,8571,Amos Slaymaker -Smith,Isaac,,,,,1761-01-04,M,rep,PA,10,,Republican,,,,,,,,,,S000556,,,,,,410038,,,,8638,Isaac Smith (Pennsylvania) -Smith,John,,,,,1750-05-07,M,rep,VA,3,,Republican,,,,,,,,,,S000564,,,,,,410047,,,,8646,John Smith (Virginia representative) -Smith,Samuel,,,,,1765-11-11,M,rep,NH,-1,,Federalist,,,,,,,,,,S000608,,,,,,410086,,,,8680,Samuel Smith (New Hampshire) -Stockton,Richard,,,,,1764-04-17,M,rep,NJ,2,,Federalist,,,,,,,,,,S000941,,,,,,410400,,,,8964,Richard Stockton (U.S. Senator) -Stone,David,,,,,1770-02-17,M,sen,NC,,3,Republican,,,,,,,,,,S000955,,,,,,410414,,,,8977,David Stone (politician) -Tait,Charles,,,,,1768-02-01,M,sen,GA,,3,Republican,,,,,,,,,,T000015,,,,,,410605,,,,9157,Charles Tait -Tannehill,Adamson,,,,,1750-05-23,M,rep,PA,14,,Republican,,,,,,,,,,T000036,,,,,,410625,,,,9175,Adamson Tannehill -Thompson,Joel,,,,,1760-10-03,M,rep,NY,15,,Federalist,,,,,,,,,,T000205,,,,,,410784,,,,9327,Joel Thompson (politician) -Wells,William,Hill,,,,1769-01-07,M,sen,DE,,2,Federalist,,,,,,,,,,W000287,,,,,,411452,,,,9947,William H. Wells -White,Francis,,,,,,M,rep,VA,2,,Federalist,,,,,,,,,,W000367,,,,,,412116,,,,10020,Francis White (Virginia) -Whitehill,James,,,,,1762-01-31,M,rep,PA,3,,Republican,,,,,,,,,,W000402,,,,,,411562,,,,10053,James Whitehill -Whitehill,Robert,,,,,1738-07-21,M,rep,PA,-1,,Republican,,,,,,,,,,W000404,,,,,,411564,,,,10055,Robert Whitehill (Pennsylvania) -Winter,Elisha,I.,,,,1781-07-15,M,rep,NY,12,,Federalist,,,,,,,,,,W000644,,,,,,411798,,,,10282,Elisha I. Winter -Wood,Abiel,,,,,1772-07-22,M,rep,MA,17,,Republican,,,,,,,,,,W000687,,,,,,411839,,,,10317,Abiel Wood -Barry,William,Taylor,,,,1784-02-05,M,sen,KY,,2,Republican,,,,,,,,,,B000192,,,,,,401191,,,,478,William T. Barry -Kerr,Joseph,,,,,,M,sen,OH,,1,Republican,,,,,,,,,,K000141,,,,,,406307,,,,5210,Joseph Kerr -Locke,Francis,,,,,1776-10-31,M,sen,NC,,3,Unknown,,,,,,,,,,L000387,,,,,,406879,,,,,Francis Locke Jr. -Roberts,Jonathan,,,,,1771-08-16,M,sen,PA,,1,Republican,,,,,,,,,,R000313,,,,,,409284,,,,7953,Jonathan Roberts (politician) -Thompson,Thomas,Weston,,,,1766-03-15,M,sen,NH,,2,Federalist,,,,,,,,,,T000220,,,,,,410799,,,,9341,Thomas W. Thompson -Walker,George,,,,,,M,sen,KY,,2,Republican,,,,,,,,,,W000053,,,,,,411232,,,,9741,George Walker (Kentucky) -Wharton,Jesse,,,,,1782-07-29,M,sen,TN,,2,Republican,,,,,,,,,,W000324,,,,,,411486,,,,9979,Jesse Wharton -Adgate,Asa,,,,,1767-11-17,M,rep,NY,12,,Republican,,,,,,,,,,A000056,,,,,,400716,,,,47,Asa Adgate -Alexander,John,,,,,1777-04-16,M,rep,OH,2,,Republican,,,,,,,,,,A000096,,,,,,400754,,,,84,John Alexander (Ohio politician) -Atherton,Charles,Humphrey,,,,1773-08-14,M,rep,NH,-1,,Federalist,,,,,,,,,,A000324,,,,,,400972,,,,279,Charles Humphrey Atherton -Avery,Daniel,,,,,1766-09-18,M,rep,NY,20,,Republican,,,,,,,,,,A000345,,,,,,400995,,,,299,Daniel Avery -Baer,George,,Jr.,,,,M,rep,MD,4,,Federalist,,,,,,,,,,B000026,,,,,,401031,,,,332,"George Baer, Jr." -Baker,Ezra,,,,,,M,rep,NJ,-1,,Republican,,,,,,,,,,B000060,,,,,,412133,,,,362,Ezra Baker -Bard,David,,,,,,M,rep,PA,-1,,Republican,,,,,,,,,,B000137,,,,,,401138,,,,429,David Bard -Betts,Samuel,Rossiter,,,,1787-06-08,M,rep,NY,7,,Republican,,,,,,,,,,B000427,,,,,,401413,,,,681,Samuel Rossiter Betts -Birdsall,James,,,,,,M,rep,NY,15,,Republican,,,,,,,,,,B000482,,,,,,401463,,,,727,James Birdsall -Bradbury,George,,,,,1770-10-10,M,rep,MA,15,,Federalist,,,,,,,,,,B000733,,,,,,401693,,,,945,George Bradbury -Breckinridge,James,,,,,1763-03-07,M,rep,VA,5,,Federalist,,,,,,,,,,B000785,,,,,,401743,,,,992,James Breckinridge -Brigham,Elijah,,,,,1751-07-07,M,rep,MA,11,,Federalist,,,,,,,,,,B000833,,,,,,401790,,,,1036,Elijah Brigham -Brooks,Micah,,,,,1775-05-14,M,rep,NY,21,,Republican,,,,,,,,,,B000883,,,,,,401840,,,,1080,Micah Brooks -Brown,Benjamin,,,,,1756-09-23,M,rep,MA,16,,Federalist,,,,,,,,,,B000904,,,,,,401861,,,,1099,Benjamin Brown (politician) -Burnside,Thomas,,,,,1782-07-28,M,rep,PA,9,,Republican,,,,,,,,,,B001132,,,,,,402076,,,,1301,Thomas Burnside -Cady,Daniel,,,,,1773-04-29,M,rep,NY,14,,Federalist,,,,,,,,,,C000014,,,,,,402176,,,,1389,Daniel Cady -Caldwell,James,,,,,1770-11-30,M,rep,OH,4,,Republican,,,,,,,,,,C000033,,,,,,402194,,,,1407,James Caldwell (Ohio politician) -Campbell,George,Washington,,,,1769-02-09,M,sen,TN,,1,Republican,,,,,,,,,,C000083,,,,,,402239,,,,1448,George W. Campbell -Carr,James,,,,,1777-09-09,M,rep,MA,17,,Federalist,,,,,,,,,,C000176,,,,,,402323,,,,1528,James Carr (Massachusetts politician) -Champion,Epaphroditus,,,,,1756-04-06,M,rep,CT,-1,,Federalist,,,,,,,,,,C000288,,,,,,402430,,,,1632,Epaphroditus Champion -Chappell,John,Joel,,,,1782-01-19,M,rep,SC,4,,Republican,,,,,,,,,,C000320,,,,,,402462,,,,1662,John J. Chappell -Chipman,Daniel,,,,,1765-10-22,M,rep,VT,0,,Federalist,,,,,,,,,,C000366,,,,,,402505,,,,1703,Daniel Chipman -Cilley,Bradbury,,,,,1760-02-01,M,rep,NH,-1,,Federalist,,,,,,,,,,C000394,,,,,,402533,,,,1727,Bradbury Cilley -Clark,James,West,,,,1779-10-15,M,rep,NC,3,,Republican,,,,,,,,,,C000438,,,,,,402576,,,,1770,James West Clark -Clarke,Archibald,Smith,,,,,M,rep,NY,21,,Republican,,,,,,,,,,C000456,,,,,,402594,,,,1787,Archibald S. Clarke -Clay,Matthew,,,,,1754-03-25,M,rep,VA,-1,,Republican,,,,,,,,,,C000487,,,,,,402625,,,,1815,Matthew Clay -Clendenin,David,,,,,,M,rep,OH,6,,Republican,,,,,,,,,,C000510,,,,,,412142,,,,1835,David Clendenin -Clopton,John,,,,,1756-02-07,M,rep,VA,23,,Republican,,,,,,,,,,C000531,,,,,,402665,,,,1853,John Clopton -Conner,Samuel,Shepard,,,,,M,rep,MA,19,,Republican,,,,,,,,,,C000692,,,,,,412145,,,,1994,Samuel S. Conner -Cooper,Thomas,,,,,,M,rep,DE,0,,Federalist,,,,,,,,,,C000762,,,,,,402882,,,,2056,Thomas Cooper (representative) -Crawford,William,,,,,,M,rep,PA,5,,Republican,,,,,,,,,,C000894,,,,,,403006,,,,2164,William Crawford (Pennsylvania) -Crocheron,Henry,,,,,1772-12-26,M,rep,NY,1,,Republican,,,,,,,,,,C000914,,,,,,403026,,,,2183,Henry Crocheron -Dana,Samuel,Whittlesey,,,,1760-02-13,M,sen,CT,,1,Federalist,,,,,,,,,,D000024,,,,,,403165,,,,2316,Samuel W. Dana -Davenport,John,,,,,1752-01-16,M,rep,CT,-1,,Federalist,,,,,,,,,,D000075,,,,,,403213,,,,2357,John Davenport (Connecticut politician) -Dickens,Samuel,,,,,,M,rep,NC,8,,Republican,,,,,,,,,,D000306,,,,,,412033,,,,2559,Samuel Dickens -Easton,Rufus,,,,,1774-05-04,M,rep,MO,-1,,,,,,,,,,,,E000022,,,,,,403718,,,,,Rufus Easton -Findley,William,,,,,,M,rep,PA,11,,Republican,,,,,,,,,,F000124,,,,,,412125,,,,3147,William Findley -Fisk,Jonathan,,,,,1778-09-26,M,rep,NY,-1,,Republican,,,,,,,,,,F000155,,,,,,404110,,,,3174,Jonathan Fisk -Fletcher,Thomas,,,,,1779-10-21,M,rep,KY,1,,Republican,,,,,,,,,,F000204,,,,,,404159,,,,3220,Thomas Fletcher (Kentucky) -Gaston,William,,,,,1778-09-19,M,rep,NC,4,,Federalist,,,,,,,,,,G000096,,,,,,404468,,,,3504,William Gaston -Gholson,Thomas,,Jr.,,,,M,rep,VA,18,,Republican,,,,,,,,,,G000150,,,,,,412043,,,,3552,"Thomas Gholson, Jr." -Glasgow,Hugh,,,,,1769-09-08,M,rep,PA,4,,Republican,,,,,,,,,,G000231,,,,,,404593,,,,3624,Hugh Glasgow -Gold,Thomas,Ruggles,,,,1764-11-04,M,rep,NY,16,,Federalist,,,,,,,,,,G000257,,,,,,404619,,,,3648,Thomas R. Gold -Goldsborough,Charles,,,,,1765-07-15,M,rep,MD,8,,Federalist,,,,,,,,,,G000261,,,,,,404623,,,,3652,Charles Goldsborough -Gore,Christopher,,,,,1758-09-21,M,sen,MA,,1,Federalist,,,,,,,,,,G000322,,,,,,404680,,,,3705,Christopher Gore -Griffin,Isaac,,,,,1756-02-27,M,rep,PA,13,,Republican,,,,,,,,,,G000461,,,,,,404806,,,,3820,Isaac Griffin -Grosvenor,Thomas,Peabody,,,,1778-12-20,M,rep,NY,5,,Federalist,,,,,,,,,,G000498,,,,,,404843,,,,3856,Thomas P. Grosvenor -Hahn,John,,,,,1776-10-30,M,rep,PA,2,,Republican,,,,,,,,,,H000018,,,,,,404903,,,,3906,John Hahn -Hale,William,,,,,1765-08-06,M,rep,NH,-1,,Federalist,,,,,,,,,,H000039,,,,,,404924,,,,3927,William Hale (politician) -Hall,Bolling,,,,,1767-12-25,M,rep,GA,-1,,Republican,,,,,,,,,,H000045,,,,,,404930,,,,3933,Bolling Hall -Hammond,Jabez,Delno,,,,1778-08-02,M,rep,NY,15,,Republican,,,,,,,,,,H000127,,,,,,405009,,,,4006,Jabez Delano Hammond -Hawes,Aylett,,,,,1768-04-21,M,rep,VA,10,,Republican,,,,,,,,,,H000361,,,,,,405230,,,,4206,Aylett Hawes -Henderson,Bennett,H.,,,,1784-09-05,M,rep,TN,4,,Republican,,,,,,,,,,H000476,,,,,,405339,,,,4304,Bennett H. Henderson -Horsey,Outerbridge,,,,,1777-03-05,M,sen,DE,,1,Federalist,,,,,,,,,,H000795,,,,,,405644,,,,4586,Outerbridge Horsey (senator) -Huger,Benjamin,,,,,,M,rep,SC,3,,Federalist,,,,,,,,,,H000915,,,,,,405760,,,,4694,Benjamin Huger (congressman) -Hulbert,John,Whitefield,,,,1770-06-01,M,rep,MA,7,,Federalist,,,,,,,,,,H000935,,,,,,405780,,,,4712,John W. Hulbert -Hungerford,John,Pratt,,,,1761-01-02,M,rep,VA,9,,Republican,,,,,,,,,,H000967,,,,,,405811,,,,4740,John Hungerford (congressman) -Hunter,William,,,,,1774-11-26,M,sen,RI,,1,Federalist,,,,,,,,,,H000991,,,,,,405831,,,,4762,William Hunter (Senator) -Irwin,Jared,,,,,1768-01-19,M,rep,PA,10,,Republican,,,,,,,,,,I000042,,,,,,405899,,,,4827,Jared Irwin (Pennsylvania) -Jackson,John,George,,,,1777-09-22,M,rep,VA,1,,Republican,,,,,,,,,,J000021,,,,,,405927,,,,4858,John G. Jackson (politician) -Jewett,Luther,,,,,1772-12-24,M,rep,VT,0,,Federalist,,,,,,,,,,J000107,,,,,,406009,,,,4934,Luther Jewett -Kent,Moss,,,,,1766-04-03,M,rep,NY,18,,Federalist,,,,,,,,,,K000126,,,,,,406292,,,,5195,Moss Kent -Kerr,John,,,,,1782-08-04,M,rep,VA,15,,Republican,,,,,,,,,,K000136,,,,,,406302,,,,5205,John Kerr (Virginia Congressman) -Kilbourne,James,,,,,1770-10-19,M,rep,OH,5,,Republican,,,,,,,,,,K000169,,,,,,406333,,,,5234,James Kilbourne -King,Cyrus,,,,,1772-09-06,M,rep,MA,14,,Federalist,,,,,,,,,,K000197,,,,,,406358,,,,5256,Cyrus King -Langdon,Chauncey,,,,,1763-11-08,M,rep,VT,0,,Federalist,,,,,,,,,,L000066,,,,,,406575,,,,5448,Chauncey Langdon -Lattimore,William,,,,,1774-02-09,M,rep,MS,-1,,,,,,,,,,,,L000118,,,,,,406624,,,,,William Lattimore -Law,Lyman,,,,,1770-08-19,M,rep,CT,-1,,Federalist,,,,,,,,,,L000126,,,,,,406631,,,,5503,Lyman Law -Lewis,Joseph,,Jr.,,,,M,rep,VA,8,,Federalist,,,,,,,,,,L000290,,,,,,406787,,,,5645,"Joseph Lewis, Jr." -Love,William,Carter,,,,,M,rep,NC,10,,Republican,,,,,,,,,,L000460,,,,,,406949,,,,5795,William Carter Love -Lovett,John,,,,,1761-02-20,M,rep,NY,9,,Federalist,,,,,,,,,,L000466,,,,,,406955,,,,5801,John Lovett (American politician) -Lyle,Aaron,,,,,1759-11-17,M,rep,PA,12,,Republican,,,,,,,,,,L000524,,,,,,407008,,,,5846,Aaron Lyle -Lyon,Asa,,,,,1763-12-31,M,rep,VT,0,,Federalist,,,,,,,,,,L000539,,,,,,407023,,,,5861,Asa Lyon -Marsh,Charles,,,,,1765-07-10,M,rep,VT,0,,Federalist,,,,,,,,,,M000146,,,,,,407169,,,,5993,Charles Marsh -Mayrant,William,,,,,1816-10-21,M,rep,SC,9,,Republican,,,,,,,,,,M000288,,,,,,412069,,,,6115,William Mayrant -McKee,Samuel,,,,,1774-10-13,M,rep,KY,7,,Republican,,,,,,,,,,M000496,,,,,,407491,,,,6290,Samuel McKee (1774) -McLean,John,,,,,1785-03-11,M,rep,OH,1,,Republican,,,,,,,,,,M000549,,,,,,407541,,,,6337,John McLean -Moffitt,Hosea,,,,,1757-11-17,M,rep,NY,10,,Federalist,,,,,,,,,,M000840,,,,,,407814,,,,6582,Hosea Moffitt -Moore,Nicholas,Ruxton,,,,1756-07-21,M,rep,MD,-1,,Republican,,,,,,,,,,M000909,,,,,,407881,,,,6643,Nicholas Ruxton Moore -Moore,Thomas,,,,,,M,rep,SC,8,,Republican,,,,,,,,,,M000919,,,,,,407891,,,,6653,Thomas Moore (South Carolina congressman) -Murfree,William,Hardy,,,,1781-10-02,M,rep,NC,1,,Republican,,,,,,,,,,M001084,,,,,,408049,,,,6802,William H. Murfree -Noyes,John,,,,,1764-04-02,M,rep,VT,0,,Federalist,,,,,,,,,,N000164,,,,,,408245,,,,6981,John Noyes -Ormsby,Stephen,,,,,,M,rep,KY,8,,Republican,,,,,,,,,,O000100,,,,,,408357,,,,7083,Stephen Ormsby -Pickering,Timothy,,,,,1745-07-17,M,rep,MA,2,,Federalist,,,,,,,,,,P000324,,,,,,408722,,,,7428,Timothy Pickering -Piper,William,,,,,1774-01-01,M,rep,PA,8,,Republican,,,,,,,,,,P000363,,,,,,408759,,,,7464,William Piper -Porter,Peter,Buell,,,,1773-08-14,M,rep,NY,21,,Republican,,,,,,,,,,P000446,,,,,,408835,,,,7539,Peter Buell Porter -Powell,Samuel,,,,,1776-07-10,M,rep,TN,1,,Republican,,,,,,,,,,P000484,,,,,,408869,,,,7575,Samuel Powell -Schenck,Abraham,Henry,,,,1775-01-22,M,rep,NY,4,,Republican,,,,,,,,,,S000115,,,,,,409623,,,,8256,Abraham H. Schenck -Sevier,John,,,,,1745-09-23,M,rep,TN,-1,,Republican,,,,,,,,,,S000257,,,,,,409758,,,,8374,John Sevier -Sharp,Solomon,P.,,,,,M,rep,KY,6,,Republican,,,,,,,,,,S000295,,,,,,409794,,,,8407,Solomon P. Sharp -Sheffey,Daniel,,,,,,M,rep,VA,6,,Federalist,,,,,,,,,,S000317,,,,,,409815,,,,8428,Daniel Sheffey -Smith,Thomas,,,,,,M,rep,PA,1,,Federalist,,,,,,,,,,S000617,,,,,,412103,,,,8686,Thomas Smith (Pennsylvania congressman) -Smith,William,Stephens,,,,1755-11-08,M,rep,NY,-1,,Federalist,,,,,,,,,,S000638,,,,,,410112,,,,8707,William Stephens Smith -Stanford,Richard,,,,,1767-03-02,M,rep,NC,8,,Republican,,,,,,,,,,S000794,,,,,,410260,,,,8837,Richard Stanford (politician) -Stearns,Asahel,,,,,1774-06-17,M,rep,MA,4,,Federalist,,,,,,,,,,S000821,,,,,,410286,,,,8859,Asahel Stearns -Stephenson,Benjamin,,,,,,M,rep,IL,-1,,,,,,,,,,,,S000862,,,,,,412106,,,,,Benjamin Stephenson (politician) -Sturges,Lewis,Burr,,,,1763-03-15,M,rep,CT,-1,,Federalist,,,,,,,,,,S001048,,,,,,410502,,,,9063,Lewis B. Sturges -Taggart,Samuel,,,,,1754-03-24,M,rep,MA,6,,Federalist,,,,,,,,,,T000012,,,,,,410602,,,,9154,Samuel Taggart -Tallmadge,Benjamin,,,,,1754-02-25,M,rep,CT,-1,,Federalist,,,,,,,,,,T000029,,,,,,410618,,,,9169,Benjamin Tallmadge -Tate,Magnus,,,,,,M,rep,VA,2,,Federalist,,,,,,,,,,T000047,,,,,,410635,,,,9185,Magnus Tate -Taul,Micah,,,,,1785-05-14,M,rep,KY,9,,Republican,,,,,,,,,,T000054,,,,,,410642,,,,9190,Micah Taul -Taylor,John,,,,,,M,rep,SC,7,,Republican,,,,,,,,,,T000084,,,,,,412110,,,,9217,John Taylor (14th Congress) -Telfair,Thomas,,,,,1780-03-02,M,rep,GA,-1,,Republican,,,,,,,,,,T000115,,,,,,410697,,,,9245,Thomas Telfair -Thomas,Isaac,,,,,1784-11-04,M,rep,TN,3,,Republican,,,,,,,,,,T000169,,,,,,410750,,,,9295,Isaac Thomas -Throop,Enos,Thompson,,,,1784-08-21,M,rep,NY,20,,Republican,,,,,,,,,,T000247,,,,,,410825,,,,9364,Enos T. Throop -Tichenor,Isaac,,,,,1754-02-08,M,sen,VT,,1,Federalist,,,,,,,,,,T000264,,,,,,410838,,,,9378,Isaac Tichenor -Vose,Roger,,,,,1763-02-24,M,rep,NH,-1,,Federalist,,,,,,,,,,V000120,,,,,,411174,,,,9689,Roger Vose -Ward,Artemas,,Jr.,,,1762-01-09,M,rep,MA,1,,Federalist,,,,,,,,,,W000128,,,,,,411303,,,,9809,Artemas Ward Jr. -Ward,Jonathan,,,,,1768-09-21,M,rep,NY,3,,Republican,,,,,,,,,,W000136,,,,,,411311,,,,9817,Jonathan Ward (politician) -Ward,Thomas,,,,,,M,rep,NJ,-1,,Republican,,,,,,,,,,W000141,,,,,,412183,,,,9821,Thomas Ward (New Jersey) -Wheaton,Laban,,,,,1754-03-13,M,rep,MA,10,,Federalist,,,,,,,,,,W000329,,,,,,411491,,,,9983,Laban Wheaton -Wilcox,Jeduthun,,,,,1768-11-18,M,rep,NH,-1,,Federalist,,,,,,,,,,W000456,,,,,,411613,,,,10101,Jeduthun Wilcox -Williams,Jonathan,,,,,1750-05-20,M,rep,PA,-1,,,,,,,,,,,,W000523,,,,,,411680,,,,,Jonathan Williams (engineer) -Willoughby,Westel,,Jr.,,,1769-11-20,M,rep,NY,17,,Republican,,,,,,,,,,W000565,,,,,,411721,,,,10207,"Westel Willoughby, Jr." -Wilson,James,Jefferson,,,,,M,sen,NJ,,1,Republican,,,,,,,,,,W000595,,,,,,411750,,,,10235,James J. Wilson -Wilson,Thomas,,,,,,M,rep,PA,15,,Republican,,,,,,,,,,W000616,,,,,,411770,,,,10254,Thomas Wilson (Pennsylvania) -Woods,John,,,,,,M,rep,PA,14,,Federalist,,,,,,,,,,W000725,,,,,,411876,,,,10354,John Woods (Pennsylvania) -Woodward,William,,,,,,M,rep,SC,5,,Republican,,,,,,,,,,W000733,,,,,,412121,,,,10363,William Woodward (South Carolina) -Yancey,Bartlett,,,,,1785-02-19,M,rep,NC,9,,Republican,,,,,,,,,,Y000001,,,,,,411935,,,,10409,Bartlett Yancey -Yates,John,Barentse,,,,1784-02-01,M,rep,NY,13,,Republican,,,,,,,,,,Y000009,,,,,,411943,,,,10417,John B. Yates -Ashmun,Eli,Porter,,,,1770-06-24,M,sen,MA,,1,Federalist,,,,,,,,,,A000317,,,,,,400963,,,,271,Eli P. Ashmun -Hanson,Alexander,Contee,,,,1786-02-27,M,sen,MD,,1,Federalist,,,,,,,,,,H000176,,,,,,405057,,,,4044,Alexander Contee Hanson -Hardin,Martin,D.,,,,1780-06-21,M,sen,KY,,2,Federalist,,,,,,,,,,H000186,,,,,,405067,,,,4054,Martin D. Hardin -Harper,Robert,Goodloe,,,,,M,sen,MD,,1,Federalist,,,,,,,,,,H000225,,,,,,405103,,,,4090,Robert Goodloe Harper -Mason,Armistead,Thomson,,,,1787-08-04,M,sen,VA,,2,Republican,,,,,,,,,,M000213,,,,,,407231,,,,6050,Armistead Thomson Mason -Stokes,Montfort,,,,,1762-03-12,M,sen,NC,,2,Republican,,,,,,,,,,S000949,,,,,,410408,,,,8971,Montfort Stokes -Monroe,James,,,,,1758-04-28,M,sen,VA,,1,Anti-Administration,,,,,,,,,,M000858,,,,,,407829,,,,6594,James Monroe -Allen,Heman,,,of Colchester,,1779-02-23,M,rep,VT,0,,Republican,,,,,,,,,,A000122,,,,,,400778,,,,107,Heman Allen (of Colchester) -Anderson,William,,,,,,M,rep,PA,1,,Republican,,,,,,,,,,A000235,,,,,,400863,,,,184,William Anderson (Pennsylvania) -Austin,Archibald,,,,,1772-08-11,M,rep,VA,16,,Republican,,,,,,,,,,A000340,,,,,,400990,,,,294,Archibald Austin -Bellinger,Joseph,,,,,,M,rep,SC,4,,Republican,,,,,,,,,,B000350,,,,,,401342,,,,616,Joseph Bellinger -Bennet,Benjamin,,,,,1764-10-31,M,rep,NJ,-1,,Republican,,,,,,,,,,B000368,,,,,,401360,,,,630,Benjamin Bennet -Blount,William,Grainger,,,,,M,rep,TN,2,,Republican,,,,,,,,,,B000571,,,,,,401544,,,,807,William Grainger Blount -Boss,John,Linscom,Jr.,,,1780-09-07,M,rep,RI,-1,,Federalist,,,,,,,,,,B000650,,,,,,401614,,,,870,John Linscom Boss Jr. -Bryan,Joseph,Hunter,,,,1782-04-09,M,rep,NC,2,,Republican,,,,,,,,,,B000990,,,,,,401942,,,,1175,Joseph Hunter Bryan -Burrill,James,,Jr.,,,1772-04-25,M,sen,RI,,2,Federalist,,,,,,,,,,B001137,,,,,,402080,,,,1305,James Burrill Jr. -Claiborne,Thomas,,,,,1780-05-17,M,rep,TN,5,,Republican,,,,,,,,,,C000407,,,,,,402546,,,,1740,Thomas Claiborne (1780–1856) -Claiborne,William,Charles Cole,,,,,M,sen,LA,,2,Democratic Republican,,,,,,,,,,C000408,,,,,,402547,,,,1741,William C. C. Claiborne -Colston,Edward,,,,,1786-12-25,M,rep,VA,2,,Federalist,,,,,,,,,,C000650,,,,,,402778,,,,1956,Edward Colston (U.S. Representative) -Comstock,Oliver,Cromwell,,,,1780-03-01,M,rep,NY,20,,Republican,,,,,,,,,,C000664,,,,,,402791,,,,1969,Oliver C. Comstock -Cook,Zadock,,,,,1769-02-18,M,rep,GA,-1,,Republican,,,,,,,,,,C000728,,,,,,402850,,,,2026,Zadock Cook -Cruger,Daniel,,,,,1780-12-22,M,rep,NY,20,,Republican,,,,,,,,,,C000954,,,,,,403066,,,,2221,Daniel Cruger -Cushman,John,Paine,,,,1784-03-08,M,rep,NY,10,,Federalist,,,,,,,,,,C001019,,,,,,403126,,,,2280,John P. Cushman -Darlington,Isaac,,,,,1781-12-13,M,rep,PA,2,,Federalist,,,,,,,,,,D000057,,,,,,403196,,,,2341,Isaac Darlington -Desha,Joseph,,,,,1768-12-09,M,rep,KY,4,,Republican,,,,,,,,,,D000271,,,,,,403406,,,,2527,Joseph Desha -Drake,John,Reuben,,,,1782-11-28,M,rep,NY,15,,Republican,,,,,,,,,,D000485,,,,,,403593,,,,2716,John R. Drake -Ellicott,Benjamin,,,,,1765-04-17,M,rep,NY,21,,Republican,,,,,,,,,,E000118,,,,,,403809,,,,2907,Benjamin Ellicott -Eppes,John,Wayles,,,,1773-04-19,M,sen,VA,,2,Republican,,,,,,,,,,E000197,,,,,,403884,,,,2977,John Wayles Eppes -Fisk,James,,,,,1763-10-04,M,sen,VT,,3,Republican,,,,,,,,,,F000154,,,,,,404109,,,,3173,James Fisk (politician) -Forney,Daniel,Munroe,,,,,M,rep,NC,11,,Republican,,,,,,,,,,F000278,,,,,,404228,,,,3281,Daniel Munroe Forney -Gage,Joshua,,,,,1763-08-07,M,rep,MA,19,,Republican,,,,,,,,,,G000003,,,,,,404380,,,,3421,Joshua Gage -Gilbert,Sylvester,,,,,1755-10-20,M,rep,CT,-1,,Republican,,,,,,,,,,G000178,,,,,,404544,,,,3578,Sylvester Gilbert -Goodwyn,Peterson,,,,,,M,rep,VA,19,,Republican,,,,,,,,,,G000306,,,,,,404665,,,,3691,Peterson Goodwyn -Hale,Salma,,,,,1787-03-07,M,rep,NH,-1,,Republican,,,,,,,,,,H000038,,,,,,404923,,,,3926,Salma Hale -Hasbrouck,Josiah,,,,,1755-03-05,M,rep,NY,7,,Republican,,,,,,,,,,H000314,,,,,,405187,,,,4169,Josiah Hasbrouck -Herbert,John,Carlyle,,,,1775-08-16,M,rep,MD,2,,Federalist,,,,,,,,,,H000525,,,,,,405388,,,,4350,John Carlyle Herbert -Hitchcock,Peter,,,,,1781-10-19,M,rep,OH,6,,Republican,,,,,,,,,,H000647,,,,,,405502,,,,4456,Peter Hitchcock -Hogg,Samuel,,,,,1783-04-18,M,rep,TN,4,,Republican,,,,,,,,,,H000705,,,,,,405558,,,,4508,Samuel E. Hogg -Holmes,Uriel,,,,,1764-08-26,M,rep,CT,-1,,Federalist,,,,,,,,,,H000743,,,,,,405594,,,,4540,Uriel Holmes -Hopkinson,Joseph,,,,,1770-11-12,M,rep,PA,1,,Federalist,,,,,,,,,,H000784,,,,,,405634,,,,4577,Joseph Hopkinson -Hunter,William,,,,,1754-01-03,M,rep,VT,0,,Republican,,,,,,,,,,H000990,,,,,,405832,,,,4761,William Hunter (Vermont politician) -Huntington,Ebenezer,,,,,1754-12-26,M,rep,CT,-1,,Federalist,,,,,,,,,,H000996,,,,,,405836,,,,4767,Ebenezer Huntington -Irving,William,,,,,1766-08-15,M,rep,NY,2,,Republican,,,,,,,,,,I000038,,,,,,405895,,,,4823,William Irving (New York) -Kirtland,Dorrance,,,,,1770-07-28,M,rep,NY,8,,Republican,,,,,,,,,,K000243,,,,,,406402,,,,5300,Dorrance Kirtland -Lawyer,Thomas,,,,,1785-10-14,M,rep,NY,13,,Republican,,,,,,,,,,L000147,,,,,,406652,,,,5524,Thomas Lawyer -Leake,Walter,,,,,1762-05-25,M,sen,MS,,1,Republican,,,,,,,,,,L000177,,,,,,406679,,,,5542,Walter Leake -Lewis,William,J.,,,,1766-07-04,M,rep,VA,15,,Republican,,,,,,,,,,L000297,,,,,,406792,,,,5651,William J. Lewis -Maclay,William,,,,,1765-03-22,M,rep,PA,5,,Republican,,,,,,,,,,M000030,,,,,,407059,,,,5892,William Maclay (Pennsylvania representative) -Marr,George,Washington Lent,,,,1779-05-25,M,rep,TN,6,,Republican,,,,,,,,,,M000142,,,,,,407165,,,,5990,George Washington Lent Marr -Mason,James,Brown,,,,,M,rep,RI,-1,,Federalist,,,,,,,,,,M000215,,,,,,407233,,,,6052,James Brown Mason -Middleton,Henry,,,,,1770-09-28,M,rep,SC,1,,Republican,,,,,,,,,,M000699,,,,,,407683,,,,6462,Henry Middleton (governor) -Morril,David,Lawrence,,,,1772-06-10,M,sen,NH,,2,Republican,,,,,,,,,,M000966,,,,,,407934,,,,6693,David L. Morril -Mumford,George,,,,,,M,rep,NC,10,,Republican,,,,,,,,,,M001075,,,,,,412081,,,,6793,George Mumford -Nelson,Thomas,Maduit,,,,1782-09-27,M,rep,VA,18,,Republican,,,,,,,,,,N000043,,,,,,408133,,,,6874,Thomas M. Nelson -Nesbitt,Wilson,,,,,,M,rep,SC,8,,Republican,,,,,,,,,,N000049,,,,,,412083,,,,6879,Wilson Nesbitt -Ogden,David,A.,,,,1770-01-10,M,rep,NY,18,,Federalist,,,,,,,,,,O000043,,,,,,408326,,,,7031,David A. Ogden -Ogle,Alexander,,,,,1766-08-10,M,rep,PA,8,,Republican,,,,,,,,,,O000045,,,,,,408328,,,,7033,Alexander Ogle -Orr,Benjamin,,,,,1772-12-01,M,rep,MA,16,,Federalist,,,,,,,,,,O000102,,,,,,408359,,,,7085,Benjamin Orr (Massachusetts politician) -Otis,Harrison,Gray,,,,1765-10-08,M,sen,MA,,2,Federalist,,,,,,,,,,O000127,,,,,,408380,,,,7108,Harrison Gray Otis (politician) -Owen,James,,,,,1784-12-07,M,rep,NC,5,,Republican,,,,,,,,,,O000151,,,,,,408402,,,,7131,James Owen (American politician) -Pawling,Levi,,,,,1773-07-25,M,rep,PA,2,,Federalist,,,,,,,,,,P000147,,,,,,408552,,,,7270,Levi Pawling -Pegram,John,,,,,1773-11-16,M,rep,VA,19,,Republican,,,,,,,,,,P000189,,,,,,408593,,,,7307,John Pegram -Pitkin,Timothy,,,,,1766-01-21,M,rep,CT,-1,,Federalist,,,,,,,,,,P000368,,,,,,408764,,,,7469,Timothy Pitkin -Pope,Nathaniel,,,,,1784-01-05,M,rep,IL,-1,,,,,,,,,,,,P000432,,,,,,408823,,,,,Nathaniel Pope -Porter,James,,,,,1787-04-18,M,rep,NY,19,,Republican,,,,,,,,,,P000442,,,,,,408833,,,,7536,James Porter (New York politician) -Rice,Thomas,,,,,1768-03-30,M,rep,MA,18,,Federalist,,,,,,,,,,R000204,,,,,,409180,,,,7860,Thomas Rice (1768) -Robertson,Thomas,Bolling,,,,1779-02-27,M,rep,LA,1,,Republican,,,,,,,,,,R000326,,,,,,409297,,,,7966,Thomas B. Robertson -Ross,John,,,,,1770-02-24,M,rep,PA,6,,Republican,,,,,,,,,,R000449,,,,,,409413,,,,8071,John Ross (representative) -Ruggles,Nathaniel,,,,,1761-11-11,M,rep,MA,13,,Federalist,,,,,,,,,,R000503,,,,,,409462,,,,8110,Nathaniel Ruggles -Savage,John,,,,,1779-02-22,M,rep,NY,12,,Republican,,,,,,,,,,S000082,,,,,,409594,,,,8231,John Savage (Congressman) -Schuyler,Philip,Jeremiah,,,,1768-01-21,M,rep,NY,5,,Federalist,,,,,,,,,,S000153,,,,,,409660,,,,8281,Philip Jeremiah Schuyler -Scudder,Tredwell,,,,,1778-01-01,M,rep,NY,1,,Republican,,,,,,,,,,S000203,,,,,,409708,,,,8327,Tredwell Scudder -Seybert,Adam,,,,,1773-05-16,M,rep,PA,1,,Republican,,,,,,,,,,S000264,,,,,,409765,,,,8381,Adam Seybert -Sherwood,Samuel,Burr,,,,1767-11-26,M,rep,CT,-1,,Federalist,,,,,,,,,,S000357,,,,,,409853,,,,8465,Samuel B. Sherwood -Spangler,Jacob,,,,,1767-11-28,M,rep,PA,4,,Republican,,,,,,,,,,S000700,,,,,,410171,,,,8763,Jacob Spangler -Speed,Thomas,,,,,1768-10-25,M,rep,KY,10,,Republican,,,,,,,,,,S000710,,,,,,410180,,,,8772,Thomas Speed -Spencer,John,Canfield,,,,1788-01-08,M,rep,NY,21,,Republican,,,,,,,,,,S000727,,,,,,410196,,,,8787,John Canfield Spencer -Stewart,James,,,,,1775-11-11,M,rep,NC,7,,Federalist,,,,,,,,,,S000909,,,,,,410370,,,,8935,James Stewart (North Carolina) -Storer,Clement,,,,,1760-09-20,M,sen,NH,,3,Republican,,,,,,,,,,S000972,,,,,,410431,,,,8993,Clement Storer -Strong,Solomon,,,,,1780-03-02,M,rep,MA,12,,Federalist,,,,,,,,,,S001017,,,,,,410474,,,,9036,Solomon Strong -Stuart,Philip,,,,,,M,rep,MD,1,,Federalist,,,,,,,,,,S001036,,,,,,410492,,,,9055,Philip Stuart -Tallmadge,James,,Jr.,,,1778-01-28,M,rep,NY,4,,Republican,,,,,,,,,,T000031,,,,,,410620,,,,9171,James Tallmadge Jr. -Terry,Nathaniel,,,,,1768-01-30,M,rep,CT,-1,,Federalist,,,,,,,,,,T000135,,,,,,410717,,,,9263,Nathaniel Terry -Townsend,George,,,,,,M,rep,NY,1,,Republican,,,,,,,,,,T000333,,,,,,410904,,,,9437,George Townsend (politician) -Tucker,Henry,St. George,,,,1780-12-29,M,rep,VA,3,,Republican,,,,,,,,,,T000398,,,,,,410967,,,,9497,Henry St. George Tucker Sr. -Westerlo,Rensselaer,,,,,1776-04-29,M,rep,NY,9,,Federalist,,,,,,,,,,W000309,,,,,,411473,,,,9967,Rensselaer Westerlo -Whiteside,John,,,,,,M,rep,PA,3,,Republican,,,,,,,,,,W000412,,,,,,411572,,,,10062,John Whiteside -Wilkin,James,Whitney,,,,,M,rep,NY,6,,Republican,,,,,,,,,,W000472,,,,,,411629,,,,10117,James W. Wilkin -Williams,John,,,,,1778-01-29,M,sen,TN,,2,Republican,,,,,,,,,,W000516,,,,,,411672,,,,10160,John Williams (Tennessee) -Williams,Thomas,Scott,,,,1777-06-26,M,rep,CT,-1,,Federalist,,,,,,,,,,W000541,,,,,,411697,,,,10183,Thomas Scott Williams -Wilson,John,,,,,1777-01-10,M,rep,MA,17,,Federalist,,,,,,,,,,W000598,,,,,,411752,,,,10238,John Wilson (Massachusetts) -Wilson,William,,,,,,M,rep,PA,10,,Republican,,,,,,,,,,W000618,,,,,,412120,,,,10257,William Wilson (Pennsylvania) -Edwards,Ninian,,,,,1775-03-17,M,sen,IL,,3,Republican,,,,,,,,,,E000078,,,,,,403770,,,,2871,Ninian Edwards -Mellen,Prentiss,,,,,1764-10-11,M,sen,MA,,1,Federalist,,,,,,,,,,M000636,,,,,,407623,,,,6410,Prentiss Mellen -Palmer,William,Adams,,,,1781-09-12,M,sen,VT,,3,Republican,,,,,,,,,,P000045,,,,,,408455,,,,7182,William A. Palmer -Adams,Benjamin,,,,,1764-12-16,M,rep,MA,11,,Federalist,,,,,,,,,,A000030,,,,,,400691,,,,24,Benjamin Adams (politician) -Allen,Nathaniel,,,,,,M,rep,NY,21,,Republican,,,,,,,,,,A000140,,,,,,400796,,,,122,Nathaniel Allen -Anderson,Richard,Clough,Jr.,,,1788-08-04,M,rep,KY,8,,Republican,,,,,,,,,,A000230,,,,,,400857,,,,179,Richard Clough Anderson Jr. -Archer,Stevenson,,,,,1786-10-11,M,rep,MD,6,,Republican,,,,,,,,,,A000273,,,,,,400912,,,,223,Stevenson Archer (1786–1848) -Baker,Caleb,,,,,,M,rep,NY,20,,Republican,,,,,,,,,,B000056,,,,,,401061,,,,358,Caleb Baker -Bloomfield,Joseph,,,,,1753-10-18,M,rep,NJ,-1,,Republican,,,,,,,,,,B000566,,,,,,401539,,,,803,Joseph Bloomfield -Boden,Andrew,,,,,,M,rep,PA,5,,Republican,,,,,,,,,,B000583,,,,,,412018,,,,816,Andrew Boden -Brevard,Joseph,,,,,1766-07-19,M,rep,SC,9,,Republican,,,,,,,,,,B000808,,,,,,401765,,,,1013,Joseph Brevard -Brown,James,,,,,1766-09-11,M,sen,LA,,3,Republican,,,,,,,,,,B000921,,,,,,401876,,,,1111,James Brown (Louisiana politician) -Brown,William,,,,,1779-04-19,M,rep,KY,3,,Republican,,,,,,,,,,B000947,,,,,,401900,,,,1136,William Brown (congressman) -Brush,Henry,,,,,,M,rep,OH,3,,Republican,,,,,,,,,,B000983,,,,,,401935,,,,1168,Henry Brush -Buffum,Joseph,,Jr.,,,1784-09-23,M,rep,NH,-1,,Republican,,,,,,,,,,B001042,,,,,,401992,,,,1221,"Joseph Buffum, Jr." -Burwell,William,Armisted,,,,1780-03-15,M,rep,VA,14,,Republican,,,,,,,,,,B001160,,,,,,402102,,,,1323,William A. Burwell -Butler,Thomas,,,,,1785-04-14,M,rep,LA,1,,Republican,,,,,,,,,,B001190,,,,,,402132,,,,1350,Thomas Butler (Louisiana politician) -Case,Walter,,,,,,M,rep,NY,6,,Republican,,,,,,,,,,C000222,,,,,,402368,,,,1571,Walter Case -Clagett,Clifton,,,,,1762-12-03,M,rep,NH,-1,,Republican,,,,,,,,,,C000399,,,,,,402538,,,,1732,Clifton Clagett -Clark,Robert,,,,,1777-06-12,M,rep,NY,8,,Republican,,,,,,,,,,C000449,,,,,,402587,,,,1780,Robert Clark (U.S. politician) -Condit,John,,,,,1755-07-08,M,rep,NJ,-1,,Republican,,,,,,,,,,C000671,,,,,,402797,,,,1974,John Condit -Crawford,Joel,,,,,1783-06-15,M,rep,GA,-1,,Republican,,,,,,,,,,C000891,,,,,,403003,,,,2161,Joel Crawford -Crowell,John,,,,,1780-09-18,M,rep,AL,1,,Republican,,,,,,,,,,C000942,,,,,,403053,,,,2208,John Crowell (Alabama) -Culbreth,Thomas,,,,,1786-04-13,M,rep,MD,7,,Republican,,,,,,,,,,C000967,,,,,,403078,,,,2233,Thomas Culbreth -Cuthbert,John,Alfred,,,,1788-06-03,M,rep,GA,-1,,Republican,,,,,,,,,,C001024,,,,,,403131,,,,2285,John Alfred Cuthbert -Davidson,William,,,,,1778-09-12,M,rep,NC,11,,Federalist,,,,,,,,,,D000087,,,,,,403224,,,,2369,William Davidson (congressman) -De Witt,Jacob,Hasbrouck,,,,1784-10-02,M,rep,NY,7,,Republican,,,,,,,,,,D000287,,,,,,403329,,,,2548,Jacob H. De Witt -Dowse,Edward,,,,,1756-10-22,M,rep,MA,13,,Republican,,,,,,,,,,D000477,,,,,,403586,,,,2709,Edward Dowse -Earle,Elias,,,,,1762-06-19,M,rep,SC,7,,Republican,,,,,,,,,,E000007,,,,,,403703,,,,2813,Elias Earle -Elliott,John,,,,,1773-10-24,M,sen,GA,,3,Republican,,,,,,,,,,E000124,,,,,,403815,,,,2913,John Elliott (Georgia) -Ervin,James,,,,,1778-10-17,M,rep,SC,3,,Republican,,,,,,,,,,E000209,,,,,,403896,,,,2985,James Ervin (politician) -Fay,John,,,,,1773-02-10,M,rep,NY,14,,Republican,,,,,,,,,,F000052,,,,,,404012,,,,3086,John Fay (politician) -Folger,Walter,,Jr.,,,1765-06-12,M,rep,MA,9,,Republican,,,,,,,,,,F000242,,,,,,404196,,,,3252,Walter Folger Jr. -Ford,William,Donnison,,,,,M,rep,NY,18,,Republican,,,,,,,,,,F000269,,,,,,404221,,,,3274,William Donnison Ford -Fullerton,David,,,,,1772-10-04,M,rep,PA,5,,Republican,,,,,,,,,,F000416,,,,,,404358,,,,3403,David Fullerton -Gray,John,Cowper,,,,,M,rep,VA,20,,Republican,,,,,,,,,,G000398,,,,,,404748,,,,3767,John C. Gray -Gross,Ezra,Carter,,,,1787-07-11,M,rep,NY,12,,Republican,,,,,,,,,,G000494,,,,,,404839,,,,3852,Ezra C. Gross -Guyon,James,,Jr.,,,1778-12-24,M,rep,NY,1,,Republican,,,,,,,,,,G000539,,,,,,404882,,,,3886,James Guyon Jr. -Hackley,Aaron,,Jr.,,,1783-05-06,M,rep,NY,17,,Republican,,,,,,,,,,H000006,,,,,,404891,,,,3896,"Aaron Hackley, Jr." -Hall,George,,,,,1770-05-12,M,rep,NY,19,,Republican,,,,,,,,,,H000051,,,,,,404936,,,,3938,George Hall (New York politician) -Hall,Willard,,,,,1780-12-24,M,rep,DE,0,,Republican,,,,,,,,,,H000076,,,,,,404959,,,,3958,Willard Hall -Hazard,Nathaniel,,,,,,M,rep,RI,-1,,Republican,,,,,,,,,,H000415,,,,,,405281,,,,4253,Nathaniel Hazard -Herrick,Samuel,,,,,1779-04-14,M,rep,OH,4,,Republican,,,,,,,,,,H000542,,,,,,405404,,,,4366,Samuel Herrick (politician) -Hibshman,Jacob,,,,,1772-01-31,M,rep,PA,3,,Republican,,,,,,,,,,H000558,,,,,,405420,,,,4381,Jacob Hibshman -Hiester,Joseph,,,,,1752-11-18,M,rep,PA,7,,Republican,,,,,,,,,,H000574,,,,,,405436,,,,4394,Joseph Hiester -Hostetter,Jacob,,,,,1754-05-09,M,rep,PA,4,,Republican,,,,,,,,,,H000806,,,,,,405655,,,,4596,Jacob Hostetter -Johnson,James,,,,,,M,rep,VA,20,,Republican,,,,,,,,,,J000142,,,,,,412058,,,,4964,James Johnson (Virginia congressman) -Kendall,Jonas,,,,,1757-10-27,M,rep,MA,12,,Federalist,,,,,,,,,,K000093,,,,,,406261,,,,5167,Jonas Kendall -King,Rufus,,,,,1755-03-24,M,sen,NY,,3,Federalist,,,,,,,,,,K000212,,,,,,406372,,,,5270,Rufus King -Kinsey,Charles,,,,,,M,rep,NJ,-1,,Republican,,,,,,,,,,K000227,,,,,,406386,,,,5284,Charles Kinsey -Kinsley,Martin,,,,,1754-06-02,M,rep,MA,17,,Republican,,,,,,,,,,K000230,,,,,,406389,,,,5287,Martin Kinsley -Lanman,James,,,,,1767-06-14,M,sen,CT,,3,Republican,,,,,,,,,,L000083,,,,,,406592,,,,5465,James Lanman -Linn,John,,,,,1763-12-03,M,rep,NJ,-1,,Republican,,,,,,,,,,L000337,,,,,,406830,,,,5688,John Linn (politician) -Logan,William,,,,,1776-12-08,M,sen,KY,,3,Republican,,,,,,,,,,L000405,,,,,,406896,,,,5748,William Logan (Kentuckian) -Lowrie,Walter,,,,,1784-12-10,M,sen,PA,,3,Republican,,,,,,,,,,L000485,,,,,,406973,,,,5817,Walter Lowrie (politician) -Lyman,Joseph,Stebbins,,,,1785-02-14,M,rep,NY,15,,Republican,,,,,,,,,,L000527,,,,,,407011,,,,5849,Joseph S. Lyman -Maclay,William,Plunkett,,,,1774-08-23,M,rep,PA,9,,Republican,,,,,,,,,,M000033,,,,,,407061,,,,5894,William Plunkett Maclay -Marchand,David,,,,,1776-12-10,M,rep,PA,11,,Republican,,,,,,,,,,M000124,,,,,,407148,,,,5976,David Marchand -Mason,Jonathan,,,,,1756-09-12,M,rep,MA,1,,Federalist,,,,,,,,,,M000221,,,,,,407239,,,,6058,Jonathan Mason (Massachusetts politician) -McCreary,John,,,,,,M,rep,SC,8,,Republican,,,,,,,,,,M000383,,,,,,412167,,,,6195,John McCreary -McCullough,Thomas,Grubb,,,,1785-04-20,M,rep,PA,5,,Federalist,,,,,,,,,,M000396,,,,,,407397,,,,6207,Thomas Grubb McCullough -McLean,Alney,,,,,1779-06-10,M,rep,KY,5,,Republican,,,,,,,,,,M000544,,,,,,407536,,,,6332,Alney McLean -Meigs,Henry,,,,,1782-10-28,M,rep,NY,2,,Republican,,,,,,,,,,M000632,,,,,,407619,,,,6407,Henry Meigs -Merrill,Orsamus,Cook,,,,1775-06-18,M,rep,VT,0,,Republican,,,,,,,,,,M000657,,,,,,407643,,,,6430,Orsamus Cook Merrill -Moore,Robert,,,,,1778-03-30,M,rep,PA,15,,Republican,,,,,,,,,,M000913,,,,,,407885,,,,6647,Robert Moore (Pennsylvania politician) -Morton,Marcus,,,,,1784-12-19,M,rep,MA,10,,Republican,,,,,,,,,,M001019,,,,,,407986,,,,6743,Marcus Morton -Moseley,Jonathan,Ogden,,,,1762-04-09,M,rep,CT,-1,,Republican,,,,,,,,,,M001023,,,,,,407990,,,,6746,Jonathan O. Moseley -Murray,John,,,,,,M,rep,PA,10,,Republican,,,,,,,,,,M001109,,,,,,408073,,,,6821,John Murray (congressman) -Parker,James,,,,,,M,rep,MA,18,,Republican,,,,,,,,,,P000060,,,,,,408470,,,,7194,James Parker (Massachusetts) -Parker,Severn,Eyre,,,,1787-07-19,M,rep,VA,13,,Republican,,,,,,,,,,P000072,,,,,,408482,,,,7205,Severn E. Parker -Parrott,John,Fabyan,,,,1767-08-08,M,sen,NH,,3,Republican,,,,,,,,,,P000084,,,,,,408494,,,,7216,John Fabyan Parrott -Peek,Harmanus,,,,,1782-06-24,M,rep,NY,13,,Republican,,,,,,,,,,P000183,,,,,,408587,,,,7301,Harmanus Peek -Philson,Robert,,,,,,M,rep,PA,8,,Republican,,,,,,,,,,P000316,,,,,,408715,,,,7421,Robert Philson -Pinckney,Charles,,,,,1757-10-26,M,rep,SC,1,,Republican,,,,,,,,,,P000354,,,,,,408751,,,,7455,Charles Pinckney (governor) -Pindall,James,,,,,,M,rep,VA,1,,Federalist,,,,,,,,,,P000358,,,,,,412173,,,,7459,James Pindall -Pleasants,James,,,,,1769-10-24,M,sen,VA,,2,Republican,,,,,,,,,,P000386,,,,,,408780,,,,7486,James Pleasants -Quarles,Tunstall,,,,,,M,rep,KY,9,,Republican,,,,,,,,,,Q000005,,,,,,412176,,,,7667,Tunstall Quarles -Richards,Mark,,,,,1760-07-15,M,rep,VT,0,,Republican,,,,,,,,,,R000217,,,,,,409193,,,,7872,Mark Richards (politician) -Richmond,Jonathan,,,,,1774-07-31,M,rep,NY,20,,Republican,,,,,,,,,,R000235,,,,,,409211,,,,7888,Jonathan Richmond -Ringgold,Samuel,,,,,1770-01-15,M,rep,MD,4,,Republican,,,,,,,,,,R000263,,,,,,409238,,,,7910,Samuel Ringgold (congressman) -Sage,Ebenezer,,,,,1755-08-16,M,rep,NY,-1,,Republican,,,,,,,,,,S000012,,,,,,409532,,,,8173,Ebenezer Sage -Sampson,Zabdiel,,,,,1781-08-22,M,rep,MA,8,,Republican,,,,,,,,,,S000026,,,,,,409545,,,,8190,Zabdiel Sampson -Settle,Thomas,,,,,1789-03-09,M,rep,NC,9,,Republican,,,,,,,,,,S000254,,,,,,409754,,,,8370,"Thomas Settle (North Carolina, 15th–16th Congress)" -Shaw,Henry,,,,,,M,rep,MA,7,,Republican,,,,,,,,,,S000307,,,,,,409805,,,,8418,Henry Shaw (Massachusetts) -Simkins,Eldred,,,,,1779-08-30,M,rep,SC,6,,Republican,,,,,,,,,,S000414,,,,,,409908,,,,8513,Eldred Simkins -Slocumb,Jesse,,,,,,M,rep,NC,4,,Federalist,,,,,,,,,,S000497,,,,,,409984,,,,8585,Jesse Slocumb -Smith,Ballard,,,,,,M,rep,VA,7,,Republican,,,,,,,,,,S000516,,,,,,412099,,,,8602,Ballard Smith -Smith,Bernard,,,,,1776-07-05,M,rep,NJ,-1,,Republican,,,,,,,,,,S000518,,,,,,410002,,,,8603,Bernard Smith (New Jersey) -Smith,James,Strudwick,,,,1790-10-15,M,rep,NC,8,,Republican,,,,,,,,,,S000559,,,,,,410041,,,,8642,James Strudwick Smith -Southard,Henry,,,,,1747-10-07,M,rep,NJ,-1,,Republican,,,,,,,,,,S000685,,,,,,410156,,,,8748,Henry Southard -Stevens,James,,,,,1768-07-04,M,rep,CT,-1,,Republican,,,,,,,,,,S000882,,,,,,410344,,,,8912,James Stevens (Connecticut) -Street,Randall,S.,,,,,M,rep,NY,4,,Federalist,,,,,,,,,,S001002,,,,,,410460,,,,9022,Randall S. Street -Strong,William,,,,,,M,rep,VT,0,,Republican,,,,,,,,,,S001022,,,,,,410478,,,,9040,William Strong (Vermont politician) -Strother,George,French,,,,,M,rep,VA,10,,Republican,,,,,,,,,,S001023,,,,,,410480,,,,9042,George Strother -Tarr,Christian,,,,,1765-05-25,M,rep,PA,13,,Republican,,,,,,,,,,T000042,,,,,,410630,,,,9180,Christian Tarr -Taylor,Waller,,,,,,M,sen,IN,,3,Republican,,,,,,,,,,T000102,,,,,,410685,,,,9233,Waller Taylor -Terrell,William,,,,,,M,rep,GA,-1,,Republican,,,,,,,,,,T000132,,,,,,410714,,,,9261,William Terrell -Tompkins,Caleb,,,,,1759-12-22,M,rep,NY,3,,Republican,,,,,,,,,,T000303,,,,,,410876,,,,9414,Caleb Tompkins -Trimble,William,Allen,,,,1786-04-04,M,sen,OH,,3,Republican,,,,,,,,,,T000377,,,,,,410946,,,,9477,William A. Trimble -Walker,David,,,,,,M,rep,KY,6,,Republican,,,,,,,,,,W000048,,,,,,412114,,,,9737,David Walker (Kentucky politician) -Walker,Freeman,,,,,1780-10-25,M,sen,GA,,2,Republican,,,,,,,,,,W000052,,,,,,411231,,,,9740,Freeman Walker -Walker,John,Williams,,,,1783-08-12,M,sen,AL,,3,Republican,,,,,,,,,,W000061,,,,,,411240,,,,9749,John Williams Walker -Wallace,James,M.,,,,,M,rep,PA,3,,Republican,,,,,,,,,,W000078,,,,,,411257,,,,9764,James M. Wallace -Wendover,Peter,Hercules,,,,1768-08-01,M,rep,NY,2,,Republican,,,,,,,,,,W000293,,,,,,411457,,,,9951,Peter H. Wendover -Holmes,David,,,,,1769-03-10,M,sen,MS,,1,Republican,,,,,,,,,,H000735,,,,,,405586,,,,4532,David Holmes (politician) -Mills,Elijah,Hunt,,,,1776-12-01,M,sen,MA,,1,Adams,,,,,,,,,,M000774,,,,,,407752,,,,6528,Elijah H. Mills -Talbot,Isham,,,,,,M,sen,KY,,3,Republican,,,,,,,,,,T000017,,,,,,410607,,,,9159,Isham Talbot -Baldwin,Henry,,,,,1780-01-14,M,rep,PA,14,,Republican,,,,,,,,,,B000087,,,,,,401089,,,,382,Henry Baldwin (judge) -Barber,Levi,,,,,1777-10-16,M,rep,OH,3,,Republican,,,,,,,,,,B000124,,,,,,401125,,,,417,Levi Barber -Barbour,James,,,,,1775-06-10,M,sen,VA,,1,Republican,,,,,,,,,,B000127,,,,,,401128,,,,420,James Barbour -Barstow,Gideon,,,,,1783-09-07,M,rep,MA,2,,Republican,,,,,,,,,,B000195,,,,,,401194,,,,481,Gideon Barstow -Bates,James,Woodson,,,,1788-08-25,M,rep,AR,-1,,,,,,,,,,,,B000235,,,,,,401230,,,,,James Woodson Bates -Bayly,Thomas,,,,,1775-09-13,M,rep,MD,8,,Federalist,,,,,,,,,,B000258,,,,,,401252,,,,533,Thomas Bayly (Maryland) -Bigelow,Lewis,,,,,1785-08-18,M,rep,MA,12,,Federalist,,,,,,,,,,B000455,,,,,,401440,,,,705,Lewis Bigelow -Blackledge,William,Salter,,,,,M,rep,NC,4,,Republican,,,,,,,,,,B000512,,,,,,401490,,,,755,William Salter Blackledge -Boardman,Elijah,,,,,1760-03-07,M,sen,CT,,1,Republican,,,,,,,,,,B000577,,,,,,401548,,,,810,Elijah Boardman -Borland,Charles,,Jr.,,,1786-06-29,M,rep,NY,6,,Republican,,,,,,,,,,B000641,,,,,,401606,,,,864,Charles Borland Jr. -Breckinridge,James,Douglas,,,,,M,rep,KY,8,,Republican,,,,,,,,,,B000786,,,,,,412019,,,,993,James D. Breckinridge -Bryan,Henry,Hunter,,,,1786-02-23,M,rep,TN,6,,Republican,,,,,,,,,,B000986,,,,,,401938,,,,1171,Henry Hunter Bryan -Bullock,Wingfield,,,,,,M,rep,KY,-1,,Republican,,,,,,,,,,B001054,,,,,,412021,,,,,Wingfield Bullock -Burrows,Daniel,,,,,1766-10-26,M,rep,CT,-1,,Republican,,,,,,,,,,B001140,,,,,,402083,,,,1308,Daniel Burrows -Butler,Josiah,,,,,1779-12-04,M,rep,NH,-1,,Republican,,,,,,,,,,B001181,,,,,,402123,,,,1342,Josiah Butler -Campbell,Samuel,,,,,1773-07-11,M,rep,NY,15,,Republican,,,,,,,,,,C000099,,,,,,402253,,,,1464,Samuel Campbell (American politician) -Cannon,Newton,,,,,1781-05-22,M,rep,TN,5,,Republican,,,,,,,,,,C000123,,,,,,402274,,,,1485,Newton Cannon -Chambers,David,,,,,1780-11-25,M,rep,OH,4,,Republican,,,,,,,,,,C000281,,,,,,402424,,,,1626,David Chambers (congressman) -Colden,Cadwallader,David,,,,1769-04-04,M,rep,NY,1,,Federalist,,,,,,,,,,C000604,,,,,,402733,,,,1918,Cadwallader D. Colden -Conkling,Alfred,,,,,1789-10-12,M,rep,NY,14,,Republican,,,,,,,,,,C000679,,,,,,402805,,,,1982,Alfred Conkling -Cosden,Jeremiah,,,,,1821-03-04,M,rep,MD,6,,Republican,,,,,,,,,,C000792,,,,,,402912,,,,2079,Jeremiah Cosden -Crudup,Josiah,,,,,1791-01-13,M,rep,NC,8,,Republican,,,,,,,,,,C000953,,,,,,403065,,,,2220,Josiah Crudup -Dane,Joseph,,,,,1778-10-25,M,rep,ME,1,,Federalist,,,,,,,,,,D000026,,,,,,403167,,,,2318,Joseph Dane -Darlington,William,,,,,1782-04-28,M,rep,PA,2,,Republican,,,,,,,,,,D000059,,,,,,403198,,,,2343,William Darlington -De Wolf,James,,,,,1764-03-18,M,sen,RI,,1,Republican,,,,,,,,,,D000295,,,,,,403330,,,,2549,James DeWolf -Denison,George,,,,,1790-02-22,M,rep,PA,10,,Republican,,,,,,,,,,D000238,,,,,,403376,,,,2498,George Denison -Duncan,James,,,,,,M,rep,PA,-1,,,,,,,,,,,,D000531,,,,,,403639,,,,,James Duncan (Pennsylvania) -Eustis,William,,,,,1753-06-10,M,rep,MA,13,,Republican,,,,,,,,,,E000230,,,,,,403915,,,,3001,William Eustis -Findlay,William,,,,,1768-06-20,M,sen,PA,,1,Jackson,,,,,,,,,,F000122,,,,,,404078,,,,3146,William Findlay (governor) -Forrest,Thomas,,,,,,M,rep,PA,1,,Federalist,,,,,,,,,,F000281,,,,,,404231,,,,3284,Thomas Forrest -Gebhard,John,,,,,1782-02-22,M,rep,NY,13,,Federalist,,,,,,,,,,G000114,,,,,,404486,,,,3521,John Gebhard -Gross,Samuel,,,,,1776-11-10,M,rep,PA,2,,Republican,,,,,,,,,,G000496,,,,,,404841,,,,3854,Samuel Gross (politician) -Harris,Mark,,,,,1779-01-27,M,rep,ME,2,,Republican,,,,,,,,,,H000248,,,,,,405126,,,,4109,Mark Harris (Maine politician) -Hawkes,James,,,,,1776-12-13,M,rep,NY,15,,Republican,,,,,,,,,,H000366,,,,,,405235,,,,4211,James Hawkes (congressman) -Hernández,Joseph,Marion,,,,1788-05-26,M,rep,FL,-1,,,,,,,,,,,,H000533,,,,,,405395,,,,,Joseph Marion Hernández -Hill,Mark,Langdon,,,,1772-06-30,M,rep,ME,3,,Republican,,,,,,,,,,H000602,,,,,,405463,,,,4419,Mark Langdon Hill -Hubbard,Thomas,Hill,,,,1781-12-05,M,rep,NY,17,,Republican,,,,,,,,,,H000890,,,,,,405736,,,,4674,Thomas H. Hubbard -Jackson,Edward,Brake,,,,1793-01-25,M,rep,VA,1,,Republican,,,,,,,,,,J000010,,,,,,405917,,,,4848,Edward B. Jackson -Jones,Francis,,,,,,M,rep,TN,3,,Republican,,,,,,,,,,J000218,,,,,,412059,,,,5029,Francis Jones (American politician) -Jones,James,,,,,1772-12-11,M,rep,VA,19,,Republican,,,,,,,,,,J000228,,,,,,406121,,,,5039,James Jones (Virginia) -Keyes,Elias,,,,,1758-04-14,M,rep,VT,4,,Republican,,,,,,,,,,K000160,,,,,,406324,,,,5226,Elias Keyes -Kirkland,Joseph,,,,,1770-01-18,M,rep,NY,16,,Federalist,,,,,,,,,,K000235,,,,,,406394,,,,5292,Joseph Kirkland (congressman) -Lowndes,William,,,,,1782-02-11,M,rep,SC,2,,Republican,,,,,,,,,,L000483,,,,,,406971,,,,5815,William Lowndes (congressman) -McCarty,Richard,,,,,1780-02-19,M,rep,NY,8,,Republican,,,,,,,,,,M000321,,,,,,407332,,,,6140,Richard McCarty (U.S. politician) -McSherry,James,,,,,1776-07-29,M,rep,PA,5,,Federalist,,,,,,,,,,M000602,,,,,,407591,,,,6384,James McSherry (Pennsylvania) -Milnor,William,,,,,1769-06-26,M,rep,PA,1,,Federalist,,,,,,,,,,M000786,,,,,,407764,,,,6539,William Milnor -Montgomery,Thomas,,,,,,M,rep,KY,9,,Republican,,,,,,,,,,M000872,,,,,,407844,,,,6607,Thomas Montgomery (American politician) -Moore,Samuel,,,,,1774-02-08,M,rep,PA,6,,Republican,,,,,,,,,,M000916,,,,,,407888,,,,6650,Samuel Moore (congressman) -Moore,Thomas,Love,,,,,M,rep,VA,10,,Republican,,,,,,,,,,M000920,,,,,,412079,,,,6654,Thomas Love Moore -Murray,Thomas,,Jr.,,,,M,rep,PA,10,,Republican,,,,,,,,,,M001115,,,,,,408078,,,,6825,"Thomas Murray, Jr." -Nelson,Hugh,,,,,1768-09-30,M,rep,VA,22,,Republican,,,,,,,,,,N000035,,,,,,408125,,,,6865,Hugh Nelson (congressman) -Nelson,John,,,,,1791-06-01,M,rep,MD,4,,Republican,,,,,,,,,,N000037,,,,,,408127,,,,6867,John Nelson (lawyer) -New,Anthony,,,,,,M,rep,KY,5,,Republican,,,,,,,,,,N000058,,,,,,408146,,,,6886,Anthony New -Overstreet,James,,,,,1773-02-11,M,rep,SC,4,,Republican,,,,,,,,,,O000142,,,,,,408393,,,,7122,James Overstreet -Patterson,Walter,,,,,,M,rep,NY,5,,Federalist,,,,,,,,,,P000131,,,,,,412085,,,,7256,Walter Patterson (U.S. politician) -Phillips,John,,,,,,M,rep,PA,3,,Federalist,,,,,,,,,,P000310,,,,,,412086,,,,7414,John Phillips (politician) -Pierson,Jeremiah,Halsey,,,,1766-09-13,M,rep,NY,3,,Republican,,,,,,,,,,P000342,,,,,,408739,,,,7444,Jeremiah H. Pierson -Pinkney,William,,,,,1764-03-17,M,sen,MD,,1,Republican,,,,,,,,,,P000362,,,,,,408758,,,,7463,William Pinkney -Reed,Philip,,,,,,M,rep,MD,6,,Republican,,,,,,,,,,R000125,,,,,,409104,,,,7792,Philip Reed -Reid,Robert,Raymond,,,,1789-09-08,M,rep,GA,-1,,Republican,,,,,,,,,,R000151,,,,,,409128,,,,7813,Robert R. Reid -Rhea,John,,,,,,M,rep,TN,1,,Republican,,,,,,,,,,R000181,,,,,,409157,,,,7838,John Rhea -Robertson,George,,,,,1790-11-18,M,rep,KY,-1,,Republican,,,,,,,,,,R000322,,,,,,409293,,,,7962,George Robertson (congressman) -Ruggles,Charles,Herman,,,,1789-02-10,M,rep,NY,7,,Federalist,,,,,,,,,,R000501,,,,,,409460,,,,8108,Charles H. Ruggles -Russ,John,,,,,1767-10-29,M,rep,CT,-1,,Republican,,,,,,,,,,R000519,,,,,,409477,,,,8122,John Russ -Russell,Jonathan,,,,,1771-02-27,M,rep,MA,11,,Republican,,,,,,,,,,R000531,,,,,,409489,,,,8133,Jonathan Russell -Sibley,Solomon,,,,,1769-10-07,M,rep,MI,-1,,,,,,,,,,,,S000400,,,,,,409894,,,,,Solomon Sibley -Smith,John,Speed,,,,1792-07-01,M,rep,KY,7,,Republican,,,,,,,,,,S000575,,,,,,410057,,,,8656,John Speed Smith -Spencer,Elijah,,,,,,M,rep,NY,21,,Republican,,,,,,,,,,S000722,,,,,,410191,,,,8782,Elijah Spencer -Sterling,Micah,,,,,1784-11-05,M,rep,NY,18,,Federalist,,,,,,,,,,S000871,,,,,,410333,,,,8901,Micah Sterling -Tuthill,Selah,,,,,1771-10-26,M,rep,NY,-1,,,,,,,,,,,,T000438,,,,,,411006,,,,,Selah Tuthill -Upham,Nathaniel,,,,,1774-06-09,M,rep,NH,-1,,Republican,,,,,,,,,,U000024,,,,,,411047,,,,9569,Nathaniel Upham -Van Rensselaer,Solomon,Van Vechten,,,,1774-08-06,M,rep,NY,9,,Federalist,,,,,,,,,,V000055,,,,,,411097,,,,9631,Solomon Van Rensselaer -Van Swearingen,Thomas,,,,,1784-05-05,M,rep,VA,2,,Federalist,,,,,,,,,,V000059,,,,,,411101,,,,9635,Thomas Van Swearingen -Walker,Felix,,,,,1753-07-19,M,rep,NC,12,,Republican,,,,,,,,,,W000050,,,,,,411229,,,,9738,Felix Walker (American politician) -Walworth,Reuben,Hyde,,,,1788-10-26,M,rep,NY,12,,Republican,,,,,,,,,,W000118,,,,,,411294,,,,9800,Reuben H. Walworth -White,Phineas,,,,,1770-10-30,M,rep,VT,2,,Republican,,,,,,,,,,W000389,,,,,,411549,,,,10042,Phineas White -Whitman,Ezekiel,,,,,1776-03-09,M,rep,ME,2,,Federalist,,,,,,,,,,W000421,,,,,,411580,,,,10069,Ezekiel Whitman -Williamson,William,Durkee,,,,1779-07-31,M,rep,ME,4,,Republican,,,,,,,,,,W000554,,,,,,411710,,,,10196,William D. Williamson -Woodson,Samuel,Hughes,,,,1777-09-15,M,rep,KY,2,,Republican,,,,,,,,,,W000729,,,,,,411880,,,,10358,Samuel H. Woodson (Kentucky) -Worman,Ludwig,,,,,,M,rep,PA,7,,Federalist,,,,,,,,,,W000745,,,,,,411894,,,,10374,Ludwig Worman -Wright,Robert,,,,,1752-11-20,M,rep,MD,7,,Republican,,,,,,,,,,W000768,,,,,,411917,,,,10396,Robert Wright (politician) -Brown,Ethan,Allen,,,,1776-07-04,M,sen,OH,,3,Republican,,,,,,,,,,B000914,,,,,,401870,,,,1107,Ethan Allen Brown -Kelly,William,,,,,1786-09-22,M,sen,AL,,3,Republican,,,,,,,,,,K000079,,,,,,406248,,,,5155,William Kelly (senator) -Lloyd,James,,,,,,M,sen,MA,,2,Adams,,,,,,,,,,L000378,,,,,,406870,,,,5726,James Lloyd (Massachusetts politician) -Rodney,Caesar,Augustus,,,,1772-01-04,M,sen,DE,,1,Republican,,,,,,,,,,R000377,,,,,,409347,,,,8013,Caesar Augustus Rodney -Taylor,John,,,,,1753-12-19,M,sen,VA,,2,Republican,,,,,,,,,,T000086,,,,,,410668,,,,9215,John Taylor of Caroline -Abbott,Joel,,,,,1776-03-17,M,rep,GA,-1,,Republican,,,,,,,,,,A000003,,,,,,400668,,,,5,Joel Abbot (politician) -Ball,William,Lee,,,,1781-01-02,M,rep,VA,13,,Republican,,,,,,,,,,B000103,,,,,,401105,,,,398,William Lee Ball -Breck,Samuel,,,,,1771-07-17,M,rep,PA,1,,,,,,,,,,,,B000783,,,,,,401741,,,,990,Samuel Breck (politician) -Brown,John,,,,,1772-08-12,M,rep,PA,12,,,,,,,,,,,,B000926,,,,,,401883,,,,1119,John Brown (Pennsylvania) -Burton,Hutchins,Gordon,,,,,M,rep,NC,2,,,,,,,,,,,,B001152,,,,,,402094,,,,1319,Hutchins Gordon Burton -Cady,John,Watts,,,,1790-06-28,M,rep,NY,16,,,,,,,,,,,,C000015,,,,,,402177,,,,1390,John W. Cady -Call,Jacob,,,,,,M,rep,IN,1,,Jackson Republican,,,,,,,,,,C000049,,,,,,412023,,,,1423,Jacob Call -Call,Richard,Keith,,,,1792-10-24,M,rep,FL,-1,,,,,,,,,,,,C000050,,,,,,402210,,,,,Richard K. Call -Chandler,John,,,,,1762-02-01,M,sen,ME,,2,Jackson,,,,,,,,,,C000291,,,,,,402433,,,,1635,John Chandler -Clark,Lot,,,,,1788-05-23,M,rep,NY,21,,,,,,,,,,,,C000447,,,,,,402585,,,,1779,Lot Clark -Collins,Ela,,,,,1786-02-14,M,rep,NY,20,,,,,,,,,,,,C000635,,,,,,402764,,,,1945,Ela Collins -Cushman,Joshua,,,,,1761-04-11,M,rep,ME,4,,,,,,,,,,,,C001020,,,,,,403127,,,,2281,Joshua Cushman -Durfee,Job,,,,,1790-09-20,M,rep,RI,-1,,,,,,,,,,,,D000568,,,,,,403671,,,,2788,Job Durfee -Dwinell,Justin,,,,,1785-10-28,M,rep,NY,22,,,,,,,,,,,,D000584,,,,,,403687,,,,2802,Justin Dwinell -Eaton,Lewis,,,,,,M,rep,NY,12,,Crawford Republican,,,,,,,,,,E000025,,,,,,412036,,,,2829,Lewis Eaton -Eddy,Samuel,,,,,1769-03-31,M,rep,RI,-1,,,,,,,,,,,,E000040,,,,,,403735,,,,2841,Samuel Eddy -Edwards,Henry,Waggaman,,,,,M,sen,CT,,1,Jackson,,,,,,,,,,E000070,,,,,,403763,,,,2865,Henry W. Edwards -Ellis,William,Cox,,,,1787-05-05,M,rep,PA,9,,,,,,,,,,,,E000137,,,,,,403828,,,,2926,William Cox Ellis -Foote,Charles,Augustus,,,,1785-04-15,M,rep,NY,11,,,,,,,,,,,,F000249,,,,,,404202,,,,3257,Charles A. Foote -Forward,Walter,,,,,1786-01-24,M,rep,PA,16,,,,,,,,,,,,F000291,,,,,,404241,,,,3293,Walter Forward -Frost,Joel,,,,,1765-09-28,M,rep,NY,4,,Crawford Republican,,,,,,,,,,F000391,,,,,,412040,,,,3379,Joel Frost -Fuller,Timothy,,,,,1778-07-11,M,rep,MA,4,,Republican,,,,,,,,,,F000413,,,,,,404355,,,,3400,Timothy Fuller -Gatlin,Alfred,Moore,,,,1790-04-20,M,rep,NC,1,,Crawford Republican,,,,,,,,,,G000099,,,,,,404471,,,,3507,Alfred Moore Gatlin -Gazlay,James,William,,,,1784-07-23,M,rep,OH,1,,,,,,,,,,,,G000109,,,,,,404481,,,,3516,James W. Gazlay -Harvey,Matthew,,,,,1781-06-21,M,rep,NH,-1,,,,,,,,,,,,H000309,,,,,,405182,,,,4164,Matthew Harvey -Hayward,William,,Jr.,,,,M,rep,MD,7,,,,,,,,,,,,H000410,,,,,,405277,,,,4249,William Hayward Jr. -Herkimer,John,,,,,,M,rep,NY,15,,Republican,,,,,,,,,,H000529,,,,,,405391,,,,4353,John Herkimer -Hogeboom,James,Lawrence,,,,1766-08-25,M,rep,NY,9,,,,,,,,,,,,H000700,,,,,,405553,,,,4503,James L. Hogeboom -Hooks,Charles,,,,,1768-02-20,M,rep,NC,5,,Republican,,,,,,,,,,H000761,,,,,,405612,,,,4556,Charles Hooks -Jenkins,Lemuel,,,,,1789-10-20,M,rep,NY,7,,,,,,,,,,,,J000085,,,,,,405987,,,,4914,Lemuel Jenkins -Johnson,John,Telemachus,,,,1788-10-05,M,rep,KY,5,,,,,,,,,,,,J000154,,,,,,406052,,,,4973,John Telemachus Johnson -Lawrence,Samuel,,,,,1773-05-23,M,rep,NY,25,,,,,,,,,,,,L000138,,,,,,406643,,,,5515,Samuel Lawrence (congressman) -Lee,John,,,,,1788-01-30,M,rep,MD,4,,,,,,,,,,,,L000196,,,,,,406699,,,,5560,John Lee (Maryland politician) -Leftwich,Jabez,,,,,1765-09-22,M,rep,VA,7,,,,,,,,,,,,L000216,,,,,,406720,,,,5584,Jabez Leftwich -Litchfield,Elisha,,,,,1785-07-12,M,rep,NY,23,,,,,,,,,,,,L000346,,,,,,406838,,,,5696,Elisha Litchfield -Livermore,Arthur,,,,,1766-07-29,M,rep,NH,-1,,Republican,,,,,,,,,,L000362,,,,,,406854,,,,5711,Arthur Livermore -Longfellow,Stephen,,,,,1775-06-23,M,rep,ME,2,,,,,,,,,,,,L000430,,,,,,406921,,,,5768,Stephen Longfellow -Matlack,James,,,,,1775-01-11,M,rep,NJ,-1,,,,,,,,,,,,M000245,,,,,,407263,,,,6078,James Matlack -Matson,Aaron,,,,,,M,rep,NH,-1,,,,,,,,,,,,M000247,,,,,,407265,,,,6080,Aaron Matson -McArthur,Duncan,,,,,1772-06-14,M,rep,OH,6,,,,,,,,,,,,M000299,,,,,,407314,,,,6125,Duncan McArthur -McIlvaine,Joseph,,,,,1769-10-02,M,sen,NJ,,1,Adams,,,,,,,,,,M000475,,,,,,407473,,,,6274,Joseph McIlvaine -Neale,Raphael,,,,,,M,rep,MD,1,,,,,,,,,,,,N000018,,,,,,412082,,,,6852,Raphael Neale -Olin,Henry,,,,,1768-05-07,M,rep,VT,3,,,,,,,,,,,,O000068,,,,,,408341,,,,7056,Henry Olin -Outlaw,George,,,,,,M,rep,NC,2,,,,,,,,,,,,O000139,,,,,,412084,,,,7119,George Outlaw -Patterson,John,,,,,1771-02-10,M,rep,OH,10,,,,,,,,,,,,P000122,,,,,,408530,,,,7247,John Patterson (Ohio politician) -Patterson,Thomas,,,,,1764-10-01,M,rep,PA,15,,Republican,,,,,,,,,,P000128,,,,,,408536,,,,7253,Thomas Patterson (Pennsylvania politician) -Plumer,William,,Jr.,,,1789-02-09,M,rep,NH,-1,,,,,,,,,,,,P000394,,,,,,408788,,,,7494,William Plumer Jr. -Prince,William,,,,,,M,rep,IN,1,,Republican,,,,,,,,,,P000540,,,,,,408924,,,,7626,William Prince (Indiana) -Reynolds,James,B.,,,,,M,rep,TN,8,,Republican,,,,,,,,,,R000173,,,,,,409149,,,,7831,James B. Reynolds -Rich,Charles,,,,,1771-09-13,M,rep,VT,3,,Republican,,,,,,,,,,R000207,,,,,,409183,,,,7862,Charles Rich (U.S. Representative) -Richard,Gabriel,,,,,1767-10-15,M,rep,MI,-1,,,,,,,,,,,,R000210,,,,,,409186,,,,,Gabriel Richard -Richards,John,,,,,1765-04-13,M,rep,NY,19,,,,,,,,,,,,R000216,,,,,,409192,,,,7871,John Richards (U.S. politician) -Rochester,William,Beatty,,,,1789-01-29,M,rep,NY,-1,,,,,,,,,,,,R000360,,,,,,409331,,,,7998,William B. Rochester -Rogers,Thomas,Jones,,,,,M,rep,PA,8,,Republican,,,,,,,,,,R000403,,,,,,409370,,,,8034,Thomas Jones Rogers -Ross,Thomas,Randolph,,,,1788-10-26,M,rep,OH,2,,,,,,,,,,,,R000456,,,,,,409420,,,,8078,Thomas R. Ross -Sandford,James,T.,,,,,M,rep,TN,6,,Jackson Republican,,,,,,,,,,S000040,,,,,,412094,,,,8202,James T. Sandford -Sharpe,Peter,,,,,1777-12-10,M,rep,NY,3,,,,,,,,,,,,S000297,,,,,,409796,,,,8409,Peter Sharpe -Sibley,Jonas,,,,,1762-03-07,M,rep,MA,5,,,,,,,,,,,,S000397,,,,,,409891,,,,8499,Jonas Sibley -Smith,Arthur,,,,,1785-11-15,M,rep,VA,2,,,,,,,,,,,,S000515,,,,,,410000,,,,8601,Arthur Smith (U.S. Representative) -Spaight,Richard,Dobbs,Jr.,,,,M,rep,NC,4,,,,,,,,,,,,S000694,,,,,,410165,,,,8757,Richard Dobbs Spaight Jr. -Stephenson,James,,,,,1764-03-20,M,rep,VA,16,,Federalist,,,,,,,,,,S000864,,,,,,410326,,,,8894,James Stephenson (congressman) -Sterling,Ansel,,,,,1782-02-03,M,rep,CT,-1,,,,,,,,,,,,S000868,,,,,,410330,,,,8898,Ansel Sterling -Stoddard,Ebenezer,,,,,1785-05-06,M,rep,CT,-1,,,,,,,,,,,,S000943,,,,,,410402,,,,8966,Ebenezer Stoddard -Thomas,Jesse,Burgess,,,,,M,sen,IL,,2,Adams,,,,,,,,,,T000171,,,,,,410752,,,,9297,Jesse B. Thomas -Thompson,Philip,,,,,1789-08-20,M,rep,KY,11,,,,,,,,,,,,T000211,,,,,,410790,,,,9333,Philip Thompson (Kentucky) -Tod,John,,,,,,M,rep,PA,13,,Republican,,,,,,,,,,T000290,,,,,,410863,,,,9402,John Tod -Tracy,Albert,Haller,,,,1793-06-17,M,rep,NY,30,,Whig,,,,,,,,,,T000343,,,,,,410914,,,,9447,Albert H. Tracy -Tucker,George,,,,,1775-08-20,M,rep,VA,6,,,,,,,,,,,,T000397,,,,,,410966,,,,9496,George Tucker (politician) -Tyson,Jacob,,,,,1773-10-08,M,rep,NY,2,,,,,,,,,,,,T000453,,,,,,411021,,,,9545,Jacob Tyson -Udree,Daniel,,,,,1751-08-05,M,rep,PA,7,,Republican,,,,,,,,,,U000003,,,,,,411027,,,,9550,Daniel Udree -Van Dyke,Nicholas,,,,,1770-12-20,M,sen,DE,,2,Adams,,,,,,,,,,V000037,,,,,,411082,,,,9613,Nicholas Van Dyke (senator) -Van Wyck,William,William,,,,1777-08-09,M,rep,NY,5,,,,,,,,,,,,V000068,,,,,,411110,,,,9644,William W. Van Wyck -Vance,Robert,Brank,,,,,M,rep,NC,12,,,,,,,,,,,,V000018,,,,,,411114,,,,9598,Robert Brank Vance -Ware,Nicholas,,,,,,M,sen,GA,,2,,,,,,,,,,,W000148,,,,,,411322,,,,9827,Nicholas Ware -Warfield,Henry,Ridgely,,,,1774-09-14,M,rep,MD,3,,,,,,,,,,,,W000150,,,,,,411324,,,,9829,Henry Ridgely Warfield -Wayne,Isaac,,,,,,M,rep,PA,4,,,,,,,,,,,,W000217,,,,,,411385,,,,9886,Isaac Wayne -White,David,,,,,,M,rep,KY,6,,,,,,,,,,,,W000363,,,,,,411525,,,,10016,David White (U.S. politician) -Whitman,Lemuel,,,,,1780-06-08,M,rep,CT,-1,,,,,,,,,,,,W000422,,,,,,411581,,,,10070,Lemuel Whitman -Williams,Isaac,,Jr.,,,1777-04-05,M,rep,NY,13,,Republican,,,,,,,,,,W000505,,,,,,411662,,,,10150,"Isaac Williams, Jr." -Williams,Jared,,,,,1766-03-04,M,rep,VA,17,,,,,,,,,,,,W000510,,,,,,411667,,,,10155,Jared Williams (Virginia) -Williams,Thomas,Hill,,,,,M,sen,MS,,2,Jackson,,,,,,,,,,W000540,,,,,,411696,,,,10182,Thomas Hill Williams -Wilson,Isaac,,,,,1780-06-25,M,rep,NY,29,,Republican,,,,,,,,,,W000586,,,,,,411741,,,,10226,Isaac Wilson (1780–1848) -Woods,William,,,,,,M,rep,NY,28,,,,,,,,,,,,W000727,,,,,,411879,,,,10357,William Woods (congressman) -Bouligny,Charles,Dominique Joseph,,,,1773-08-22,M,sen,LA,,2,Adams,,,,,,,,,,B000664,,,,,,401626,,,,881,Charles Dominique Joseph Bouligny -Cobb,Thomas,Willis,,,,,M,sen,GA,,2,Jackson,,,,,,,,,,C000553,,,,,,402686,,,,1873,Thomas W. Cobb -Adams,Parmenio,,,,,1776-09-09,M,rep,NY,29,,Adams,,,,,,,,,,A000042,,,,,,400703,,,,35,Parmenio Adams -Alexander,Adam,Rankin,,,,1781-11-01,M,rep,TN,9,,Jackson,,,,,,,,,,A000089,,,,,,400748,,,,77,Adam Rankin Alexander -Allen,Robert,,,,,1778-06-19,M,rep,TN,5,,Jackson,,,,,,,,,,A000142,,,,,,400798,,,,124,Robert Allen (Tennessee) -Allison,James,,Jr.,,,1772-10-04,M,rep,PA,-1,,,,,,,,,,,,A000157,,,,,,400812,,,,138,"James Allison, Jr." -Ashley,Henry,,,,,1778-02-19,M,rep,NY,11,,Jackson,,,,,,,,,,A000313,,,,,,400957,,,,265,Henry Ashley -Badger,Luther,,,,,1785-04-10,M,rep,NY,23,,Adams,,,,,,,,,,B000023,,,,,,401028,,,,331,Luther Badger -Barton,David,,,,,1783-12-14,M,sen,MO,,3,Adams,,,,,,,,,,B000212,,,,,,401210,,,,495,David Barton (politician) -Baylies,Francis,,,,,1783-10-16,M,rep,MA,12,,Jackson,,,,,,,,,,B000255,,,,,,401249,,,,530,Francis Baylies -Bradley,William,Czar,,,,1782-03-23,M,rep,VT,1,,Adams,,,,,,,,,,B000748,,,,,,401707,,,,959,William Czar Bradley -Campbell,John,Wilson,,,,1782-02-23,M,rep,OH,5,,Adams,,,,,,,,,,C000095,,,,,,402250,,,,1460,John Wilson Campbell -Cary,George,,,,,1789-08-07,M,rep,GA,-1,,Jackson,,,,,,,,,,C000212,,,,,,402358,,,,1561,George Cary (Georgia politician) -Cassedy,George,,,,,1783-09-16,M,rep,NJ,-1,,Jackson,,,,,,,,,,C000234,,,,,,402379,,,,1583,George Cassedy -Chambers,Henry,H.,,,,1790-10-01,M,sen,AL,,3,Jackson,,,,,,,,,,C000284,,,,,,402427,,,,1629,Henry H. Chambers -Cocke,John,,,,,,M,rep,TN,2,,Jackson,,,,,,,,,,C000571,,,,,,402700,,,,1887,John Alexander Cocke -Cook,Daniel,Pope,,,,,M,rep,IL,1,,Adams,,,,,,,,,,C000716,,,,,,402839,,,,2015,Daniel Pope Cook -Crump,George,William,,,,1786-09-26,M,rep,VA,5,,Jackson,,,,,,,,,,C000956,,,,,,403068,,,,2223,George William Crump -Dietz,William,,,,,1778-06-28,M,rep,NY,12,,Jackson,,,,,,,,,,D000342,,,,,,403460,,,,2592,William Dietz (politician) -Eastman,Nehemiah,,,,,1782-06-16,M,rep,NH,-1,,Adams,,,,,,,,,,E000021,,,,,,403717,,,,2825,Nehemiah Eastman -Edwards,Samuel,,,,,1785-03-12,M,rep,PA,4,,Jackson,,,,,,,,,,E000080,,,,,,403772,,,,2873,Samuel Edwards -Edwards,Weldon,Nathaniel,,,,1788-01-25,M,rep,NC,6,,Jackson,,,,,,,,,,E000083,,,,,,403775,,,,2876,Weldon Nathaniel Edwards -Estil,Benjamin,,,,,1780-03-13,M,rep,VA,22,,Adams,,,,,,,,,,E000223,,,,,,403909,,,,2995,Benjamin Estil -Farrelly,Patrick,,,,,,M,rep,PA,18,,Jackson,,,,,,,,,,F000032,,,,,,403993,,,,3070,Patrick Farrelly -Findlay,John,,,,,1766-03-31,M,rep,PA,11,,Jackson,,,,,,,,,,F000120,,,,,,404076,,,,3144,John Findlay (U.S. politician) -Fosdick,Nicoll,,,,,1785-11-09,M,rep,NY,20,,Adams,,,,,,,,,,F000292,,,,,,404242,,,,3294,Nicoll Fosdick -Gaillard,John,,,,,1765-09-05,M,sen,SC,,3,Jackson,,,,,,,,,,G000005,,,,,,404382,,,,3423,John Gaillard -Garnett,Robert,Selden,,,,1789-04-26,M,rep,VA,12,,Jackson,,,,,,,,,,G000077,,,,,,404449,,,,3485,Robert S. Garnett (congressman) -Garrison,Daniel,,,,,1782-04-03,M,rep,NJ,-1,,Jackson,,,,,,,,,,G000083,,,,,,404455,,,,3491,Daniel Garrison -Gist,Joseph,,,,,1775-01-12,M,rep,SC,7,,Jackson,,,,,,,,,,G000227,,,,,,404589,,,,3620,Joseph Gist -Govan,Andrew,Robison,,,,1794-01-13,M,rep,SC,4,,Jackson,,,,,,,,,,G000346,,,,,,404702,,,,3727,Andrew R. Govan -Harris,Robert,,,,,1768-09-05,M,rep,PA,6,,Jackson,,,,,,,,,,H000250,,,,,,405128,,,,4111,Robert Harris (Pennsylvania politician) -Hasbrouck,Abraham,Bruyn,,,,1791-11-29,M,rep,NY,7,,Adams,,,,,,,,,,H000312,,,,,,405185,,,,4167,Abraham B. Hasbrouck -Hayden,Moses,,,,,,M,rep,NY,27,,Adams,,,,,,,,,,H000387,,,,,,405255,,,,4229,Moses Hayden -Henry,John,Flournoy,,,,1793-01-17,M,rep,KY,12,,Adams,,,,,,,,,,H000509,,,,,,405372,,,,4335,John Flournoy Henry -Henry,Robert,Pryor,,,,1788-11-24,M,rep,KY,12,,Jackson,,,,,,,,,,H000517,,,,,,405380,,,,4342,Robert Pryor Henry -Herrick,Ebenezer,,,,,1785-10-21,M,rep,ME,3,,Adams,,,,,,,,,,H000538,,,,,,405400,,,,4362,Ebenezer Herrick -Hines,Richard,,,,,,M,rep,NC,3,,Jackson,,,,,,,,,,H000634,,,,,,412052,,,,4446,Richard Hines -Hobart,Aaron,,,,,1787-06-26,M,rep,MA,11,,Adams,,,,,,,,,,H000659,,,,,,405514,,,,4467,Aaron Hobart -Hugunin,Daniel,,Jr.,,,1790-02-06,M,rep,NY,20,,Adams,,,,,,,,,,H000932,,,,,,405777,,,,4709,"Daniel Hugunin, Jr." -Humphrey,Charles,,,,,1792-02-14,M,rep,NY,25,,Adams,,,,,,,,,,H000950,,,,,,405794,,,,4726,Charles Humphrey -Jennings,David,,,,,,M,rep,OH,10,,Adams,,,,,,,,,,J000095,,,,,,405997,,,,4924,David Jennings (congressman) -Johnson,Francis,,,,,1776-06-19,M,rep,KY,10,,Adams,,,,,,,,,,J000129,,,,,,406028,,,,4951,Francis Johnson (congressman) -Johnson,James,,,,,1774-01-01,M,rep,KY,5,,Jackson,,,,,,,,,,J000143,,,,,,406041,,,,4965,James Johnson (Kentucky) -Kellogg,Charles,,,,,1773-10-03,M,rep,NY,24,,Jackson,,,,,,,,,,K000063,,,,,,406233,,,,5141,Charles Kellogg (congressman) -Kidder,David,,,,,1787-12-08,M,rep,ME,7,,Adams,,,,,,,,,,K000163,,,,,,406327,,,,5228,David Kidder -Kittera,Thomas,,,,,1789-03-21,M,rep,PA,2,,Adams,,,,,,,,,,K000254,,,,,,406413,,,,5311,Thomas Kittera -Krebs,Jacob,,,,,1782-03-13,M,rep,PA,7,,Jackson,,,,,,,,,,K000324,,,,,,406478,,,,5365,Jacob Krebs -Lathrop,Samuel,,,,,1772-05-01,M,rep,MA,8,,Adams,,,,,,,,,,L000112,,,,,,406618,,,,5491,Samuel Lathrop -Lincoln,Enoch,,,,,1788-12-28,M,rep,ME,5,,Adams,,,,,,,,,,L000314,,,,,,406808,,,,5667,Enoch Lincoln -Lloyd,Edward,,,,,1779-07-22,M,sen,MD,,3,Jackson,,,,,,,,,,L000376,,,,,,406868,,,,5724,Edward Lloyd (Governor of Maryland) -Macon,Nathaniel,,,,,1757-12-17,M,sen,NC,,3,Jackson,,,,,,,,,,M000034,,,,,,407062,,,,5895,Nathaniel Macon -Markley,Philip,Swenk,,,,1789-07-02,M,rep,PA,5,,Adams,,,,,,,,,,M000135,,,,,,407158,,,,5985,Philip Swenk Markley -Marks,William,,,,,1778-10-13,M,sen,PA,,3,Adams,,,,,,,,,,M000137,,,,,,407160,,,,5986,William Marks (Pennsylvania) -Martin,Robert,Nicols,,,,1798-01-14,M,rep,MD,8,,Adams,,,,,,,,,,M000198,,,,,,407218,,,,6038,Robert N. Martin -McManus,William,,,,,,M,rep,NY,9,,Adams,,,,,,,,,,M000562,,,,,,407554,,,,6348,William McManus -McNeill,Archibald,,,,,,M,rep,NC,7,,Jackson,,,,,,,,,,M000586,,,,,,412168,,,,6370,Archibald McNeill -Meech,Ezra,,,,,1773-07-26,M,rep,VT,4,,Jackson,,,,,,,,,,M000625,,,,,,407614,,,,6403,Ezra Meech -Meriwether,James,,,,,,M,rep,GA,-1,,Jackson,,,,,,,,,,M000651,,,,,,407637,,,,6424,James Meriwether -Miller,John,,,,,1774-11-10,M,rep,NY,22,,Adams,,,,,,,,,,M000737,,,,,,407714,,,,6490,John Miller (New York politician) -Mitchell,James,S.,,,,,M,rep,PA,10,,Jackson,,,,,,,,,,M000816,,,,,,407791,,,,6563,James S. Mitchell -Peter,George,,,,,1779-09-28,M,rep,MD,3,,Jackson,,,,,,,,,,P000250,,,,,,408653,,,,7363,George Peter (politician) -Plumer,George,,,,,1762-12-05,M,rep,PA,17,,Jackson,,,,,,,,,,P000392,,,,,,408786,,,,7492,George Plumer -Poinsett,Joel,Roberts,,,,1779-03-02,M,rep,SC,-1,,,,,,,,,,,,P000404,,,,,,408797,,,,7503,Joel Roberts Poinsett -Porter,Timothy,H.,,,,1785-11-28,M,rep,NY,28,,Adams,,,,,,,,,,P000448,,,,,,412090,,,,7541,Timothy H. Porter -Powell,Alfred,H.,,,,1781-03-06,M,rep,VA,17,,Adams,,,,,,,,,,P000478,,,,,,408863,,,,7569,Alfred H. Powell -Rankin,Christopher,,,,,,M,rep,MS,1,,Jackson,,,,,,,,,,R000054,,,,,,409034,,,,7729,Christopher Rankin -Ross,Henry,Howard,,,,1790-05-09,M,rep,NY,19,,Adams,,,,,,,,,,R000447,,,,,,409411,,,,8069,Henry H. Ross -Rowan,John,,,,,1773-07-12,M,sen,KY,,3,Jackson,,,,,,,,,,R000471,,,,,,409432,,,,8087,John Rowan (Kentucky) -Sands,Joshua,,,,,1757-10-12,M,rep,NY,2,,Adams,,,,,,,,,,S000046,,,,,,409561,,,,8206,Joshua Sands (politician) -Scott,John,,,,,1785-05-18,M,rep,MO,1,,Adams,,,,,,,,,,S000176,,,,,,409681,,,,8302,John Scott (Missouri politician) -Shannon,Thomas,,,,,1786-11-15,M,rep,OH,10,,Adams,,,,,,,,,,S000289,,,,,,409788,,,,8402,Thomas Shannon (Ohio politician) -Smith,William,,,,,,M,rep,VA,21,,Jackson,,,,,,,,,,S000626,,,,,,412104,,,,8696,William Smith (Virginia representative) -Taylor,Robert,,,,,1763-04-29,M,rep,VA,11,,Adams,,,,,,,,,,T000097,,,,,,410680,,,,9228,Robert Taylor (congressman) -Ten Eyck,Egbert,,,,,1779-04-18,M,rep,NY,20,,Jackson,,,,,,,,,,T000125,,,,,,410704,,,,9254,Egbert Ten Eyck -Thomson,Alexander,,,,,1788-01-12,M,rep,PA,13,,Jackson,,,,,,,,,,T000227,,,,,,410806,,,,9348,Alexander Thomson (congressman) -Trimble,David,,,,,,M,rep,KY,1,,Adams,,,,,,,,,,T000372,,,,,,410941,,,,9472,David Trimble (congressman) -White,Bartow,,,,,1776-11-07,M,rep,NY,5,,Adams,,,,,,,,,,W000356,,,,,,411518,,,,10010,Bartow White -Whitmore,Elias,,,,,1772-03-02,M,rep,NY,21,,Adams,,,,,,,,,,W000423,,,,,,411582,,,,10071,Elias Whitmore -Willey,Calvin,,,,,1776-09-15,M,sen,CT,,3,Adams,,,,,,,,,,W000482,,,,,,411639,,,,10127,Calvin Willey -Wilson,Henry,,,,,,M,rep,PA,7,,Jackson,,,,,,,,,,W000584,,,,,,411740,,,,10224,Henry Wilson (Pennsylvania) -Wilson,John,,,,,1773-08-11,M,rep,SC,6,,Jackson,,,,,,,,,,W000597,,,,,,411753,,,,10237,John Wilson (South Carolina) -Worthington,Thomas,Contee,,,,1782-11-25,M,rep,MD,4,,Adams,,,,,,,,,,W000751,,,,,,411900,,,,10380,Thomas Contee Worthington -Wurts,John,,,,,1792-08-13,M,rep,PA,1,,Jackson,,,,,,,,,,W000774,,,,,,411923,,,,10402,John Wurts -Bateman,Ephraim,,,,,1780-07-09,M,sen,NJ,,1,Adams,,,,,,,,,,B000228,,,,,,401224,,,,509,Ephraim Bateman -Harper,William,,,,,1790-01-17,M,sen,SC,,3,Jackson,,,,,,,,,,H000226,,,,,,405104,,,,4091,William Harper (South Carolina) -Pickens,Israel,,,,,1780-01-30,M,sen,AL,,3,Jackson,,,,,,,,,,P000322,,,,,,408721,,,,7427,Israel Pickens -Rodney,Daniel,,,,,1764-09-10,M,sen,DE,,2,Adams,,,,,,,,,,R000378,,,,,,409348,,,,8014,Daniel Rodney -Sanford,Nathan,,,,,1777-11-05,M,sen,NY,,3,Adams,,,,,,,,,,S000052,,,,,,409567,,,,8211,Nathan Sanford -Smith,William,,,,,,M,sen,SC,,3,Jackson,,,,,,,,,,S000628,,,,,,410101,,,,8694,William Smith (South Carolina senator) -Addams,William,,,,,1777-04-11,M,rep,PA,7,,Jackson,,,,,,,,,,A000053,,,,,,400714,,,,45,William Addams -Allen,Samuel,Clesson,,,,1772-01-05,M,rep,MA,7,,Adams,,,,,,,,,,A000146,,,,,,400802,,,,128,Samuel Clesson Allen -Anderson,Samuel,,,,,,M,rep,PA,4,,Adams,,,,,,,,,,A000231,,,,,,400858,,,,180,Samuel Anderson (politician) -Baldwin,John,,,,,1772-04-05,M,rep,CT,-1,,Adams,,,,,,,,,,B000090,,,,,,401092,,,,385,John Baldwin (congressman) -Barker,David,,Jr.,,,1797-01-08,M,rep,NH,-1,,Adams,,,,,,,,,,B000143,,,,,,401144,,,,435,"David Barker, Jr." -Barlow,Stephen,,,,,1779-06-13,M,rep,PA,18,,Jackson,,,,,,,,,,B000150,,,,,,401152,,,,442,Stephen Barlow (Pennsylvania) -Barnard,Isaac,Dutton,,,,1791-07-18,M,sen,PA,,1,Jackson,,,,,,,,,,B000154,,,,,,401156,,,,444,Isaac D. Barnard -Barney,John,,,,,1785-01-18,M,rep,MD,5,,Adams,,,,,,,,,,B000162,,,,,,401164,,,,451,John Barney -Bartlett,Ichabod,,,,,1786-07-24,M,rep,NH,-1,,Adams,,,,,,,,,,B000205,,,,,,401204,,,,489,Ichabod Bartlett -Bassett,Burwell,,,,,1764-03-18,M,rep,VA,8,,Jackson,,,,,,,,,,B000224,,,,,,401220,,,,505,Burwell Bassett -Bates,Edward,,,,,1793-09-04,M,rep,MO,1,,Adams,,,,,,,,,,B000231,,,,,,401226,,,,511,Edward Bates -Beecher,Philemon,,,,,,M,rep,OH,9,,Adams,,,,,,,,,,B000306,,,,,,401299,,,,576,Philemon Beecher -Belden,George,Ogilvie,,,,1797-03-28,M,rep,NY,7,,Jackson,,,,,,,,,,B000324,,,,,,401316,,,,591,George O. Belden -Blake,Thomas,Holdsworth,,,,1792-06-14,M,rep,IN,1,,Adams,,,,,,,,,,B000534,,,,,,401509,,,,775,Thomas H. Blake -Brent,William,Leigh,,,,1784-02-20,M,rep,LA,3,,Adams,,,,,,,,,,B000803,,,,,,401760,,,,1008,William Leigh Brent -Brown,Titus,,,,,1786-02-11,M,rep,NH,-1,,Adams,,,,,,,,,,B000945,,,,,,401898,,,,1134,Titus Brown -Bryan,John,Heritage,,,,1798-11-04,M,rep,NC,4,,Adams,,,,,,,,,,B000988,,,,,,401940,,,,1173,John Heritage Bryan -Buck,Daniel,Azro Ashley,,,,1789-04-19,M,rep,VT,5,,Adams,,,,,,,,,,B001015,,,,,,401965,,,,1196,Daniel Azro Ashley Buck -Buckner,Richard,Aylett,,,,1763-07-16,M,rep,KY,8,,Adams,,,,,,,,,,B001033,,,,,,401983,,,,1213,Richard Aylett Buckner -Bunner,Rudolph,,,,,1779-08-17,M,rep,NY,20,,Jackson,,,,,,,,,,B001065,,,,,,402012,,,,1242,Rudolph Bunner -Burleigh,William,,,,,1785-10-24,M,rep,ME,-1,,,,,,,,,,,,B001109,,,,,,402054,,,,1280,William Burleigh -Carter,John,,,,,1792-09-10,M,rep,SC,8,,Jackson,,,,,,,,,,C000197,,,,,,402343,,,,1547,John Carter (South Carolina politician) -Chase,Samuel,,,,,,M,rep,NY,13,,Adams,,,,,,,,,,C000333,,,,,,412028,,,,1674,Samuel Chase (congressman) -Conway,Henry,Wharton,,,,1793-03-18,M,rep,AR,-1,,,,,,,,,,,,C000712,,,,,,402836,,,,,Henry Wharton Conway -Culpepper,John,,,,,,M,rep,NC,7,,Adams,,,,,,,,,,C000976,,,,,,403087,,,,2242,John Culpepper -Davenport,John,,,,,1788-01-09,M,rep,OH,10,,Adams,,,,,,,,,,D000076,,,,,,403214,,,,2358,John Davenport (Ohio politician) -Eaton,John,Henry,,,,1790-06-18,M,sen,TN,,1,Jackson,,,,,,,,,,E000024,,,,,,403720,,,,2828,John Eaton (politician) -Ellis,Powhatan,,,,,1790-01-17,M,sen,MS,,1,Jackson,,,,,,,,,,E000136,,,,,,403827,,,,2925,Powhatan Ellis -Evans,David,Ellicott,,,,1788-03-19,M,rep,NY,-1,,,,,,,,,,,,E000237,,,,,,403921,,,,,David Ellicott Evans -Floyd,John,,,,,1769-10-03,M,rep,GA,7,,Jackson,,,,,,,,,,F000220,,,,,,404176,,,,3233,John Floyd (Georgia politician) -Floyd,John,,,,,1783-04-24,M,rep,VA,20,,Jackson,,,,,,,,,,F000221,,,,,,404175,,,,3234,John Floyd (Virginia politician) -Fort,Tomlinson,,,,,1787-07-14,M,rep,GA,6,,Jackson,,,,,,,,,,F000289,,,,,,404239,,,,3291,Tomlinson Fort (congressman) -Gale,Levin,,,,,1784-04-24,M,rep,MD,6,,Jackson,,,,,,,,,,G000013,,,,,,404390,,,,3431,Levin Gale -Garnsey,Daniel,Greene,,,,1779-06-17,M,rep,NY,30,,Adams,,,,,,,,,,G000078,,,,,,404450,,,,3486,Daniel G. Garnsey -Garrow,Nathaniel,,,,,1780-04-25,M,rep,NY,24,,Jackson,,,,,,,,,,G000085,,,,,,404457,,,,3493,Nathaniel Garrow -Haile,William,,,,,,M,rep,MS,1,,Jackson,,,,,,,,,,H000022,,,,,,404907,,,,3910,William Haile (Mississippi) -Hallock,John,,Jr.,,,,M,rep,NY,6,,Jackson,,,,,,,,,,H000082,,,,,,404965,,,,3964,"John Hallock, Jr." -Hamilton,James,,Jr.,,,1786-05-08,M,rep,SC,2,,Jackson,,,,,,,,,,H000110,,,,,,404992,,,,3991,James Hamilton Jr. -Healy,Joseph,,,,,1776-08-21,M,rep,NH,-1,,Adams,,,,,,,,,,H000425,,,,,,405291,,,,4263,Joseph Healy -Hobbie,Selah,Reeve,,,,1797-03-10,M,rep,NY,11,,Jackson,,,,,,,,,,H000662,,,,,,405517,,,,4470,Selah R. Hobbie -Holcombe,George,,,,,,M,rep,NJ,-1,,Jackson,,,,,,,,,,H000711,,,,,,405564,,,,4513,George Holcombe -Johnson,Jeromus,,,,,1775-11-02,M,rep,NY,3,,Jackson,,,,,,,,,,J000152,,,,,,406050,,,,4971,Jeromus Johnson -Keese,Richard,,,,,1794-11-23,M,rep,NY,19,,Jackson,,,,,,,,,,K000043,,,,,,406213,,,,5121,Richard Keese -Kremer,George,,,,,1775-11-21,M,rep,PA,9,,Jackson,,,,,,,,,,K000329,,,,,,406483,,,,5367,George Kremer -Leffler,Isaac,,,,,1788-11-07,M,rep,VA,18,,Adams,,,,,,,,,,L000214,,,,,,406718,,,,5582,Isaac Leffler -Little,Peter,,,,,1775-12-11,M,rep,MD,5,,Adams,,,,,,,,,,L000354,,,,,,406846,,,,5704,Peter Little -Locke,John,,,,,1764-02-14,M,rep,MA,6,,Adams,,,,,,,,,,L000388,,,,,,406880,,,,5733,John Locke (Massachusetts) -Long,John,,,,,1785-02-26,M,rep,NC,10,,Adams,,,,,,,,,,L000421,,,,,,406911,,,,5760,John Long (North Carolina politician) -Marable,John,Hartwell,,,,1786-11-18,M,rep,TN,8,,Jackson,,,,,,,,,,M000120,,,,,,407144,,,,5973,John Hartwell Marable -Markell,Henry,,,,,1792-02-07,M,rep,NY,16,,Adams,,,,,,,,,,M000131,,,,,,407155,,,,5982,Henry Markell -McHatton,Robert,Lytle,,,,1788-11-17,M,rep,KY,5,,Jackson,,,,,,,,,,M000467,,,,,,407466,,,,6268,Robert L. McHatton -McKee,John,,,,,,M,rep,AL,2,,Jackson,,,,,,,,,,M000495,,,,,,407490,,,,6289,John McKee -McLane,Louis,,,,,1786-05-28,M,sen,DE,,1,Jackson,,,,,,,,,,M000535,,,,,,407527,,,,6323,Louis McLane -McLean,William,,,,,1794-08-10,M,rep,OH,3,,Adams,,,,,,,,,,M000552,,,,,,407544,,,,6340,William McLean (Ohio politician) -Merwin,Orange,,,,,1777-04-07,M,rep,CT,-1,,Adams,,,,,,,,,,M000665,,,,,,407651,,,,6438,Orange Merwin -Miner,Charles,,,,,1780-02-01,M,rep,PA,4,,Adams,,,,,,,,,,M000791,,,,,,407769,,,,6544,Charles Miner -Mitchell,James,Coffield,,,,,M,rep,TN,3,,Jackson,,,,,,,,,,M000815,,,,,,407790,,,,6562,James Coffield Mitchell -Mitchell,John,,,,,1781-03-08,M,rep,PA,12,,Jackson,,,,,,,,,,M000817,,,,,,407792,,,,6564,John Mitchell (Pennsylvania) -Moore,Thomas,Patrick,,,,,M,rep,KY,7,,Jackson,,,,,,,,,,M000921,,,,,,407892,,,,6655,Thomas Patrick Moore -Muhlenberg,Francis,Swaine,,,,1795-04-22,M,rep,OH,6,,Adams,,,,,,,,,,M001061,,,,,,408027,,,,6779,Francis Swaine Muhlenberg -Noble,James,,,,,1785-12-16,M,sen,IN,,1,Adams,,,,,,,,,,N000118,,,,,,408202,,,,6941,James Noble (senator) -O’Brien,Jeremiah,,,,,1778-01-21,M,rep,ME,6,,Adams,,,,,,,,,,O000013,,,,,,408264,,,,7001,Jeremiah O'Brien (Maine) -Oakley,Thomas,Jackson,,,,1783-11-10,M,rep,NY,5,,Jackson,,,,,,,,,,O000003,,,,,,408315,,,,6994,Thomas J. Oakley -Orr,Robert,,Jr.,,,1786-03-05,M,rep,PA,16,,Jackson,,,,,,,,,,O000105,,,,,,408362,,,,7088,"Robert Orr, Jr." -Owen,George,Washington,,,,1796-10-20,M,rep,AL,3,,Jackson,,,,,,,,,,O000150,,,,,,408401,,,,7130,George Washington Owen -Parris,Albion,Keith,,,,1788-01-19,M,sen,ME,,1,Jackson,,,,,,,,,,P000079,,,,,,408489,,,,7212,Albion Parris -Phelps,Elisha,,,,,1779-11-16,M,rep,CT,-1,,Adams,,,,,,,,,,P000294,,,,,,408694,,,,7399,Elisha Phelps -Plant,David,,,,,1783-03-29,M,rep,CT,-1,,Adams,,,,,,,,,,P000375,,,,,,408769,,,,7475,David Plant -Ridgely,Henry,Moore,,,,1779-08-06,M,sen,DE,,2,Jackson,,,,,,,,,,R000245,,,,,,409221,,,,7897,Henry M. Ridgely -Ruggles,Benjamin,,,,,1783-02-21,M,sen,OH,,1,Adams,,,,,,,,,,R000500,,,,,,409459,,,,8107,Benjamin Ruggles -Sawyer,Lemuel,,,,,,M,rep,NC,1,,Jackson,,,,,,,,,,S000089,,,,,,409601,,,,8237,Lemuel Sawyer -Seymour,Horatio,,,,,1778-05-31,M,sen,VT,,1,Adams,,,,,,,,,,S000268,,,,,,409769,,,,8385,Horatio Seymour (Vermont) -Sinnickson,Thomas,,,,,1786-12-13,M,rep,NJ,-1,,Adams,,,,,,,,,,S000449,,,,,,409942,,,,8545,Thomas Sinnickson (politician) -Sloane,John,,,,,,M,rep,OH,12,,Adams,,,,,,,,,,S000494,,,,,,409981,,,,8582,John Sloane -Smith,Samuel,,,,,1752-07-27,M,sen,MD,,1,Jackson,,,,,,,,,,S000609,,,,,,410085,,,,8678,Samuel Smith (Maryland) -Stevenson,James,S.,,,,,M,rep,PA,16,,Jackson,,,,,,,,,,S000892,,,,,,410353,,,,8920,James S. Stevenson -Stower,John,G.,,,,,M,rep,NY,22,,Jackson,,,,,,,,,,S000986,,,,,,412108,,,,9007,John G. Stower -Taber,Thomas,II,,,,1785-05-19,M,rep,NY,5,,Jackson,,,,,,,,,,T000003,,,,,,410593,,,,9146,Thomas Taber II -Tattnall,Edward,Fenwick,,,,,M,rep,GA,1,,Jackson,,,,,,,,,,T000051,,,,,,410639,,,,9188,Edward Fenwick Tattnall -Thompson,Hedge,,,,,1780-01-28,M,rep,NJ,-1,,Adams,,,,,,,,,,T000202,,,,,,410781,,,,9324,Hedge Thompson -Tucker,Ebenezer,,,,,1758-11-15,M,rep,NJ,-1,,Adams,,,,,,,,,,T000396,,,,,,410965,,,,9495,Ebenezer Tucker -Turner,Daniel,,,,,1796-09-21,M,rep,NC,6,,Jackson,,,,,,,,,,T000418,,,,,,410987,,,,9513,Daniel Turner (North Carolina) -Van Horne,Espy,,,,,1825-03-04,M,rep,PA,9,,Jackson,,,,,,,,,,V000044,,,,,,411088,,,,9620,Espy Van Horne -Van Rensselaer,Stephen,,,,,1764-11-01,M,rep,NY,10,,Adams,,,,,,,,,,V000056,,,,,,411098,,,,9632,Stephen Van Rensselaer -Wales,George,Edward,,,,1792-05-13,M,rep,VT,3,,Adams,,,,,,,,,,W000042,,,,,,411222,,,,9732,George Edward Wales -Weems,John,Crompton,,,,,M,rep,MD,2,,Jackson,,,,,,,,,,W000250,,,,,,411418,,,,9915,John Crompton Weems -Whipple,Thomas,,Jr.,,,,M,rep,NH,-1,,Adams,,,,,,,,,,W000345,,,,,,411507,,,,9999,Thomas Whipple Jr. -Wilson,James,,,,,1779-04-28,M,rep,PA,11,,Adams,,,,,,,,,,W000588,,,,,,411744,,,,10230,James Wilson (Pennsylvania) -Wilson,William,,,,,1773-03-19,M,rep,OH,-1,,,,,,,,,,,,W000619,,,,,,411773,,,,10258,William Wilson (Ohio politician) -Wood,John,Jacob,,,,1784-02-16,M,rep,NY,2,,Jackson,,,,,,,,,,W000697,,,,,,411849,,,,10327,John J. Wood -Wood,Silas,,,,,1769-09-14,M,rep,NY,1,,Adams,,,,,,,,,,W000703,,,,,,411855,,,,10333,Silas Wood -Woodcock,David,,,,,,M,rep,NY,25,,Adams,,,,,,,,,,W000712,,,,,,411864,,,,10342,David Woodcock -Woods,John,,,,,1794-10-18,M,rep,OH,2,,Adams,,,,,,,,,,W000724,,,,,,411877,,,,10355,John Woods (Ohio politician) -Wright,John,Crafts,,,,1783-08-17,M,rep,OH,11,,Adams,,,,,,,,,,W000764,,,,,,411913,,,,10392,John C. Wright (politician) -Young,William,Singleton,,,,1790-04-10,M,rep,KY,-1,,,,,,,,,,,,Y000057,,,,,,411989,,,,10458,William Singleton Young -Burnet,Jacob,,,,,1770-02-22,M,sen,OH,,3,Adams,,,,,,,,,,B001117,,,,,,402062,,,,1287,Jacob Burnet -Iredell,James,,,,,1788-11-02,M,sen,NC,,3,Jackson,,,,,,,,,,I000028,,,,,,405886,,,,4814,James Iredell Jr. -Prince,Oliver,Hillhouse,,,,,M,sen,GA,,2,Jackson,,,,,,,,,,P000539,,,,,,408923,,,,7625,Oliver H. Prince -Jackson,Andrew,,,,,1767-03-15,M,sen,TN,,2,Democratic Republican,,,,,,,,,,J000005,,,,,,405913,,,,4843,Andrew Jackson -Alston,Willis,,,,,,M,rep,NC,2,,Jackson,,,,,,,,,,A000167,,,,,,400822,,,,148,Willis Alston -Arnold,Benedict,,,,,1780-10-05,M,rep,NY,16,,,,,,,,,,,,A000287,,,,,,400929,,,,239,Benedict Arnold (congressman) -Bailey,John,,,,,,M,rep,MA,10,,,,,,,,,,,,B000041,,,,,,401046,,,,344,John Bailey (Massachusetts) -Barbour,Philip,Pendleton,,,,1783-05-25,M,rep,VA,11,,Jackson,,,,,,,,,,B000131,,,,,,401132,,,,424,Philip Pendleton Barbour -Bartley,Mordecai,,,,,1783-12-16,M,rep,OH,14,,,,,,,,,,,,B000210,,,,,,401208,,,,493,Mordecai Bartley -Baylor,Robert,Emmett Bledsoe,,,,1793-05-10,M,rep,AL,2,,Jackson,,,,,,,,,,B000257,,,,,,401251,,,,532,Robert Emmett Bledsoe Baylor -Beekman,Thomas,,,,,,M,rep,NY,22,,Anti-Jacksonian,,,,,,,,,,B000308,,,,,,412013,,,,578,Thomas Beekman -Bell,Samuel,,,,,1770-02-09,M,sen,NH,,2,,,,,,,,,,,B000345,,,,,,401337,,,,611,Samuel Bell -Bibb,George,Mortimer,,,,1776-10-30,M,sen,KY,,2,Jackson,,,,,,,,,,B000433,,,,,,401419,,,,685,George M. Bibb -Biddle,John,,,,,1792-03-02,M,rep,MI,-1,,,,,,,,,,,,B000441,,,,,,401427,,,,,John Biddle (Michigan politician) -Borst,Peter,I.,,,,1797-04-24,M,rep,NY,12,,Jackson,,,,,,,,,,B000645,,,,,,401609,,,,867,Peter I. Borst -Brown,Elias,,,,,1793-05-09,M,rep,MD,5,,Jackson,,,,,,,,,,B000912,,,,,,401868,,,,1105,Elias Brown -Butman,Samuel,,,,,,M,rep,ME,7,,,,,,,,,,,,B001198,,,,,,402140,,,,1358,Samuel Butman -Clark,James,,,,,1779-01-16,M,rep,KY,3,,Republican,,,,,,,,,,C000436,,,,,,402574,,,,1768,James Clark (Kentucky) -Coleman,Nicholas,Daniel,,,,1800-04-22,M,rep,KY,2,,Jackson,,,,,,,,,,C000620,,,,,,402749,,,,1933,Nicholas D. Coleman -Cowles,Henry,Booth,,,,1798-03-18,M,rep,NY,4,,,,,,,,,,,,C000828,,,,,,402946,,,,2109,Henry B. Cowles -Craig,Hector,,,,,,M,rep,NY,6,,Jackson,,,,,,,,,,C000856,,,,,,402972,,,,2133,Hector Craig -Crocheron,Jacob,,,,,1774-08-23,M,rep,NY,2,,Jackson,,,,,,,,,,C000915,,,,,,403027,,,,2184,Jacob Crocheron -Crowninshield,Benjamin,Williams,,,,1772-12-27,M,rep,MA,2,,,,,,,,,,,,C000946,,,,,,403058,,,,2213,Benjamin Williams Crowninshield -De Witt,Charles,Gerrit,,,,1789-11-07,M,rep,NY,7,,Jackson,,,,,,,,,,D000284,,,,,,403326,,,,2545,Charles G. DeWitt -Desha,Robert,,,,,1791-01-14,M,rep,TN,5,,Jackson,,,,,,,,,,D000272,,,,,,403407,,,,2528,Robert Desha -Dickerson,Mahlon,,,,,1770-04-17,M,sen,NJ,,1,Jackson,,,,,,,,,,D000308,,,,,,403429,,,,2561,Mahlon Dickerson -Dickinson,John,Dean,,,,1767-06-28,M,rep,NY,9,,,,,,,,,,,,D000322,,,,,,403442,,,,2574,John Dean Dickinson -Dorsey,Clement,,,,,,M,rep,MD,1,,,,,,,,,,,,D000437,,,,,,403547,,,,2674,Clement Dorsey -Dudley,Charles,Edward,,,,1780-05-23,M,sen,NY,,1,Jackson,,,,,,,,,,D000511,,,,,,403621,,,,2740,Charles E. Dudley -Dudley,Edward,Bishop,,,,1789-12-15,M,rep,NC,5,,Jackson,,,,,,,,,,D000512,,,,,,403622,,,,2741,Edward Bishop Dudley -Dwight,Henry,Williams,,,,1788-02-26,M,rep,MA,9,,,,,,,,,,,,D000579,,,,,,403682,,,,2797,Henry W. Dwight -Eager,Samuel,Watkins,,,,1789-04-08,M,rep,NY,6,,,,,,,,,,,,E000002,,,,,,403698,,,,2809,Samuel W. Eager -Earll,Jonas,,Jr.,,,,M,rep,NY,23,,Jackson,,,,,,,,,,E000011,,,,,,403707,,,,2817,Jonas Earll Jr. -Finch,Isaac,,,,,1783-10-13,M,rep,NY,19,,,,,,,,,,,,F000117,,,,,,404073,,,,3141,Isaac Finch -Fisher,George,,,,,1788-03-17,M,rep,NY,20,,,,,,,,,,,,F000146,,,,,,404101,,,,3166,George Fisher (New York) -Forward,Chauncey,,,,,1793-02-04,M,rep,PA,13,,Jackson,,,,,,,,,,F000290,,,,,,404240,,,,3292,Chauncey Forward -Frelinghuysen,Theodore,,,,,1787-03-28,M,sen,NJ,,2,Anti-Jacksonian,,,,,,,,,,F000373,,,,,,404318,,,,3365,Theodore Frelinghuysen -Fry,Joseph,,Jr.,,,1781-08-04,M,rep,PA,7,,Jackson,,,,,,,,,,F000397,,,,,,404339,,,,3384,"Joseph Fry, Jr." -Goodenow,John,Milton,,,,,M,rep,OH,11,,Jackson,,,,,,,,,,G000283,,,,,,404644,,,,3671,John M. Goodenow -Green,Innis,,,,,1776-02-26,M,rep,PA,6,,Jackson,,,,,,,,,,G000412,,,,,,404760,,,,3778,Innis Green -Gurley,Henry,Hosford,,,,1788-05-20,M,rep,LA,2,,,,,,,,,,,,G000529,,,,,,404874,,,,3880,Henry Hosford Gurley -Halsey,Jehiel,Howell,,,,1788-10-07,M,rep,NY,26,,Jackson,,,,,,,,,,H000088,,,,,,404970,,,,3970,Jehiel H. Halsey -Harvey,Jonathan,,,,,1780-02-25,M,rep,NH,-1,,Jackson,,,,,,,,,,H000308,,,,,,405181,,,,4163,Jonathan Harvey (congressman) -Hawkins,Joseph,,,,,1781-11-14,M,rep,NY,20,,Adams Democrat,,,,,,,,,,H000371,,,,,,405240,,,,4215,Joseph Hawkins (New York) -Hayne,Robert,Young,,,,1791-11-10,M,sen,SC,,2,Nullifier,,,,,,,,,,H000398,,,,,,405265,,,,4237,Robert Y. Hayne -Hemphill,Joseph,,,,,1770-01-07,M,rep,PA,2,,Jackson,,,,,,,,,,H000470,,,,,,405333,,,,4298,Joseph Hemphill -Hinds,Thomas,,,,,1780-01-09,M,rep,MS,1,,Jackson,,,,,,,,,,H000632,,,,,,405489,,,,4444,Thomas Hinds -Holmes,Gabriel,,,,,,M,rep,NC,-1,,,,,,,,,,,,H000737,,,,,,405588,,,,4534,Gabriel Holmes -Holmes,John,,,,,1773-03-14,M,sen,ME,,1,Adams,,,,,,,,,,H000739,,,,,,405590,,,,4536,John Holmes (Maine politician) -Ingham,Samuel,Delucenna,,,,1779-09-16,M,rep,PA,-1,,Jackson,,,,,,,,,,I000022,,,,,,405884,,,,4811,Samuel D. Ingham -Irwin,Thomas,,,,,1785-02-22,M,rep,PA,14,,Jackson,,,,,,,,,,I000043,,,,,,405900,,,,4828,Thomas Irwin -Jennings,Jonathan,,,,,,M,rep,IN,2,,,,,,,,,,,,J000097,,,,,,405999,,,,4926,Jonathan Jennings -Johns,Kensey,,Jr.,,,1791-12-10,M,rep,DE,0,,,,,,,,,,,,J000112,,,,,,406013,,,,4937,Kensey Johns Jr. -Kincaid,John,,,,,1791-02-15,M,rep,KY,7,,Jackson,,,,,,,,,,K000186,,,,,,406348,,,,5248,John Kincaid -King,Perkins,,,,,1784-01-12,M,rep,NY,11,,Jackson,,,,,,,,,,K000209,,,,,,406370,,,,5268,Perkins King -Lea,Pryor,,,,,1794-08-31,M,rep,TN,2,,Jackson,,,,,,,,,,L000166,,,,,,406670,,,,5534,Pryor Lea -Leiper,George,Gray,,,,1786-02-03,M,rep,PA,4,,Jackson,,,,,,,,,,L000234,,,,,,406737,,,,5599,George Gray Leiper -Livingston,Edward,,,,,1764-05-28,M,sen,LA,,2,Jackson,,,,,,,,,,L000366,,,,,,406858,,,,5715,Edward Livingston -Magee,John,,,,,1794-09-03,M,rep,NY,28,,Jackson,,,,,,,,,,M000047,,,,,,407075,,,,5907,John Magee (congressman) -Marr,Alem,,,,,1787-06-18,M,rep,PA,9,,Jackson,,,,,,,,,,M000141,,,,,,407164,,,,5989,Alem Marr -Martin,William,Dickinson,,,,1789-10-20,M,rep,SC,4,,Jackson,,,,,,,,,,M000202,,,,,,407222,,,,6042,William D. Martin -Maxwell,Thomas,,,,,1792-02-16,M,rep,NY,25,,Jackson,,,,,,,,,,M000271,,,,,,407289,,,,6099,Thomas Maxwell -McCreery,William,,,,,1786-05-17,M,rep,PA,15,,Jackson,,,,,,,,,,M000386,,,,,,407389,,,,6199,William McCreery (Pennsylvania) -McLean,John,,,,,1791-02-04,M,sen,IL,,2,Jackson,,,,,,,,,,M000550,,,,,,407542,,,,6338,John McLean (Illinois politician) -Miller,Daniel,H.,,,,,M,rep,PA,3,,Jackson,,,,,,,,,,M000722,,,,,,412077,,,,6479,Daniel H. Miller -Monell,Robert,,,,,,M,rep,NY,21,,Jackson,,,,,,,,,,M000853,,,,,,407826,,,,6591,Robert Monell -Norton,Ebenezer,Foote,,,,1774-11-07,M,rep,NY,30,,Jackson,,,,,,,,,,N000146,,,,,,408229,,,,6966,Ebenezer F. Norton -Overton,Walter,Hampden,,,,,M,rep,LA,3,,Jackson,,,,,,,,,,O000147,,,,,,408398,,,,7127,Walter Hampden Overton -Pettis,Spencer,Darwin,,,,,M,rep,MO,1,,Jackson,,,,,,,,,,P000275,,,,,,408675,,,,7381,Spencer Darwin Pettis -Pierson,Isaac,,,,,1770-08-15,M,rep,NJ,-1,,,,,,,,,,,,P000341,,,,,,408738,,,,7443,Isaac Pierson -Powers,Gershom,,,,,1789-07-11,M,rep,NY,24,,Jackson,,,,,,,,,,P000489,,,,,,408874,,,,7579,Gershom Powers -Reed,Thomas,Buck,,,,1787-05-07,M,sen,MS,,2,,,,,,,,,,,R000129,,,,,,409108,,,,7796,Thomas Buck Reed -Richardson,Joseph,,,,,1778-02-01,M,rep,MA,11,,,,,,,,,,,,R000226,,,,,,409202,,,,7881,Joseph Richardson (U.S. politician) -Ripley,James,Wheelock,,,,1786-03-12,M,rep,ME,5,,Jackson,,,,,,,,,,R000266,,,,,,409241,,,,7913,James W. Ripley -Rose,Robert,Selden,,,,1774-02-24,M,rep,NY,26,,Anti Masonic,,,,,,,,,,R000439,,,,,,409403,,,,8062,Robert S. Rose -Sanford,Jonah,,,,,1790-11-30,M,rep,NY,20,,Jackson,,,,,,,,,,S000050,,,,,,409566,,,,8210,Jonah Sanford -Scott,John,,,,,1784-12-25,M,rep,PA,12,,Jackson,,,,,,,,,,S000175,,,,,,409682,,,,8303,John Scott (representative) -Shields,James,,,,,1762-04-13,M,rep,OH,2,,Jackson,,,,,,,,,,S000361,,,,,,409857,,,,8469,"James Shields (politician, born 1762)" -Sill,Thomas,Hale,,,,1783-10-11,M,rep,PA,18,,,,,,,,,,,,S000410,,,,,,409904,,,,8509,Thomas Hale Sill -Silsbee,Nathaniel,,,,,1773-01-14,M,sen,MA,,2,Adams,,,,,,,,,,S000411,,,,,,409905,,,,8510,Nathaniel Silsbee -Smyth,Alexander,,,,,,M,rep,VA,22,,Jackson,,,,,,,,,,S000646,,,,,,410120,,,,8715,Alexander Smyth -Spencer,Ambrose,,,,,1765-12-13,M,rep,NY,10,,,,,,,,,,,,S000721,,,,,,410190,,,,8781,Ambrose Spencer -Spencer,Richard,,,,,1796-10-29,M,rep,MD,7,,Jackson,,,,,,,,,,S000729,,,,,,410198,,,,8789,Richard Spencer (Maryland) -Sprague,Peleg,,,,,1793-04-27,M,sen,ME,,2,Anti-Jacksonian,,,,,,,,,,S000744,,,,,,410213,,,,8803,Peleg Sprague (Maine politician) -Sprigg,Michael,Cresap,,,,1791-07-01,M,rep,MD,4,,Jackson,,,,,,,,,,S000751,,,,,,410219,,,,8809,Michael Sprigg -Sterigere,John,Benton,,,,1793-07-31,M,rep,PA,5,,Jackson,,,,,,,,,,S000867,,,,,,410329,,,,8897,John Benton Sterigere -Storrs,Henry,Randolph,,,,1787-09-03,M,rep,NY,14,,Federalist,,,,,,,,,,S000976,,,,,,410435,,,,8997,Henry R. Storrs -Strong,James,,,,,,M,rep,NY,8,,,,,,,,,,,,S001010,,,,,,410467,,,,9029,James Strong (U.S. politician) -Swan,Samuel,,,,,,M,rep,NJ,-1,,,,,,,,,,,,S001088,,,,,,410541,,,,9101,Samuel Swan -Tazewell,Littleton,Waller,,,,1774-12-17,M,sen,VA,,2,Jackson,,,,,,,,,,T000108,,,,,,410690,,,,9239,Littleton Waller Tazewell -Test,John,,,,,1771-11-12,M,rep,IN,3,,,,,,,,,,,,T000138,,,,,,410720,,,,9266,John Test -Trezvant,James,,,,,,M,rep,VA,2,,Jackson,,,,,,,,,,T000365,,,,,,412112,,,,9466,James Trezvant -Troup,George,Michael,,,,1780-09-08,M,sen,GA,,2,Jackson,,,,,,,,,,T000382,,,,,,410951,,,,9482,George Troup -Tucker,Starling,,,,,,M,rep,SC,9,,Jackson,,,,,,,,,,T000402,,,,,,410971,,,,9500,Starling Tucker -Varnum,John,,,,,1778-06-25,M,rep,MA,3,,,,,,,,,,,,V000073,,,,,,411131,,,,9649,John Varnum -Wilson,Ephraim,King,,,,1771-09-15,M,rep,MD,8,,Jackson,,,,,,,,,,W000576,,,,,,411731,,,,10216,Ephraim King Wilson -Wingate,Joseph,Ferdinand,,,,1786-06-29,M,rep,ME,3,,,,,,,,,,,,W000632,,,,,,411786,,,,10271,Joseph F. Wingate -Wolf,George,,,,,1777-08-12,M,rep,PA,8,,Jackson,,,,,,,,,,W000673,,,,,,411825,,,,10306,George Wolf -Yancey,Joel,,,,,1773-10-21,M,rep,KY,10,,Jackson,,,,,,,,,,Y000002,,,,,,411936,,,,10410,Joel Yancey -Adams,Robert,Huntington,,,,,M,sen,MS,,2,Jackson,,,,,,,,,,A000043,,,,,,400704,,,,37,Robert H. Adams -Baker,David,Jewett,,,,1792-09-07,M,sen,IL,,2,Jackson,,,,,,,,,,B000058,,,,,,401063,,,,360,David J. Baker -Poindexter,George,,,,,,M,sen,MS,,2,Jackson,,,,,,,,,,P000402,,,,,,408795,,,,7501,George Poindexter -Adair,John,,,,,1757-01-09,M,rep,KY,7,,Jackson,,,,,,,,,,A000026,,,,,,400687,,,,20,John Adair -Alexander,Mark,,,,,1792-02-07,M,rep,VA,4,,Jackson,,,,,,,,,,A000099,,,,,,400757,,,,87,Mark Alexander (politician) -Allen,Robert,,,,,1794-07-30,M,rep,VA,17,,Jackson,,,,,,,,,,A000143,,,,,,400799,,,,125,Robert Allen (Virginia) -Allison,Robert,,,,,1777-03-10,M,rep,PA,12,,Anti Masonic,,,,,,,,,,A000159,,,,,,400814,,,,140,Robert Allison (Pennsylvania) -Anderson,John,,,,,1792-07-30,M,rep,ME,2,,Jackson,,,,,,,,,,A000193,,,,,,400848,,,,171,John Anderson (Maine politician) -Angel,William,G.,,,,1790-07-17,M,rep,NY,13,,Jackson,,,,,,,,,,A000256,,,,,,400892,,,,206,William G. Angel -Armstrong,William,,,,,1782-12-23,M,rep,VA,16,,,,,,,,,,,,A000284,,,,,,400925,,,,236,William Armstrong (Virginia) -Babcock,William,,,,,,M,rep,NY,26,,Anti Masonic,,,,,,,,,,B000006,,,,,,401012,,,,316,William Babcock (politician) -Barbour,John,Strode,,,,1790-08-08,M,rep,VA,15,,Jackson,,,,,,,,,,B000128,,,,,,401129,,,,421,John S. Barbour -Barstow,Gamaliel,Henry,,,,1784-07-20,M,rep,NY,25,,Anti Masonic,,,,,,,,,,B000194,,,,,,401193,,,,480,Gamaliel H. Barstow -Bates,James,,,,,1789-09-24,M,rep,ME,7,,Jackson,,,,,,,,,,B000234,,,,,,401229,,,,514,James Bates (Maine) -Bergen,John,Teunis,,,,,M,rep,NY,2,,Jackson,,,,,,,,,,B000405,,,,,,401393,,,,663,John T. Bergen -Bethune,Lauchlin,,,,,1785-04-15,M,rep,NC,7,,Jackson,,,,,,,,,,B000423,,,,,,401409,,,,677,Lauchlin Bethune -Bouck,Joseph,,,,,1788-07-22,M,rep,NY,12,,Jackson,,,,,,,,,,B000659,,,,,,401621,,,,876,Joseph Bouck -Branch,John,,,,,1782-11-04,M,rep,NC,2,,Jackson,,,,,,,,,,B000763,,,,,,401722,,,,972,John Branch -Brodhead,John,,,,,1770-10-05,M,rep,NH,-1,,Jackson,,,,,,,,,,B000858,,,,,,401815,,,,1058,John Brodhead (New Hampshire politician) -Bucher,John,Conrad,,,,1792-12-28,M,rep,PA,6,,Jackson,,,,,,,,,,B001010,,,,,,401960,,,,1191,John Conrad Bucher -Buckner,Alexander,,,,,,M,sen,MO,,3,Jackson,,,,,,,,,,B001030,,,,,,401980,,,,1210,Alexander Buckner -Cahoon,William,,,,,1774-01-12,M,rep,VT,5,,Anti Masonic,,,,,,,,,,C000020,,,,,,402181,,,,1394,William Cahoon -Carson,Samuel,Price,,,,1798-01-22,M,rep,NC,12,,Jackson,,,,,,,,,,C000193,,,,,,402339,,,,1543,Samuel Price Carson -Chambers,Ezekiel,Forman,,,,1788-02-28,M,sen,MD,,3,Adams,,,,,,,,,,C000282,,,,,,402425,,,,1627,Ezekiel F. Chambers -Chandler,Thomas,,,,,1772-08-10,M,rep,NH,-1,,Jackson,,,,,,,,,,C000294,,,,,,402436,,,,1637,Thomas Chandler (New Hampshire politician) -Coke,Richard,,Jr.,,,1790-11-16,M,rep,VA,8,,Jackson,,,,,,,,,,C000602,,,,,,402731,,,,1916,"Richard Coke, Jr." -Collier,John,Allen,,,,1787-11-13,M,rep,NY,21,,Anti Masonic,,,,,,,,,,C000631,,,,,,402760,,,,1943,John A. Collier -Condict,Lewis,,,,,1772-03-03,M,rep,NJ,-1,,Republican,,,,,,,,,,C000668,,,,,,402795,,,,1972,Lewis Condict -Condit,Silas,,,,,1778-08-18,M,rep,NJ,-1,,Anti Jacksonian,,,,,,,,,,C000672,,,,,,402798,,,,1975,Silas Condit -Cooke,Bates,,,,,1787-12-23,M,rep,NY,30,,Anti Masonic,,,,,,,,,,C000729,,,,,,402851,,,,2027,Bates Cooke -Cooke,Eleutheros,,,,,1787-12-25,M,rep,OH,14,,Anti Jacksonian,,,,,,,,,,C000732,,,,,,402854,,,,2030,Eleutheros Cooke -Cooper,Richard,Matlack,,,,1768-02-29,M,rep,NJ,-1,,,,,,,,,,,,C000760,,,,,,402880,,,,2054,Richard M. Cooper -Crawford,Thomas,Hartley,,,,1786-11-14,M,rep,PA,11,,Jackson,,,,,,,,,,C000893,,,,,,403005,,,,2163,Thomas Hartley Crawford -Creighton,William,,Jr.,,,1778-10-29,M,rep,OH,6,,Republican,,,,,,,,,,C000902,,,,,,403014,,,,2172,William Creighton Jr. -Dallas,George,Mifflin,,,,1792-07-10,M,sen,PA,,1,Jackson,,,,,,,,,,D000011,,,,,,403154,,,,2305,George M. Dallas -Daniel,Henry,,,,,1786-03-15,M,rep,KY,1,,Jackson,,,,,,,,,,D000033,,,,,,403173,,,,2323,Henry Daniel -Dayan,Charles,,,,,1792-07-08,M,rep,NY,20,,Jackson,,,,,,,,,,D000162,,,,,,403294,,,,2437,Charles Dayan -Dearborn,Henry,Alexander Scammell,,,,1783-03-03,M,rep,MA,10,,Anti Jacksonian,,,,,,,,,,D000179,,,,,,403341,,,,2452,Henry Alexander Scammell Dearborn -Dewart,Lewis,,,,,1780-11-14,M,rep,PA,9,,Jackson,,,,,,,,,,D000289,,,,,,403414,,,,2537,Lewis Dewart -Doddridge,Philip,,,,,1773-05-17,M,rep,VA,18,,,,,,,,,,,,D000391,,,,,,403506,,,,2637,Philip Doddridge (Virginia) -Draper,Joseph,,,,,1794-12-25,M,rep,VA,22,,Jackson,,,,,,,,,,D000487,,,,,,403595,,,,2718,Joseph Draper -Drayton,William,,,,,1776-12-30,M,rep,SC,1,,Jackson,,,,,,,,,,D000490,,,,,,403598,,,,2721,William Drayton -Evans,Joshua,,Jr.,,,1777-01-20,M,rep,PA,4,,Jackson,,,,,,,,,,E000248,,,,,,403931,,,,3014,Joshua Evans Jr. -Findlay,James,,,,,1770-10-12,M,rep,OH,1,,Jackson,,,,,,,,,,F000119,,,,,,404075,,,,3143,James Findlay (Cincinnati mayor) -Fitzgerald,William,,,,,1799-08-06,M,rep,TN,9,,Jackson,,,,,,,,,,F000168,,,,,,404123,,,,3186,William Fitzgerald (Tennessee politician) -Ford,James,,,,,1783-05-04,M,rep,PA,9,,Jackson,,,,,,,,,,F000263,,,,,,404214,,,,3269,James Ford (Pennsylvania) -Forsyth,John,,,,,1780-10-22,M,sen,GA,,3,Jackson,,,,,,,,,,F000284,,,,,,404234,,,,3287,John Forsyth (Georgia) -Gaither,Nathan,,,,,1788-09-15,M,rep,KY,8,,Jackson,,,,,,,,,,G000010,,,,,,404387,,,,3428,Nathan Gaither -Gilmore,John,,,,,1780-02-18,M,rep,PA,16,,Jackson,,,,,,,,,,G000222,,,,,,404584,,,,3617,John Gilmore (representative) -Hall,William,,,,,1775-02-11,M,rep,TN,5,,Jackson,,,,,,,,,,H000078,,,,,,404961,,,,3960,William Hall (governor) -Hammons,Joseph,,,,,1787-03-03,M,rep,NH,-1,,Jackson,,,,,,,,,,H000137,,,,,,405019,,,,4016,Joseph Hammons -Hanna,Robert,,,,,1786-04-06,M,sen,IN,,1,Anti-Jacksonian,,,,,,,,,,H000165,,,,,,405047,,,,4040,Robert Hanna -Hendricks,William,,,,,1782-11-12,M,sen,IN,,3,Adams,,,,,,,,,,H000494,,,,,,405357,,,,4320,William Hendricks -Hill,Isaac,,,,,1789-04-06,M,sen,NH,,3,Jackson,,,,,,,,,,H000593,,,,,,405455,,,,4411,Isaac Hill -Hodges,James,Leonard,,,,1790-04-24,M,rep,MA,12,,,,,,,,,,,,H000674,,,,,,405528,,,,4480,James L. Hodges -Hoffman,Michael,,,,,1787-10-11,M,rep,NY,15,,Jackson,,,,,,,,,,H000688,,,,,,405541,,,,4492,Michael Hoffman (congressman) -Hogan,William,,,,,1792-07-17,M,rep,NY,19,,Jackson,,,,,,,,,,H000694,,,,,,405547,,,,4497,William Hogan (New York politician) -Holland,Cornelius,,,,,1783-07-09,M,rep,ME,5,,Jackson,,,,,,,,,,H000715,,,,,,405567,,,,4516,Cornelius Holland (politician) -Horn,Henry,,,,,,M,rep,PA,2,,Jackson,,,,,,,,,,H000787,,,,,,405637,,,,4580,Henry Horn -Hughes,Thomas,Hurst,,,,1769-01-10,M,rep,NJ,-1,,,,,,,,,,,,H000928,,,,,,405773,,,,4706,Thomas H. Hughes -Hunt,Jonathan,,,,,1787-08-12,M,rep,VT,1,,,,,,,,,,,,H000974,,,,,,405818,,,,4746,Jonathan Hunt (Vermont congressman) -Ihrie,Peter,,Jr.,,,1796-02-03,M,rep,PA,8,,Jackson,,,,,,,,,,I000006,,,,,,405868,,,,4795,"Peter Ihrie, Jr." -Ingersoll,Ralph,Isaacs,,,,1789-02-08,M,rep,CT,-1,,,,,,,,,,,,I000020,,,,,,405882,,,,4809,Ralph Isaacs Ingersoll -Irvin,William,W.,,,,1779-04-05,M,rep,OH,9,,Jackson,,,,,,,,,,I000034,,,,,,412158,,,,4819,William W. Irvin -Isacks,Jacob,C.,,,,,M,rep,TN,4,,Jackson,,,,,,,,,,I000045,,,,,,412056,,,,4830,Jacob C. Isacks -Jewett,Freeborn,Garrettson,,,,1791-08-04,M,rep,NY,23,,Jackson,,,,,,,,,,J000104,,,,,,406006,,,,4931,Freeborn G. Jewett -Johnston,Charles,Clement,,,,1795-04-30,M,rep,VA,22,,Jackson,,,,,,,,,,J000185,,,,,,406080,,,,5001,Charles Clement Johnston -Johnston,Josiah,Stoddard,,,,1784-11-24,M,sen,LA,,3,,,,,,,,,,,J000194,,,,,,406089,,,,5008,Josiah S. Johnston -Kane,Elias,Kent,,,,1794-06-07,M,sen,IL,,3,Jackson,,,,,,,,,,K000006,,,,,,406180,,,,5093,Elias Kane -Kendall,Joseph,Gowing,,,,1788-10-27,M,rep,MA,6,,,,,,,,,,,,K000094,,,,,,406262,,,,5168,Joseph G. Kendall -King,Adam,,,,,1783-01-20,M,rep,PA,10,,Jackson,,,,,,,,,,K000192,,,,,,406353,,,,5252,Adam King (congressman) -King,John,,,,,,M,rep,NY,8,,Jackson,,,,,,,,,,K000204,,,,,,406365,,,,5263,John King (New York congressman) -Lamar,Henry,Graybill,,,,1798-07-10,M,rep,GA,-1,,Jackson,,,,,,,,,,L000027,,,,,,406537,,,,5413,Henry Graybill Lamar -Lecompte,Joseph,,,,,1797-12-15,M,rep,KY,6,,Jackson,,,,,,,,,,L000186,,,,,,406689,,,,5551,Joseph Lecompte -Lent,James,,,,,,M,rep,NY,1,,Jackson,,,,,,,,,,L000242,,,,,,406745,,,,5608,James Lent -Mallary,Rollin,Carolas,,,,1784-05-27,M,rep,VT,2,,,,,,,,,,,,M000079,,,,,,407107,,,,5937,Rollin Carolas Mallary -Marcy,William,Learned,,,,1786-12-12,M,sen,NY,,3,Jackson,,,,,,,,,,M000127,,,,,,407151,,,,5979,William L. Marcy -Maxwell,Lewis,,,,,1790-04-17,M,rep,VA,21,,Anti Jacksonian,,,,,,,,,,M000269,,,,,,407287,,,,6097,Lewis Maxwell -McCoy,Robert,,,,,,M,rep,PA,11,,Jackson,,,,,,,,,,M000375,,,,,,412072,,,,6187,Robert McCoy -McCoy,William,,,,,,M,rep,VA,19,,Jackson,,,,,,,,,,M000377,,,,,,412073,,,,6189,William McCoy (congressman) -Miller,Stephen,Decatur,,,,1787-05-08,M,sen,SC,,3,Nullifier,,,,,,,,,,M000755,,,,,,407733,,,,6509,Stephen Decatur Miller -Mitchell,George,Edward,,,,1781-03-03,M,rep,MD,6,,Jackson,,,,,,,,,,M000810,,,,,,407785,,,,6558,George Edward Mitchell -Mitchell,Thomas,Rothmaler,,,,,M,rep,SC,3,,Jackson,,,,,,,,,,M000829,,,,,,407804,,,,6575,Thomas R. Mitchell -Moore,Gabriel,,,,,,M,sen,AL,,3,Jackson,,,,,,,,,,M000898,,,,,,407870,,,,6632,Gabriel Moore -Nelson,Jeremiah,,,,,1769-09-14,M,rep,MA,3,,Anti Jacksonian,,,,,,,,,,N000036,,,,,,408126,,,,6866,Jeremiah Nelson -Newnan,Daniel,,,,,,M,rep,GA,-1,,Jackson,,,,,,,,,,N000071,,,,,,412170,,,,6899,Daniel Newnan -Newton,Thomas,,Jr.,,,1768-11-21,M,rep,VA,1,,Republican,,,,,,,,,,N000078,,,,,,408165,,,,6905,Thomas Newton Jr. -Nuckolls,William,Thompson,,,,1801-02-23,M,rep,SC,7,,Jackson,,,,,,,,,,N000167,,,,,,408248,,,,6984,William T. Nuckolls -Pendleton,Edmund,Henry,,,,,M,rep,NY,5,,Anti Jacksonian,,,,,,,,,,P000201,,,,,,408604,,,,7317,Edmund H. Pendleton -Pitcher,Nathaniel,,,,,1777-11-30,M,rep,NY,18,,Jackson,,,,,,,,,,P000367,,,,,,408763,,,,7468,Nathaniel Pitcher -Potter,Robert,,,,,,M,rep,NC,-1,,Jacksonian,,,,,,,,,,P000467,,,,,,412174,,,,7558,Robert Potter (U.S. politician) -Ramsey,William,,,,,1779-09-07,M,rep,PA,-1,,Jacksonian,,,,,,,,,,R000029,,,,,,409011,,,,7706,William Ramsey (Pennsylvania) -Randolph,James,Fitz,,,,1791-06-26,M,rep,NJ,-1,,,,,,,,,,,,R000044,,,,,,409025,,,,7720,James F. Randolph -Reed,Edward,Cambridge,,,,1793-03-08,M,rep,NY,22,,Jackson,,,,,,,,,,R000115,,,,,,409095,,,,7783,Edward C. Reed -Roane,John,Jones,,,,1794-10-31,M,rep,VA,12,,Jackson,,,,,,,,,,R000292,,,,,,409265,,,,7936,John J. Roane -Root,Erastus,,,,,1773-03-16,M,rep,NY,11,,Jackson,,,,,,,,,,R000431,,,,,,409396,,,,8056,Erastus Root -Semmes,Benedict,Joseph,,,,1789-11-01,M,rep,MD,2,,,,,,,,,,,,S000238,,,,,,409742,,,,8359,Benedict Joseph Semmes -Smith,Samuel,A.,,,,,M,rep,PA,8,,Jackson,,,,,,,,,,S000611,,,,,,410087,,,,8681,Samuel A. Smith -Soule,Nathan,,,,,,M,rep,NY,16,,Jackson,,,,,,,,,,S000681,,,,,,412105,,,,8744,Nathan Soule -Southard,Isaac,,,,,1783-08-30,M,rep,NJ,-1,,Anti Jacksonian,,,,,,,,,,S000686,,,,,,410157,,,,8749,Isaac Southard -Stanbery,William,,,,,1788-08-10,M,rep,OH,8,,Anti Jacksonian,,,,,,,,,,S000788,,,,,,410254,,,,8831,William Stanbery -Stephens,Philander,,,,,,M,rep,PA,9,,Jackson,,,,,,,,,,S000859,,,,,,410322,,,,8890,Philander Stephens -Taylor,John,W.,,,,1784-03-26,M,rep,NY,17,,Republican,,,,,,,,,,T000091,,,,,,410674,,,,9222,John W. Taylor (politician) -Thompson,Wiley,,,,,1781-09-23,M,rep,GA,-1,,Jackson,,,,,,,,,,T000222,,,,,,410801,,,,9343,Wiley Thompson -Tomlinson,Gideon,,,,,1780-12-31,M,sen,CT,,3,Anti-Jacksonian,,,,,,,,,,T000300,,,,,,410873,,,,9411,Gideon Tomlinson -Tracy,Phineas,Lyman,,,,1786-12-25,M,rep,NY,29,,Anti Masonic,,,,,,,,,,T000346,,,,,,410917,,,,9450,Phineas L. Tracy -Verplanck,Gulian,Crommelin,,,,1786-08-06,M,rep,NY,3,,Jackson,,,,,,,,,,V000089,,,,,,411144,,,,9663,Gulian C. Verplanck -Waggaman,George,Augustus,,,,,M,sen,LA,,2,Anti-Jacksonian,,,,,,,,,,W000017,,,,,,411196,,,,9710,George A. Waggaman -Weeks,John,Wingate,,,,1781-03-31,M,rep,NH,-1,,Jackson,,,,,,,,,,W000245,,,,,,411413,,,,9910,John W. Weeks (New Hampshire politician) -Wheeler,Grattan,Henry,,,,1783-08-25,M,rep,NY,28,,Anti Masonic,,,,,,,,,,W000334,,,,,,411496,,,,9988,Grattan H. Wheeler -Wilkin,Samuel,Jones,,,,1793-12-17,M,rep,NY,6,,Anti Jacksonian,,,,,,,,,,W000473,,,,,,411630,,,,10118,Samuel J. Wilkin -Wing,Austin,Eli,,,,1792-02-03,M,rep,MI,-1,,,,,,,,,,,,W000631,,,,,,411785,,,,,Austin Eli Wing -Tipton,John,,,,,1786-08-14,M,sen,IN,,1,Democrat,,,,,,,,,,T000284,,,,,,410857,,,,9396,John Tipton -Black,John,,,,,,M,sen,MS,,1,Whig,,,,,,,,,,B000503,,,,,,412016,,,,747,John Black (U.S. Senator) -Adams,John,,,,,1778-08-26,M,rep,NY,8,,Jackson,,,,,,,,,,A000038,,,,,,400700,,,,32,John Adams (New York) -Allen,John,James,,,,1797-09-25,M,rep,VA,20,,Anti Jacksonian,,,,,,,,,,A000132,,,,,,400788,,,,115,John J. Allen (judge) -Barber,Noyes,,,,,1781-04-28,M,rep,CT,-1,,,,,,,,,,,,B000125,,,,,,401126,,,,418,Noyes Barber -Barnitz,Charles,Augustus,,,,1780-09-11,M,rep,PA,11,,Anti Masonic,,,,,,,,,,B000165,,,,,,401167,,,,454,Charles Augustus Barnitz -Barringer,Daniel,Laurens,,,,1788-10-01,M,rep,NC,8,,,,,,,,,,,,B000181,,,,,,401180,,,,467,Daniel Laurens Barringer -Baylies,William,,,,,1776-09-15,M,rep,MA,10,,Anti Jacksonian,,,,,,,,,,B000256,,,,,,401250,,,,531,William Baylies -Beaty,Martin,,,,,1784-10-08,M,rep,KY,4,,Anti Jackson,,,,,,,,,,B000285,,,,,,401279,,,,557,Martin Beaty -Bell,James,Martin,,,,1796-10-16,M,rep,OH,11,,Anti Jacksonian,,,,,,,,,,B000338,,,,,,401330,,,,604,James Martin Bell -Binney,Horace,,,,,1780-01-04,M,rep,PA,2,,Anti Jacksonian,,,,,,,,,,B000475,,,,,,401456,,,,720,Horace Binney -Blair,James,,,,,,M,rep,SC,8,,Jackson,,,,,,,,,,B000526,,,,,,412135,,,,767,James Blair (South Carolina) -Blair,John,,,,,1790-09-13,M,rep,TN,1,,Jackson,,,,,,,,,,B000528,,,,,,401503,,,,769,John Blair (Tennessee) -Bodle,Charles,,,,,,M,rep,NY,7,,Jackson,,,,,,,,,,B000585,,,,,,401555,,,,818,Charles Bodle -Bouldin,Thomas,Tyler,,,,,M,rep,VA,5,,Jackson,,,,,,,,,,B000663,,,,,,401625,,,,880,Thomas Bouldin -Bull,John,,,,,,M,rep,MO,-1,,,,,,,,,,,,B001046,,,,,,401996,,,,1226,John Bull (congressman) -Burd,George,,,,,,M,rep,PA,18,,,,,,,,,,,,B001073,,,,,,402019,,,,1249,George Burd -Burges,Tristam,,,,,1770-02-26,M,rep,RI,-1,,Anti Jacksonian,,,,,,,,,,B001082,,,,,,402028,,,,1256,Tristam Burges -Cage,Harry,,,,,,M,rep,MS,-1,,Jackson,,,,,,,,,,C000018,,,,,,412022,,,,1392,Harry Cage -Carmichael,Richard,Bennett,,,,1807-12-25,M,rep,MD,2,,Jackson,,,,,,,,,,C000160,,,,,,402309,,,,1515,Richard Bennett Carmichael -Chilton,Thomas,,,,,1798-07-30,M,rep,KY,6,,Anti Jacksonian,,,,,,,,,,C000359,,,,,,402498,,,,1696,Thomas Chilton -Chinn,Joseph,William,,,,1798-11-16,M,rep,VA,10,,Jackson,,,,,,,,,,C000362,,,,,,402501,,,,1699,Joseph Chinn -Clayton,Augustin,Smith,,,,1783-11-27,M,rep,GA,-1,,Jackson,,,,,,,,,,C000491,,,,,,402629,,,,1818,Augustin Smith Clayton -Coulter,Richard,,,,,,M,rep,PA,19,,Jackson,,,,,,,,,,C000808,,,,,,402927,,,,2092,Richard Coulter (U.S. politician) -Crockett,David,,,,,1786-08-17,M,rep,TN,12,,Anti Jacksonian,,,,,,,,,,C000918,,,,,,403030,,,,2187,Davy Crockett -Davenport,Thomas,,,,,,M,rep,VA,6,,Anti-Jacksonian,,,,,,,,,,D000079,,,,,,412030,,,,2361,Thomas Davenport (congressman) -Davis,Amos,,,,,1794-08-15,M,rep,KY,11,,Anti Jacksonian,,,,,,,,,,D000092,,,,,,403229,,,,2374,Amos Davis -Day,Rowland,,,,,1779-03-06,M,rep,NY,24,,Jackson,,,,,,,,,,D000159,,,,,,403291,,,,2434,Rowland Day -Deming,Benjamin,F.,,,,,M,rep,VT,5,,Anti Masonic,,,,,,,,,,D000226,,,,,,403365,,,,2486,Benjamin F. Deming -Dennis,Littleton,Purnell,,,,1786-07-21,M,rep,MD,1,,Anti Jacksonian,,,,,,,,,,D000245,,,,,,403383,,,,2503,Littleton Purnell Dennis -Dickson,John,,,,,1783-06-01,M,rep,NY,26,,Anti Masonic,,,,,,,,,,D000330,,,,,,403448,,,,2580,John Dickson (New York politician) -Duncan,Joseph,,,,,1794-02-22,M,rep,IL,3,,Jackson,,,,,,,,,,D000535,,,,,,403642,,,,2760,Joseph Duncan (politician) -Ellsworth,William,Wolcott,,,,1791-11-10,M,rep,CT,-1,,,,,,,,,,,,E000150,,,,,,403841,,,,2938,William W. Ellsworth -Felder,John,Myers,,,,1782-07-07,M,rep,SC,4,,Nullifier,,,,,,,,,,F000064,,,,,,404022,,,,3094,John Myers Felder -Foot,Samuel,Augustus,,,,1780-11-08,M,rep,CT,-1,,Anti-Jacksonian,,,,,,,,,,F000247,,,,,,404205,,,,3260,Samuel A. Foot -Fulton,John,Hall,,,,,M,rep,VA,18,,Jackson,,,,,,,,,,F000423,,,,,,412041,,,,3410,John H. Fulton -Gholson,James,Herbert,,,,,M,rep,VA,4,,Anti Jacksonian,,,,,,,,,,G000148,,,,,,404517,,,,3550,James Gholson -Gilmer,George,Rockingham,,,,1790-04-11,M,rep,GA,-1,,Jackson,,,,,,,,,,G000216,,,,,,404578,,,,3611,George Rockingham Gilmer -Gordon,William,Fitzhugh,,,,1787-01-13,M,rep,VA,12,,Jackson,,,,,,,,,,G000319,,,,,,404677,,,,3703,William F. Gordon -Gorham,Benjamin,,,,,1775-02-13,M,rep,MA,1,,Anti Jacksonian,,,,,,,,,,G000324,,,,,,404682,,,,3707,Benjamin Gorham -Hall,Thomas,H.,,,,,M,rep,NC,3,,Jackson,,,,,,,,,,H000072,,,,,,404956,,,,3956,Thomas H. Hall -Halsey,Nicoll,,,,,1782-03-08,M,rep,NY,22,,Jackson,,,,,,,,,,H000089,,,,,,404971,,,,3971,Nicoll Halsey -Harper,Joseph,Morrill,,,,1787-06-21,M,rep,NH,-1,,Jackson,,,,,,,,,,H000224,,,,,,405102,,,,4089,Joseph M. Harper -Hathaway,Samuel,Gilbert,,,,1780-07-18,M,rep,NY,22,,Jackson,,,,,,,,,,H000345,,,,,,405214,,,,4191,Samuel G. Hathaway -Heath,James,P.,,,,1777-12-21,M,rep,MD,4,,Jackson,,,,,,,,,,H000430,,,,,,405296,,,,4268,James P. Heath -Howell,Edward,,,,,1792-10-16,M,rep,NY,27,,Jackson,,,,,,,,,,H000860,,,,,,405707,,,,4646,Edward Howell (politician) -Inge,William,Marshall,,,,,M,rep,TN,10,,Jackson,,,,,,,,,,I000014,,,,,,405876,,,,4803,William Marshall Inge -Jackson,Ebenezer,,Jr.,,,1796-01-31,M,rep,CT,-1,,,,,,,,,,,,J000009,,,,,,405916,,,,4847,"Ebenezer Jackson, Jr." -Johnson,Noadiah,,,,,,M,rep,NY,20,,Jackson,,,,,,,,,,J000164,,,,,,406061,,,,4982,Noadiah Johnson -Kavanagh,Edward,,,,,1795-04-27,M,rep,ME,3,,Jackson,,,,,,,,,,K000022,,,,,,406193,,,,5103,Edward Kavanagh -Kent,Joseph,,,,,1779-01-14,M,sen,MD,,1,Whig,,,,,,,,,,K000125,,,,,,406291,,,,5194,Joseph Kent -King,Henry,,,,,1790-07-06,M,rep,PA,8,,Jackson,,,,,,,,,,K000202,,,,,,406363,,,,5261,Henry King (congressman) -Lawrence,Cornelius,Van Wyck,,,,1791-02-28,M,rep,NY,3,,Jackson,,,,,,,,,,L000131,,,,,,406636,,,,5508,Cornelius Lawrence -Leavitt,Humphrey,Howe,,,,1796-06-18,M,rep,OH,19,,Jackson,,,,,,,,,,L000183,,,,,,406685,,,,5547,Humphrey H. Leavitt -Letcher,Robert,Perkins,,,,1788-02-10,M,rep,KY,5,,,,,,,,,,,,L000257,,,,,,406760,,,,5622,Robert P. Letcher -Love,James,,,,,1795-05-12,M,rep,KY,9,,Anti Jacksonian,,,,,,,,,,L000455,,,,,,406945,,,,5791,James Love (representative) -Lyon,Chittenden,,,,,1787-02-22,M,rep,KY,1,,Jackson,,,,,,,,,,L000541,,,,,,407025,,,,5863,Chittenden Lyon -Lytle,Robert,Todd,,,,1804-05-19,M,rep,OH,1,,Jackson,,,,,,,,,,L000546,,,,,,407030,,,,5868,Robert Todd Lytle -Mann,Joel,Keith,,,,1780-08-01,M,rep,PA,5,,Jackson,,,,,,,,,,M000107,,,,,,407131,,,,5961,Joel Keith Mann -Mardis,Samuel,Wright,,,,1800-06-12,M,rep,AL,3,,Jackson,,,,,,,,,,M000128,,,,,,407152,,,,5980,Samuel Wright Mardis -Marshall,Thomas,Alexander,,,,1794-01-15,M,rep,KY,12,,Anti Jacksonian,,,,,,,,,,M000161,,,,,,407183,,,,6007,Thomas Alexander Marshall -Martindale,Henry,Clinton,,,,1780-05-06,M,rep,NY,12,,Anti Masonic,,,,,,,,,,M000204,,,,,,407224,,,,6044,Henry C. Martindale -McIntire,Rufus,,,,,1784-12-19,M,rep,ME,1,,Jackson,,,,,,,,,,M000479,,,,,,407476,,,,6277,Rufus McIntire -McKean,Samuel,,,,,1787-04-07,M,sen,PA,,1,Democrat,,,,,,,,,,M000492,,,,,,407487,,,,6286,Samuel McKean -McVean,Charles,,,,,,M,rep,NY,15,,Jackson,,,,,,,,,,M000607,,,,,,407596,,,,6388,Charles McVean -Miner,Phineas,,,,,1777-11-27,M,rep,CT,-1,,,,,,,,,,,,M000793,,,,,,407771,,,,6546,Phineas Miner -Mitchell,Henry,,,,,,M,rep,NY,21,,Jackson,,,,,,,,,,M000813,,,,,,407788,,,,6560,Henry Mitchell (U.S. politician) -Mitchell,Robert,,,,,,M,rep,OH,12,,Jackson,,,,,,,,,,M000827,,,,,,407802,,,,6573,Robert Mitchell (congressman) -Moore,Samuel,McDowell,,,,1796-02-09,M,rep,VA,17,,Anti Jacksonian,,,,,,,,,,M000917,,,,,,407889,,,,6651,Samuel M. Moore -Morgan,John,Jordan,,,,,M,rep,NY,3,,Jackson,,,,,,,,,,M000953,,,,,,407921,,,,6681,John J. Morgan -Morris,Thomas,,,,,1776-01-03,M,sen,OH,,1,Democrat,,,,,,,,,,M000989,,,,,,407957,,,,6716,Thomas Morris (Ohio politician) -Murphy,John,,,,,,M,rep,AL,5,,Jackson,,,,,,,,,,M001097,,,,,,408061,,,,6812,John Murphy (Alabama) -Naudain,Arnold,,,,,1790-01-06,M,sen,DE,,1,,,,,,,,,,,N000010,,,,,,408104,,,,6846,Arnold Naudain -Osgood,Gayton,Pickman,,,,1797-07-04,M,rep,MA,3,,Jackson,,,,,,,,,,O000115,,,,,,408371,,,,7096,Gayton P. Osgood -Pierson,Job,,,,,1791-09-23,M,rep,NY,9,,Jackson,,,,,,,,,,P000343,,,,,,408740,,,,7445,Job Pierson -Plummer,Franklin,E.,,,,,M,rep,MS,-1,,Jackson,,,,,,,,,,P000397,,,,,,412088,,,,7497,Franklin E. Plummer -Pope,Patrick,Hamilton,,,,1806-03-17,M,rep,KY,8,,Jackson,,,,,,,,,,P000433,,,,,,408824,,,,7527,Patrick H. Pope -Porter,Alexander,,,,,1785-06-24,M,sen,LA,,3,Anti-Jacksonian,,,,,,,,,,P000436,,,,,,408827,,,,7530,Alexander Porter -Randolph,John,,,,,1773-06-02,M,rep,VA,-1,,,,,,,,,,,,R000047,,,,,,409028,,,,7723,John Randolph of Roanoke -Robbins,Asher,,,,,1761-10-26,M,sen,RI,,1,Whig,,,,,,,,,,R000297,,,,,,409269,,,,7940,Asher Robbins -Selden,Dudley,,,,,,M,rep,NY,3,,Jackson,,,,,,,,,,S000233,,,,,,412095,,,,8354,Dudley Selden -Shepley,Ether,,,,,1789-11-02,M,sen,ME,,1,Jackson,,,,,,,,,,S000334,,,,,,409831,,,,8443,Ether Shepley -Singleton,Thomas,Day,,,,,M,rep,SC,-1,,Nullifier,,,,,,,,,,S000446,,,,,,412096,,,,,Thomas D. Singleton -Slade,Charles,,,,,,M,rep,IL,1,,Jackson,,,,,,,,,,S000474,,,,,,412097,,,,8565,Charles Slade -Smith,Nathan,,,,,1770-01-08,M,sen,CT,,1,Anti-Jacksonian,,,,,,,,,,S000594,,,,,,410074,,,,8670,Nathan Smith (senator) -Stevenson,Andrew,,,,,1784-01-21,M,rep,VA,11,,Jackson,,,,,,,,,,S000891,,,,,,410352,,,,8919,Andrew Stevenson -Stoddert,John,Truman,,,,1790-10-01,M,rep,MD,8,,Jackson,,,,,,,,,,S000944,,,,,,410403,,,,8967,John Truman Stoddert -Swift,Benjamin,,,,,1781-04-03,M,sen,VT,,1,Whig,,,,,,,,,,S001116,,,,,,410568,,,,9124,Benjamin Swift -Taylor,William,Penn,,,,,M,rep,VA,9,,Anti-Jacksonian,,,,,,,,,,T000105,,,,,,412111,,,,9236,William P. Taylor -Thomas,Philemon,,,,,1763-02-09,M,rep,LA,2,,,,,,,,,,,,T000181,,,,,,410762,,,,9306,Philemon Thomas -Tompkins,Christopher,,,,,1780-03-24,M,rep,KY,3,,Anti Jacksonian,,,,,,,,,,T000304,,,,,,410877,,,,9415,Christopher Tompkins -Tweedy,Samuel,,,,,1776-03-08,M,rep,CT,-1,,Anti Jacksonian,,,,,,,,,,T000442,,,,,,411010,,,,9535,Samuel Tweedy -Van Houten,Isaac,B.,,,,1776-06-04,M,rep,NY,2,,Jackson,,,,,,,,,,V000046,,,,,,411090,,,,9622,Isaac B. Van Houten -Watmough,John,Goddard,,,,1793-12-06,M,rep,PA,3,,Anti Jacksonian,,,,,,,,,,W000195,,,,,,411366,,,,9868,John Goddard Watmough -Whallon,Reuben,,,,,1776-12-07,M,rep,NY,13,,Jackson,,,,,,,,,,W000321,,,,,,411483,,,,9976,Reuben Whallon -Whittlesey,Frederick,,,,,1799-06-12,M,rep,NY,28,,Anti Masonic,,,,,,,,,,W000432,,,,,,411591,,,,10079,Frederick Whittlesey -Wilde,Richard,Henry,,,,1789-09-24,M,rep,GA,-1,,Jackson,,,,,,,,,,W000460,,,,,,411617,,,,10105,Richard Henry Wilde -Wilson,Edgar,Campbell,,,,1800-10-18,M,rep,VA,21,,Anti Jacksonian,,,,,,,,,,W000574,,,,,,411729,,,,10214,Edgar C. Wilson -Young,Ebenezer,,,,,1783-12-25,M,rep,CT,-1,,,,,,,,,,,,Y000034,,,,,,411966,,,,10438,Ebenezer Young -Leigh,Benjamin,Watkins,,,,1781-06-18,M,sen,VA,,2,Anti-Jacksonian,,,,,,,,,,L000232,,,,,,406735,,,,5597,Benjamin W. Leigh -Allan,Chilton,,,,,1786-04-06,M,rep,KY,10,,Whig,,,,,,,,,,A000108,,,,,,400766,,,,95,Chilton Allan -Anthony,Joseph,Biles,,,,1795-06-19,M,rep,PA,16,,Jackson,,,,,,,,,,A000263,,,,,,400901,,,,213,Joseph Biles Anthony -Ash,Michael,Woolston,,,,1789-03-05,M,rep,PA,3,,Jackson,,,,,,,,,,A000305,,,,,,400947,,,,257,Michael Woolston Ash -Ashley,William,Henry,,,,,M,rep,MO,-1,,Jacksonian,,,,,,,,,,A000315,,,,,,400960,,,,268,William Henry Ashley -Bailey,Jeremiah,,,,,1773-05-01,M,rep,ME,3,,Whig,,,,,,,,,,B000040,,,,,,401045,,,,343,Jeremiah Bailey -Banks,John,,,,,1793-10-17,M,rep,PA,24,,Anti Masonic,,,,,,,,,,B000114,,,,,,401115,,,,407,John Banks (U.S. politician) -Barton,Samuel,,,,,1785-07-27,M,rep,NY,2,,Jackson,,,,,,,,,,B000215,,,,,,401212,,,,497,Samuel Barton (New York) -Bean,Benning,Moulton,,,,1782-01-09,M,rep,NH,-1,,Jackson,,,,,,,,,,B000277,,,,,,401271,,,,551,Benning M. Bean -Beaumont,Andrew,,,,,1790-01-24,M,rep,PA,15,,Jackson,,,,,,,,,,B000286,,,,,,401280,,,,558,Andrew Beaumont -Bockee,Abraham,,,,,1784-02-03,M,rep,NY,5,,Jackson,,,,,,,,,,B000581,,,,,,401552,,,,814,Abraham Bockee -Bovee,Matthias,Jacob,,,,1793-07-24,M,rep,NY,15,,Jackson,,,,,,,,,,B000675,,,,,,401637,,,,890,Matthias J. Bovee -Brown,Bedford,,,,,1795-06-06,M,sen,NC,,2,Democrat,,,,,,,,,,B000903,,,,,,401860,,,,1098,Bedford Brown -Brown,John,W.,,,,1796-10-11,M,rep,NY,6,,Jackson,,,,,,,,,,B000932,,,,,,401886,,,,1122,John W. Brown (New York politician) -Bunch,Samuel,,,,,1786-12-04,M,rep,TN,2,,Jacksonian,,,,,,,,,,B001058,,,,,,402005,,,,1236,Samuel Bunch -Burns,Robert,,,,,1792-12-12,M,rep,NH,-1,,Jackson,,,,,,,,,,B001129,,,,,,402073,,,,1298,Robert Burns (representative) -Campbell,Robert,Blair,,,,,M,rep,SC,3,,Nullifier,,,,,,,,,,C000098,,,,,,412025,,,,1463,Robert B. Campbell -Chambers,George,,,,,1786-02-24,M,rep,PA,12,,Anti Masonic,,,,,,,,,,C000283,,,,,,402426,,,,1628,George Chambers (Pennsylvania) -Chapin,Graham,Hurd,,,,1799-02-10,M,rep,NY,25,,Jackson,,,,,,,,,,C000306,,,,,,402448,,,,1649,Graham H. Chapin -Chetwood,William,,,,,1771-06-17,M,rep,NJ,-1,,Whig,,,,,,,,,,C000349,,,,,,402488,,,,1687,William Chetwood -Claiborne,Nathaniel,Herbert,,,,1777-11-14,M,rep,VA,7,,Anti Jacksonian,,,,,,,,,,C000405,,,,,,402544,,,,1738,Nathaniel Claiborne -Clark,William,,,,,1774-02-18,M,rep,PA,10,,Anti Masonic,,,,,,,,,,C000453,,,,,,402591,,,,1784,William Clark (congressman) -Coffee,John,,,,,1782-12-03,M,rep,GA,-1,,Jackson,,,,,,,,,,C000583,,,,,,402712,,,,1898,John E. Coffee -Cramer,John,,,,,1779-05-17,M,rep,NY,11,,Jackson,,,,,,,,,,C000867,,,,,,402982,,,,2142,John Cramer (representative) -Crane,Joseph,Halsey,,,,1782-08-31,M,rep,OH,3,,Whig,,,,,,,,,,C000872,,,,,,402986,,,,2145,Joseph Halsey Crane -Davis,Warren,Ransom,,,,1793-05-08,M,rep,SC,-1,,Nullifier,,,,,,,,,,D000142,,,,,,403275,,,,2417,Warren R. Davis -Denny,Harmar,,,,,1794-05-13,M,rep,PA,22,,Anti Masonic,,,,,,,,,,D000248,,,,,,403386,,,,2506,Harmar Denny -Dickson,David,,,,,,M,rep,MS,-1,,Anti-Jacksonian,,,,,,,,,,D000328,,,,,,412034,,,,2578,David Dickson (politician) -Doubleday,Ulysses,Freeman,,,,1792-12-15,M,rep,NY,24,,Jackson,,,,,,,,,,D000444,,,,,,403554,,,,2681,Ulysses F. Doubleday -Dunlap,William,Claiborne,,,,1798-02-25,M,rep,TN,13,,Jackson,,,,,,,,,,D000544,,,,,,403652,,,,2769,William Claiborne Dunlap -Efner,Valentine,,,,,1776-05-05,M,rep,NY,8,,Jackson,,,,,,,,,,E000086,,,,,,403779,,,,2878,Valentine Efner -Ewing,William,Lee Davidson,,,,1795-08-31,M,sen,IL,,3,Jackson,,,,,,,,,,E000283,,,,,,403961,,,,3043,William Lee D. Ewing -Farlin,Dudley,,,,,1777-09-02,M,rep,NY,13,,Jackson,,,,,,,,,,F000022,,,,,,403984,,,,3063,Dudley Farlin -Forester,John,B.,,,,,M,rep,TN,5,,Anti-Jacksonian,,,,,,,,,,F000273,,,,,,412037,,,,3276,John B. Forester -Fowler,Samuel,,,,,1779-10-30,M,rep,NJ,-1,,Jackson,,,,,,,,,,F000327,,,,,,404275,,,,3328,Samuel Fowler (1779–1844) -Fuller,Philo,Case,,,,1787-08-14,M,rep,NY,30,,Whig,,,,,,,,,,F000411,,,,,,404353,,,,3398,Philo C. Fuller -Fuller,William,Kendall,,,,1792-11-24,M,rep,NY,23,,Jackson,,,,,,,,,,F000415,,,,,,404357,,,,3402,William K. Fuller -Gillet,Ransom,Hooker,,,,1800-01-27,M,rep,NY,14,,Jackson,,,,,,,,,,G000200,,,,,,404564,,,,3598,Ransom H. Gillet -Goldsborough,Robert,Henry,,,,1779-01-04,M,sen,MD,,3,Whig,,,,,,,,,,G000264,,,,,,404626,,,,3655,Robert Henry Goldsborough -Grayson,William,John,,,,1788-11-02,M,rep,SC,2,,Nullifier,,,,,,,,,,G000404,,,,,,404754,,,,3772,William J. Grayson -Hall,Joseph,,,,,1793-06-26,M,rep,ME,6,,Jackson,,,,,,,,,,H000056,,,,,,404941,,,,3943,Joseph Hall (Maine) -Hard,Gideon,,,,,1797-04-29,M,rep,NY,33,,Whig,,,,,,,,,,H000180,,,,,,405061,,,,4048,Gideon Hard -Hardin,Benjamin,,,,,1784-02-29,M,rep,KY,7,,Whig,,,,,,,,,,H000184,,,,,,405065,,,,4052,Benjamin Hardin -Harper,James,,,,,1780-03-28,M,rep,PA,2,,Whig,,,,,,,,,,H000221,,,,,,405099,,,,4086,James Harper (congressman) -Harrison,Samuel,Smith,,,,,M,rep,PA,23,,Jackson,,,,,,,,,,H000276,,,,,,405151,,,,4135,Samuel Smith Harrison -Hawes,Albert,Gallatin,,,,1804-04-01,M,rep,KY,2,,Jackson,,,,,,,,,,H000360,,,,,,405229,,,,4205,Albert Gallatin Hawes -Hazeltine,Abner,,,,,1793-06-10,M,rep,NY,31,,Whig,,,,,,,,,,H000416,,,,,,405282,,,,4254,Abner Hazeltine -Henderson,Joseph,,,,,1791-08-02,M,rep,PA,14,,Jackson,,,,,,,,,,H000486,,,,,,405349,,,,4313,Joseph Henderson (Pennsylvania) -Hiester,William,,,,,1790-10-10,M,rep,PA,4,,Anti Masonic,,,,,,,,,,H000575,,,,,,405437,,,,4395,William Hiester (Pennsylvania) -Hoar,Samuel,,,,,1778-05-18,M,rep,MA,4,,Whig,,,,,,,,,,H000656,,,,,,405511,,,,4464,Samuel Hoar -Howell,Elias,,,,,,M,rep,OH,12,,Whig,,,,,,,,,,H000861,,,,,,405708,,,,4647,Elias Howell -Hubbard,Henry,,,,,1784-05-03,M,sen,NH,,2,Democrat,,,,,,,,,,H000883,,,,,,405729,,,,4667,Henry Hubbard -Huntington,Abel,,,,,1777-02-21,M,rep,NY,1,,Jackson,,,,,,,,,,H000994,,,,,,405834,,,,4765,Abel Huntington -Huntsman,Adam,,,,,1786-02-11,M,rep,TN,12,,Jackson,,,,,,,,,,H001000,,,,,,405840,,,,4771,Adam Huntsman -Jackson,William,,,,,1783-09-02,M,rep,MA,9,,Anti Masonic,,,,,,,,,,J000028,,,,,,405934,,,,4865,William Jackson (Massachusetts) -Janes,Henry,Fisk,,,,1792-10-10,M,rep,VT,5,,Anti Masonic,,,,,,,,,,J000056,,,,,,405961,,,,4890,Henry Fisk Janes -Jarvis,Leonard,,,,,1781-10-19,M,rep,ME,7,,Jackson,,,,,,,,,,J000062,,,,,,405967,,,,4896,Leonard Jarvis -Johnson,Richard,Mentor,,,,1780-10-17,M,rep,KY,13,,Jackson,,,,,,,,,,J000170,,,,,,406067,,,,4988,Richard Mentor Johnson -Jones,Benjamin,,,,,1787-04-13,M,rep,OH,18,,Jackson,,,,,,,,,,J000212,,,,,,406107,,,,5024,Benjamin Jones (congressman) -Judson,Andrew,Thompson,,,,1784-11-29,M,rep,CT,-1,,Jackson,,,,,,,,,,J000279,,,,,,406171,,,,5084,Andrew T. Judson -Kennon,William,,Sr.,,,1793-05-14,M,rep,OH,11,,Jackson,,,,,,,,,,K000123,,,,,,406289,,,,5191,William Kennon Sr. -King,John,Pendleton,,,,1799-04-03,M,sen,GA,,2,Democrat,,,,,,,,,,K000207,,,,,,406368,,,,5266,John Pendleton King -Kinnard,George,L.,,,,,M,rep,IN,6,,Jackson,,,,,,,,,,K000224,,,,,,406383,,,,5281,George L. Kinnard -Knight,Nehemiah,Rice,,,,1780-12-31,M,sen,RI,,2,Whig,,,,,,,,,,K000287,,,,,,406444,,,,5339,Nehemiah R. Knight -Lane,Amos,,,,,1778-03-01,M,rep,IN,4,,Jackson,,,,,,,,,,L000057,,,,,,406566,,,,5439,Amos Lane -Lansing,Gerrit,Yates,,,,1783-08-04,M,rep,NY,10,,Jackson,,,,,,,,,,L000086,,,,,,406595,,,,5468,Gerrit Y. Lansing -Laporte,John,,,,,1798-11-04,M,rep,PA,17,,Jackson,,,,,,,,,,L000094,,,,,,406602,,,,5475,John Laporte -Lay,George,Washington,,,,1798-07-26,M,rep,NY,29,,Whig,,,,,,,,,,L000150,,,,,,406655,,,,5526,George W. Lay -Lea,Luke,,,,,1783-01-21,M,rep,TN,3,,Jacksonian,,,,,,,,,,L000164,,,,,,406668,,,,5532,Luke Lea (representative) -Lee,Gideon,,,,,1778-04-27,M,rep,NY,3,,Jackson,,,,,,,,,,L000193,,,,,,406696,,,,5557,Gideon Lee -Lee,Joshua,,,,,,M,rep,NY,27,,Jackson,,,,,,,,,,L000197,,,,,,406700,,,,5561,Joshua Lee (New York politician) -Lee,Thomas,,,,,1780-11-28,M,rep,NJ,-1,,Jackson,,,,,,,,,,L000205,,,,,,406708,,,,5569,Thomas Lee (New Jersey) -Love,Thomas,Cutting,,,,1789-11-30,M,rep,NY,32,,Whig,,,,,,,,,,L000459,,,,,,406948,,,,5794,Thomas C. Love -Loyall,George,,,,,1789-05-29,M,rep,VA,1,,Jackson,,,,,,,,,,L000488,,,,,,406976,,,,5819,George Loyall -Lucas,Edward,,,,,1780-10-20,M,rep,VA,15,,Jackson,,,,,,,,,,L000490,,,,,,406978,,,,5821,Edward Lucas (congressman) -Mann,Abijah,,Jr.,,,1793-09-24,M,rep,NY,16,,Jackson,,,,,,,,,,M000099,,,,,,407123,,,,5955,"Abijah Mann, Jr." -Manning,Richard,Irvine,,,,1789-05-01,M,rep,SC,8,,Jackson,,,,,,,,,,M000110,,,,,,407134,,,,5964,Richard Irvine Manning I -Mason,John,Young,,,,1799-04-18,M,rep,VA,2,,Jackson,,,,,,,,,,M000220,,,,,,407238,,,,6057,John Y. Mason -Mason,Moses,,Jr.,,,1789-06-02,M,rep,ME,5,,Jackson,,,,,,,,,,M000223,,,,,,407241,,,,6060,"Moses Mason, Jr." -Mason,William,,,,,1786-09-10,M,rep,NY,21,,Jackson,,,,,,,,,,M000227,,,,,,407245,,,,6064,William Mason (U.S. politician) -McCarty,Johnathan,,,,,1795-08-03,M,rep,IN,5,,Anti Jacksonian,,,,,,,,,,M000320,,,,,,407331,,,,6139,Johnathan McCarty -McComas,William,,,,,,M,rep,VA,19,,Whig,,,,,,,,,,M000352,,,,,,407360,,,,6166,William McComas -McLene,Jeremiah,,,,,,M,rep,OH,8,,Jackson,,,,,,,,,,M000556,,,,,,407548,,,,6343,Jeremiah McLene -Miller,Jesse,,,,,,M,rep,PA,13,,Jackson,,,,,,,,,,M000734,,,,,,407713,,,,6489,Jesse Miller -Miller,Rutger,Bleecker,,,,1805-07-28,M,rep,NY,17,,Jackson,,,,,,,,,,M000751,,,,,,407729,,,,6505,Rutger B. Miller -Page,Sherman,,,,,1779-05-09,M,rep,NY,19,,Jackson,,,,,,,,,,P000023,,,,,,408434,,,,7161,Sherman Page -Parker,James,,,,,1776-03-03,M,rep,NJ,-1,,Jackson,,,,,,,,,,P000061,,,,,,408471,,,,7195,James Parker (New Jersey) -Parks,Gorham,,,,,1794-05-27,M,rep,ME,8,,Jackson,,,,,,,,,,P000074,,,,,,408484,,,,7207,Gorham Parks -Patterson,William,,,,,,M,rep,OH,14,,Jackson,,,,,,,,,,P000132,,,,,,408538,,,,7258,William Patterson (Ohio) -Pearce,Dutee,Jerauld,,,,1789-04-03,M,rep,RI,-1,,Anti Masonic,,,,,,,,,,P000160,,,,,,408565,,,,7281,Dutee Jerauld Pearce -Pearson,John,James,,,,1800-10-25,M,rep,PA,24,,Whig,,,,,,,,,,P000167,,,,,,408572,,,,7287,John James Pearson -Pettigrew,Ebenezer,,,,,1783-03-10,M,rep,NC,3,,Whig,,,,,,,,,,P000270,,,,,,408670,,,,7378,Ebenezer Pettigrew -Peyton,Balie,,,,,1803-11-26,M,rep,TN,6,,Jacksonian,,,,,,,,,,P000282,,,,,,408682,,,,7387,Balie Peyton -Pinckney,Henry,Laurens,,,,1794-09-24,M,rep,SC,1,,Nullifier,,,,,,,,,,P000355,,,,,,408752,,,,7456,Henry L. Pinckney -Reynolds,Joseph,,,,,1785-09-14,M,rep,NY,22,,Jackson,,,,,,,,,,R000177,,,,,,409153,,,,7835,Joseph Reynolds (congressman) -Roane,John,,,,,1766-02-09,M,rep,VA,9,,Jackson,,,,,,,,,,R000291,,,,,,409264,,,,7935,John Roane -Robinson,John,McCracken,,,,1794-04-10,M,sen,IL,,2,Democrat,,,,,,,,,,R000344,,,,,,409315,,,,7983,John McCracken Robinson -Ruggles,John,,,,,1789-10-08,M,sen,ME,,2,Democrat,,,,,,,,,,R000502,,,,,,409461,,,,8109,John Ruggles -Sanford,John,W.A.,,,,1798-08-28,M,rep,GA,-1,,Union Democrat,,,,,,,,,,S000049,,,,,,409565,,,,,John W. A. Sanford -Schenck,Ferdinand,Schureman,,,,1790-02-11,M,rep,NJ,-1,,Jackson,,,,,,,,,,S000116,,,,,,409624,,,,8257,Ferdinand Schureman Schenck -Schley,William,,,,,1786-12-15,M,rep,GA,-1,,Jacksonian,,,,,,,,,,S000130,,,,,,409638,,,,8266,William Schley -Seymour,William,,,,,1775-02-22,M,rep,NY,20,,Jackson,,,,,,,,,,S000272,,,,,,412177,,,,8388,William Seymour (Congressman) -Shepard,William,Biddle,,,,1799-05-14,M,rep,NC,1,,Whig,,,,,,,,,,S000331,,,,,,409828,,,,8441,William Biddle Shepard -Shinn,William,Norton,,,,1782-10-24,M,rep,NJ,-1,,Jackson,,,,,,,,,,S000365,,,,,,409859,,,,8472,William Norton Shinn -Sickles,Nicholas,,,,,1801-09-11,M,rep,NY,7,,Jackson,,,,,,,,,,S000403,,,,,,409897,,,,8504,Nicholas Sickles -Sloane,Jonathan,,,,,,M,rep,OH,15,,Anti Masonic,,,,,,,,,,S000495,,,,,,409982,,,,8583,Jonathan Sloane -Spangler,David,,,,,1796-12-02,M,rep,OH,13,,Whig,,,,,,,,,,S000699,,,,,,410170,,,,8762,David Spangler (congressman) -Steele,John,Nevett,,,,1796-02-22,M,rep,MD,1,,Anti Jacksonian,,,,,,,,,,S000834,,,,,,410298,,,,8871,John Nevett Steele -Storer,Bellamy,,,,,1796-03-26,M,rep,OH,1,,Whig,,,,,,,,,,S000971,,,,,,410429,,,,8991,Bellamy Storer (1796–1875) -Sutherland,Joel,Barlow,,,,1792-02-26,M,rep,PA,1,,Jackson,,,,,,,,,,S001083,,,,,,410536,,,,9095,Joel Barlow Sutherland -Terrell,James,C.,,,,1806-11-07,M,rep,GA,-1,,,,,,,,,,,,T000130,,,,,,410712,,,,,James C. Terrell -Thomson,John,,,,,1780-11-20,M,rep,OH,17,,Jackson,,,,,,,,,,T000230,,,,,,410809,,,,9351,John Thomson (Ohio politician) -Turner,James,,,,,1783-11-07,M,rep,MD,3,,Jackson,,,,,,,,,,T000422,,,,,,410992,,,,9518,James Turner (Maryland politician) -Turrill,Joel,,,,,1794-02-22,M,rep,NY,17,,Jackson,,,,,,,,,,T000435,,,,,,411003,,,,9529,Joel Turrill -Wall,Garret,Dorset,,,,1783-03-10,M,sen,NJ,,2,Democrat,,,,,,,,,,W000071,,,,,,411250,,,,9757,Garret D. Wall -Wardwell,Daniel,,,,,1791-05-28,M,rep,NY,18,,Jackson,,,,,,,,,,W000146,,,,,,411320,,,,9826,Daniel Wardwell -Washington,George,Corbin,,,,1789-08-20,M,rep,MD,5,,Anti Jacksonian,,,,,,,,,,W000179,,,,,,411352,,,,9856,George Corbin Washington -Wayne,James,Moore,,,,,M,rep,GA,-1,,Jacksonian,,,,,,,,,,W000218,,,,,,411386,,,,9887,James Moore Wayne -White,Campbell,Patrick,,,,1787-11-30,M,rep,NY,-1,,Jacksonian,,,,,,,,,,W000358,,,,,,411520,,,,10012,Campbell P. White -White,Hugh,Lawson,,,,1773-10-30,M,sen,TN,,2,Whig,,,,,,,,,,W000376,,,,,,411537,,,,10029,Hugh Lawson White -White,Joseph,M.,,,,1781-05-10,M,rep,FL,-1,,,,,,,,,,,,W000383,,,,,,411543,,,,,Joseph M. White -Wildman,Zalmon,,,,,1775-02-16,M,rep,CT,-1,,Jackson,,,,,,,,,,W000463,,,,,,411620,,,,10108,Zalmon Wildman -Dana,Judah,,,,,1772-04-25,M,sen,ME,,1,Jackson,,,,,,,,,,D000022,,,,,,403163,,,,2314,Judah Dana -Nicholas,Robert,Carter,,,,,M,sen,LA,,2,Democrat,,,,,,,,,,N000085,,,,,,408170,,,,6912,Robert C. Nicholas -Page,John,,,,,1787-05-21,M,sen,NH,,3,Jackson,,,,,,,,,,P000019,,,,,,408430,,,,7157,John Page (New Hampshire) -Parker,Richard,Elliott,,,,1783-12-27,M,sen,VA,,2,Democrat,,,,,,,,,,P000069,,,,,,408479,,,,7202,Richard E. Parker -Spence,John,Selby,,,,1788-02-29,M,sen,MD,,3,Whig,,,,,,,,,,S000719,,,,,,410188,,,,8779,John S. Spence -Strange,Robert,,,,,1796-09-20,M,sen,NC,,3,Democrat,,,,,,,,,,S000992,,,,,,410450,,,,9012,Robert Strange -Van Buren,Martin,,,,,1782-12-05,M,sen,NY,,1,Jackson,,,,,,,,,,V000009,,,,,,411074,,,,9595,Martin Van Buren -Alexander,James,,Jr.,,,1789-10-17,M,rep,OH,11,,Whig,,,,,,,,,,A000095,,,,,,400753,,,,83,James Alexander Jr. -Allen,Heman,,,of Milton,,1777-06-14,M,rep,VT,4,,Whig,,,,,,,,,,A000123,,,,,,400779,,,,106,Heman Allen (of Milton) -Andrews,John,Tuttle,,,,1803-05-29,M,rep,NY,27,,Democrat,,,,,,,,,,A000246,,,,,,400879,,,,196,John T. Andrews -Beers,Cyrus,,,,,1786-06-21,M,rep,NY,22,,Democrat,,,,,,,,,,B000311,,,,,,401303,,,,580,Cyrus Beers -Bicknell,Bennet,,,,,1781-11-14,M,rep,NY,23,,Democrat,,,,,,,,,,B000437,,,,,,401423,,,,689,Bennet Bicknell -Birdsall,Samuel,,,,,1791-05-14,M,rep,NY,25,,Democrat,,,,,,,,,,B000483,,,,,,401464,,,,728,Samuel Birdsall -Boon,Ratliff,,,,,1781-01-18,M,rep,IN,1,,Democrat,,,,,,,,,,B000628,,,,,,401593,,,,852,Ratliff Boon -Bouldin,James,Wood,,,,,M,rep,VA,5,,Democrat,,,,,,,,,,B000662,,,,,,401624,,,,879,James Bouldin -Brodhead,John,Curtis,,,,1780-10-27,M,rep,NY,7,,Democrat,,,,,,,,,,B000859,,,,,,401816,,,,1059,John C. Brodhead -Bronson,Isaac,Hopkins,,,,1802-10-16,M,rep,NY,18,,Democrat,,,,,,,,,,B000869,,,,,,401826,,,,1067,Isaac H. Bronson -Bruyn,Andrew,DeWitt,,,,1790-11-18,M,rep,NY,22,,Democrat,,,,,,,,,,B000984,,,,,,401936,,,,1169,Andrew DeWitt Bruyn -Buchanan,Andrew,,,,,1780-04-08,M,rep,PA,20,,Democrat,,,,,,,,,,B001000,,,,,,401950,,,,1182,Andrew Buchanan (American politician) -Calhoon,John,,,,,,M,rep,KY,6,,Whig,,,,,,,,,,C000043,,,,,,402204,,,,1417,John Calhoon -Cambreleng,Churchill,Caldom,,,,1786-10-24,M,rep,NY,3,,Democrat,,,,,,,,,,C000061,,,,,,402219,,,,1431,Churchill C. Cambreleng -Carter,Timothy,Jarvis,,,,1800-08-18,M,rep,ME,5,,Democrat,,,,,,,,,,C000202,,,,,,402348,,,,1551,Timothy J. Carter -Chambers,John,,,,,1780-10-06,M,rep,KY,12,,Whig,,,,,,,,,,C000285,,,,,,402428,,,,1630,John Chambers (politician) -Chaney,John,,,,,1790-01-12,M,rep,OH,9,,Democrat,,,,,,,,,,C000300,,,,,,402442,,,,1643,John Chaney (congressman) -Cheatham,Richard,,,,,1799-02-20,M,rep,TN,11,,Whig,,,,,,,,,,C000341,,,,,,402481,,,,1681,Richard Cheatham -Cilley,Jonathan,,,,,1802-07-02,M,rep,ME,3,,Democrat,,,,,,,,,,C000395,,,,,,402534,,,,1728,Jonathan Cilley -Claiborne,John,Francis Hamtramck,,,,1809-04-24,M,rep,MS,-1,,Democrat,,,,,,,,,,C000404,,,,,,402543,,,,1737,John Francis Hamtramck Claiborne -Clay,Clement,Comer,,,,1789-12-17,M,sen,AL,,3,Democrat,,,,,,,,,,C000481,,,,,,402619,,,,1809,Clement Comer Clay -Cleveland,Jesse,Franklin,,,,1804-10-25,M,rep,GA,-1,,Democrat,,,,,,,,,,C000513,,,,,,402648,,,,1837,Jesse Franklin Cleveland -Clowney,William,Kennedy,,,,1797-03-21,M,rep,SC,7,,Nullifier,,,,,,,,,,C000534,,,,,,402668,,,,1856,William K. Clowney -Coffin,Charles,Dustin,,,,1805-09-09,M,rep,OH,17,,Whig,,,,,,,,,,C000587,,,,,,402716,,,,1902,Charles D. Coffin -Cushman,Samuel,,,,,1783-06-08,M,rep,NH,-1,,Democrat,,,,,,,,,,C001021,,,,,,403128,,,,2282,Samuel Cushman -Cuthbert,Alfred,,,,,1785-12-23,M,sen,GA,,3,Democrat,,,,,,,,,,C001023,,,,,,403130,,,,2284,Alfred Cuthbert -Darlington,Edward,,,,,1795-09-17,M,rep,PA,4,,Anti Masonic,,,,,,,,,,D000056,,,,,,403195,,,,2340,Edward Darlington -De Graff,John,Isaac,,,,1783-10-02,M,rep,NY,11,,Democrat,,,,,,,,,,D000193,,,,,,403303,,,,2466,John I. De Graff -Dunn,George,Hedford,,,,1794-11-15,M,rep,IN,4,,Whig,,,,,,,,,,D000547,,,,,,403655,,,,2772,George Hedford Dunn -Edwards,John,,,,,1781-08-06,M,rep,NY,15,,Democrat,,,,,,,,,,E000073,,,,,,403765,,,,2867,John Edwards (New York politician) -Ewing,John,,,,,1789-05-19,M,rep,IN,2,,Whig,,,,,,,,,,E000277,,,,,,403956,,,,3038,John Ewing (Indiana politician) -Farrington,James,,,,,1791-10-01,M,rep,NH,-1,,Democrat,,,,,,,,,,F000033,,,,,,403994,,,,3071,James Farrington -Fletcher,Richard,,,,,1788-01-08,M,rep,MA,1,,Democrat,,,,,,,,,,F000203,,,,,,404158,,,,3219,Richard Fletcher (American politician) -Fry,Jacob,,Jr.,,,1802-06-10,M,rep,PA,5,,Democrat,,,,,,,,,,F000396,,,,,,404338,,,,3383,"Jacob Fry, Jr." -Gallup,Albert,,,,,1796-01-30,M,rep,NY,10,,Democrat,,,,,,,,,,G000028,,,,,,404404,,,,3443,Albert Gallup -Gholson,Samuel,Jameson,,,,1808-05-19,M,rep,MS,-1,,Democrat,,,,,,,,,,G000149,,,,,,404518,,,,3551,Samuel J. Gholson -Glascock,Thomas,,,,,1790-10-21,M,rep,GA,-1,,Democrat,,,,,,,,,,G000230,,,,,,404592,,,,3623,Thomas Glascock -Graham,William,,,,,1782-03-16,M,rep,IN,3,,Whig,,,,,,,,,,G000361,,,,,,404715,,,,3738,William Graham (Indiana politician) -Grant,Abraham,Phineas,,,,1804-04-05,M,rep,NY,17,,Democrat,,,,,,,,,,G000380,,,,,,404731,,,,3753,Abraham P. Grant -Grantland,Seaton,,,,,1782-06-08,M,rep,GA,-1,,Democrat,,,,,,,,,,G000385,,,,,,404736,,,,3757,Seaton Grantland -Gray,Hiram,,,,,1801-07-10,M,rep,NY,22,,Democrat,,,,,,,,,,G000397,,,,,,404747,,,,3766,Hiram Gray -Grennell,George,,Jr.,,,1786-12-25,M,rep,MA,6,,Whig,,,,,,,,,,G000451,,,,,,404797,,,,3812,George Grennell Jr. -Haley,Elisha,,,,,1776-01-21,M,rep,CT,3,,Democrat,,,,,,,,,,H000040,,,,,,404925,,,,3928,Elisha Haley -Hamer,Thomas,Lyon,,,,,M,rep,OH,5,,Democrat,,,,,,,,,,H000097,,,,,,404979,,,,3978,Thomas L. Hamer -Harlan,James,,,,,1800-06-22,M,rep,KY,5,,Whig,,,,,,,,,,H000210,,,,,,405089,,,,4076,James Harlan (congressman) -Harper,Francis,Jacob,,,,1800-03-05,M,rep,PA,3,,Democrat,,,,,,,,,,H000220,,,,,,405098,,,,4085,Francis Jacob Harper -Haynes,Charles,Eaton,,,,1784-04-15,M,rep,GA,-1,,Democrat,,,,,,,,,,H000399,,,,,,405266,,,,4238,Charles Eaton Haynes -Herod,William,,,,,1801-03-31,M,rep,IN,6,,Whig,,,,,,,,,,H000536,,,,,,405398,,,,4360,William Herod -Holsey,Hopkins,,,,,1779-08-25,M,rep,GA,-1,,Democrat,,,,,,,,,,H000744,,,,,,405595,,,,4541,Hopkins Holsey -Holt,Orrin,,,,,1792-03-13,M,rep,CT,6,,Democrat,,,,,,,,,,H000748,,,,,,405599,,,,4544,Orrin Holt -Howard,Benjamin,Chew,,,,1791-11-05,M,rep,MD,4,,Democrat,,,,,,,,,,H000835,,,,,,405682,,,,4623,Benjamin Chew Howard -Hubley,Edward,Burd,,,,,M,rep,PA,8,,Democrat,,,,,,,,,,H000899,,,,,,405745,,,,4682,Edward Burd Hubley -Hunter,William,H.,,,,,M,rep,OH,14,,Democrat,,,,,,,,,,H000993,,,,,,412055,,,,4764,William H. Hunter -Ingham,Samuel,,,,,1793-09-05,M,rep,CT,2,,Democrat,,,,,,,,,,I000021,,,,,,405883,,,,4810,Samuel Ingham -Jackson,Jabez,Young,,,,,M,rep,GA,-1,,Democrat,,,,,,,,,,J000015,,,,,,405922,,,,4853,Jabez Young Jackson -Kilgore,Daniel,,,,,,M,rep,OH,19,,Democrat,,,,,,,,,,K000174,,,,,,406337,,,,5238,Daniel Kilgore (politician) -Klingensmith,John,,Jr.,,,1786-03-26,M,rep,PA,19,,Democrat,,,,,,,,,,K000269,,,,,,406427,,,,5323,"John Klingensmith, Jr." -Lawler,Joab,,,,,1796-06-12,M,rep,AL,3,,Whig,,,,,,,,,,L000129,,,,,,406634,,,,5506,Joab Lawler -Legaré,Hugh,Swinton,,,,1797-01-02,M,rep,SC,1,,Democrat,,,,,,,,,,L000220,,,,,,406724,,,,5588,Hugh S. Legaré -Linn,Lewis,Fields,,,,1796-11-05,M,sen,MO,,3,Democrat,,,,,,,,,,L000338,,,,,,406831,,,,5689,Lewis F. Linn -Logan,Henry,,,,,1784-04-14,M,rep,PA,11,,Democrat,,,,,,,,,,L000402,,,,,,406893,,,,5745,Henry Logan (politician) -Loomis,Andrew,Williams,,,,1797-06-27,M,rep,OH,17,,Whig,,,,,,,,,,L000436,,,,,,406927,,,,5773,Andrew W. Loomis -Loomis,Arphaxed,,,,,1798-04-09,M,rep,NY,16,,Democrat,,,,,,,,,,L000437,,,,,,406928,,,,5774,Arphaxed Loomis -Lumpkin,Wilson,,,,,1783-01-14,M,sen,GA,,2,Democrat,,,,,,,,,,L000512,,,,,,406998,,,,5837,Wilson Lumpkin -Lyon,Francis,Strother,,,,1800-02-25,M,rep,AL,5,,Whig,,,,,,,,,,L000542,,,,,,407026,,,,5864,Francis Strother Lyon -Martin,Joshua,Lanier,,,,1799-12-05,M,rep,AL,2,,Democrat,,,,,,,,,,M000192,,,,,,407213,,,,6034,Joshua L. Martin -Maury,Abram,Poindexter,,,,1801-12-26,M,rep,TN,8,,Whig,,,,,,,,,,M000262,,,,,,407280,,,,6091,Abram Poindexter Maury -May,William,L.,,,,,M,rep,IL,3,,Democrat,,,,,,,,,,M000277,,,,,,412164,,,,6105,William L. May -McKim,Isaac,,,,,1775-07-21,M,rep,MD,4,,Democrat,,,,,,,,,,M000516,,,,,,407510,,,,6307,Isaac McKim -McKinley,John,,,,,1780-05-01,M,sen,AL,,3,Democrat,,,,,,,,,,M000519,,,,,,407513,,,,6310,John McKinley -Menefee,Richard,Hickman,,,,1809-12-04,M,rep,KY,11,,Whig,,,,,,,,,,M000638,,,,,,407625,,,,6412,Richard Menefee -Milligan,John,Jones,,,,1795-12-10,M,rep,DE,0,,Whig,,,,,,,,,,M000767,,,,,,407745,,,,6521,John J. Milligan -Moore,Ely,,,,,1798-07-04,M,rep,NY,3,,Democrat,,,,,,,,,,M000897,,,,,,407869,,,,6631,Ely Moore -Morgan,William,Stephen,,,,1801-09-07,M,rep,VA,21,,Democrat,,,,,,,,,,M000960,,,,,,407928,,,,6687,William S. Morgan -Morris,Mathias,,,,,1787-09-12,M,rep,PA,6,,Whig,,,,,,,,,,M000984,,,,,,407952,,,,6711,Mathias Morris -Mouton,Alexander,,,,,1804-11-19,M,sen,LA,,3,Democrat,,,,,,,,,,M001050,,,,,,408017,,,,6770,Alexandre Mouton -Muhlenberg,Henry,Augustus Philip,,,,1782-05-13,M,rep,PA,9,,Democrat,,,,,,,,,,M001065,,,,,,408031,,,,6783,Henry A. P. Muhlenberg -Murray,John,L.,,,,1806-01-25,M,rep,KY,1,,Democrat,,,,,,,,,,M001110,,,,,,408074,,,,6822,John L. Murray (representative) -Noble,William,Henry,,,,1788-09-22,M,rep,NY,24,,Democrat,,,,,,,,,,N000120,,,,,,408204,,,,6943,William H. Noble -Norvell,John,,,,,1789-12-21,M,sen,MI,,2,Democrat,,,,,,,,,,N000158,,,,,,408240,,,,6977,John Norvell -Noyes,Joseph,Cobham,,,,1798-09-22,M,rep,ME,7,,Whig,,,,,,,,,,N000165,,,,,,408246,,,,6982,Joseph C. Noyes -Owens,George,Welshman,,,,1786-08-29,M,rep,GA,-1,,Democrat,,,,,,,,,,O000157,,,,,,408408,,,,7136,George Welshman Owens -Palmer,John,,,,,1785-01-29,M,rep,NY,13,,Democrat,,,,,,,,,,P000041,,,,,,408451,,,,7178,John Palmer (1785–1840) -Parker,Amasa,Junius,,,,1807-06-02,M,rep,NY,20,,Democrat,,,,,,,,,,P000054,,,,,,408464,,,,7188,Amasa J. Parker -Patterson,William,,,,,1789-06-04,M,rep,NY,29,,Whig,,,,,,,,,,P000133,,,,,,408539,,,,7257,William Patterson (New York) -Patton,John,Mercer,,,,1797-08-10,M,rep,VA,13,,Democrat,,,,,,,,,,P000140,,,,,,408546,,,,7265,John M. Patton -Phelps,Lancelot,,,,,1784-11-09,M,rep,CT,5,,Democrat,,,,,,,,,,P000297,,,,,,408697,,,,7402,Lancelot Phelps -Phillips,Stephen,Clarendon,,,,1801-11-04,M,rep,MA,2,,Whig,,,,,,,,,,P000312,,,,,,408711,,,,7417,Stephen C. Phillips -Potts,"David,",Jr.,,,,1794-11-27,M,rep,PA,4,,Anti Masonic,,,,,,,,,,P000472,,,,,,412175,,,,7562,David Potts Jr. -Prentiss,Samuel,,,,,1782-03-31,M,sen,VT,,3,Whig,,,,,,,,,,P000510,,,,,,408895,,,,7600,Samuel Prentiss -Prentiss,Seargent,Smith,,,,1808-09-30,M,rep,MS,-1,,Whig,,,,,,,,,,P000511,,,,,,408896,,,,7601,Seargent Smith Prentiss -Preston,William,Campbell,,,,1794-12-27,M,sen,SC,,3,Whig,,,,,,,,,,P000519,,,,,,408904,,,,7608,William C. Preston -Reily,Luther,,,,,1794-10-17,M,rep,PA,10,,Democrat,,,,,,,,,,R000158,,,,,,409135,,,,7819,Luther Reily -Richardson,John,Peter,,,,1801-04-14,M,rep,SC,8,,Democrat,,,,,,,,,,R000224,,,,,,409200,,,,7879,John Peter Richardson II -Roane,William,Henry,,,,1787-09-17,M,sen,VA,,2,Democrat,,,,,,,,,,R000293,,,,,,409266,,,,7937,William H. Roane -Robertson,John,,,,,1787-04-13,M,rep,VA,11,,Whig,,,,,,,,,,R000323,,,,,,409294,,,,7963,John Robertson (congressman) -Robinson,Edward,,,,,1796-11-25,M,rep,ME,3,,Whig,,,,,,,,,,R000334,,,,,,409305,,,,7974,Edward Robinson (Maine politician) -Rumsey,Edward,,,,,1796-11-05,M,rep,KY,2,,Whig,,,,,,,,,,R000507,,,,,,409466,,,,8114,Edward Rumsey -Sawyer,Samuel,Tredwell,,,,,M,rep,NC,1,,Whig,,,,,,,,,,S000093,,,,,,409605,,,,8241,Samuel Tredwell Sawyer -Sheffer,Daniel,,,,,1783-05-24,M,rep,PA,12,,Democrat,,,,,,,,,,S000316,,,,,,409814,,,,8427,Daniel Sheffer -Shepler,Matthias,,,,,1790-11-11,M,rep,OH,18,,Democrat,,,,,,,,,,S000333,,,,,,409830,,,,8442,Matthias Shepler -Shields,Ebenezer,J.,,,,1778-12-22,M,rep,TN,10,,Whig,,,,,,,,,,S000360,,,,,,409856,,,,8468,Ebenezer J. Shields -Sibley,Mark,Hopkins,,,,,M,rep,NY,26,,Whig,,,,,,,,,,S000399,,,,,,409893,,,,8501,Mark H. Sibley -Smith,Francis,Ormand Jonathan,,,,1806-11-23,M,rep,ME,2,,Democrat,,,,,,,,,,S000531,,,,,,410014,,,,8614,Francis Ormand Jonathan Smith -Smith,Oliver,Hampton,,,,1794-10-23,M,sen,IN,,3,Whig,,,,,,,,,,S000599,,,,,,410077,,,,8674,Oliver H. Smith -Smith,Perry,,,,,1783-05-12,M,sen,CT,,3,Democrat,,,,,,,,,,S000600,,,,,,410078,,,,8675,Perry Smith (politician) -Snyder,Adam,Wilson,,,,1799-10-06,M,rep,IL,1,,Democrat,,,,,,,,,,S000664,,,,,,410137,,,,8731,Adam W. Snyder -Southgate,William,Wright,,,,1800-11-27,M,rep,KY,13,,Whig,,,,,,,,,,S000690,,,,,,410161,,,,8753,William Wright Southgate -Spencer,James,Bradley,,,,1781-04-26,M,rep,NY,14,,Democrat,,,,,,,,,,S000725,,,,,,410194,,,,8785,James B. Spencer -Standifer,James,Israel,,,,,M,rep,TN,4,,Whig,,,,,,,,,,S000789,,,,,,410255,,,,8832,James Israel Standifer -Stone,William,,,,,1791-01-26,M,rep,TN,4,,Whig,,,,,,,,,,S000965,,,,,,410424,,,,8986,William Stone (Tennessee) -Stuart,Archibald,,,,,1795-12-02,M,rep,VA,7,,Democrat,,,,,,,,,,S001032,,,,,,410488,,,,9051,Archibald Stuart -Taylor,William,,,,,1791-10-12,M,rep,NY,23,,Democrat,,,,,,,,,,T000103,,,,,,410686,,,,9234,William Taylor (New York) -Titus,Obadiah,,,,,1789-01-20,M,rep,NY,5,,Democrat,,,,,,,,,,T000288,,,,,,410861,,,,9400,Obadiah Titus -Vail,Henry,,,,,,M,rep,NY,9,,Democrat,,,,,,,,,,V000002,,,,,,411061,,,,9583,Henry Vail -Vanderveer,Abraham,,,,,,M,rep,NY,2,,Democrat,,,,,,,,,,V000030,,,,,,411123,,,,9606,Abraham Vanderveer -Webster,Taylor,,,,,1800-10-01,M,rep,OH,2,,Democrat,,,,,,,,,,W000241,,,,,,411409,,,,9906,Taylor Webster -Weeks,Joseph,,,,,1773-02-13,M,rep,NH,-1,,Democrat,,,,,,,,,,W000247,,,,,,411415,,,,9912,Joseph Weeks -Whittlesey,Elisha,,,,,1783-10-19,M,rep,OH,16,,Whig,,,,,,,,,,W000431,,,,,,411590,,,,10078,Elisha Whittlesey -Whittlesey,Thomas,Tucker,,,,1798-12-08,M,rep,CT,4,,Democrat,,,,,,,,,,W000433,,,,,,411592,,,,10080,Thomas T. Whittlesey -Word,Thomas,Jefferson,,,,,M,rep,MS,-1,,Whig,,,,,,,,,,W000742,,,,,,412122,,,,10371,Thomas J. Word -Young,Richard,Montgomery,,,,1798-02-20,M,sen,IL,,3,Democrat,,,,,,,,,,Y000050,,,,,,411982,,,,10453,Richard M. Young -Merrick,William,Duhurst,,,,1793-10-25,M,sen,MD,,1,Whig,,,,,,,,,,M000654,,,,,,407640,,,,6427,William Duhurst Merrick -Trotter,James,Fisher,,,,1802-11-05,M,sen,MS,,1,Democrat,,,,,,,,,,T000380,,,,,,410949,,,,9480,James F. Trotter -Williams,Thomas,Hickman,,,,1801-01-20,M,sen,MS,,1,Democrat,,,,,,,,,,W000539,,,,,,411695,,,,10181,Thomas Hickman Williams -Allen,John,William,,,,,M,rep,OH,15,,Whig,,,,,,,,,,A000135,,,,,,400791,,,,118,John W. Allen -Allen,Judson,,,,,1797-04-03,M,rep,NY,20,,Democrat,,,,,,,,,,A000137,,,,,,400793,,,,120,Judson Allen -Alvord,James,Church,,,,1808-04-14,M,rep,MA,6,,Whig,,,,,,,,,,A000168,,,,,,400823,,,,149,James C. Alvord -Anderson,Hugh,Johnston,,,,1801-05-10,M,rep,ME,6,,Democrat,,,,,,,,,,A000190,,,,,,400845,,,,168,Hugh J. Anderson -Anderson,Simeon,H.,,,,1802-03-02,M,rep,KY,5,,Whig,,,,,,,,,,A000232,,,,,,400859,,,,181,Simeon H. Anderson -Beatty,William,,,,,,M,rep,PA,23,,Democrat,,,,,,,,,,B000284,,,,,,401278,,,,556,William Beatty (Pennsylvania) -Beirne,Andrew,,,,,,M,rep,VA,19,,Democrat,,,,,,,,,,B000319,,,,,,401311,,,,586,Andrew Beirne -Betts,Thaddeus,,,,,1789-02-04,M,sen,CT,,1,Whig,,,,,,,,,,B000428,,,,,,401414,,,,682,Thaddeus Betts -Biddle,Richard,,,,,1796-03-25,M,rep,PA,22,,Anti Masonic,,,,,,,,,,B000443,,,,,,401429,,,,695,Richard Biddle -Bond,William,Key,,,,1792-10-02,M,rep,OH,7,,Whig,,,,,,,,,,B000613,,,,,,401580,,,,842,William K. Bond -Brackenridge,Henry,Marie,,,,1786-05-11,M,rep,PA,22,,Whig,,,,,,,,,,B000732,,,,,,401692,,,,944,Henry Marie Brackenridge -Brown,Anson,,,,,,M,rep,NY,11,,Whig,,,,,,,,,,B000901,,,,,,401858,,,,1096,Anson Brown -Bynum,Jesse,Atherton,,,,1797-05-23,M,rep,NC,2,,Democrat,,,,,,,,,,B001204,,,,,,402145,,,,1362,Jesse Atherton Bynum -Carr,John,,,,,1793-04-09,M,rep,IN,3,,Democrat,,,,,,,,,,C000177,,,,,,402324,,,,1529,John Carr (Indiana politician) -Carroll,James,,,,,1791-12-02,M,rep,MD,4,,Democrat,,,,,,,,,,C000188,,,,,,402335,,,,1539,James Carroll (Maryland politician) -Carter,William,Blount,,,,1792-10-22,M,rep,TN,1,,Whig,,,,,,,,,,C000204,,,,,,402350,,,,1553,William Blount Carter -Chapman,William,Williams,,,,1808-08-11,M,rep,IA,-1,,Democrat,,,,,,,,,,C000318,,,,,,402460,,,,,William W. Chapman -Chinn,Thomas,Withers,,,,1791-11-22,M,rep,LA,2,,Whig,,,,,,,,,,C000363,,,,,,402502,,,,1700,Thomas Withers Chinn -Connor,Henry,William,,,,1793-08-05,M,rep,NC,11,,Democrat,,,,,,,,,,C000700,,,,,,402825,,,,2002,Henry William Connor -Cooper,William,Raworth,,,,1793-02-20,M,rep,NJ,-1,,Democrat,,,,,,,,,,C000766,,,,,,402886,,,,2060,William Raworth Cooper -Crabb,George,Whitfield,,,,1804-02-22,M,rep,AL,3,,Whig,,,,,,,,,,C000847,,,,,,402963,,,,2124,George Whitfield Crabb -Craig,Robert,,,,,,M,rep,VA,17,,Democrat,,,,,,,,,,C000859,,,,,,402974,,,,2135,Robert Craig (representative) -Crary,Isaac,Edwin,,,,1804-10-02,M,rep,MI,1,,Democrat,,,,,,,,,,C000882,,,,,,402994,,,,2152,Isaac E. Crary -Crockett,John,Wesley,,,,1807-07-10,M,rep,TN,12,,Whig,,,,,,,,,,C000920,,,,,,403032,,,,2188,John Wesley Crockett -Curtis,Edward,,,,,1801-10-25,M,rep,NY,3,,Whig,,,,,,,,,,C001009,,,,,,403116,,,,2270,Edward Curtis (politician) -Davee,Thomas,,,,,1797-12-09,M,rep,ME,8,,Democrat,,,,,,,,,,D000068,,,,,,403206,,,,2350,Thomas Davee -Davies,Edward,,,,,,M,rep,PA,4,,Anti Masonic,,,,,,,,,,D000088,,,,,,403225,,,,2370,Edward Davies (Pennsylvania) -Davis,John,,,,,1788-08-07,M,rep,PA,6,,Democrat,,,,,,,,,,D000116,,,,,,403251,,,,2395,John Davis (Pennsylvania politician) -De La Montanya,James,,,,,1798-03-20,M,rep,NY,2,,Democrat,,,,,,,,,,D000205,,,,,,403310,,,,2475,James De La Montanya -Dennis,John,,,,,,M,rep,MD,1,,Whig,,,,,,,,,,D000244,,,,,,403382,,,,2502,John Dennis (1807–1859) -Dickerson,Philemon,,,,,1788-01-11,M,rep,NJ,-1,,Democrat,,,,,,,,,,D000309,,,,,,403430,,,,2562,Philemon Dickerson -Dixon,Nathan,Fellows,,,,1774-12-13,M,sen,RI,,1,Whig,,,,,,,,,,D000376,,,,,,403491,,,,2622,Nathan F. Dixon I -Doe,Nicholas,Bartlett,,,,1786-06-16,M,rep,NY,11,,Whig,,,,,,,,,,D000398,,,,,,403513,,,,2644,Nicholas B. Doe -Downing,Charles,,,,,,M,rep,FL,-1,,,,,,,,,,,,D000472,,,,,,412035,,,,,Charles Downing -Earll,Nehemiah,Hezekiah,,,,1787-10-05,M,rep,NY,23,,Democrat,,,,,,,,,,E000012,,,,,,403708,,,,2818,Nehemiah H. Earll -Ely,John,,,,,1774-10-08,M,rep,NY,8,,Democrat,,,,,,,,,,E000166,,,,,,403857,,,,2954,John Ely (representative) -Fine,John,,,,,1794-08-26,M,rep,NY,14,,Democrat,,,,,,,,,,F000125,,,,,,404080,,,,3148,John Fine (politician) -Fisher,Charles,,,,,1789-10-20,M,rep,NC,10,,Democrat,,,,,,,,,,F000144,,,,,,404099,,,,3164,Charles Fisher (congressman) -Fletcher,Isaac,,,,,1784-11-22,M,rep,VT,5,,Democrat,,,,,,,,,,F000201,,,,,,404156,,,,3217,Isaac Fletcher -Galbraith,John,,,,,1794-08-02,M,rep,PA,25,,Democrat,,,,,,,,,,G000011,,,,,,404388,,,,3429,John Galbraith (Pennsylvania politician) -Garland,James,,,,,1791-06-06,M,rep,VA,12,,Conservative,,,,,,,,,,G000067,,,,,,404440,,,,3477,James Garland (Virginia politician) -Garland,Rice,,,,,,M,rep,LA,3,,Whig,,,,,,,,,,G000070,,,,,,412150,,,,3479,Rice Garland -Graves,William,Jordan,,,,,M,rep,KY,8,,Whig,,,,,,,,,,G000392,,,,,,404742,,,,3761,William J. Graves -Griffin,John,King,,,,1789-08-13,M,rep,SC,9,,Democrat,,,,,,,,,,G000462,,,,,,404807,,,,3821,John K. Griffin -Grinnell,Moses,Hicks,,,,1803-03-03,M,rep,NY,3,,Whig,,,,,,,,,,G000479,,,,,,404824,,,,3838,Moses H. Grinnell -Grundy,Felix,,,,,1777-09-11,M,sen,TN,,1,Democrat,,,,,,,,,,G000509,,,,,,404854,,,,3865,Felix Grundy -Hammond,Robert,Hanna,,,,1791-04-28,M,rep,PA,16,,Democrat,,,,,,,,,,H000132,,,,,,405014,,,,4011,Robert Hanna Hammond -Hand,Augustus,Cincinnatus,,,,1803-09-04,M,rep,NY,13,,Democrat,,,,,,,,,,H000152,,,,,,405034,,,,4029,Augustus C. Hand -Harrison,Albert,Galliton,,,,1800-06-26,M,rep,MO,-1,,Democrat,,,,,,,,,,H000261,,,,,,405138,,,,4122,Albert Galliton Harrison -Hawes,Richard,,,,,1797-02-06,M,rep,KY,10,,Whig,,,,,,,,,,H000363,,,,,,405232,,,,4208,Richard Hawes -Hawkins,Micajah,Thomas,,,,1790-05-20,M,rep,NC,6,,Democrat,,,,,,,,,,H000373,,,,,,405241,,,,4217,Micajah Thomas Hawkins -Henderson,John,,,,,1797-02-28,M,sen,MS,,1,Whig,,,,,,,,,,H000482,,,,,,405345,,,,4309,John Henderson (Mississippi politician) -Hill,John,,,,,1797-04-09,M,rep,NC,9,,Democrat,,,,,,,,,,H000594,,,,,,405456,,,,4412,John Hill (North Carolina politician) -Hill,John,,,,,1800-07-18,M,rep,VA,5,,Whig,,,,,,,,,,H000595,,,,,,405457,,,,4413,John Hill (Virginia politician) -Hillen Solomon,Solomon,,Jr.,,,1810-07-10,M,rep,MD,4,,Democrat,,,,,,,,,,H000617,,,,,,405476,,,,4432,Solomon Hillen Jr. -Hoffman,Josiah,Ogden,,,,1793-05-03,M,rep,NY,3,,Whig,,,,,,,,,,H000687,,,,,,405540,,,,4491,Ogden Hoffman -Holleman,Joel,,,,,1799-10-01,M,rep,VA,1,,Democrat,,,,,,,,,,H000721,,,,,,405573,,,,4521,Joel Holleman -Holt,Hines,,,,,1805-04-27,M,rep,GA,-1,,Whig,,,,,,,,,,H000745,,,,,,405596,,,,4542,Hines Holt -Howard,Tilghman,Ashurst,,,,1797-11-14,M,rep,IN,7,,Democrat,,,,,,,,,,H000844,,,,,,405691,,,,4631,Tilghman Howard -Jackson,Thomas,Birdsall,,,,1797-03-24,M,rep,NY,1,,Democrat,,,,,,,,,,J000027,,,,,,405933,,,,4864,Thomas B. Jackson -Jenifer,Daniel,,,,,1791-04-15,M,rep,MD,7,,Whig,,,,,,,,,,J000078,,,,,,405981,,,,4910,Daniel Jenifer -Johnston,Charles,,,,,1793-02-14,M,rep,NY,5,,Whig,,,,,,,,,,J000184,,,,,,406079,,,,5000,Charles Johnston (representative) -Jones,Nathaniel,,,,,1788-02-17,M,rep,NY,6,,Democrat,,,,,,,,,,J000243,,,,,,406136,,,,5053,Nathaniel Jones (representative) -Kemble,Gouverneur,,,,,1786-01-25,M,rep,NY,4,,Democrat,,,,,,,,,,K000084,,,,,,406253,,,,5160,Gouverneur Kemble -Kempshall,Thomas,,,,,,M,rep,NY,28,,Whig,,,,,,,,,,K000087,,,,,,412160,,,,5162,Thomas Kempshall -Kille,Joseph,,,,,1790-04-12,M,rep,NJ,-1,,Democrat,,,,,,,,,,K000178,,,,,,406341,,,,5242,Joseph Kille -Lawrence,Abbott,,,,,1792-12-16,M,rep,MA,1,,Whig,,,,,,,,,,L000130,,,,,,406635,,,,5507,Abbott Lawrence -Leadbetter,Daniel,Parkhurst,,,,1797-09-10,M,rep,OH,13,,Democrat,,,,,,,,,,L000172,,,,,,406675,,,,5538,Daniel Parkhurst Leadbetter -Leet,Isaac,,,,,,M,rep,PA,21,,Democrat,,,,,,,,,,L000211,,,,,,406714,,,,5575,Isaac Leet -Leonard,Stephen,Banks,,,,1793-04-15,M,rep,NY,22,,Democrat,,,,,,,,,,L000249,,,,,,406752,,,,5614,Stephen B. Leonard -Mallory,Meredith,,,,,1781-01-31,M,rep,NY,27,,Democrat,,,,,,,,,,M000081,,,,,,412067,,,,5939,Meredith Mallory -Marvin,Richard,Pratt,,,,1803-12-23,M,rep,NY,31,,Whig,,,,,,,,,,M000211,,,,,,407230,,,,6049,Richard P. Marvin -McCarty,William,Mason,,,,,M,rep,VA,14,,Whig,,,,,,,,,,M000322,,,,,,412165,,,,6141,William M. McCarty -McClure,Charles,,,,,,M,rep,PA,13,,Democrat,,,,,,,,,,M000345,,,,,,407354,,,,6162,Charles McClure -McCulloch,George,,,,,1792-02-22,M,rep,PA,14,,Democrat,,,,,,,,,,M000389,,,,,,407390,,,,6200,George McCulloch -Mercer,Charles,Fenton,,,,1778-06-16,M,rep,VA,14,,Whig,,,,,,,,,,M000642,,,,,,407628,,,,6415,Charles F. Mercer -Mitchell,Charles,F.,,,,1806-02-18,M,rep,NY,33,,Whig,,,,,,,,,,M000806,,,,,,412169,,,,6555,Charles F. Mitchell -Monroe,James,,,,,1799-09-10,M,rep,NY,3,,Whig,,,,,,,,,,M000856,,,,,,407830,,,,6595,James Monroe (New York politician) -Montgomery,William,,,,,1789-12-29,M,rep,NC,8,,Democrat,,,,,,,,,,M000874,,,,,,407846,,,,6609,William Montgomery (North Carolina) -Morris,Samuel,Wells,,,,1786-09-01,M,rep,PA,17,,Democrat,,,,,,,,,,M000987,,,,,,407955,,,,6714,Samuel Wells Morris -Naylor,Charles,,,,,1806-10-06,M,rep,PA,3,,Whig,,,,,,,,,,N000011,,,,,,408105,,,,6847,Charles Naylor -Palen,Rufus,,,,,1807-02-25,M,rep,NY,7,,Whig,,,,,,,,,,P000032,,,,,,408443,,,,7170,Rufus Palen -Parris,Virgil,Delphini,,,,1807-02-18,M,rep,ME,5,,Democrat,,,,,,,,,,P000081,,,,,,408491,,,,7213,Virgil D. Parris -Paynter,Lemuel,,,,,,M,rep,PA,1,,Democrat,,,,,,,,,,P000155,,,,,,408559,,,,7275,Lemuel Paynter -Peck,Luther,Christopher,,,,,M,rep,NY,30,,Whig,,,,,,,,,,P000179,,,,,,408583,,,,7297,Luther C. Peck -Petrikin,David,,,,,1788-12-01,M,rep,PA,15,,Democrat,,,,,,,,,,P000267,,,,,,408667,,,,7375,David Petrikin -Potter,William,Wilson,,,,1792-12-18,M,rep,PA,14,,Democrat,,,,,,,,,,P000469,,,,,,408855,,,,7560,William Wilson Potter -Prentiss,John,Holmes,,,,1784-04-17,M,rep,NY,19,,Democrat,,,,,,,,,,P000509,,,,,,408894,,,,7599,John Holmes Prentiss -Ramsey,William,Sterrett,,,,1810-06-12,M,rep,PA,13,,Democrat,,,,,,,,,,R000030,,,,,,409012,,,,7707,William Sterrett Ramsey -Rariden,James,,,,,1795-02-14,M,rep,IN,5,,Whig,,,,,,,,,,R000066,,,,,,409046,,,,7740,James Rariden -Reed,John,,,,,1781-09-02,M,rep,MA,11,,Whig,,,,,,,,,,R000121,,,,,,409101,,,,7789,John Reed Jr. -Ripley,Eleazar,Wheelock,,,,1782-04-15,M,rep,LA,-1,,Democrat,,,,,,,,,,R000265,,,,,,409240,,,,7912,Eleazer Wheelock Ripley -Rives,Francis,Everod,,,,1792-01-14,M,rep,VA,2,,Democrat,,,,,,,,,,R000284,,,,,,409257,,,,7928,Francis E. Rives -Robinson,Thomas,,Jr.,,,,M,rep,DE,0,,Democrat,,,,,,,,,,R000353,,,,,,409324,,,,7991,"Thomas Robinson, Jr." -Rogers,Edward,,,,,1787-05-30,M,rep,NY,23,,Democrat,,,,,,,,,,R000393,,,,,,409361,,,,8025,Edward Rogers (representative) -Russell,David,Abel,,,,,M,rep,NY,12,,Whig,,,,,,,,,,R000524,,,,,,409482,,,,8127,David Abel Russell -Ryall,Daniel,Bailey,,,,1798-01-30,M,rep,NJ,-1,,Democrat,,,,,,,,,,R000554,,,,,,409510,,,,8154,Daniel Bailey Ryall -Samuels,Green,Berry,,,,1806-02-01,M,rep,VA,16,,Democrat,,,,,,,,,,S000028,,,,,,409547,,,,8192,Green Berry Samuels -Shepard,Charles,Biddle,,,,1808-12-05,M,rep,NC,4,,Democrat,,,,,,,,,,S000329,,,,,,409826,,,,8439,Charles Biddle Shepard -Smith,Albert,,,,,1793-01-03,M,rep,ME,2,,Democrat,,,,,,,,,,S000513,,,,,,409997,,,,8599,Albert Smith (Maine) -Smith,John,,,,,1789-08-12,M,rep,VT,4,,Democrat,,,,,,,,,,S000565,,,,,,410049,,,,8648,John Smith (Vermont) -Southard,Samuel,Lewis,,,,1787-06-09,M,sen,NJ,,1,Whig,,,,,,,,,,S000689,,,,,,410160,,,,8752,Samuel L. Southard -Storrs,William,Lucius,,,,1795-03-25,M,rep,CT,2,,Whig,,,,,,,,,,S000977,,,,,,410436,,,,8998,William L. Storrs -Strong,Theron,Rudd,,,,1802-11-07,M,rep,NY,25,,Democrat,,,,,,,,,,S001020,,,,,,410477,,,,9039,Theron R. Strong -Swearingen,Henry,,,,,,M,rep,OH,19,,Democrat,,,,,,,,,,S001099,,,,,,412182,,,,9111,Henry Swearingen -Tallmadge,Nathaniel,Pitcher,,,,1795-02-08,M,sen,NY,,1,Whig,,,,,,,,,,T000032,,,,,,410621,,,,9172,Nathaniel P. Tallmadge -Tappan,Benjamin,,,,,1773-05-25,M,sen,OH,,1,Democrat,,,,,,,,,,T000039,,,,,,410627,,,,9177,Benjamin Tappan -Taylor,Jonathan,,,,,,M,rep,OH,12,,Democrat,,,,,,,,,,T000092,,,,,,410675,,,,9223,Jonathan Taylor (congressman) -Thompson,Waddy,,Jr.,,,1798-01-08,M,rep,SC,6,,Whig,,,,,,,,,,T000221,,,,,,410800,,,,9342,Waddy Thompson Jr. -Vanderpoel,Aaron,,,,,1799-02-05,M,rep,NY,8,,Democrat,,,,,,,,,,V000028,,,,,,411122,,,,9605,Aaron Vanderpoel -Vroom,Peter,Dumont,,,,1791-12-12,M,rep,NJ,-1,,Democrat,,,,,,,,,,V000123,,,,,,411177,,,,9692,Peter Dumont Vroom -Wagener,David,Douglas,,,,1792-10-11,M,rep,PA,7,,Democrat,,,,,,,,,,W000016,,,,,,411195,,,,9709,David Douglas Wagener -Wagner,Peter,Joseph,,,,1795-08-14,M,rep,NY,15,,Whig,,,,,,,,,,W000020,,,,,,411199,,,,9712,Peter Joseph Wagner -Williams,Reuel,,,,,1783-06-02,M,sen,ME,,1,Democrat,,,,,,,,,,W000532,,,,,,411689,,,,10174,Reuel Williams -Williams,Sherrod,,,,,,M,rep,KY,4,,Whig,,,,,,,,,,W000536,,,,,,411692,,,,10178,Sherrod Williams -Worthington,John,Tolley Hood,,,,1788-11-01,M,rep,MD,3,,Democrat,,,,,,,,,,W000748,,,,,,411897,,,,10377,John Tolley Hood Worthington -Anderson,Alexander,Outlaw,,,,1794-11-10,M,sen,TN,,2,Democrat,,,,,,,,,,A000181,,,,,,400836,,,,160,Alexander O. Anderson -Graham,William,Alexander,,,,1804-09-05,M,sen,NC,,3,Whig,,,,,,,,,,G000362,,,,,,404716,,,,3739,William Alexander Graham -Porter,Augustus,Seymour,,,,1798-01-18,M,sen,MI,,1,Whig,,,,,,,,,,P000437,,,,,,408828,,,,7531,Augustus Seymour Porter -Harrison,William,Henry,,,,1773-02-09,M,sen,OH,,3,Adams,,,,,,,,,,H000279,,,,,,405153,,,,4138,William Henry Harrison -Tyler,John,,,,,1790-03-29,M,sen,VA,,1,,,,,,,,,,,T000450,,,,,,411018,,,,9542,John Tyler -Alford,Julius,Caesar,,,,1799-05-10,M,rep,GA,-1,,Whig,,,,,,,,,,A000104,,,,,,400762,,,,91,Julius Caesar Alford -Allen,Elisha,Hunt,,,,1804-01-28,M,rep,ME,8,,Whig,,,,,,,,,,A000120,,,,,,400777,,,,105,Elisha Hunt Allen -Andrews,Landaff,Watson,,,,1803-02-12,M,rep,KY,11,,Whig,,,,,,,,,,A000247,,,,,,400880,,,,197,Landaff Andrews -Andrews,Sherlock,James,,,,1801-11-17,M,rep,OH,15,,Whig,,,,,,,,,,A000249,,,,,,400884,,,,199,Sherlock James Andrews -Appleton,Nathan,,,,,1779-10-06,M,rep,MA,1,,Whig,,,,,,,,,,A000269,,,,,,400908,,,,219,Nathan Appleton -Archer,William,Segar,,,,1789-03-05,M,sen,VA,,2,Whig,,,,,,,,,,A000275,,,,,,400914,,,,225,William S. Archer -Arnold,Thomas,Dickens,,,,1798-05-03,M,rep,TN,1,,Whig,,,,,,,,,,A000297,,,,,,400939,,,,249,Thomas Dickens Arnold -Aycrigg,John,Bancker,,,,1798-07-09,M,rep,NJ,-1,,Whig,,,,,,,,,,A000350,,,,,,401001,,,,305,John Bancker Aycrigg -Babcock,Alfred,,,,,1805-04-15,M,rep,NY,33,,Whig,,,,,,,,,,B000003,,,,,,401009,,,,313,Alfred Babcock -Banks,Linn,,,,,1784-01-23,M,rep,VA,13,,Democrat,,,,,,,,,,B000115,,,,,,401116,,,,408,Linn Banks -Barrow,Alexander,,,,,1801-03-27,M,sen,LA,,2,Whig,,,,,,,,,,B000183,,,,,,401182,,,,469,Alexander Barrow -Barton,Richard,Walker,,,,,M,rep,VA,15,,Whig,,,,,,,,,,B000214,,,,,,401211,,,,496,Richard W. Barton -Bates,Isaac,Chapman,,,,1779-01-23,M,sen,MA,,2,Whig,,,,,,,,,,B000233,,,,,,401228,,,,513,Isaac C. Bates -Bayard,Richard,Henry,,,,1796-09-26,M,sen,DE,,1,Whig,,,,,,,,,,B000251,,,,,,401245,,,,527,Richard H. Bayard -Beeson,Henry,White,,,,1791-09-14,M,rep,PA,20,,Democrat,,,,,,,,,,B000313,,,,,,401305,,,,582,Henry White Beeson -Birdseye,Victory,,,,,1782-12-25,M,rep,NY,23,,Whig,,,,,,,,,,B000484,,,,,,401465,,,,729,Victory Birdseye -Black,Henry,,,,,1783-02-25,M,rep,PA,18,,Whig,,,,,,,,,,B000498,,,,,,401478,,,,742,Henry Black (Representative) -Blair,Bernard,,,,,1801-05-24,M,rep,NY,12,,Whig,,,,,,,,,,B000522,,,,,,401498,,,,763,Bernard Blair -Boardman,William,Whiting,,,,1794-10-10,M,rep,CT,2,,Whig,,,,,,,,,,B000578,,,,,,401549,,,,811,William Whiting Boardman -Borden,Nathaniel,Briggs,,,,1801-04-15,M,rep,MA,10,,Whig,,,,,,,,,,B000636,,,,,,401601,,,,860,Nathaniel B. Borden -Bowne,Samuel,Smith,,,,1800-04-11,M,rep,NY,19,,Democrat,,,,,,,,,,B000708,,,,,,401670,,,,922,Samuel S. Bowne -Brewster,David,P.,,,,1801-06-15,M,rep,NY,17,,Democrat,,,,,,,,,,B000814,,,,,,401771,,,,1019,David P. Brewster -Briggs,George,Nixon,,,,1796-04-12,M,rep,MA,7,,Whig,,,,,,,,,,B000830,,,,,,401787,,,,1033,George N. Briggs -Brockway,John,Hall,,,,1801-01-31,M,rep,CT,6,,Whig,,,,,,,,,,B000854,,,,,,401811,,,,1054,John H. Brockway -Bronson,David,,,,,1800-02-08,M,rep,ME,4,,Whig,,,,,,,,,,B000868,,,,,,401825,,,,1066,David Bronson -Butler,Sampson,Hale,,,,1803-01-03,M,rep,SC,4,,Democrat,,,,,,,,,,B001189,,,,,,402131,,,,1349,Sampson H. Butler -Butler,William,,,,,1790-02-01,M,rep,SC,6,,Whig,,,,,,,,,,B001195,,,,,,402137,,,,1355,William Butler (1790–1850) -Butler,William,Orlando,,,,1791-04-19,M,rep,KY,13,,Democrat,,,,,,,,,,B001197,,,,,,402139,,,,1357,William Orlando Butler -Caldwell,Greene,Washington,,,,1806-04-13,M,rep,NC,11,,Democrat,,,,,,,,,,C000032,,,,,,402193,,,,1406,Greene Washington Caldwell -Caldwell,Patrick,Calhoun,,,,1801-03-10,M,rep,SC,9,,Democrat,,,,,,,,,,C000039,,,,,,402200,,,,1413,Patrick C. Caldwell -Calhoun,William,Barron,,,,1796-12-29,M,rep,MA,8,,Whig,,,,,,,,,,C000046,,,,,,402207,,,,1420,William B. Calhoun -Campbell,Thomas,Jefferson,,,,,M,rep,TN,4,,Whig,,,,,,,,,,C000101,,,,,,402254,,,,1465,Thomas Jefferson Campbell -Caruthers,Robert,Looney,,,,1800-07-31,M,rep,TN,7,,Whig,,,,,,,,,,C000209,,,,,,402355,,,,1558,Robert L. Caruthers -Cary,George,Booth,,,,,M,rep,VA,2,,Democrat,,,,,,,,,,C000213,,,,,,402359,,,,1562,George B. Cary -Casey,Zadok,,,,,1796-03-07,M,rep,IL,2,,Ind. Democrat,,,,,,,,,,C000230,,,,,,402375,,,,1579,Zadok Casey -Childs,Timothy,,,,,,M,rep,NY,28,,Whig,,,,,,,,,,C000355,,,,,,402494,,,,1693,Timothy Childs -Chittenden,Thomas,Cotton,,,,1788-08-30,M,rep,NY,18,,Whig,,,,,,,,,,C000374,,,,,,402513,,,,1710,Thomas C. Chittenden -Choate,Rufus,,,,,1799-10-01,M,sen,MA,,1,Whig,,,,,,,,,,C000375,,,,,,402514,,,,1711,Rufus Choate -Clark,John,Chamberlain,,,,1793-01-14,M,rep,NY,21,,Whig,,,,,,,,,,C000443,,,,,,402581,,,,1775,John C. Clark -Clarke,Staley,Nichols,,,,1794-05-24,M,rep,NY,31,,Whig,,,,,,,,,,C000471,,,,,,402609,,,,1801,Staley N. Clarke -Clayton,Thomas,,,,,,M,sen,DE,,2,Whig,,,,,,,,,,C000499,,,,,,402636,,,,1825,Thomas Clayton -Clifford,Nathan,,,,,1803-08-18,M,rep,ME,1,,Democrat,,,,,,,,,,C000518,,,,,,402653,,,,1841,Nathan Clifford -Cowen,Benjamin,Sprague,,,,1793-09-27,M,rep,OH,11,,Whig,,,,,,,,,,C000821,,,,,,402939,,,,2103,Benjamin S. Cowen -Cravens,James,Harrison,,,,1802-08-02,M,rep,IN,4,,Whig,,,,,,,,,,C000884,,,,,,402996,,,,2154,James H. Cravens -Crawford,George,Walker,,,,1798-12-22,M,rep,GA,-1,,Whig,,,,,,,,,,C000890,,,,,,403002,,,,2160,George W. Crawford -Cushing,Caleb,,,,,1800-01-17,M,rep,MA,3,,Whig,,,,,,,,,,C001016,,,,,,403123,,,,2277,Caleb Cushing -Dimock,Davis,,Jr.,,,1801-09-17,M,rep,PA,17,,Democrat,,,,,,,,,,D000352,,,,,,403470,,,,2602,"Davis Dimock, Jr." -Doan,William,,,,,1792-04-04,M,rep,OH,5,,Democrat,,,,,,,,,,D000380,,,,,,403496,,,,2627,William Doan -Doig,Andrew,Wheeler,,,,1799-07-24,M,rep,NY,16,,Democrat,,,,,,,,,,D000400,,,,,,403514,,,,2645,Andrew W. Doig -Eastman,Ira,Allen,,,,1809-01-01,M,rep,NH,-1,,Democrat,,,,,,,,,,E000020,,,,,,403716,,,,2824,Ira Allen Eastman -Edwards,John,,,,,,M,rep,PA,4,,Whig,,,,,,,,,,E000074,,,,,,403766,,,,2868,John Edwards (Pennsylvania politician) -Edwards,John,Cummins,,,,1804-06-24,M,rep,MO,-1,,Democrat,,,,,,,,,,E000076,,,,,,403768,,,,2870,John Cummins Edwards -Egbert,Joseph,,,,,1807-04-10,M,rep,NY,2,,Democrat,,,,,,,,,,E000088,,,,,,403781,,,,2880,Joseph Egbert -Evans,George,,,,,1797-01-12,M,sen,ME,,2,Whig,,,,,,,,,,E000241,,,,,,403925,,,,3007,George Evans (American politician) -Everett,Horace,,,,,1779-07-17,M,rep,VT,3,,Whig,,,,,,,,,,E000265,,,,,,403945,,,,3027,Horace Everett -Ferris,Charles,Goadsby,,,,,M,rep,NY,3,,Democrat,,,,,,,,,,F000090,,,,,,412148,,,,3118,Charles G. Ferris -Floyd,Charles,Albert,,,,,M,rep,NY,1,,Democrat,,,,,,,,,,F000219,,,,,,404174,,,,3232,Charles A. Floyd -Fornance,Joseph,,,,,1804-10-18,M,rep,PA,5,,Democrat,,,,,,,,,,F000276,,,,,,404226,,,,3279,Joseph Fornance -Foster,A.,Lawrence,,,,1802-09-17,M,rep,NY,23,,Whig,,,,,,,,,,F000296,,,,,,412038,,,,3298,A. Lawrence Foster -Foster,Thomas,Flournoy,,,,1790-11-23,M,rep,GA,-1,,Whig,,,,,,,,,,F000314,,,,,,404263,,,,3316,Thomas Flournoy Foster -Fulton,William,Savin,,,,1795-06-02,M,sen,AR,,2,Democrat,,,,,,,,,,F000425,,,,,,404366,,,,3411,William S. Fulton -Gamble,Roger,Lawson,,,,,M,rep,GA,-1,,Whig,,,,,,,,,,G000033,,,,,,404409,,,,3448,Roger Lawson Gamble -Gates,Seth,Merrill,,,,1800-10-10,M,rep,NY,29,,Whig,,,,,,,,,,G000097,,,,,,404469,,,,3505,Seth M. Gates -Gerry,James,,,,,1796-08-14,M,rep,PA,11,,Democrat,,,,,,,,,,G000140,,,,,,404509,,,,3543,James Gerry -Goode,Patrick,Gaines,,,,1798-05-10,M,rep,OH,3,,Whig,,,,,,,,,,G000278,,,,,,404640,,,,3667,Patrick Gaines Goode -Granger,Francis,,,,,1792-12-01,M,rep,NY,26,,Whig,,,,,,,,,,G000376,,,,,,404728,,,,3750,Francis Granger -Greig,John,,,,,1779-08-06,M,rep,NY,26,,Whig,,,,,,,,,,G000449,,,,,,404795,,,,3811,John Greig (representative) -Gustine,Amos,,,,,,M,rep,PA,13,,Democrat,,,,,,,,,,G000533,,,,,,404878,,,,3883,Amos Gustine -Habersham,Richard,Wylly,,,,,M,rep,GA,-1,,Whig,,,,,,,,,,H000003,,,,,,404889,,,,3893,Richard W. Habersham -Hall,Hiland,,,,,1795-07-20,M,rep,VT,1,,Whig,,,,,,,,,,H000052,,,,,,404937,,,,3939,Hiland Hall -Halstead,William,,,,,1794-06-04,M,rep,NJ,-1,,Whig,,,,,,,,,,H000092,,,,,,404974,,,,3974,William Halstead -Harris,William,Alexander,,,,1805-08-24,M,rep,VA,16,,Democrat,,,,,,,,,,H000257,,,,,,405134,,,,4118,William Alexander Harris (Virginia) -Hastings,John,,,,,,M,rep,OH,17,,Democrat,,,,,,,,,,H000328,,,,,,405199,,,,4179,John Hastings (Ohio) -Hastings,William,Soden,,,,1798-06-03,M,rep,MA,9,,Whig,,,,,,,,,,H000332,,,,,,405202,,,,4182,William Soden Hastings -Hays,Samuel,Lewis,,,,1794-10-20,M,rep,VA,20,,Democrat,,,,,,,,,,H000407,,,,,,405274,,,,4246,Samuel Lewis Hays -Henry,Thomas,,,,,,M,rep,PA,24,,Whig,,,,,,,,,,H000518,,,,,,405381,,,,4343,Thomas Henry (Pennsylvania) -Hook,Enos,,,,,1804-12-03,M,rep,PA,20,,Democrat,,,,,,,,,,H000756,,,,,,405607,,,,4551,Enos Hook -Houck,Jacob,,Jr.,,,1801-01-14,M,rep,NY,8,,Democrat,,,,,,,,,,H000810,,,,,,405658,,,,4599,"Jacob Houck, Jr." -Hunt,Hiram,Paine,,,,1796-05-23,M,rep,NY,9,,Whig,,,,,,,,,,H000970,,,,,,405814,,,,4743,Hiram P. Hunt -Irwin,William,Wallace,,,,,M,rep,PA,22,,Whig,,,,,,,,,,I000044,,,,,,405901,,,,4829,William W. Irwin -Jack,William,,,,,1788-07-29,M,rep,PA,23,,Democrat,,,,,,,,,,J000002,,,,,,405910,,,,4840,William Jack (U.S. politician) -James,Francis,,,,,1799-04-04,M,rep,PA,4,,Whig,,,,,,,,,,J000049,,,,,,405954,,,,4883,Francis James (congressman) -Johnson,William,Cost,,,,1806-01-14,M,rep,MD,5,,Whig,,,,,,,,,,J000180,,,,,,406075,,,,4996,William Cost Johnson -Jones,Isaac,Dashiell,,,,1806-11-01,M,rep,MD,1,,Whig,,,,,,,,,,J000226,,,,,,406120,,,,5037,Isaac Dashiell Jones -Keim,George,May,,,,1805-03-23,M,rep,PA,9,,Democrat,,,,,,,,,,K000050,,,,,,406220,,,,5128,George May Keim -Kerr,John,Leeds,,,,1780-01-15,M,sen,MD,,3,Whig,,,,,,,,,,K000139,,,,,,406305,,,,5209,John Leeds Kerr -Lawrence,Joseph,,,,,,M,rep,PA,21,,Whig,,,,,,,,,,L000137,,,,,,406642,,,,5514,Joseph Lawrence (Pennsylvania) -Lincoln,Levi,,,,,1782-10-25,M,rep,MA,5,,Whig,,,,,,,,,,L000315,,,,,,406810,,,,5669,Levi Lincoln Jr. -Linn,Archibald,Ladley,,,,1802-10-15,M,rep,NY,11,,Whig,,,,,,,,,,L000335,,,,,,406828,,,,5686,Archibald L. Linn -Lowell,Joshua,Adams,,,,1801-03-20,M,rep,ME,7,,Democrat,,,,,,,,,,L000476,,,,,,406965,,,,5811,Joshua A. Lowell -Mallory,Francis,,,,,1807-12-12,M,rep,VA,1,,Whig,,,,,,,,,,M000080,,,,,,407108,,,,5938,Francis Mallory -Marchand,Albert,Gallatin,,,,1811-02-27,M,rep,PA,19,,Democrat,,,,,,,,,,M000123,,,,,,407147,,,,5975,Albert Gallatin Marchand -Marshall,Alfred,,,,,,M,rep,ME,6,,Democrat,,,,,,,,,,M000150,,,,,,412162,,,,5996,Alfred Marshall (politician) -Marshall,Thomas,Francis,,,,1801-06-07,M,rep,KY,10,,Whig,,,,,,,,,,M000162,,,,,,407184,,,,6008,Thomas Francis Marshall -Mason,John,Thomson,,,,1815-05-09,M,rep,MD,6,,Democrat,,,,,,,,,,M000219,,,,,,407237,,,,6056,John Thomson Mason Jr. -Mason,Samson,,,,,1793-07-24,M,rep,OH,10,,Whig,,,,,,,,,,M000225,,,,,,407243,,,,6062,Samson Mason -Mathiot,Joshua,,,,,1800-04-04,M,rep,OH,12,,Whig,,,,,,,,,,M000243,,,,,,407261,,,,6077,Joshua Mathiot -Mattocks,John,,,,,1777-03-04,M,rep,VT,5,,Whig,,,,,,,,,,M000258,,,,,,407276,,,,6088,John Mattocks -Maxwell,John,Patterson Bryan,,,,1804-09-03,M,rep,NJ,-1,,Whig,,,,,,,,,,M000268,,,,,,407286,,,,6096,John Patterson Bryan Maxwell -Maynard,John,,,,,,M,rep,NY,25,,Whig,,,,,,,,,,M000285,,,,,,412068,,,,6113,John Maynard (New York) -McClellan,Abraham,,,,,1789-10-04,M,rep,TN,2,,Democrat,,,,,,,,,,M000328,,,,,,407338,,,,6147,Abraham McClellan (Tennessee politician) -McClellan,Robert,,,,,1806-10-02,M,rep,NY,8,,Democrat,,,,,,,,,,M000333,,,,,,407343,,,,6152,Robert McClellan -McKennan,Thomas,McKean Thompson,,,,1794-03-31,M,rep,PA,21,,Whig,,,,,,,,,,M000501,,,,,,407496,,,,6295,Thomas McKean Thompson McKennan -McKeon,John,,,,,1808-03-29,M,rep,NY,3,,Democrat,,,,,,,,,,M000509,,,,,,407503,,,,6302,John McKeon -McRoberts,Samuel,,,,,1799-04-12,M,sen,IL,,2,Democrat,,,,,,,,,,M000599,,,,,,407588,,,,6381,Samuel McRoberts -Medill,William,,,,,,M,rep,OH,9,,Democrat,,,,,,,,,,M000624,,,,,,407613,,,,6402,William Medill -Meriwether,James,A.,,,,1806-09-20,M,rep,GA,-1,,Whig,,,,,,,,,,M000652,,,,,,407638,,,,6425,James Archibald Meriwether -Miller,John,,,,,1781-11-25,M,rep,MO,-1,,Democrat,,,,,,,,,,M000735,,,,,,407715,,,,6491,John Miller (Missouri politician) -Mitchell,Anderson,,,,,1800-06-13,M,rep,NC,13,,Whig,,,,,,,,,,M000804,,,,,,407780,,,,6553,Anderson Mitchell -Morehead,James,Turner,,,,1797-05-24,M,sen,KY,,2,Whig,,,,,,,,,,M000938,,,,,,407906,,,,6666,James Turner Morehead (Kentucky) -Morgan,Christopher,,,,,1808-06-04,M,rep,NY,24,,Whig,,,,,,,,,,M000945,,,,,,407913,,,,6673,Christopher Morgan (politician) -Morris,Calvary,,,,,1798-01-15,M,rep,OH,6,,Whig,,,,,,,,,,M000973,,,,,,407941,,,,6700,Calvary Morris -Morrow,Jeremiah,,,,,1771-10-06,M,rep,OH,4,,Whig,,,,,,,,,,M001003,,,,,,407971,,,,6728,Jeremiah Morrow -Newhard,Peter,,,,,1783-07-26,M,rep,PA,8,,Democrat,,,,,,,,,,N000068,,,,,,408156,,,,6896,Peter Newhard -Nisbet,Eugenius,Aristides,,,,1803-12-07,M,rep,GA,-1,,Whig,,,,,,,,,,N000111,,,,,,408195,,,,6934,Eugenius Aristides Nisbet -Ogle,Charles,,,,,,M,rep,PA,18,,Whig,,,,,,,,,,O000047,,,,,,408330,,,,7035,Charles Ogle (politician) -Oliver,William,Morrison,,,,1792-10-15,M,rep,NY,27,,Democrat,,,,,,,,,,O000078,,,,,,408351,,,,7065,William M. Oliver -Osborne,Thomas,Burr,,,,1798-07-08,M,rep,CT,4,,Whig,,,,,,,,,,O000114,,,,,,408370,,,,7095,Thomas Burr Osborne (politician) -Owsley,Bryan,Young,,,,1798-08-19,M,rep,KY,4,,Whig,,,,,,,,,,O000162,,,,,,408412,,,,7140,Bryan Owsley -Partridge,Samuel,,,,,1790-11-29,M,rep,NY,22,,Democrat,,,,,,,,,,P000093,,,,,,408503,,,,7225,Samuel Partridge -Pendleton,Nathanael,Greene,,,,1793-08-25,M,rep,OH,1,,Whig,,,,,,,,,,P000208,,,,,,408610,,,,7323,Nathanael G. Pendleton -Pickens,Francis,Wilkinson,,,,1805-04-07,M,rep,SC,5,,Democrat,,,,,,,,,,P000321,,,,,,408720,,,,7426,Francis Wilkinson Pickens -Plumer,Arnold,,,,,1801-06-06,M,rep,PA,25,,Democrat,,,,,,,,,,P000391,,,,,,408785,,,,7491,Arnold Plumer -Pope,John,,,,,,M,rep,KY,7,,Whig,,,,,,,,,,P000431,,,,,,408822,,,,7525,John Pope (Kentucky politician) -Powell,Cuthbert,,,,,1775-03-04,M,rep,VA,14,,Whig,,,,,,,,,,P000479,,,,,,408864,,,,7570,Cuthbert Powell -Proffit,George,H.,,,,1807-09-04,M,rep,IN,1,,Whig,,,,,,,,,,P000548,,,,,,408932,,,,7633,George H. Proffit -Ramsey,Robert,,,,,1780-02-15,M,rep,PA,6,,Whig,,,,,,,,,,R000028,,,,,,409010,,,,7705,Robert Ramsey (congressman) -Randall,Alexander,,,,,1803-01-03,M,rep,MD,4,,Whig,,,,,,,,,,R000034,,,,,,409015,,,,7710,Alexander Randall (Maryland) -Randall,Benjamin,,,,,1789-11-14,M,rep,ME,3,,Whig,,,,,,,,,,R000035,,,,,,409016,,,,7711,Benjamin Randall (Maine) -Randolph,Joseph,Fitz,,,,1803-03-14,M,rep,NJ,-1,,Whig,,,,,,,,,,R000048,,,,,,409029,,,,7724,Joseph Fitz Randolph -Rencher,Abraham,,,,,1798-08-12,M,rep,NC,10,,Whig,,,,,,,,,,R000162,,,,,,409139,,,,7822,Abraham Rencher -Reynolds,John,,,,,1788-02-26,M,rep,IL,1,,Democrat,,,,,,,,,,R000174,,,,,,409150,,,,7832,John Reynolds (U.S. politician) -Ridgway,Joseph,,,,,1783-05-06,M,rep,OH,8,,Whig,,,,,,,,,,R000247,,,,,,409223,,,,7899,Joseph Ridgway -Riggs,Lewis,,,,,1789-01-16,M,rep,NY,22,,Democrat,,,,,,,,,,R000255,,,,,,409231,,,,7905,Lewis Riggs -Rives,William,Cabell,,,,1793-05-04,M,sen,VA,,1,Whig,,,,,,,,,,R000285,,,,,,409258,,,,7929,William Cabell Rives -Rogers,James,,,,,1795-10-24,M,rep,SC,7,,Democrat,,,,,,,,,,R000396,,,,,,409363,,,,8027,James Rogers (congressman) -Roosevelt,James,I.,,,,1795-12-14,M,rep,NY,3,,Democrat,,,,,,,,,,R000427,,,,,,409392,,,,8052,James I. Roosevelt -Russell,James,McPherson,,,,1786-11-10,M,rep,PA,18,,Whig,,,,,,,,,,R000527,,,,,,409485,,,,8129,James McPherson Russell -Russell,William,,,,,,M,rep,OH,7,,Whig,,,,,,,,,,R000540,,,,,,409497,,,,8142,William Russell (Ohio politician) -Saltonstall,Leverett,,,,,1783-06-13,M,rep,MA,2,,Whig,,,,,,,,,,S000020,,,,,,409539,,,,8184,Leverett Saltonstall I -Sanford,John,,,,,1803-06-03,M,rep,NY,15,,Democrat,,,,,,,,,,S000048,,,,,,409563,,,,8207,John Sanford (1803) -Sergeant,John,,,,,1779-12-05,M,rep,PA,2,,Whig,,,,,,,,,,S000246,,,,,,409749,,,,8365,John Sergeant (politician) -Sewall,Charles,S.,,,,,M,rep,MD,3,,Democrat,,,,,,,,,,S000258,,,,,,409759,,,,8375,Charles S. Sewall -Shaw,Tristram,,,,,1786-05-23,M,rep,NH,-1,,Democrat,,,,,,,,,,S000311,,,,,,409809,,,,8422,Tristram Shaw -Shields,Benjamin,Glover,,,,,M,rep,AL,0,,Democrat,,,,,,,,,,S000359,,,,,,409855,,,,8467,Benjamin Glover Shields -Simonton,William,,,,,1788-02-12,M,rep,PA,10,,Whig,,,,,,,,,,S000427,,,,,,409921,,,,8525,William Simonton -Slade,William,,,,,1786-05-09,M,rep,VT,2,,Whig,,,,,,,,,,S000475,,,,,,409964,,,,8566,William Slade -Snyder,John,,,,,1793-01-29,M,rep,PA,16,,Democrat,,,,,,,,,,S000667,,,,,,410140,,,,8734,John Snyder (Pennsylvania) -Sprigg,James,Cresap,,,,,M,rep,KY,8,,Whig,,,,,,,,,,S000750,,,,,,410218,,,,8808,James Sprigg -Stokely,Samuel,,,,,1796-01-25,M,rep,OH,19,,Whig,,,,,,,,,,S000945,,,,,,410404,,,,8968,Samuel Stokely -Stratton,Charles,Creighton,,,,1796-03-06,M,rep,NJ,-1,,Whig,,,,,,,,,,S000993,,,,,,410451,,,,9013,Charles C. Stratton -Stuart,Alexander,Hugh Holmes,,,,1807-04-02,M,rep,VA,17,,Whig,,,,,,,,,,S001030,,,,,,410486,,,,9049,Alexander Hugh Holmes Stuart -Sumter,Thomas,De Lage,,,,1809-11-14,M,rep,SC,8,,Democrat,,,,,,,,,,S001074,,,,,,410528,,,,9089,Thomas De Lage Sumter -Sweeny,George,,,,,1796-02-22,M,rep,OH,14,,Democrat,,,,,,,,,,S001105,,,,,,410557,,,,9115,George Sweeny -Taliaferro,John,,,,,,M,rep,VA,10,,Whig,,,,,,,,,,T000027,,,,,,410616,,,,9167,John Taliaferro -Tillinghast,Joseph,Leonard,,,,,M,rep,RI,-1,,Whig,,,,,,,,,,T000272,,,,,,410845,,,,9384,Joseph L. Tillinghast -Toland,George,Washington,,,,1796-02-08,M,rep,PA,2,,Whig,,,,,,,,,,T000296,,,,,,410869,,,,9407,George Washington Toland -Tomlinson,Thomas,Ash,,,,,M,rep,NY,13,,Whig,,,,,,,,,,T000301,,,,,,410874,,,,9412,Thomas A. Tomlinson -Triplett,Philip,,,,,1799-12-24,M,rep,KY,2,,Whig,,,,,,,,,,T000378,,,,,,410947,,,,9478,Philip Triplett -Trotti,Samuel,Wilds,,,,1810-07-18,M,rep,SC,4,,Democrat,,,,,,,,,,T000381,,,,,,410950,,,,9481,Samuel W. Trotti -Trumbull,Joseph,,,,,1782-12-07,M,rep,CT,1,,Whig,,,,,,,,,,T000391,,,,,,410960,,,,9491,Joseph Trumbull (governor) -Van Buren,John,,,,,1799-05-13,M,rep,NY,7,,Democrat,,,,,,,,,,V000015,,,,,,411073,,,,9594,John Van Buren (U.S. Representative) -Van Rensselaer,Henry,Bell,,,,1810-05-14,M,rep,NY,14,,Whig,,,,,,,,,,V000052,,,,,,411094,,,,9628,Henry Bell Van Rensselaer -Walker,Robert,John,,,,1801-07-19,M,sen,MS,,2,Democrat,,,,,,,,,,W000067,,,,,,411246,,,,9753,Robert J. Walker -Wallace,David,,,,,1799-04-24,M,rep,IN,6,,Whig,,,,,,,,,,W000076,,,,,,411255,,,,9762,David Wallace (Indiana politician) -Ward,Aaron,,,,,1790-07-05,M,rep,NY,4,,Democrat,,,,,,,,,,W000125,,,,,,411300,,,,9806,Aaron Ward (representative) -Warren,Lott,,,,,1797-10-30,M,rep,GA,-1,,Whig,,,,,,,,,,W000167,,,,,,411340,,,,9845,Lott Warren -Washington,William,Henry,,,,1813-02-07,M,rep,NC,4,,Whig,,,,,,,,,,W000182,,,,,,411355,,,,9858,William Henry Washington -Watterson,Harvey,Magee,,,,1811-11-23,M,rep,TN,9,,Democrat,,,,,,,,,,W000208,,,,,,411378,,,,9879,Harvey Magee Watterson -Westbrook,John,,,,,1789-01-09,M,rep,PA,7,,Democrat,,,,,,,,,,W000306,,,,,,411470,,,,9964,John Westbrook (Pennsylvania) -White,Edward,Douglass,,,,,M,rep,LA,1,,Whig,,,,,,,,,,W000365,,,,,,411527,,,,10018,Edward Douglass White Sr. -White,Joseph,Livingston,,,,,M,rep,IN,3,,Whig,,,,,,,,,,W000382,,,,,,412117,,,,10035,Joseph L. White -Williams,James,Wray,,,,1792-10-08,M,rep,MD,3,,Democrat,,,,,,,,,,W000509,,,,,,411666,,,,10154,James Wray Williams -Williams,Joseph,Lanier,,,,1810-10-23,M,rep,TN,3,,Whig,,,,,,,,,,W000524,,,,,,411681,,,,10168,Joseph Lanier Williams -Williams,Lewis,,,,,1782-02-01,M,rep,NC,13,,Whig,,,,,,,,,,W000527,,,,,,411684,,,,10170,Lewis Williams -Williams,Thomas,Wheeler,,,,1789-09-28,M,rep,CT,3,,Whig,,,,,,,,,,W000543,,,,,,411699,,,,10185,Thomas Wheeler Williams -Woodbridge,William,,,,,1780-08-20,M,sen,MI,,2,Whig,,,,,,,,,,W000709,,,,,,411861,,,,10339,William Woodbridge -Woodbury,Levi,,,,,1789-12-22,M,sen,NH,,2,Democrat,,,,,,,,,,W000711,,,,,,411863,,,,10341,Levi Woodbury -Yorke,Thomas,Jones,,,,1801-03-25,M,rep,NJ,-1,,Whig,,,,,,,,,,Y000023,,,,,,411957,,,,10430,Thomas Jones Yorke -Young,Augustus,,,,,1784-03-20,M,rep,VT,4,,Whig,,,,,,,,,,Y000029,,,,,,411963,,,,10435,Augustus Young (representative) -Young,John,,,,,1802-06-12,M,rep,NY,30,,Whig,,,,,,,,,,Y000042,,,,,,411974,,,,10445,John Young (governor) -Crafts,Samuel,Chandler,,,,1768-10-06,M,sen,VT,,3,Whig,,,,,,,,,,C000851,,,,,,402967,,,,2128,Samuel C. Crafts -McDuffie,George,,,,,1790-08-10,M,sen,SC,,3,Democrat,,,,,,,,,,M000426,,,,,,407426,,,,6232,George McDuffie -Sprague,William,,,,,1799-11-03,M,sen,RI,,1,Whig,,,,,,,,,,S000746,,,,,,410214,,,,8805,William Sprague III -Wilcox,Leonard,,,,,1799-01-29,M,sen,NH,,3,Democrat,,,,,,,,,,W000458,,,,,,411615,,,,10103,Leonard Wilcox -Allen,William,,,,,1803-12-27,M,sen,OH,,3,Democrat,,,,,,,,,,A000150,,,,,,400804,,,,130,William Allen (governor) -Arrington,Archibald,Hunter,,,,1809-11-13,M,rep,NC,8,,Democrat,,,,,,,,,,A000302,,,,,,400944,,,,254,Archibald Hunter Arrington -Ashe,John,Baptista,,,,,M,rep,TN,10,,Whig,,,,,,,,,,A000308,,,,,,400952,,,,260,John Baptista Ashe (representative) -Bagby,Arthur,Pendleton,,,,,M,sen,AL,,3,Democrat,,,,,,,,,,B000030,,,,,,401035,,,,334,Arthur P. Bagby -Baker,Osmyn,,,,,1800-05-18,M,rep,MA,6,,Whig,,,,,,,,,,B000071,,,,,,401075,,,,370,Osmyn Baker -Barnard,Daniel,Dewey,,,,1797-07-16,M,rep,NY,13,,Whig,,,,,,,,,,B000152,,,,,,401154,,,,443,Daniel D. Barnard -Beardsley,Samuel,,,,,1790-02-06,M,rep,NY,20,,Democrat,,,,,,,,,,B000281,,,,,,401275,,,,553,Samuel Beardsley -Belser,James,Edwin,,,,1805-12-22,M,rep,AL,2,,Democrat,,,,,,,,,,B000354,,,,,,401346,,,,619,James Edwin Belser -Bidlack,Benjamin,Alden,,,,1804-09-08,M,rep,PA,11,,Democrat,,,,,,,,,,B000445,,,,,,401430,,,,696,Benjamin Alden Bidlack -Black,Edward,Junius,,,,1806-10-30,M,rep,GA,-1,,Democrat,,,,,,,,,,B000494,,,,,,401474,,,,738,Edward Junius Black -Blackwell,Julius,W.,,,,,M,rep,TN,3,,Democrat,,,,,,,,,,B000516,,,,,,412134,,,,759,Julius W. Blackwell -Bossier,Pierre,Jean Baptiste Evariste,,,,1797-03-22,M,rep,LA,4,,Democrat,,,,,,,,,,B000651,,,,,,401615,,,,871,Pierre Bossier -Bower,Gustavus,Miller,,,,1790-12-12,M,rep,MO,-1,,Democrat,,,,,,,,,,B000687,,,,,,401649,,,,901,Gustavus Miller Bower -Breese,Sidney,,,,,1800-07-15,M,sen,IL,,3,Democrat,,,,,,,,,,B000793,,,,,,401750,,,,999,Sidney Breese -Brengle,Francis,,,,,1807-11-26,M,rep,MD,2,,Whig,,,,,,,,,,B000797,,,,,,401754,,,,1003,Francis Brengle -Brinkerhoff,Henry,Roelif,,,,1787-09-23,M,rep,OH,21,,Democrat,,,,,,,,,,B000837,,,,,,401794,,,,1040,Henry R. Brinkerhoff -Brown,Aaron,Venable,,,,1795-08-15,M,rep,TN,6,,Democrat,,,,,,,,,,B000899,,,,,,401856,,,,1094,Aaron V. Brown -Brown,Jeremiah,,,,,1785-04-14,M,rep,PA,8,,Whig,,,,,,,,,,B000925,,,,,,401880,,,,1115,Jeremiah Brown (politician) -Burke,Edmund,,,,,1809-01-23,M,rep,NH,-1,,Democrat,,,,,,,,,,B001088,,,,,,402034,,,,1262,Edmund Burke (congressman) -Burnell,Barker,,,,,1798-01-30,M,rep,MA,10,,Whig,,,,,,,,,,B001114,,,,,,402059,,,,1284,Barker Burnell -Campbell,John,,,,,,M,rep,SC,4,,Democrat,,,,,,,,,,C000090,,,,,,412024,,,,1456,John Campbell (South Carolina politician) -Carpenter,Levi,D.,,,,1802-08-21,M,rep,NY,20,,Democrat,,,,,,,,,,C000169,,,,,,402317,,,,1522,Levi D. Carpenter -Cary,Jeremiah,Eaton,,,,1803-04-30,M,rep,NY,21,,Democrat,,,,,,,,,,C000215,,,,,,402361,,,,1564,Jeremiah E. Cary -Cary,Shepard,,,,,1805-07-03,M,rep,ME,7,,Democrat,,,,,,,,,,C000217,,,,,,402363,,,,1566,Shepard Cary -Catlin,George,Smith,,,,1808-08-24,M,rep,CT,3,,Democrat,,,,,,,,,,C000251,,,,,,402395,,,,1599,George S. Catlin -Causin,John,M. S.,,,,,M,rep,MD,1,,Whig,,,,,,,,,,C000258,,,,,,402402,,,,1606,John Causin -Chappell,Absalom,Harris,,,,1801-12-18,M,rep,GA,-1,,Whig,,,,,,,,,,C000319,,,,,,402461,,,,1661,Absalom Harris Chappell -Chilton,Samuel,,,,,1804-09-07,M,rep,VA,9,,Whig,,,,,,,,,,C000358,,,,,,402497,,,,1695,Samuel Chilton -Clinch,Duncan,Lamont,,,,1787-04-06,M,rep,GA,-1,,Whig,,,,,,,,,,C000520,,,,,,402655,,,,1843,Duncan Lamont Clinch -Clinton,James,Graham,,,,1804-01-02,M,rep,NY,9,,Democrat,,,,,,,,,,C000528,,,,,,402662,,,,1850,James G. Clinton -Coles,Walter,,,,,1790-12-08,M,rep,VA,3,,Democrat,,,,,,,,,,C000625,,,,,,402754,,,,1937,Walter Coles -Colquitt,Walter,Terry,,,,1799-12-27,M,sen,GA,,3,Democrat,,,,,,,,,,C000648,,,,,,402776,,,,1954,Walter T. Colquitt -Cooper,Mark,Anthony,,,,1800-04-20,M,rep,GA,-1,,Democrat,,,,,,,,,,C000759,,,,,,402879,,,,2053,Mark Anthony Cooper -Cross,Edward,,,,,1798-11-11,M,rep,AR,1,,Democrat,,,,,,,,,,C000930,,,,,,403042,,,,2197,Edward Cross (politician) -Dana,Amasa,,,,,1792-10-19,M,rep,NY,26,,Democrat,,,,,,,,,,D000020,,,,,,403161,,,,2312,Amasa Dana -Davis,Richard,David,,,,,M,rep,NY,8,,Democrat,,,,,,,,,,D000128,,,,,,403263,,,,2405,Richard D. Davis -Dean,Ezra,,,,,1795-04-09,M,rep,OH,18,,Democrat,,,,,,,,,,D000171,,,,,,403333,,,,2444,Ezra Dean -Dellet,James,,,,,1788-02-18,M,rep,AL,1,,Whig,,,,,,,,,,D000221,,,,,,403363,,,,2485,James Dellet -Dickinson,David,W.,,,,1808-06-10,M,rep,TN,7,,Whig,,,,,,,,,,D000318,,,,,,403438,,,,2570,David W. Dickinson -Duncan,Alexander,,,,,,M,rep,OH,1,,Democrat,,,,,,,,,,D000528,,,,,,403637,,,,2756,Alexander Duncan (politician) -Ellis,Chesselden,,,,,,M,rep,NY,16,,Democrat,,,,,,,,,,E000131,,,,,,403822,,,,2920,Chesselden Ellis -Elmer,Lucius,Quintius Cincinnatus,,,,1793-02-03,M,rep,NJ,1,,Democrat,,,,,,,,,,E000156,,,,,,403847,,,,2944,Lucius Elmer -Farlee,Isaac,Gray,,,,1787-05-18,M,rep,NJ,3,,Democrat,,,,,,,,,,F000017,,,,,,403979,,,,3058,Isaac G. Farlee -Florence,Elias,,,,,1797-02-15,M,rep,OH,9,,Whig,,,,,,,,,,F000213,,,,,,404168,,,,3228,Elias Florence -Foster,Ephraim,Hubbard,,,,1794-09-17,M,sen,TN,,1,Whig,,,,,,,,,,F000302,,,,,,404251,,,,3304,Ephraim H. Foster -Frick,Henry,,,,,1795-03-17,M,rep,PA,13,,Whig,,,,,,,,,,F000383,,,,,,404328,,,,3373,Henry Frick (politician) -Fuller,George,,,,,1802-11-07,M,rep,PA,12,,Democrat,,,,,,,,,,F000409,,,,,,404350,,,,3395,George Fuller (congressman) -Gilmer,Thomas,Walker,,,,1802-04-06,M,rep,VA,5,,Democrat,,,,,,,,,,G000218,,,,,,404580,,,,3613,Thomas Walker Gilmer -Green,Byram,,,,,1786-04-15,M,rep,NY,27,,Democrat,,,,,,,,,,G000406,,,,,,404756,,,,3774,Byram Green -Green,Willis,,,,,,M,rep,KY,2,,Whig,,,,,,,,,,G000423,,,,,,412044,,,,3787,Willis Green -Hamlin,Edward,Stowe,,,,1808-07-06,M,rep,OH,21,,Whig,,,,,,,,,,H000120,,,,,,405002,,,,4000,Edward S. Hamlin -Hammett,William,Henry,,,,1799-03-25,M,rep,MS,-1,,Democrat,,,,,,,,,,H000125,,,,,,405007,,,,4004,William H. Hammett -Hannegan,Edward,Allen,,,,1807-06-25,M,sen,IN,,3,Democrat,,,,,,,,,,H000167,,,,,,405049,,,,4041,Edward A. Hannegan -Hardin,John,J.,,,,1810-01-06,M,rep,IL,7,,Whig,,,,,,,,,,H000185,,,,,,405066,,,,4053,John J. Hardin -Hays,Samuel,,,,,1783-09-10,M,rep,PA,22,,Democrat,,,,,,,,,,H000406,,,,,,405273,,,,4245,Samuel Hays (Pennsylvania politician) -Haywood,William,Henry,Jr.,,,1801-10-23,M,sen,NC,,3,Democrat,,,,,,,,,,H000411,,,,,,405278,,,,4250,William Henry Haywood Jr. -Herrick,Joshua,,,,,1793-03-18,M,rep,ME,1,,Democrat,,,,,,,,,,H000539,,,,,,405401,,,,4363,Joshua Herrick -Hubbell,William,Spring,,,,1801-01-17,M,rep,NY,30,,Democrat,,,,,,,,,,H000895,,,,,,405741,,,,4679,William Spring Hubbell -Huger,Daniel,Elliott,,,,1779-06-28,M,sen,SC,,2,Democrat,,,,,,,,,,H000917,,,,,,405762,,,,4696,Daniel Elliott Huger -Hughes,James,Madison,,,,1809-04-07,M,rep,MO,-1,,Democrat,,,,,,,,,,H000927,,,,,,405772,,,,4705,James Madison Hughes -Irvin,James,,,,,1800-02-18,M,rep,PA,17,,Whig,,,,,,,,,,I000033,,,,,,405891,,,,4818,James Irvin -Jarnagin,Spencer,,,,,,M,sen,TN,,2,Whig,,,,,,,,,,J000059,,,,,,405964,,,,4893,Spencer Jarnagin -Jenks,Michael,Hutchinson,,,,1795-05-21,M,rep,PA,6,,Whig,,,,,,,,,,J000092,,,,,,405994,,,,4921,Michael Hutchinson Jenks -Johnson,Cave,,,,,1793-01-11,M,rep,TN,9,,Democrat,,,,,,,,,,J000122,,,,,,406022,,,,4945,Cave Johnson -Johnson,Perley,Brown,,,,1798-09-08,M,rep,OH,13,,Whig,,,,,,,,,,J000167,,,,,,406064,,,,4985,Perley B. Johnson -Jones,John,Winston,,,,1791-11-22,M,rep,VA,6,,Democrat,,,,,,,,,,J000240,,,,,,406133,,,,5049,John Winston Jones -Kennedy,John,Pendleton,,,,1795-10-25,M,rep,MD,4,,Whig,,,,,,,,,,K000109,,,,,,406276,,,,5182,John P. Kennedy -Kirkpatrick,Littleton,,,,,1797-10-19,M,rep,NJ,4,,Democrat,,,,,,,,,,K000236,,,,,,406395,,,,5293,Littleton Kirkpatrick -La Branche,Alcée,Louis,,,,,M,rep,LA,2,,Democrat,,,,,,,,,,L000001,,,,,,406511,,,,5389,Alcée Louis la Branche -Lamar,John,Basil,,,,1812-11-05,M,rep,GA,-1,,Democrat,,,,,,,,,,L000029,,,,,,406539,,,,,John Basil Lamar -Leonard,Moses,Gage,,,,1809-07-10,M,rep,NY,5,,Democrat,,,,,,,,,,L000248,,,,,,406751,,,,5613,Moses G. Leonard -Lucas,William,,,,,1800-11-30,M,rep,VA,10,,Democrat,,,,,,,,,,L000494,,,,,,406981,,,,5824,William Lucas (politician) -Lyon,Lucius,,,,,1800-02-26,M,rep,MI,2,,Democrat,,,,,,,,,,L000544,,,,,,407028,,,,5866,Lucius Lyon -Mathews,James,,,,,1805-06-04,M,rep,OH,16,,Democrat,,,,,,,,,,M000237,,,,,,407255,,,,6073,James Mathews (American politician) -McCauslen,William,Cochran,,,,,M,rep,OH,17,,Democrat,,,,,,,,,,M000323,,,,,,407333,,,,6142,William C. McCauslen -Millen,John,,,,,,M,rep,GA,-1,,Democrat,,,,,,,,,,M000713,,,,,,407696,,,,6473,John Millen (American politician) -Moore,Heman,Allen,,,,1809-08-27,M,rep,OH,10,,Democrat,,,,,,,,,,M000899,,,,,,407871,,,,6633,Heman A. Moore -Newton,Willoughby,,,,,1802-12-02,M,rep,VA,8,,Whig,,,,,,,,,,N000080,,,,,,408167,,,,6908,Willoughby Newton -Niles,John,Milton,,,,1787-08-20,M,sen,CT,,3,Democrat,,,,,,,,,,N000108,,,,,,408192,,,,6931,John Milton Niles -Parmenter,William,,,,,1789-03-30,M,rep,MA,4,,Democrat,,,,,,,,,,P000076,,,,,,408486,,,,7209,William Parmenter -Patterson,Thomas,J.,,,,1805-04-10,M,rep,NY,28,,Whig,,,,,,,,,,P000129,,,,,,412172,,,,7254,Thomas J. Paterson -Potter,Elisha,Reynolds,,,,1811-06-20,M,rep,RI,2,,Law and Order,,,,,,,,,,P000462,,,,,,408850,,,,7554,Elisha R. Potter -Pratt,Zadock,,,,,1790-10-30,M,rep,NY,11,,Democrat,,,,,,,,,,P000507,,,,,,408892,,,,7597,Zadock Pratt -Preston,Jacob,Alexander,,,,1796-03-12,M,rep,MD,5,,Whig,,,,,,,,,,P000515,,,,,,408900,,,,7604,Jacob Alexander Preston -Purdy,Smith,Meade,,,,1796-07-31,M,rep,NY,22,,Democrat,,,,,,,,,,P000571,,,,,,408954,,,,7653,Meade Purdy -Rayner,Kenneth,,,,,1808-06-20,M,rep,NC,9,,Whig,,,,,,,,,,R000087,,,,,,409067,,,,7758,Kenneth Rayner -Read,Almon,Heath,,,,1790-06-12,M,rep,PA,12,,Democrat,,,,,,,,,,R000090,,,,,,409070,,,,7761,Almon Heath Read -Reding,John,Randall,,,,1805-10-18,M,rep,NH,-1,,Democrat,,,,,,,,,,R000106,,,,,,409085,,,,7776,John Randall Reding -Reed,Charles,Manning,,,,1803-04-03,M,rep,PA,23,,Whig,,,,,,,,,,R000110,,,,,,409090,,,,7778,Charles Manning Reed -Robinson,Orville,,,,,1801-10-28,M,rep,NY,23,,Democrat,,,,,,,,,,R000351,,,,,,409322,,,,7990,Orville Robinson -Rodney,George,Brydges,,,,1803-04-02,M,rep,DE,0,,Whig,,,,,,,,,,R000379,,,,,,409349,,,,8015,George B. Rodney -Rogers,Charles,,,,,1800-04-30,M,rep,NY,14,,Whig,,,,,,,,,,R000390,,,,,,409358,,,,8022,Charles Rogers (New York) -Russell,Jeremiah,,,,,1786-01-26,M,rep,NY,10,,Democrat,,,,,,,,,,R000528,,,,,,409486,,,,8130,Jeremiah Russell -Sample,Samuel,Caldwell,,,,1796-08-15,M,rep,IN,9,,Whig,,,,,,,,,,S000024,,,,,,409543,,,,8188,Samuel C. Sample -Saunders,Romulus,Mitchell,,,,1791-03-03,M,rep,NC,5,,Democrat,,,,,,,,,,S000078,,,,,,409590,,,,8228,Romulus Mitchell Saunders -Semple,James,,,,,1798-01-05,M,sen,IL,,2,Democrat,,,,,,,,,,S000239,,,,,,409743,,,,8360,James Semple -Senter,William,Tandy,,,,1801-05-12,M,rep,TN,2,,Whig,,,,,,,,,,S000245,,,,,,409748,,,,8364,William Tandy Senter -Sevier,Ambrose,Hundley,,,,1801-11-04,M,sen,AR,,3,Democrat,,,,,,,,,,S000256,,,,,,409757,,,,8373,Ambrose Hundley Sevier -Seymour,Thomas,Hart,,,,1807-09-29,M,rep,CT,1,,Democrat,,,,,,,,,,S000271,,,,,,409772,,,,8387,Thomas H. Seymour -Simons,Samuel,,,,,,M,rep,CT,4,,Democrat,,,,,,,,,,S000425,,,,,,409919,,,,8523,Samuel Simons -Smith,John,T.,,,,,M,rep,PA,3,,Democrat,,,,,,,,,,S000576,,,,,,412101,,,,8657,John T. Smith (congressman) -Spence,Thomas,Ara,,,,1810-02-20,M,rep,MD,6,,Whig,,,,,,,,,,S000720,,,,,,410189,,,,8780,Thomas Ara Spence -Steenrod,Lewis,,,,,1810-05-27,M,rep,VA,15,,Democrat,,,,,,,,,,S000843,,,,,,410307,,,,8878,Lewis Steenrod -Stetson,Lemuel,,,,,1804-03-13,M,rep,NY,15,,Democrat,,,,,,,,,,S000874,,,,,,410336,,,,8904,Lemuel Stetson -Stewart,John,,,,,1795-02-10,M,rep,CT,2,,Democrat,,,,,,,,,,S000913,,,,,,410373,,,,8939,John Stewart (Connecticut) -Stiles,William,Henry,,,,1808-01-01,M,rep,GA,-1,,Democrat,,,,,,,,,,S000925,,,,,,410385,,,,8951,William Henry Stiles -Stone,Alfred,Parish,,,,1813-06-28,M,rep,OH,10,,Democrat,,,,,,,,,,S000952,,,,,,410411,,,,8974,Alfred P. Stone -Strong,Selah,Brewster,,,,1792-05-01,M,rep,NY,1,,Democrat,,,,,,,,,,S001016,,,,,,410473,,,,9035,Selah B. Strong -Summers,George,William,,,,1804-03-04,M,rep,VA,14,,Whig,,,,,,,,,,S001066,,,,,,410520,,,,9081,George W. Summers -Tucker,Tilghman,Mayfield,,,,1802-02-05,M,rep,MS,-1,,Democrat,,,,,,,,,,T000404,,,,,,410973,,,,9502,Tilghman Tucker -Tyler,Asher,,,,,1798-05-10,M,rep,NY,31,,Whig,,,,,,,,,,T000447,,,,,,411015,,,,9539,Asher Tyler -Vanmeter,John,Inskeep,,,,,M,rep,OH,8,,Whig,,,,,,,,,,V000048,,,,,,411127,,,,9624,John I. Vanmeter -Wethered,John,,,,,1809-05-08,M,rep,MD,3,,Whig,,,,,,,,,,W000311,,,,,,411475,,,,9969,John Wethered -White,Benjamin,,,,,1790-05-13,M,rep,ME,5,,Democrat,,,,,,,,,,W000357,,,,,,411519,,,,10011,Benjamin White (Maine politician) -White,John,,,,,1802-02-14,M,rep,KY,6,,Whig,,,,,,,,,,W000380,,,,,,411541,,,,10033,John White (Kentucky politician) -Wilkins,William,,,,,1779-12-20,M,rep,PA,21,,Democrat,,,,,,,,,,W000475,,,,,,411632,,,,10120,William Wilkins (U.S. politician) -Williams,Henry,,,,,1805-11-30,M,rep,MA,9,,Democrat,,,,,,,,,,W000503,,,,,,411660,,,,10148,Henry Williams (Massachusetts) -Wise,Henry,Alexander,,,,1806-12-03,M,rep,VA,7,,Democrat,,,,,,,,,,W000649,,,,,,411803,,,,10286,Henry A. Wise -Wright,Silas,,Jr.,,,1795-05-24,M,sen,NY,,3,Democrat,,,,,,,,,,W000770,,,,,,411919,,,,10398,Silas Wright -Dickinson,Daniel,Stevens,,,,1800-09-11,M,sen,NY,,1,Democrat,,,,,,,,,,D000317,,,,,,403437,,,,2569,Daniel S. Dickinson -Foster,Henry,Allen,,,,1800-05-07,M,sen,NY,,3,Democrat,,,,,,,,,,F000304,,,,,,404253,,,,3306,Henry A. Foster -Francis,John,Brown,,,,1791-05-31,M,sen,RI,,1,Law and Order,,,,,,,,,,F000336,,,,,,404285,,,,3335,John Brown Francis -Johnson,Henry,,,,,1783-09-14,M,sen,LA,,3,Whig,,,,,,,,,,J000137,,,,,,406036,,,,4959,Henry Johnson (Louisiana politician) -Polk,James,Knox,,,,1795-11-02,M,rep,TN,9,,Democrat,,,,,,,,,,P000409,,,,,,408802,,,,7507,James K. Polk -Anderson,Joseph,Halstead,,,,1800-08-25,M,rep,NY,7,,Democrat,,,,,,,,,,A000198,,,,,,400853,,,,175,Joseph H. Anderson -Arnold,Lemuel,Hastings,,,,1792-01-29,M,rep,RI,2,,Whig,,,,,,,,,,A000291,,,,,,400933,,,,243,Lemuel H. Arnold -Bell,Joshua,Fry,,,,1811-11-26,M,rep,KY,4,,Whig,,,,,,,,,,B000343,,,,,,401335,,,,609,Joshua Fry Bell -Benton,Charles,Swan,,,,1810-07-12,M,rep,NY,17,,Democrat,,,,,,,,,,B000394,,,,,,401385,,,,654,Charles S. Benton -Black,James,,,,,1793-03-06,M,rep,PA,16,,Democrat,,,,,,,,,,B000500,,,,,,401480,,,,744,James Black (congressman) -Brinkerhoff,Jacob,,,,,1810-08-31,M,rep,OH,11,,Democrat,,,,,,,,,,B000838,,,,,,401795,,,,1041,Jacob Brinkerhoff -Brockenbrough,William,Henry,,,,1812-02-23,M,rep,FL,1,,Democrat,,,,,,,,,,B000852,,,,,,401809,,,,1052,William Henry Brockenbrough -Brown,Milton,,,,,1804-02-28,M,rep,TN,11,,Whig,,,,,,,,,,B000938,,,,,,401892,,,,1128,Milton Brown (politician) -Buffington,Joseph,,,,,1803-11-27,M,rep,PA,24,,Whig,,,,,,,,,,B001041,,,,,,401990,,,,1219,Joseph Buffington (congressman) -Campbell,John,Hull,,,,1800-10-10,M,rep,PA,3,,American,,,,,,,,,,C000093,,,,,,402248,,,,1458,John Hull Campbell -Campbell,William,W.,,,,1806-06-10,M,rep,NY,6,,American,,,,,,,,,,C000105,,,,,,402258,,,,1469,William W. Campbell (New York) -Carroll,Charles,Holker,,,,1794-05-04,M,rep,NY,29,,Whig,,,,,,,,,,C000186,,,,,,402333,,,,1537,Charles H. Carroll -Chalmers,Joseph,Williams,,,,,M,sen,MS,,2,Democrat,,,,,,,,,,C000273,,,,,,402416,,,,1618,Joseph W. Chalmers -Chapman,Augustus,Alexandria,,,,1803-03-09,M,rep,VA,12,,Democrat,,,,,,,,,,C000308,,,,,,402450,,,,1651,Augustus A. Chapman -Chapman,Reuben,,,,,1799-07-15,M,rep,AL,6,,Democrat,,,,,,,,,,C000316,,,,,,402458,,,,1658,Reuben Chapman -Chipman,John,Smith,,,,1800-08-10,M,rep,MI,2,,Democrat,,,,,,,,,,C000368,,,,,,402507,,,,1705,John Smith Chipman -Clark,Henry,Selby,,,,1809-09-09,M,rep,NC,8,,Democrat,,,,,,,,,,C000434,,,,,,402572,,,,1766,Henry Selby Clark -Collin,John,Francis,,,,1802-04-30,M,rep,NY,11,,Democrat,,,,,,,,,,C000632,,,,,,402761,,,,1944,John F. Collin -Constable,Albert,,,,,1805-06-03,M,rep,MD,5,,Democrat,,,,,,,,,,C000708,,,,,,402832,,,,2008,Albert Constable -Cottrell,James,La Fayette,,,,1808-08-25,M,rep,AL,3,,Democrat,,,,,,,,,,C000803,,,,,,402922,,,,2088,James La Fayette Cottrell -Cranston,Henry,Young,,,,1789-10-09,M,rep,RI,1,,Whig,,,,,,,,,,C000878,,,,,,402991,,,,2149,Henry Y. Cranston -Cullom,Alvan,,,,,1797-09-04,M,rep,TN,4,,Democrat,,,,,,,,,,C000972,,,,,,403083,,,,2238,Alvan Cullom -Culver,Erastus,Dean,,,,1803-03-15,M,rep,NY,14,,Whig,,,,,,,,,,C000978,,,,,,403089,,,,2244,Erastus D. Culver -Cunningham,Francis,Alanson,,,,1804-11-09,M,rep,OH,2,,Democrat,,,,,,,,,,C000990,,,,,,403098,,,,2254,Francis A. Cunningham -Dargan,Edmund,Strother,,,,1805-04-15,M,rep,AL,1,,Democrat,,,,,,,,,,D000052,,,,,,403191,,,,2336,Edmund Strother Dargan -Darragh,Cornelius,,,,,,M,rep,PA,21,,Whig,,,,,,,,,,D000061,,,,,,403200,,,,2345,Cornelius Darragh -Davis,John,Wesley,,,,1799-04-16,M,rep,IN,6,,Democrat,,,,,,,,,,D000120,,,,,,403255,,,,2399,John Wesley Davis -Dawson,John,Bennett,,,,1798-03-17,M,rep,LA,-1,,Democrat,,,,,,,,,,D000152,,,,,,403285,,,,2427,John Bennett Dawson -Dayton,William,Lewis,,,,1807-02-17,M,sen,NJ,,1,Whig,,,,,,,,,,D000166,,,,,,403298,,,,2441,William L. Dayton -De Mott,John,,,,,1790-10-07,M,rep,NY,27,,Democrat,,,,,,,,,,D000223,,,,,,403315,,,,2488,John De Mott -Dillingham,Paul,,Jr.,,,1799-08-10,M,rep,VT,4,,Democrat,,,,,,,,,,D000346,,,,,,403464,,,,2596,Paul Dillingham -Dix,John,Adams,,,,1798-07-24,M,sen,NY,,3,Democrat,,,,,,,,,,D000365,,,,,,403482,,,,2614,John Adams Dix -Dobbin,James,Cochrane,,,,1814-01-17,M,rep,NC,5,,Democrat,,,,,,,,,,D000381,,,,,,403497,,,,2628,James C. Dobbin -Dunlap,Robert,Pinckney,,,,1794-08-17,M,rep,ME,2,,Democrat,,,,,,,,,,D000543,,,,,,403651,,,,2768,Robert P. Dunlap -Ellett,Henry,Thomas,,,,1812-03-08,M,rep,MS,-1,,Democrat,,,,,,,,,,E000116,,,,,,403807,,,,2905,Henry T. Ellett -Ellsworth,Samuel,Stewart,,,,1790-10-13,M,rep,NY,26,,Democrat,,,,,,,,,,E000149,,,,,,403840,,,,2937,Samuel S. Ellsworth -Erdman,Jacob,,,,,1801-02-22,M,rep,PA,6,,Democrat,,,,,,,,,,E000200,,,,,,403887,,,,2979,Jacob Erdman -Ewing,Edwin,Hickman,,,,1809-12-02,M,rep,TN,8,,Whig,,,,,,,,,,E000276,,,,,,403955,,,,3037,Edwin Hickman Ewing -Ewing,John,Hoge,,,,1796-10-05,M,rep,PA,20,,Whig,,,,,,,,,,E000278,,,,,,403957,,,,3039,John Hoge Ewing -Fairfield,John,,,,,1797-01-30,M,sen,ME,,1,Democrat,,,,,,,,,,F000006,,,,,,403969,,,,3049,John Fairfield -Garvin,William,Swan,,,,1806-07-25,M,rep,PA,22,,Democrat,,,,,,,,,,G000089,,,,,,404461,,,,3497,William Swan Garvin -Giles,William,Fell,,,,1807-04-08,M,rep,MD,4,,Democrat,,,,,,,,,,G000184,,,,,,404549,,,,3583,William Fell Giles -Gordon,Samuel,,,,,1802-04-28,M,rep,NY,10,,Democrat,,,,,,,,,,G000315,,,,,,404673,,,,3699,Samuel Gordon (New York) -Graham,James,,,,,1793-01-07,M,rep,NC,1,,Whig,,,,,,,,,,G000355,,,,,,404710,,,,3733,James Graham (North Carolina) -Greene,Albert,Collins,,,,1792-04-15,M,sen,RI,,1,Whig,,,,,,,,,,G000424,,,,,,404771,,,,3788,Albert C. Greene -Grover,Martin,,,,,1811-10-20,M,rep,NY,30,,Democrat,,,,,,,,,,G000506,,,,,,404851,,,,3862,Martin Grover -Hastings,Serranus,Clinton,,,,1813-11-22,M,rep,IA,-1,,Democrat,,,,,,,,,,H000330,,,,,,405200,,,,4180,Serranus Clinton Hastings -Henry,John,,,,,1800-11-01,M,rep,IL,7,,Whig,,,,,,,,,,H000507,,,,,,405371,,,,4334,John Henry (representative) -Herrick,Richard,Platt,,,,1791-03-23,M,rep,NY,12,,Whig,,,,,,,,,,H000541,,,,,,405403,,,,4365,Richard P. Herrick -Hoge,Joseph,Pendleton,,,,1810-12-15,M,rep,IL,6,,Democrat,,,,,,,,,,H000697,,,,,,405550,,,,4500,Joseph P. Hoge -Hough,William,Jervis,,,,1795-03-20,M,rep,NY,23,,Democrat,,,,,,,,,,H000812,,,,,,405660,,,,4601,William J. Hough -Hubard,Edmund,Wilcox,,,,1806-02-20,M,rep,VA,4,,Democrat,,,,,,,,,,H000876,,,,,,405722,,,,4661,Edmund W. Hubard -Hungerford,Orville,,,,,1790-10-29,M,rep,NY,19,,Democrat,,,,,,,,,,H000968,,,,,,405812,,,,4741,Orville Hungerford -Hunt,James,Bennett,,,,1799-08-13,M,rep,MI,3,,Democrat,,,,,,,,,,H000971,,,,,,405815,,,,4744,James B. Hunt -Huntington,Jabez,Williams,,,,1788-11-08,M,sen,CT,,1,Whig,,,,,,,,,,H000997,,,,,,405837,,,,4768,Jabez W. Huntington -Jenness,Benning,Wentworth,,,,1806-07-14,M,sen,NH,,2,Democrat,,,,,,,,,,J000094,,,,,,405996,,,,4923,Benning W. Jenness -Johnson,Joseph,,,,,1785-12-19,M,rep,VA,14,,Democrat,,,,,,,,,,J000155,,,,,,406053,,,,4974,Joseph Johnson (Virginia politician) -Jones,Seaborn,,,,,1788-02-01,M,rep,GA,2,,Democrat,,,,,,,,,,J000252,,,,,,406145,,,,5062,Seaborn Jones -Kennedy,Andrew,,,,,1810-07-24,M,rep,IN,10,,Democrat,,,,,,,,,,K000102,,,,,,406270,,,,5176,Andrew Kennedy (American politician) -Lawrence,John,Watson,,,,,M,rep,NY,1,,Democrat,,,,,,,,,,L000136,,,,,,406641,,,,5513,John W. Lawrence -Leib,Owen,D.,,,,,M,rep,PA,11,,Democrat,,,,,,,,,,L000230,,,,,,412062,,,,5595,Owen D. Leib -Lewis,Abner,,,,,1801-08-17,M,rep,NY,31,,Whig,,,,,,,,,,L000270,,,,,,412063,,,,5629,Abner Lewis -Long,Edward,Henry Carroll,,,,1808-09-28,M,rep,MD,6,,Whig,,,,,,,,,,L000414,,,,,,406905,,,,5755,Edward Henry Carroll Long -Martin,Barclay,,,,,1802-12-17,M,rep,TN,6,,Democrat,,,,,,,,,,M000168,,,,,,407190,,,,6014,Barclay Martin -Martin,John,Preston,,,,1811-10-11,M,rep,KY,6,,Democrat,,,,,,,,,,M000189,,,,,,407210,,,,6031,John Preston Martin -Martin,Morgan,Lewis,,,,1805-03-31,M,rep,WI,-1,,Democrat,,,,,,,,,,M000196,,,,,,407216,,,,,Morgan Lewis Martin -McClean,Moses,,,,,1804-06-17,M,rep,PA,15,,Democrat,,,,,,,,,,M000325,,,,,,407335,,,,6144,Moses McClean -McConnell,Felix,Grundy,,,,1809-04-01,M,rep,AL,7,,Democrat,,,,,,,,,,M000356,,,,,,407361,,,,6168,Felix Grundy McConnell -McCrate,John,Dennis,,,,1802-10-01,M,rep,ME,4,,Democrat,,,,,,,,,,M000380,,,,,,407383,,,,6192,John D. McCrate -McDaniel,William,,,,,,M,rep,MO,-1,,Democrat,,,,,,,,,,M000400,,,,,,407401,,,,6209,William McDaniel (politician) -McDowell,Joseph,Jefferson,,,,1800-11-13,M,rep,OH,7,,Democrat,,,,,,,,,,M000425,,,,,,407425,,,,6231,Joseph J. McDowell -McHenry,John,Hardin,,,,1797-10-13,M,rep,KY,2,,Whig,,,,,,,,,,M000471,,,,,,407470,,,,6272,John H. McHenry -Miller,William,Starr,,,,1793-08-22,M,rep,NY,3,,American,,,,,,,,,,M000765,,,,,,407743,,,,6519,William S. Miller -Morris,Joseph,,,,,1795-10-16,M,rep,OH,15,,Democrat,,,,,,,,,,M000980,,,,,,407948,,,,6707,Joseph Morris (Ohio politician) -Moseley,William,Abbott,,,,1798-10-20,M,rep,NY,32,,Whig,,,,,,,,,,M001024,,,,,,407991,,,,6747,William A. Moseley -Moulton,Mace,,,,,1796-05-02,M,rep,NH,-1,,Democrat,,,,,,,,,,M001046,,,,,,408013,,,,6766,Mace Moulton -Newton,Thomas,Willoughby,,,,1804-01-18,M,rep,AR,1,,Whig,,,,,,,,,,N000077,,,,,,408164,,,,6906,Thomas Willoughby Newton -Niven,Archibald,Campbell,,,,1803-12-08,M,rep,NY,9,,Democrat,,,,,,,,,,N000112,,,,,,408196,,,,6935,Archibald C. Niven -Owen,Robert,Dale,,,,1801-11-07,M,rep,IN,1,,Democrat,,,,,,,,,,O000152,,,,,,408403,,,,7132,Robert Dale Owen -Parrish,Isaac,,,,,,M,rep,OH,13,,Democrat,,,,,,,,,,P000082,,,,,,408492,,,,7214,Isaac Parrish -Payne,William,Winter,,,,1807-01-02,M,rep,AL,4,,Democrat,,,,,,,,,,P000154,,,,,,408558,,,,7274,William Winter Payne -Pennybacker,Isaac,Samuels,,,,1805-09-03,M,sen,VA,,1,Democrat,,,,,,,,,,P000216,,,,,,408619,,,,7331,Isaac S. Pennybacker -Perrill,Augustus,Leonard,,,,1807-01-20,M,rep,OH,9,,Democrat,,,,,,,,,,P000240,,,,,,408643,,,,7353,Augustus L. Perrill -Perry,Thomas,Johns,,,,1807-02-17,M,rep,MD,2,,Democrat,,,,,,,,,,P000245,,,,,,408648,,,,7358,Thomas Johns Perry -Peyton,Joseph,Hopkins,,,,1808-05-20,M,rep,TN,8,,Whig,,,,,,,,,,P000283,,,,,,408683,,,,7388,Joseph Hopkins Peyton -Price,Sterling,,,,,1809-09-20,M,rep,MO,-1,,Democrat,,,,,,,,,,P000531,,,,,,408915,,,,7617,Sterling Price -Rathbun,George,Oscar,,,,,M,rep,NY,25,,Democrat,,,,,,,,,,R000069,,,,,,409049,,,,7742,George O. Rathbun -Relfe,James,Hugh,,,,1791-10-17,M,rep,MO,-1,,Democrat,,,,,,,,,,R000160,,,,,,409137,,,,7820,James Hugh Relfe -Ripley,Thomas,C.,,,,1807-01-02,M,rep,NY,12,,Whig,,,,,,,,,,R000267,,,,,,412091,,,,7914,Thomas C. Ripley -Ritter,John,,,,,1779-02-06,M,rep,PA,9,,Democrat,,,,,,,,,,R000278,,,,,,409252,,,,7923,John Ritter (congressman) -Roberts,Robert,Whyte,,,,1784-11-28,M,rep,MS,-1,,Democrat,,,,,,,,,,R000315,,,,,,409286,,,,7955,Robert W. Roberts -Runk,John,,,,,1791-07-03,M,rep,NJ,3,,Whig,,,,,,,,,,R000509,,,,,,409468,,,,8115,John Runk -Scamman,John,Fairfield,,,,1786-10-24,M,rep,ME,1,,Democrat,,,,,,,,,,S000104,,,,,,409614,,,,8249,John Fairfield Scamman -Seaman,Henry,John,,,,1805-04-16,M,rep,NY,2,,American,,,,,,,,,,S000208,,,,,,409713,,,,8332,Henry J. Seaman -Severance,Luther,,,,,1797-10-26,M,rep,ME,3,,Whig,,,,,,,,,,S000255,,,,,,409756,,,,8372,Luther Severance -Sims,Leonard,Henly,,,,1807-02-06,M,rep,MO,-1,,Democrat,,,,,,,,,,S000440,,,,,,409934,,,,8536,Leonard Henly Sims -Smith,Albert,,,,,1805-06-22,M,rep,NY,33,,Whig,,,,,,,,,,S000512,,,,,,409998,,,,8600,Albert Smith (New York) -Smith,Thomas,,,,,1799-05-01,M,rep,IN,3,,Democrat,,,,,,,,,,S000615,,,,,,410092,,,,8687,Thomas Smith (Indiana congressman) -Speight,Jesse,,,,,1795-09-22,M,sen,MS,,1,Democrat,,,,,,,,,,S000715,,,,,,410185,,,,8777,Jesse Speight -St. John,Henry,,,,,1783-07-16,M,rep,OH,6,,Democrat,,,,,,,,,,S000767,,,,,,410234,,,,8180,Henry St. John (congressman) -Starkweather,David,Austin,,,,1802-01-21,M,rep,OH,18,,Democrat,,,,,,,,,,S000813,,,,,,410278,,,,8852,David A. Starkweather -Strong,Stephen,,,,,1791-10-11,M,rep,NY,22,,Democrat,,,,,,,,,,S001018,,,,,,410475,,,,9037,Stephen Strong -Sturgeon,Daniel,,,,,1789-10-27,M,sen,PA,,1,Democrat,,,,,,,,,,S001046,,,,,,410500,,,,9061,Daniel Sturgeon -Sykes,George,,,,,1802-09-20,M,rep,NJ,2,,Democrat,,,,,,,,,,S001131,,,,,,410582,,,,9138,George Sykes (New Jersey politician) -Taylor,William,,,,,1788-04-05,M,rep,VA,11,,Democrat,,,,,,,,,,T000104,,,,,,410687,,,,9235,William Taylor (Virginia) -Thomasson,William,Poindexter,,,,1797-10-08,M,rep,KY,7,,Whig,,,,,,,,,,T000190,,,,,,410770,,,,9313,William Thomasson -Tibbatts,John,Wooleston,,,,1802-06-12,M,rep,KY,10,,Democrat,,,,,,,,,,T000261,,,,,,410835,,,,9375,John W. Tibbatts -Tilden,Daniel,Rose,,,,1804-11-05,M,rep,OH,19,,Whig,,,,,,,,,,T000270,,,,,,410843,,,,9382,Daniel R. Tilden -Towns,George,Washington Bonaparte,,,,1801-05-04,M,rep,GA,3,,Democrat,,,,,,,,,,T000327,,,,,,410898,,,,9431,George W. Towns -Tredway,William,Marshall,,,,1807-08-24,M,rep,VA,3,,Democrat,,,,,,,,,,T000360,,,,,,410930,,,,9462,William Tredway -Trumbo,Andrew,Alkire,,,,1797-09-15,M,rep,KY,9,,Whig,,,,,,,,,,T000388,,,,,,410957,,,,9488,Andrew Trumbo -Turney,Hopkins,Lacy,,,,1797-10-03,M,sen,TN,,1,Democrat,,,,,,,,,,T000430,,,,,,410998,,,,9524,Hopkins L. Turney -Vance,Joseph,,,,,1786-03-21,M,rep,OH,4,,Whig,,,,,,,,,,V000017,,,,,,411113,,,,9597,Joseph Vance -Webster,Daniel,,,,,1782-01-18,M,sen,MA,,1,Whig,,,,,,,,,,W000238,,,,,,411406,,,,9903,Daniel Webster -Westcott,James,Diament,Jr.,,,1802-05-10,M,sen,FL,,3,Democrat,,,,,,,,,,W000308,,,,,,411472,,,,9966,James Westcott -Wheaton,Horace,,,,,1803-02-24,M,rep,NY,24,,Democrat,,,,,,,,,,W000328,,,,,,411490,,,,9982,Horace Wheaton -Wood,Bradford,Ripley,,,,1800-09-03,M,rep,NY,13,,Democrat,,,,,,,,,,W000692,,,,,,411844,,,,10322,Bradford R. Wood -Woodruff,Thomas,M.,,,,1804-05-03,M,rep,NY,5,,American,,,,,,,,,,W000719,,,,,,411871,,,,10349,Thomas M. Woodruff -Woodworth,William,W.,,,,1807-03-16,M,rep,NY,8,,Democrat,,,,,,,,,,W000736,,,,,,411887,,,,10366,William W. Woodworth -Wright,Samuel,Gardiner,,,,1781-11-18,M,rep,NJ,2,,Whig,,,,,,,,,,W000769,,,,,,411918,,,,10397,Samuel G. Wright -Yancey,William,Lowndes,,,,1814-08-10,M,rep,AL,3,,Democrat,,,,,,,,,,Y000003,,,,,,411937,,,,10411,William Lowndes Yancey -Yell,Archibald,,,,,,M,rep,AR,1,,Democrat,,,,,,,,,,Y000017,,,,,,411951,,,,10424,Archibald Yell -Yost,Jacob,Senewell,,,,1801-07-29,M,rep,PA,5,,Democrat,,,,,,,,,,Y000026,,,,,,411960,,,,10433,Jacob Senewell Yost -Young,Bryan,Rust,,,,1800-01-14,M,rep,KY,5,,Whig,,,,,,,,,,Y000030,,,,,,411964,,,,10436,Bryan Young (politician) -Cilley,Joseph,,,,,1791-01-04,M,sen,NH,,2,Liberty,,,,,,,,,,C000396,,,,,,402535,,,,1729,Joseph Cilley (senator) -Abbott,Amos,,,,,1786-09-10,M,rep,MA,3,,Whig,,,,,,,,,,A000004,,,,,,400666,,,,3,Amos Abbott -Adams,John,Quincy,,,,1767-07-11,M,rep,MA,8,,Whig,,,,,,,,,,A000041,,,,,,400702,,,,34,John Quincy Adams -Ashley,Chester,,,,,1790-06-01,M,sen,AR,,2,Democrat,,,,,,,,,,A000311,,,,,,400955,,,,263,Chester Ashley -Atkinson,Archibald,,,,,1792-09-15,M,rep,VA,1,,Democrat,,,,,,,,,,A000328,,,,,,400977,,,,283,Archibald Atkinson -Baldwin,Roger,Sherman,,,,1793-01-04,M,sen,CT,,1,Whig,,,,,,,,,,B000096,,,,,,401098,,,,391,Roger Sherman Baldwin -Barringer,Daniel,Moreau,,,,1806-07-30,M,rep,NC,3,,Whig,,,,,,,,,,B000182,,,,,,401181,,,,468,Daniel Moreau Barringer -Barrow,Washington,,,,,1807-10-05,M,rep,TN,8,,Whig,,,,,,,,,,B000185,,,,,,401184,,,,471,Washington Barrow -Bedinger,Henry,,,,,1812-02-03,M,rep,VA,10,,Democrat,,,,,,,,,,B000302,,,,,,401295,,,,572,Henry Bedinger -Belcher,Hiram,,,,,1790-02-23,M,rep,ME,3,,Whig,,,,,,,,,,B000321,,,,,,401313,,,,588,Hiram Belcher -Berrien,John,Macpherson,,,,1781-08-23,M,sen,GA,,2,Whig,,,,,,,,,,B000413,,,,,,401400,,,,669,John M. Berrien -Birdsall,Ausburn,,,,,1814-11-13,M,rep,NY,22,,Democrat,,,,,,,,,,B000480,,,,,,401461,,,,725,Ausburn Birdsall -Black,James,Augustus,,,,,M,rep,SC,1,,Democrat,,,,,,,,,,B000501,,,,,,401481,,,,745,James A. Black -Blackmar,Esbon,,,,,1805-06-19,M,rep,NY,27,,Whig,,,,,,,,,,B000513,,,,,,401491,,,,756,Esbon Blackmar -Blanchard,John,,,,,1787-09-30,M,rep,PA,17,,Whig,,,,,,,,,,B000539,,,,,,401514,,,,779,John Blanchard (politician) -Botts,John,Minor,,,,1802-09-16,M,rep,VA,6,,Whig,,,,,,,,,,B000655,,,,,,401618,,,,874,John Botts -Bradbury,James,Ware,,,,1802-06-10,M,sen,ME,,2,Democrat,,,,,,,,,,B000734,,,,,,401694,,,,946,James W. Bradbury -Bradley,Edward,,,,,,M,rep,MI,2,,Democrat,,,,,,,,,,B000741,,,,,,401700,,,,952,Edward Bradley (politician) -Brady,Jasper,Ewing,,,,1797-03-04,M,rep,PA,16,,Whig,,,,,,,,,,B000754,,,,,,401714,,,,965,Jasper Ewing Brady -Brown,Charles,,,,,1797-09-23,M,rep,PA,3,,Democrat,,,,,,,,,,B000906,,,,,,401863,,,,1101,Charles Brown (congressman) -Buckner,Aylette,,,,,1806-07-21,M,rep,KY,4,,Whig,,,,,,,,,,B001032,,,,,,401982,,,,1211,Aylette Buckner -Calhoun,John,Caldwell,,,,1782-03-18,M,sen,SC,,2,Democrat,,,,,,,,,,C000044,,,,,,402205,,,,1418,John C. Calhoun -Canby,Richard,Sprigg,,,,1808-09-30,M,rep,OH,4,,Whig,,,,,,,,,,C000108,,,,,,402260,,,,1471,Richard S. Canby -Chapman,John,Grant,,,,1798-07-05,M,rep,MD,1,,Whig,,,,,,,,,,C000314,,,,,,402456,,,,1656,John Grant Chapman -Chase,Lucien,Bonaparte,,,,1817-12-05,M,rep,TN,9,,Democrat,,,,,,,,,,C000330,,,,,,402471,,,,1670,Lucien Bonaparte Chase -Clapp,Asa,William Henry,,,,1805-03-06,M,rep,ME,2,,Democrat,,,,,,,,,,C000413,,,,,,402552,,,,1745,Asa Clapp -Clark,Franklin,,,,,1801-08-02,M,rep,ME,4,,Democrat,,,,,,,,,,C000432,,,,,,402570,,,,1764,Franklin Clark -Clarke,Beverly,Leonidas,,,,1809-02-11,M,rep,KY,2,,Democrat,,,,,,,,,,C000458,,,,,,402596,,,,1789,Beverly L. Clarke -Clarke,John,Hopkins,,,,1789-04-01,M,sen,RI,,2,Whig,,,,,,,,,,C000466,,,,,,402604,,,,1796,John Hopkins Clarke -Cocke,William,Michael,,,,1815-07-16,M,rep,TN,2,,Whig,,,,,,,,,,C000573,,,,,,402702,,,,1889,William Michael Cocke -Collins,William,,,,,1818-02-22,M,rep,NY,18,,Democrat,,,,,,,,,,C000644,,,,,,402772,,,,1951,William Collins (representative) -Cranston,Robert,Bennie,,,,1791-01-14,M,rep,RI,1,,Whig,,,,,,,,,,C000879,,,,,,402992,,,,2150,Robert B. Cranston -Crozier,John,Hervey,,,,1812-02-10,M,rep,TN,3,,Whig,,,,,,,,,,C000951,,,,,,403063,,,,2218,John Hervey Crozier -Cummins,John,D.,,,,,M,rep,OH,16,,Democrat,,,,,,,,,,C000989,,,,,,403097,,,,2253,John D. Cummins -Darling,Mason,Cook,,,,1801-05-18,M,rep,WI,-1,,Democrat,,,,,,,,,,D000054,,,,,,403193,,,,2338,Mason C. Darling -Davis,John,,,,,1787-01-13,M,sen,MA,,2,Whig,,,,,,,,,,D000117,,,,,,403250,,,,2394,John Davis (Massachusetts governor) -Dickey,John,,,,,1794-06-23,M,rep,PA,20,,Whig,,,,,,,,,,D000314,,,,,,403434,,,,2566,John Dickey (U.S. politician) -Donnell,Richard,Spaight,,,,1820-09-20,M,rep,NC,8,,Whig,,,,,,,,,,D000415,,,,,,403528,,,,2657,Richard Spaight Donnell -Downs,Solomon,Weathersbee,,,,,M,sen,LA,,2,Democrat,,,,,,,,,,D000476,,,,,,403585,,,,2708,Solomon W. Downs -Dromgoole,George,Coke,,,,1797-05-15,M,rep,VA,2,,Democrat,,,,,,,,,,D000504,,,,,,403611,,,,2733,George Dromgoole -Duncan,Daniel,,,,,1806-07-22,M,rep,OH,10,,Whig,,,,,,,,,,D000529,,,,,,403638,,,,2757,Daniel Duncan (Ohio politician) -Duncan,William,Garnett,,,,1800-03-02,M,rep,KY,7,,Whig,,,,,,,,,,D000527,,,,,,403646,,,,2763,Garnett Duncan -Eckert,George,Nicholas,,,,1802-07-04,M,rep,PA,14,,Whig,,,,,,,,,,E000034,,,,,,403729,,,,2836,George Nicholas Eckert -Edsall,Joseph,E.,,,,,M,rep,NJ,3,,Democrat,,,,,,,,,,E000059,,,,,,403754,,,,2858,Joseph E. Edsall -Edwards,Thomas,Owen,,,,1810-03-29,M,rep,OH,9,,Whig,,,,,,,,,,E000082,,,,,,403774,,,,2875,Thomas O. Edwards -Embree,Elisha,,,,,1801-09-28,M,rep,IN,1,,Whig,,,,,,,,,,E000169,,,,,,403860,,,,2957,Elisha Embree -Faran,James,John,,,,1808-12-29,M,rep,OH,1,,Democrat,,,,,,,,,,F000014,,,,,,403976,,,,3055,James J. Faran -Farrelly,John,Wilson,,,,1809-07-07,M,rep,PA,22,,Whig,,,,,,,,,,F000031,,,,,,403992,,,,3069,John Wilson Farrelly -Felch,Alpheus,,,,,1804-09-28,M,sen,MI,,2,Democrat,,,,,,,,,,F000063,,,,,,404021,,,,3093,Alpheus Felch -Fisher,David,,,,,1794-12-03,M,rep,OH,2,,Whig,,,,,,,,,,F000145,,,,,,404100,,,,3165,David Fisher (politician) -Flournoy,Thomas,Stanhope,,,,1811-12-15,M,rep,VA,3,,Whig,,,,,,,,,,F000216,,,,,,404171,,,,3230,Thomas Flournoy -Foote,Henry,Stuart,,,,1804-02-28,M,sen,MS,,2,Democrat,,,,,,,,,,F000251,,,,,,404204,,,,3259,Henry S. Foote -French,Richard,,,,,1792-06-20,M,rep,KY,9,,Democrat,,,,,,,,,,F000379,,,,,,404324,,,,3371,Richard French -Fries,George,,,,,,M,rep,OH,17,,Democrat,,,,,,,,,,F000386,,,,,,404331,,,,3376,George Fries -Fulton,Andrew,Steele,,,,1800-09-29,M,rep,VA,13,,Whig,,,,,,,,,,F000419,,,,,,404361,,,,3406,Andrew S. Fulton -Gaines,John,Pollard,,,,1795-09-22,M,rep,KY,10,,Whig,,,,,,,,,,G000006,,,,,,404383,,,,3424,John P. Gaines -Gayle,John,,,,,1792-09-11,M,rep,AL,1,,Whig,,,,,,,,,,G000106,,,,,,404478,,,,3513,John Gayle (Alabama) -Goggin,William,Leftwich,,,,1807-05-31,M,rep,VA,5,,Whig,,,,,,,,,,G000256,,,,,,404618,,,,3647,William L. Goggin -Greeley,Horace,,,,,1811-02-03,M,rep,NY,6,,Whig,,,,,,,,,,G000405,,,,,,404755,,,,3773,Horace Greeley -Gregory,Dudley,Sanford,,,,1800-02-05,M,rep,NJ,5,,Whig,,,,,,,,,,G000446,,,,,,404792,,,,3808,Dudley S. Gregory -Hale,Artemas,,,,,1783-10-20,M,rep,MA,9,,Whig,,,,,,,,,,H000028,,,,,,404913,,,,3916,Artemas Hale -Hall,Nathan,Kelsey,,,,1810-03-28,M,rep,NY,32,,Whig,,,,,,,,,,H000062,,,,,,404947,,,,3948,Nathan K. Hall -Hammons,David,,,,,1808-05-12,M,rep,ME,1,,Democrat,,,,,,,,,,H000136,,,,,,405018,,,,4015,David Hammons (Maine) -Hampton,James,Giles,,,,1814-06-13,M,rep,NJ,1,,Whig,,,,,,,,,,H000138,,,,,,405020,,,,4017,James G. Hampton -Haskell,William,T.,,,,1818-07-21,M,rep,TN,11,,Whig,,,,,,,,,,H000320,,,,,,405193,,,,4174,William T. Haskell -Henley,Thomas,Jefferson,,,,1808-06-18,M,rep,IN,2,,Democrat,,,,,,,,,,H000499,,,,,,405362,,,,4325,Thomas J. Henley -Hill,Hugh,Lawson White,,,,1810-03-01,M,rep,TN,4,,Democrat,,,,,,,,,,H000592,,,,,,405454,,,,4410,Hugh Lawson White Hill -Holley,John,Milton,,,,1802-11-10,M,rep,NY,27,,Whig,,,,,,,,,,H000723,,,,,,405575,,,,4522,John M. Holley -Holmes,Elias,Bellows,,,,1807-05-22,M,rep,NY,28,,Whig,,,,,,,,,,H000736,,,,,,405587,,,,4533,Elias B. Holmes -Hornbeck,John,Westbrook,,,,1804-01-24,M,rep,PA,6,,Whig,,,,,,,,,,H000790,,,,,,405639,,,,4581,John Westbrook Hornbeck -Hubbard,Samuel,Dickinson,,,,1799-08-10,M,rep,CT,2,,Whig,,,,,,,,,,H000889,,,,,,405735,,,,4673,Samuel Dickinson Hubbard -Hudson,Charles,,,,,1795-11-14,M,rep,MA,5,,Whig,,,,,,,,,,H000907,,,,,,405753,,,,4687,Charles Hudson (Massachusetts) -Hunt,Washington,,,,,1811-08-05,M,rep,NY,34,,Whig,,,,,,,,,,H000978,,,,,,405822,,,,4750,Washington Hunt -Ingersoll,Charles,Jared,,,,1782-10-03,M,rep,PA,4,,Democrat,,,,,,,,,,I000015,,,,,,405877,,,,4804,Charles Jared Ingersoll -Ingersoll,Joseph,Reed,,,,1786-06-14,M,rep,PA,2,,Whig,,,,,,,,,,I000019,,,,,,405881,,,,4808,Joseph Reed Ingersoll -Irvin,Alexander,,,,,1800-01-18,M,rep,PA,24,,Whig,,,,,,,,,,I000032,,,,,,405890,,,,4817,Alexander Irvin -Jackson,David,Sherwood,,,,,M,rep,NY,6,,Democrat,,,,,,,,,,J000007,,,,,,405914,,,,4845,David S. Jackson -Jameson,John,,,,,1802-03-06,M,rep,MO,2,,Democrat,,,,,,,,,,J000054,,,,,,405959,,,,4888,John Jameson (politician) -Johnson,James,Hutchins,,,,1802-06-03,M,rep,NH,4,,Democrat,,,,,,,,,,J000146,,,,,,406044,,,,4968,James Hutchins Johnson -Jones,John,William,,,,1806-04-14,M,rep,GA,3,,Whig,,,,,,,,,,J000239,,,,,,406132,,,,5048,John William Jones -Kennon,William,,Jr.,,,1802-06-12,M,rep,OH,15,,Democrat,,,,,,,,,,K000122,,,,,,406288,,,,5192,William Kennon Jr. -Lahm,Samuel,,,,,1812-04-22,M,rep,OH,18,,Democrat,,,,,,,,,,L000021,,,,,,406531,,,,5407,Samuel Lahm -Lawrence,Sidney,,,,,1801-12-31,M,rep,NY,15,,Democrat,,,,,,,,,,L000139,,,,,,406644,,,,5516,Sidney Lawrence -Lawrence,William,Thomas,,,,1788-05-07,M,rep,NY,26,,Whig,,,,,,,,,,L000142,,,,,,406647,,,,5519,William T. Lawrence -Lewis,Dixon,Hall,,,,1802-08-10,M,sen,AL,,2,Democrat,,,,,,,,,,L000278,,,,,,406776,,,,5635,Dixon Hall Lewis -Ligon,Thomas,Watkins,,,,1810-05-10,M,rep,MD,3,,Democrat,,,,,,,,,,L000307,,,,,,406801,,,,5660,Thomas Watkins Ligon -Lord,Frederick,William,,,,1800-12-11,M,rep,NY,1,,Democrat,,,,,,,,,,L000440,,,,,,406931,,,,5777,Frederick William Lord -Mangum,Willie,Person,,,,1792-05-10,M,sen,NC,,2,Whig,,,,,,,,,,M000096,,,,,,407120,,,,5952,Willie Person Mangum -Marvin,Dudley,,,,,1786-05-09,M,rep,NY,31,,Whig,,,,,,,,,,M000208,,,,,,407227,,,,6046,Dudley Marvin -McClelland,Robert,,,,,1807-08-01,M,rep,MI,1,,Democrat,,,,,,,,,,M000334,,,,,,407344,,,,6153,Robert McClelland (American politician) -McIlvaine,Abraham,Robinson,,,,1804-08-14,M,rep,PA,7,,Whig,,,,,,,,,,M000474,,,,,,407472,,,,6273,Abraham Robinson McIlvaine -McKay,James,Iver,,,,,M,rep,NC,7,,Democrat,,,,,,,,,,M000489,,,,,,407484,,,,6284,James Iver McKay -Miller,Jacob,Welsh,,,,1800-08-29,M,sen,NJ,,2,Whig,,,,,,,,,,M000731,,,,,,407710,,,,6486,Jacob W. Miller -Mullin,Joseph,,,,,1811-08-06,M,rep,NY,19,,Whig,,,,,,,,,,M001072,,,,,,408038,,,,6790,Joseph Mullin -Murphy,Henry,Cruse,,,,1810-07-05,M,rep,NY,2,,Democrat,,,,,,,,,,M001093,,,,,,408057,,,,6808,Henry C. Murphy -Nicoll,Henry,,,,,1812-10-23,M,rep,NY,3,,Democrat,,,,,,,,,,N000103,,,,,,408187,,,,6927,Henry Nicoll (politician) -Palfrey,John,Gorham,,,,1796-05-02,M,rep,MA,4,,Whig,,,,,,,,,,P000033,,,,,,408444,,,,7171,John G. Palfrey -Pendleton,John,Strother,,,,1802-03-01,M,rep,VA,9,,Whig,,,,,,,,,,P000206,,,,,,408609,,,,7322,John Pendleton -Petrie,George,,,,,1793-09-08,M,rep,NY,17,,Ind. Democrat,,,,,,,,,,P000266,,,,,,408666,,,,7374,George Petrie (politician) -Pilsbury,Timothy,,,,,1789-04-12,M,rep,TX,2,,Democrat,,,,,,,,,,P000353,,,,,,408750,,,,7454,Timothy Pilsbury -Pollock,James,,,,,1810-09-11,M,rep,PA,13,,Whig,,,,,,,,,,P000416,,,,,,408809,,,,7513,James Pollock -Preston,William,Ballard,,,,1805-11-25,M,rep,VA,12,,Whig,,,,,,,,,,P000518,,,,,,408903,,,,7607,William Ballard Preston -Rockhill,William,,,,,1793-02-10,M,rep,IN,10,,Democrat,,,,,,,,,,R000364,,,,,,409334,,,,8000,William R. Rockhill -Rockwell,John,Arnold,,,,1803-08-27,M,rep,CT,3,,Whig,,,,,,,,,,R000367,,,,,,409337,,,,8003,John A. Rockwell -Roman,James,Dixon,,,,1809-08-11,M,rep,MD,2,,Whig,,,,,,,,,,R000414,,,,,,409380,,,,8044,James Dixon Roman -Sawyer,William,,,,,1803-08-05,M,rep,OH,5,,Democrat,,,,,,,,,,S000095,,,,,,409606,,,,8242,William Sawyer (representative) -Sherrill,Eliakim,,,,,1813-02-16,M,rep,NY,10,,Whig,,,,,,,,,,S000351,,,,,,409847,,,,8459,Eliakim Sherrill -Simpson,Richard,Franklin,,,,1798-03-24,M,rep,SC,2,,Democrat,,,,,,,,,,S000435,,,,,,409929,,,,8531,Richard F. Simpson -Sims,Alexander,Dromgoole,,,,1803-06-12,M,rep,SC,4,,Democrat,,,,,,,,,,S000438,,,,,,409932,,,,8534,Alexander D. Sims -Slingerland,John,I.,,,,1804-03-01,M,rep,NY,13,,Whig,,,,,,,,,,S000488,,,,,,409976,,,,8576,John I. Slingerland -Smith,Caleb,Blood,,,,1808-04-16,M,rep,IN,4,,Whig,,,,,,,,,,S000519,,,,,,410003,,,,8604,Caleb Blood Smith -Smith,Robert,Barnwell,,,,,M,rep,SC,-1,,Democrat,,,,,,,,,,S000605,,,,,,410083,,,,, -Spruance,Presley,,,,,1785-09-11,M,sen,DE,,2,Whig,,,,,,,,,,S000760,,,,,,410227,,,,8818,Presley Spruance -St. John,Daniel,Bennett,,,,1808-10-08,M,rep,NY,9,,Whig,,,,,,,,,,S000766,,,,,,410233,,,,8179,Daniel B. St. John -Starkweather,George,Anson,,,,1794-05-19,M,rep,NY,21,,Democrat,,,,,,,,,,S000814,,,,,,410279,,,,8853,George Anson Starkweather (New York) -Stewart,Andrew,,,,,1791-06-11,M,rep,PA,18,,Whig,,,,,,,,,,S000899,,,,,,410360,,,,8927,"Andrew Stewart (American politician, died 1872)" -Strohm,John,,,,,1793-10-16,M,rep,PA,8,,Whig,,,,,,,,,,S001008,,,,,,410465,,,,9027,John Strohm (congressman) -Tallmadge,Frederick,Augustus,,,,1792-08-29,M,rep,NY,5,,Whig,,,,,,,,,,T000030,,,,,,410619,,,,9170,Frederick A. Tallmadge -Thibodeaux,Bannon,Goforth,,,,1812-12-22,M,rep,LA,2,,Whig,,,,,,,,,,T000152,,,,,,410734,,,,9280,Bannon Goforth Thibodeaux -Thompson,Richard,Wigginton,,,,1809-06-09,M,rep,IN,7,,Whig,,,,,,,,,,T000214,,,,,,410793,,,,9336,Richard W. Thompson -Thompson,Robert,Augustine,,,,1805-02-14,M,rep,VA,14,,Democrat,,,,,,,,,,T000215,,,,,,410794,,,,9337,Robert A. Thompson -Tompkins,Patrick,Watson,,,,,M,rep,MS,3,,Whig,,,,,,,,,,T000308,,,,,,410881,,,,9419,Patrick W. Tompkins -Turner,Thomas,Johnston,,,,1815-04-05,M,rep,IL,6,,Democrat,,,,,,,,,,T000429,,,,,,410997,,,,9523,Thomas J. Turner -Tweedy,John,Hubbard,,,,1814-11-09,M,rep,WI,-1,,Whig,,,,,,,,,,T000441,,,,,,411009,,,,,John Hubbard Tweedy -Underwood,Joseph,Rogers,,,,1791-10-24,M,sen,KY,,2,Whig,,,,,,,,,,U000011,,,,,,411035,,,,9558,Joseph R. Underwood -Warren,Cornelius,,,,,1790-03-15,M,rep,NY,8,,Whig,,,,,,,,,,W000162,,,,,,411335,,,,9840,Cornelius Warren -Wick,William,Watson,,,,1796-02-23,M,rep,IN,5,,Democrat,,,,,,,,,,W000436,,,,,,411595,,,,10083,William W. Wick -Wiley,James,Sullivan,,,,1808-01-22,M,rep,ME,6,,Democrat,,,,,,,,,,W000467,,,,,,411624,,,,10112,James S. Wiley -Williams,Hezekiah,,,,,1798-07-28,M,rep,ME,7,,Democrat,,,,,,,,,,W000504,,,,,,411661,,,,10149,Hezekiah Williams -Borland,Solon,,,,,1808-09-21,M,sen,AR,,3,Democrat,,,,,,,,,,B000642,,,,,,401607,,,,865,Solon Borland -Dodge,Augustus,Caesar,,,,1812-01-02,M,sen,IA,,3,Democrat,,,,,,,,,,D000394,,,,,,403509,,,,2640,Augustus C. Dodge -Fitzgerald,Thomas,,,,,1796-04-10,M,sen,MI,,1,Democrat,,,,,,,,,,F000167,,,,,,404122,,,,3185,Thomas Fitzgerald (American politician) -Johnson,Herschel,Vespasian,,,,1812-09-18,M,sen,GA,,3,Democrat,,,,,,,,,,J000139,,,,,,406038,,,,4961,Herschel Vespasian Johnson -King,William,Rufus de Vane,,,,1786-04-07,M,sen,AL,,3,Democrat,,,,,,,,,,K000217,,,,,,406377,,,,5275,William R. King -Metcalfe,Thomas,,,,,1780-03-20,M,sen,KY,,3,Whig,,,,,,,,,,M000676,,,,,,407661,,,,6446,Thomas Metcalfe (Kentucky) -Moor,Wyman,Bradbury Seavy,,,,1811-11-11,M,sen,ME,,1,Democrat,,,,,,,,,,M000889,,,,,,407861,,,,6623,Wyman B. S. Moor -Walker,Isaac,Pigeon,,,,1815-11-02,M,sen,WI,,3,Democrat,,,,,,,,,,W000055,,,,,,411234,,,,9743,Isaac P. Walker -Albertson,Nathaniel,,,,,1800-06-10,M,rep,IN,1,,Democrat,,,,,,,,,,A000075,,,,,,400734,,,,64,Nathaniel Albertson -Alexander,Henry,Porteous,,,,1801-09-13,M,rep,NY,17,,Whig,,,,,,,,,,A000093,,,,,,400751,,,,81,Henry P. Alexander -Alston,William,Jeffreys,,,,1800-12-31,M,rep,AL,1,,Whig,,,,,,,,,,A000166,,,,,,400821,,,,147,William J. Alston -Anderson,Josiah,McNair,,,,1807-11-29,M,rep,TN,3,,Whig,,,,,,,,,,A000199,,,,,,400854,,,,176,Josiah M. Anderson -Andrews,George,Rex,,,,1808-09-21,M,rep,NY,14,,Whig,,,,,,,,,,A000245,,,,,,400876,,,,194,George R. Andrews -Ashmun,George,,,,,1804-12-25,M,rep,MA,6,,Whig,,,,,,,,,,A000318,,,,,,400964,,,,272,George Ashmun -Atchison,David,Rice,,,,1807-08-11,M,sen,MO,,3,Democrat,,,,,,,,,,A000322,,,,,,400970,,,,277,David Rice Atchison -Badger,George,Edmund,,,,1795-04-17,M,sen,NC,,3,Whig,,,,,,,,,,B000022,,,,,,401027,,,,330,George Edmund Badger -Bay,William,Van Ness,,,,1818-11-23,M,rep,MO,2,,Democrat,,,,,,,,,,B000247,,,,,,401241,,,,523,William Van Ness Bay -Bell,John,,,of Ohio,,1796-06-19,M,rep,OH,6,,Whig,,,,,,,,,,B000339,,,,,,401332,,,,605,John Bell (Ohio politician) -Bokee,David,Alexander,,,,1805-10-06,M,rep,NY,2,,Whig,,,,,,,,,,B000599,,,,,,401567,,,,829,David A. Bokee -Booth,Walter,,,,,1791-12-08,M,rep,CT,2,,Free Soil,,,,,,,,,,B000631,,,,,,401596,,,,855,Walter Booth -Bowdon,Franklin,Welsh,,,,1817-02-17,M,rep,AL,7,,Democrat,,,,,,,,,,B000680,,,,,,401642,,,,895,Franklin Welsh Bowdon -Bowlin,James,Butler,,,,1804-01-16,M,rep,MO,1,,Democrat,,,,,,,,,,B000701,,,,,,401663,,,,915,James B. Bowlin -Breck,Daniel,,,,,1788-02-12,M,rep,KY,6,,Whig,,,,,,,,,,B000782,,,,,,401740,,,,989,Daniel Breck -Brisbin,John,,,,,1818-07-13,M,rep,PA,11,,Democrat,,,,,,,,,,B000841,,,,,,401798,,,,1043,John Brisbin -Brown,William,John,,,,1805-08-15,M,rep,IN,5,,Democrat,,,,,,,,,,B000950,,,,,,401903,,,,1139,William J. Brown (Indiana) -Buel,Alexander,Woodruff,,,,1813-12-13,M,rep,MI,1,,Democrat,,,,,,,,,,B001037,,,,,,401987,,,,1216,Alexander W. Buel -Bullard,Henry,Adams,,,,1788-09-09,M,rep,LA,2,,Whig,,,,,,,,,,B001049,,,,,,401998,,,,1228,Henry Adams Bullard -Butler,Chester,Pierce,,,,1798-03-21,M,rep,PA,11,,Whig,,,,,,,,,,B001175,,,,,,402117,,,,1336,Chester Pierce Butler -Butler,Thomas,Belden,,,,1806-08-22,M,rep,CT,4,,Whig,,,,,,,,,,B001191,,,,,,402133,,,,1351,Thomas B. Butler -Caldwell,George,Alfred,,,,1814-10-18,M,rep,KY,4,,Democrat,,,,,,,,,,C000031,,,,,,402192,,,,1405,George Caldwell (politician) -Calvin,Samuel,,,,,1811-07-30,M,rep,PA,17,,Whig,,,,,,,,,,C000060,,,,,,402218,,,,1430,Samuel Calvin -Casey,Joseph,,,,,1814-12-17,M,rep,PA,13,,Whig,,,,,,,,,,C000224,,,,,,402370,,,,1573,Joseph Casey (congressman) -Clarke,Charles,Ezra,,,,1790-04-08,M,rep,NY,19,,Whig,,,,,,,,,,C000459,,,,,,402597,,,,1790,Charles E. Clarke -Clay,Henry,,,,,1777-04-12,M,sen,KY,,3,Whig,,,,,,,,,,C000482,,,,,,402620,,,,1810,Henry Clay -Clemens,Jeremiah,,,,,1814-12-28,M,sen,AL,,2,Democrat,,,,,,,,,,C000501,,,,,,402638,,,,1827,Jeremiah Clemens -Cole,Orsamus,,,,,1819-08-23,M,rep,WI,2,,Whig,,,,,,,,,,C000611,,,,,,402740,,,,1925,Orsamus Cole -Conger,Harmon,Sweatland,,,,1816-04-09,M,rep,NY,25,,Whig,,,,,,,,,,C000676,,,,,,402802,,,,1979,Harmon S. Conger -Conrad,Charles,Magill,,,,1804-12-24,M,rep,LA,2,,Whig,,,,,,,,,,C000703,,,,,,402828,,,,2004,Charles Magill Conrad -Cooper,James,,,,,1810-05-08,M,sen,PA,,3,Whig,,,,,,,,,,C000753,,,,,,402874,,,,2048,James Cooper (Pennsylvania) -Crowell,John,,,,,1801-09-15,M,rep,OH,19,,Whig,,,,,,,,,,C000941,,,,,,403054,,,,2209,John Crowell (Ohio) -Danner,Joel,Buchanan,,,,,M,rep,PA,15,,Democrat,,,,,,,,,,D000045,,,,,,403185,,,,2331,Joel Buchanan Danner -Dawson,William,Crosby,,,,1798-01-04,M,sen,GA,,3,Whig,,,,,,,,,,D000156,,,,,,403289,,,,2431,William Crosby Dawson -Deberry,Edmund,,,,,1787-08-14,M,rep,NC,3,,Whig,,,,,,,,,,D000181,,,,,,403342,,,,2454,Edmund Deberry -Dickey,Jesse,Column,,,,1808-02-27,M,rep,PA,7,,Whig,,,,,,,,,,D000313,,,,,,403433,,,,2565,Jesse Column Dickey -Dickinson,Rodolphus,,,,,1797-12-28,M,rep,OH,6,,Democrat,,,,,,,,,,D000325,,,,,,403445,,,,2577,Rodolphus Dickinson -Duer,William,,,,,1805-05-25,M,rep,NY,23,,Whig,,,,,,,,,,D000515,,,,,,403625,,,,2744,William Duer (U.S. Congressman) -Eliot,Samuel,Atkins,,,,1798-03-05,M,rep,MA,1,,Whig,,,,,,,,,,E000105,,,,,,403796,,,,2894,Samuel Atkins Eliot (politician) -Evans,Nathan,,,,,1804-06-24,M,rep,OH,14,,Whig,,,,,,,,,,E000255,,,,,,403937,,,,3019,Nathan Evans (Ohio) -Ewing,Andrew,,,,,1813-06-17,M,rep,TN,8,,Democrat,,,,,,,,,,E000275,,,,,,403954,,,,3036,Andrew Ewing -Featherston,Winfield,Scott,,,,1820-08-08,M,rep,MS,2,,Democrat,,,,,,,,,,F000055,,,,,,404015,,,,3088,Winfield S. Featherston -Freedley,John,,,,,1793-05-22,M,rep,PA,5,,Whig,,,,,,,,,,F000360,,,,,,404307,,,,3353,John Freedley -Gerry,Elbridge,,,,,1813-12-06,M,rep,ME,1,,Democrat,,,,,,,,,,G000138,,,,,,404508,,,,3542,Elbridge Gerry (Maine) -Gilbert,Edward,,,,,,M,rep,CA,-1,,Democrat,,,,,,,,,,G000172,,,,,,412151,,,,3572,Edward Gilbert -Goodenow,Rufus,King,,,,1790-04-24,M,rep,ME,4,,Whig,,,,,,,,,,G000285,,,,,,404646,,,,3673,Rufus K. Goodenow -Gott,Daniel,,,,,1794-07-10,M,rep,NY,24,,Whig,,,,,,,,,,G000339,,,,,,404695,,,,3720,Daniel Gott -Gould,Herman,Day,,,,1799-01-16,M,rep,NY,10,,Whig,,,,,,,,,,G000341,,,,,,404697,,,,3722,Herman D. Gould -Grinnell,Joseph,,,,,1788-11-17,M,rep,MA,10,,Whig,,,,,,,,,,G000477,,,,,,404822,,,,3836,Joseph Grinnell (politician) -Hackett,Thomas,C.,,,,,M,rep,GA,5,,Democrat,,,,,,,,,,H000005,,,,,,412047,,,,3895,Thomas C. Hackett -Halloway,Ransom,,,,,,M,rep,NY,8,,Whig,,,,,,,,,,H000083,,,,,,412153,,,,3965,Ransom Halloway -Hampton,Moses,,,,,1803-10-28,M,rep,PA,21,,Whig,,,,,,,,,,H000139,,,,,,405021,,,,4018,Moses Hampton -Haralson,Hugh,Anderson,,,,1805-11-13,M,rep,GA,4,,Democrat,,,,,,,,,,H000178,,,,,,405059,,,,4046,Hugh A. Haralson -Harmanson,John,Henry,,,,1803-01-15,M,rep,LA,3,,Democrat,,,,,,,,,,H000214,,,,,,405092,,,,4079,John H. Harmanson -Hay,Andrew,Kessler,,,,1809-01-19,M,rep,NJ,1,,Whig,,,,,,,,,,H000381,,,,,,405249,,,,4224,Andrew K. Hay -Haymond,Thomas,Sherwood,,,,1794-01-15,M,rep,VA,15,,Whig,,,,,,,,,,H000395,,,,,,405263,,,,4234,Thomas Haymond -Henry,William,,,,,1788-03-22,M,rep,VT,1,,Whig,,,,,,,,,,H000520,,,,,,405383,,,,4345,William Henry (congressman) -Hilliard,Henry,Washington,,,,1808-08-04,M,rep,AL,2,,Whig,,,,,,,,,,H000622,,,,,,405480,,,,4436,Henry Washington Hilliard -Hoagland,Moses,,,,,1812-06-19,M,rep,OH,16,,Democrat,,,,,,,,,,H000651,,,,,,405506,,,,4460,Moses Hoagland -Holmes,Isaac,Edward,,,,1796-04-06,M,rep,SC,6,,Democrat,,,,,,,,,,H000738,,,,,,405589,,,,4535,Isaac E. Holmes -Houston,John,Wallace,,,,1814-05-04,M,rep,DE,0,,Whig,,,,,,,,,,H000825,,,,,,405672,,,,4613,John W. Houston -Hubbard,David,,,,,,M,rep,AL,5,,Democrat,,,,,,,,,,H000880,,,,,,405726,,,,4664,David Hubbard (politician) -Inge,Samuel,Williams,,,,1817-02-22,M,rep,AL,4,,Democrat,,,,,,,,,,I000013,,,,,,405875,,,,4802,Samuel Williams Inge -Jackson,William,Terry,,,,1794-12-29,M,rep,NY,26,,Whig,,,,,,,,,,J000031,,,,,,405937,,,,4868,William Terry Jackson -Johnson,James,Leeper,,,,1818-10-30,M,rep,KY,2,,Whig,,,,,,,,,,J000147,,,,,,406045,,,,4969,James Leeper Johnson -Kaufman,David,Spangler,,,,1813-12-18,M,rep,TX,1,,Democrat,,,,,,,,,,K000021,,,,,,406192,,,,5102,David S. Kaufman -Kerr,John,Bozman,,,,1809-03-05,M,rep,MD,6,,Whig,,,,,,,,,,K000137,,,,,,406303,,,,5207,John Bozman Kerr -King,Daniel,Putnam,,,,1801-01-08,M,rep,MA,2,,Whig,,,,,,,,,,K000198,,,,,,406359,,,,5257,Daniel P. King -King,James,Gore,,,,1791-05-08,M,rep,NJ,5,,Whig,,,,,,,,,,K000203,,,,,,406364,,,,5262,James G. King -King,John,Alsop,,,,1788-01-03,M,rep,NY,1,,Whig,,,,,,,,,,K000205,,,,,,406366,,,,5264,John A. King -King,Thomas,Butler,,,,1800-08-27,M,rep,GA,1,,Whig,,,,,,,,,,K000215,,,,,,406375,,,,5273,Thomas Butler King -La Sére,Emile,,,,,,M,rep,LA,1,,Democrat,,,,,,,,,,L000008,,,,,,406518,,,,5484,Emile La Sére -Leffler,Shepherd,,,,,1811-04-24,M,rep,IA,2,,Democrat,,,,,,,,,,L000215,,,,,,406719,,,,5583,Shepherd Leffler -Levin,Lewis,Charles,,,,1808-11-10,M,rep,PA,1,,American,,,,,,,,,,L000262,,,,,,406764,,,,5626,Lewis Charles Levin -Littlefield,Nathaniel,Swett,,,,1804-09-20,M,rep,ME,2,,Democrat,,,,,,,,,,L000356,,,,,,406848,,,,5706,Nathaniel Littlefield -Mann,Job,,,,,1795-03-31,M,rep,PA,19,,Democrat,,,,,,,,,,M000106,,,,,,407130,,,,5960,Job Mann -Marsh,George,Perkins,,,,1801-03-15,M,rep,VT,3,,Whig,,,,,,,,,,M000147,,,,,,407170,,,,5994,George Perkins Marsh -McDowell,James,,,,,1795-10-13,M,rep,VA,11,,Democrat,,,,,,,,,,M000419,,,,,,407419,,,,6225,James McDowell -McGaughey,Edward,Wilson,,,,1817-01-16,M,rep,IN,7,,Whig,,,,,,,,,,M000443,,,,,,407442,,,,6247,Edward W. McGaughey -McKissock,Thomas,,,,,1790-04-17,M,rep,NY,9,,Whig,,,,,,,,,,M000529,,,,,,407521,,,,6318,Thomas McKissock -McLean,Finis,Ewing,,,,1806-02-19,M,rep,KY,3,,Whig,,,,,,,,,,M000546,,,,,,407538,,,,6334,Finis McLean -McWillie,William,,,,,1795-11-17,M,rep,MS,3,,Democrat,,,,,,,,,,M000612,,,,,,407601,,,,6391,William McWillie -Miller,Daniel,Fry,,,,1814-10-04,M,rep,IA,1,,Whig,,,,,,,,,,M000721,,,,,,407702,,,,6478,Daniel F. Miller -Miller,John,Krepps,,,,1819-05-25,M,rep,OH,11,,Democrat,,,,,,,,,,M000742,,,,,,407720,,,,6496,John K. Miller -Morehead,Charles,Slaughter,,,,1802-07-07,M,rep,KY,8,,Whig,,,,,,,,,,M000936,,,,,,407905,,,,6665,Charles S. Morehead -Morris,Jonathan,David,,,,1804-10-08,M,rep,OH,7,,Democrat,,,,,,,,,,M000979,,,,,,407947,,,,6706,Jonathan D. Morris -Morse,Isaac,Edward,,,,1809-05-22,M,rep,LA,4,,Democrat,,,,,,,,,,M001011,,,,,,407978,,,,6735,Isaac Edward Morse -Morton,Jackson,,,,,1794-08-10,M,sen,FL,,3,Whig,,,,,,,,,,M001015,,,,,,407982,,,,6739,Jackson Morton -Morton,Jeremiah,,,,,1799-09-03,M,rep,VA,9,,Whig,,,,,,,,,,M001016,,,,,,407983,,,,6740,Jeremiah Morton -Nelson,William,,,,,1784-06-29,M,rep,NY,7,,Whig,,,,,,,,,,N000045,,,,,,408135,,,,6875,William Nelson (New York congressman) -Nes,Henry,,,,,1799-05-20,M,rep,PA,15,,Whig,,,,,,,,,,N000047,,,,,,408137,,,,6877,Henry Nes -Newman,Alexander,,,,,1804-10-05,M,rep,VA,15,,Democrat,,,,,,,,,,N000070,,,,,,408158,,,,6898,Alexander Newman -Norris,Moses,,Jr.,,,1799-11-08,M,sen,NH,,3,Democrat,,,,,,,,,,N000140,,,,,,408224,,,,6961,Moses Norris Jr. -Ogle,Andrew,Jackson,,,,1822-03-25,M,rep,PA,18,,Whig,,,,,,,,,,O000046,,,,,,408329,,,,7034,Andrew Jackson Ogle -Otis,John,,,,,1801-08-03,M,rep,ME,3,,Whig,,,,,,,,,,O000128,,,,,,408381,,,,7109,John Otis (Maine) -Owen,Allen,Ferdinand,,,,1816-10-09,M,rep,GA,3,,Whig,,,,,,,,,,O000148,,,,,,408399,,,,7128,Allen Ferdinand Owen -Parker,Richard,,,,,1810-12-22,M,rep,VA,10,,Democrat,,,,,,,,,,P000068,,,,,,408478,,,,7201,Richard Parker (congressman) -Peck,Lucius,Benedict,,,,1802-11-17,M,rep,VT,4,,Democrat,,,,,,,,,,P000178,,,,,,408582,,,,7296,Lucius Benedict Peck -Phoenix,Jonas,Phillips,,,,1788-01-14,M,rep,NY,3,,Whig,,,,,,,,,,P000319,,,,,,408718,,,,7424,Jonas P. Phoenix -Pitman,Charles,Wesley,,,,,M,rep,PA,14,,Whig,,,,,,,,,,P000369,,,,,,412087,,,,7470,Charles Wesley Pitman -Potter,Emery,Davis,,,,1804-10-07,M,rep,OH,5,,Democrat,,,,,,,,,,P000464,,,,,,408851,,,,7555,Emery D. Potter -Putnam,Harvey,,,,,1793-01-05,M,rep,NY,33,,Whig,,,,,,,,,,P000580,,,,,,408963,,,,7661,Harvey Putnam -Reed,Robert,Rentoul,,,,1807-03-12,M,rep,PA,20,,Whig,,,,,,,,,,R000126,,,,,,409105,,,,7793,Robert Rentoul Reed -Reynolds,Gideon,,,,,1813-08-09,M,rep,NY,12,,Whig,,,,,,,,,,R000172,,,,,,409148,,,,7830,Gideon Reynolds -Risley,Elijah,,,,,1787-05-07,M,rep,NY,31,,Whig,,,,,,,,,,R000270,,,,,,409244,,,,7916,Elijah Risley -Root,Joseph,Mosley,,,,1807-10-07,M,rep,OH,21,,Free Soil,,,,,,,,,,R000433,,,,,,409398,,,,8058,Joseph M. Root -Rose,Robert,Lawson,,,,1804-10-12,M,rep,NY,29,,Whig,,,,,,,,,,R000438,,,,,,409402,,,,8061,Robert L. Rose -Rumsey,David,,,,,1810-12-25,M,rep,NY,30,,Whig,,,,,,,,,,R000506,,,,,,409465,,,,8113,David Rumsey (New York) -Sawtelle,Cullen,,,,,1805-09-25,M,rep,ME,5,,Democrat,,,,,,,,,,S000085,,,,,,409597,,,,8234,Cullen Sawtelle -Seddon,James,Alexander,,,,1815-07-13,M,rep,VA,6,,Democrat,,,,,,,,,,S000220,,,,,,409725,,,,8342,James Seddon -Shepperd,Augustine,Henry,,,,1792-02-24,M,rep,NC,4,,Whig,,,,,,,,,,S000338,,,,,,409835,,,,8447,Augustine Henry Shepperd -Silvester,Peter,Henry,,,,1807-02-17,M,rep,NY,11,,Whig,,,,,,,,,,S000413,,,,,,409907,,,,8512,Peter H. Silvester -Smith,Truman,,,,,1791-11-27,M,sen,CT,,3,Whig,,,,,,,,,,S000621,,,,,,410096,,,,8691,Truman Smith -Soulé,Pierre,,,,,1801-08-31,M,sen,LA,,3,Democrat,,,,,,,,,,S000682,,,,,,410153,,,,8745,Pierre Soulé -Sprague,William,,,,,1809-02-23,M,rep,MI,2,,Whig,,,,,,,,,,S000745,,,,,,410215,,,,8804,William Sprague (Michigan) -Stetson,Charles,,,,,1801-11-02,M,rep,ME,6,,Democrat,,,,,,,,,,S000873,,,,,,410335,,,,8903,Charles Stetson -Stewart,David,,,,,1800-09-13,M,sen,MD,,1,Whig,,,,,,,,,,S000905,,,,,,410366,,,,8932,David Stewart (Maryland Senator) -Strong,William,,,,,1808-05-06,M,rep,PA,9,,Democrat,,,,,,,,,,S001021,,,,,,410479,,,,9041,William Strong (Pennsylvania judge) -Thompson,Jacob,,,,,1810-05-15,M,rep,MS,1,,Democrat,,,,,,,,,,T000203,,,,,,410782,,,,9325,Jacob Thompson -Thompson,James,,,,,1806-10-01,M,rep,PA,23,,Democrat,,,,,,,,,,T000204,,,,,,410783,,,,9326,James Thompson (jurist) -Thompson,William,,,,,1813-11-10,M,rep,IA,1,,Democrat,,,,,,,,,,T000223,,,,,,410802,,,,9344,William Thompson (Iowa) -Thurman,John,Richardson,,,,1814-10-06,M,rep,NY,15,,Whig,,,,,,,,,,T000252,,,,,,410829,,,,9368,John R. Thurman -Thurston,Samuel,Royal,,,,1816-04-15,M,rep,OR,-1,,Democrat,,,,,,,,,,T000258,,,,,,410833,,,,,Samuel Thurston -Underhill,Walter,,,,,1795-09-12,M,rep,NY,4,,Whig,,,,,,,,,,U000009,,,,,,411033,,,,9556,Walter Underhill -Upham,William,,,,,1792-08-05,M,sen,VT,,3,Whig,,,,,,,,,,U000025,,,,,,411048,,,,9570,William Upham -Van Dyke,John,,,,,1807-04-03,M,rep,NJ,4,,Whig,,,,,,,,,,V000035,,,,,,411080,,,,9611,John Van Dyke (politician) -Vinton,Samuel,Finley,,,,1792-09-25,M,rep,OH,12,,Whig,,,,,,,,,,V000107,,,,,,411162,,,,9679,Samuel Finley Vinton -Walden,Hiram,,,,,1800-08-21,M,rep,NY,21,,Democrat,,,,,,,,,,W000033,,,,,,411212,,,,9725,Hiram Walden -Waldo,Loren,Pinckney,,,,1802-02-02,M,rep,CT,1,,Democrat,,,,,,,,,,W000037,,,,,,411217,,,,9728,Loren P. Waldo -Wales,John,,,,,1783-07-31,M,sen,DE,,1,Whig,,,,,,,,,,W000043,,,,,,411223,,,,9733,John Wales -Wellborn,Marshall,Johnson,,,,1808-05-29,M,rep,GA,2,,Democrat,,,,,,,,,,W000271,,,,,,411437,,,,9932,Marshall Johnson Wellborn -Whitcomb,James,,,,,1795-12-01,M,sen,IN,,3,Democrat,,,,,,,,,,W000349,,,,,,411511,,,,10003,James Whitcomb -White,Hugh,,,,,1798-12-25,M,rep,NY,16,,Whig,,,,,,,,,,W000375,,,,,,411536,,,,10028,Hugh White (New York) -Whittlesey,William,Augustus,,,,1796-07-14,M,rep,OH,13,,Democrat,,,,,,,,,,W000434,,,,,,411593,,,,10081,William A. Whittlesey -Wilson,James,,,,,1797-03-18,M,rep,NH,3,,Whig,,,,,,,,,,W000587,,,,,,411745,,,,10229,James Wilson II (New Hampshire) -Wood,Amos,Eastman,,,,1810-01-02,M,rep,OH,6,,Democrat,,,,,,,,,,W000689,,,,,,411841,,,,10319,Amos E. Wood -Wright,George,Washington,,,,1816-06-04,M,rep,CA,-1,,Independent,,,,,,,,,,W000760,,,,,,411909,,,,10388,George Washington Wright -Young,Timothy,Roberts,,,,1811-11-19,M,rep,IL,3,,Democrat,,,,,,,,,,Y000055,,,,,,411987,,,,10456,Timothy R. Young -Barnwell,Robert,Woodward,,,,1801-08-10,M,sen,SC,,2,Democrat,,,,,,,,,,B000168,,,,,,401170,,,,457,Robert Woodward Barnwell -Elmore,Franklin,Harper,,,,1799-10-15,M,sen,SC,,2,Democrat,,,,,,,,,,E000158,,,,,,403849,,,,2946,Franklin H. Elmore -Ewing,Thomas,,,,,1789-12-28,M,sen,OH,,1,Whig,,,,,,,,,,E000281,,,,,,403959,,,,3041,Thomas Ewing -Frémont,John,Charles,,,,1813-01-21,M,sen,CA,,1,Democrat,,,,,,,,,,F000374,,,,,,404319,,,,3366,John C. Frémont -Pratt,Thomas,George,,,,1804-02-18,M,sen,MD,,1,Ind. Republican-Democrat,,,,,,,,,,P000506,,,,,,408891,,,,7596,Thomas Pratt (Maryland politician) -Rhett,Robert,Barnwell,,,,1800-12-21,M,sen,SC,,2,Democrat,,,,,,,,,,R000184,,,,,,409160,,,,7841,Robert Rhett -Winthrop,Robert,Charles,,,,1809-05-12,M,sen,MA,,1,Whig,,,,,,,,,,W000646,,,,,,411800,,,,10284,Robert Charles Winthrop -Fillmore,Millard,,,,,1800-01-07,M,rep,NY,32,,Whig,,,,,,,,,,F000115,,,,,,404072,,,,3140,Millard Fillmore -Allen,Charles,,,,,1797-08-09,M,rep,MA,5,,Free Soil,,,,,,,,,,A000115,,,,,,400772,,,,101,Charles Allen (Massachusetts politician) -Andrews,Charles,,,,,1814-02-11,M,rep,ME,4,,Democrat,,,,,,,,,,A000243,,,,,,400873,,,,192,Charles Andrews (Maine politician) -Appleton,John,,,,,1815-02-11,M,rep,ME,2,,Democrat,,,,,,,,,,A000268,,,,,,400907,,,,218,John Appleton -Averett,Thomas,Hamlet,,,,1800-07-10,M,rep,VA,3,,Democrat,,,,,,,,,,A000343,,,,,,400993,,,,297,Thomas H. Averett -Babcock,Leander,,,,,1811-03-01,M,rep,NY,23,,Democrat,,,,,,,,,,B000005,,,,,,401011,,,,315,Leander Babcock -Barrere,Nelson,,,,,1808-04-01,M,rep,OH,7,,Whig,,,,,,,,,,B000174,,,,,,401175,,,,462,Nelson Barrere -Bartlett,Thomas,,Jr.,,,1808-06-18,M,rep,VT,4,,Democrat,,,,,,,,,,B000209,,,,,,401207,,,,492,"Thomas Bartlett, Jr." -Beale,James,Madison Hite,,,,1786-02-07,M,rep,VA,14,,Democrat,,,,,,,,,,B000266,,,,,,401260,,,,541,James M. H. Beale -Bell,Hiram,,,,,1808-04-22,M,rep,OH,3,,Whig,,,,,,,,,,B000335,,,,,,401327,,,,601,Hiram Bell -Bibighaus,Thomas,Marshal,,,,1817-03-17,M,rep,PA,14,,Whig,,,,,,,,,,B000435,,,,,,401421,,,,687,Thomas Marshal Bibighaus -Bowie,Richard,Johns,,,,1807-06-23,M,rep,MD,1,,Whig,,,,,,,,,,B000694,,,,,,401656,,,,908,Richard Bowie -Bowne,Obadiah,,,,,1822-05-19,M,rep,NY,2,,Whig,,,,,,,,,,B000707,,,,,,401669,,,,921,Obadiah Bowne -Boyd,John,Huggins,,,,1799-07-31,M,rep,NY,14,,Whig,,,,,,,,,,B000718,,,,,,401678,,,,930,John H. Boyd -Bragg,John,,,,,1806-01-14,M,rep,AL,1,,Democrat,,,,,,,,,,B000758,,,,,,401717,,,,967,John Bragg (politician) -Brodhead,Richard,,,,,1811-01-05,M,sen,PA,,1,Democrat,,,,,,,,,,B000861,,,,,,401818,,,,1061,Richard Brodhead -Brown,George,Houston,,,,1810-02-12,M,rep,NJ,4,,Whig,,,,,,,,,,B000920,,,,,,401875,,,,1110,George Houston Brown -Buell,Alexander,Hamilton,,,,1801-07-14,M,rep,NY,17,,Democrat,,,,,,,,,,B001038,,,,,,401988,,,,1217,Alexander H. Buell -Burrows,Lorenzo,,,,,1805-03-15,M,rep,NY,34,,Whig,,,,,,,,,,B001143,,,,,,402086,,,,1311,Lorenzo Burrows -Burt,Armistead,,,,,1802-11-13,M,rep,SC,5,,Democrat,,,,,,,,,,B001145,,,,,,402088,,,,1313,Armistead Burt -Busby,George,Henry,,,,1794-06-10,M,rep,OH,11,,Democrat,,,,,,,,,,B001162,,,,,,402104,,,,1325,George H. Busby -Cabell,Edward,Carrington,,,,1816-02-05,M,rep,FL,1,,Whig,,,,,,,,,,C000003,,,,,,402165,,,,1378,Edward Carrington Cabell -Cable,Joseph,,,,,1801-04-17,M,rep,OH,17,,Democrat,,,,,,,,,,C000008,,,,,,402170,,,,1383,Joseph Cable -Caldwell,Joseph,Pearson,,,,1808-03-05,M,rep,NC,2,,Whig,,,,,,,,,,C000037,,,,,,402198,,,,1411,Joseph Pearson Caldwell -Campbell,Thompson,,,,,,M,rep,IL,6,,Democrat,,,,,,,,,,C000102,,,,,,402255,,,,1466,Thompson Campbell -Cartter,David,Kellogg,,,,1812-06-22,M,rep,OH,18,,Democrat,,,,,,,,,,C000206,,,,,,402352,,,,1555,David Kellogg Cartter -Cass,Lewis,,,,,1782-10-09,M,sen,MI,,1,Democrat,,,,,,,,,,C000233,,,,,,402378,,,,1582,Lewis Cass -Chapman,Charles,,,,,1799-06-21,M,rep,CT,1,,Whig,,,,,,,,,,C000310,,,,,,402452,,,,1653,Charles Chapman (Connecticut) -Clark,Lincoln,,,,,1800-08-09,M,rep,IA,2,,Democrat,,,,,,,,,,C000445,,,,,,402583,,,,1777,Lincoln Clark -Cleveland,Chauncey,Fitch,,,,1799-02-16,M,rep,CT,3,,Democrat,,,,,,,,,,C000511,,,,,,402646,,,,1836,Chauncey Fitch Cleveland -Colcock,William,Ferguson,,,,1804-11-05,M,rep,SC,7,,Democrat,,,,,,,,,,C000603,,,,,,402732,,,,1917,William F. Colcock -Conger,James,Lockwood,,,,1805-02-18,M,rep,MI,3,,Whig,,,,,,,,,,C000677,,,,,,402803,,,,1980,James L. Conger -Cottman,Joseph,Stewart,,,,1803-08-16,M,rep,MD,6,,Ind. Whig,,,,,,,,,,C000800,,,,,,402919,,,,2085,Joseph Stewart Cottman -Daniel,John,Reeves Jones,,,,1802-01-13,M,rep,NC,6,,Democrat,,,,,,,,,,D000034,,,,,,403174,,,,2324,John Reeves Jones Daniel -Darby,John,Fletcher,,,,1803-12-10,M,rep,MO,1,,Whig,,,,,,,,,,D000049,,,,,,403188,,,,2334,John Fletcher Darby -Davis,George,Thomas,,,,1810-01-12,M,rep,MA,6,,Whig,,,,,,,,,,D000101,,,,,,403237,,,,2382,George T. Davis -Dimmick,Milo,Melankthon,,,,1811-10-30,M,rep,PA,10,,Democrat,,,,,,,,,,D000350,,,,,,403468,,,,2600,Milo Melankthon Dimmick -Dockery,Alfred,,,,,1797-12-11,M,rep,NC,3,,Whig,,,,,,,,,,D000385,,,,,,403501,,,,2632,Alfred Dockery -Dodge,Henry,,,,,1782-10-12,M,sen,WI,,1,Democrat,,,,,,,,,,D000396,,,,,,403511,,,,2642,Henry Dodge -Doty,James,Duane,,,,1799-11-05,M,rep,WI,3,,Ind. Democrat,,,,,,,,,,D000443,,,,,,403553,,,,2680,James Duane Doty -Duncan,James,Henry,,,,1793-12-05,M,rep,MA,3,,Whig,,,,,,,,,,D000532,,,,,,403640,,,,2759,James H. Duncan -Evans,Alexander,,,,,1818-09-13,M,rep,MD,5,,Whig,,,,,,,,,,E000231,,,,,,403916,,,,3002,Alexander Evans (American politician) -Fay,Francis,Ball,,,,1793-06-12,M,rep,MA,2,,Whig,,,,,,,,,,F000050,,,,,,404010,,,,3084,Francis B. Fay -Ficklin,Orlando,Bell,,,,1808-12-16,M,rep,IL,3,,Democrat,,,,,,,,,,F000101,,,,,,404058,,,,3129,Orlando B. Ficklin -Fish,Hamilton,,,,,1808-08-03,M,sen,NY,,1,Ind. Republican-Democrat,,,,,,,,,,F000140,,,,,,404094,,,,3160,Hamilton Fish -Floyd,John,Gelston,,,,1806-02-05,M,rep,NY,1,,Democrat,,,,,,,,,,F000223,,,,,,404178,,,,3236,John G. Floyd -Fowler,Orin,,,,,1791-07-29,M,rep,MA,9,,Whig,,,,,,,,,,F000325,,,,,,404274,,,,3327,Orin Fowler -Freeman,John,D.,,,,,M,rep,MS,3,,Unionist,,,,,,,,,,F000363,,,,,,412039,,,,3356,John D. Freeman -Gaylord,James,Madison,,,,1811-05-29,M,rep,OH,13,,Democrat,,,,,,,,,,G000108,,,,,,404480,,,,3515,James M. Gaylord -Gentry,Meredith,Poindexter,,,,1809-09-15,M,rep,TN,7,,Whig,,,,,,,,,,G000125,,,,,,404495,,,,3530,Meredith Poindexter Gentry -Geyer,Henry,Sheffie,,,,1790-12-09,M,sen,MO,,1,Ind. Republican-Democrat,,,,,,,,,,G000146,,,,,,404515,,,,3548,Henry S. Geyer -Gilmore,Alfred,,,,,1812-06-09,M,rep,PA,24,,Democrat,,,,,,,,,,G000220,,,,,,404582,,,,3615,Alfred Gilmore -Goodenow,Robert,,,,,1800-04-19,M,rep,ME,3,,Whig,,,,,,,,,,G000284,,,,,,404645,,,,3672,Robert Goodenow -Gorman,Willis,Arnold,,,,1816-01-12,M,rep,IN,6,,Democrat,,,,,,,,,,G000330,,,,,,404688,,,,3713,Willis A. Gorman -Hall,Willard,Preble,,,,1820-05-09,M,rep,MO,4,,Democrat,,,,,,,,,,H000077,,,,,,404960,,,,3959,Willard Preble Hall -Hammond,Edward,,,,,1812-03-17,M,rep,MD,3,,Democrat,,,,,,,,,,H000126,,,,,,405008,,,,4005,Edward Hammond (politician) -Harper,Alexander,,,,,1786-02-05,M,rep,OH,14,,Whig,,,,,,,,,,H000219,,,,,,405097,,,,4084,Alexander Harper (Ohio politician) -Hart,Emanuel,Bernard,,,,1809-10-27,M,rep,NY,3,,Democrat,,,,,,,,,,H000286,,,,,,405160,,,,4144,Emanuel B. Hart -Hascall,Augustus,Porter,,,,1800-06-24,M,rep,NY,33,,Whig,,,,,,,,,,H000315,,,,,,405188,,,,4170,Augustus P. Hascall -Haws,John,Henry Hobart,,,,,M,rep,NY,4,,Whig,,,,,,,,,,H000380,,,,,,405248,,,,4223,John Henry Hobart Haws -Hebard,William,,,,,1800-11-29,M,rep,VT,2,,Whig,,,,,,,,,,H000435,,,,,,405301,,,,4273,William Hebard -Holladay,Alexander,Richmond,,,,1811-09-18,M,rep,VA,8,,Democrat,,,,,,,,,,H000714,,,,,,405566,,,,4515,Alexander Holladay -Horsford,Jerediah,,,,,1791-03-08,M,rep,NY,29,,Whig,,,,,,,,,,H000796,,,,,,405645,,,,4587,Jerediah Horsford -Howard,Volney,Erskine,,,,1809-10-22,M,rep,TX,2,,Democrat,,,,,,,,,,H000845,,,,,,405692,,,,4632,Volney Howard -Howe,John,W.,,,,,M,rep,PA,22,,Whig,,,,,,,,,,H000853,,,,,,405700,,,,4639,John W. Howe -Howe,Thomas,Y.,Jr.,,,,M,rep,NY,25,,Democrat,,,,,,,,,,H000855,,,,,,405702,,,,4641,Thomas Y. Howe Jr. -Hunter,William,Forrest,,,,1808-12-10,M,rep,OH,15,,Whig,,,,,,,,,,H000992,,,,,,405833,,,,4763,William F. Hunter -Ives,Willard,,,,,1806-07-07,M,rep,NY,19,,Democrat,,,,,,,,,,I000051,,,,,,405906,,,,4835,Willard Ives -Jackson,Joseph,Webber,,,,1796-12-06,M,rep,GA,1,,States Rights,,,,,,,,,,J000023,,,,,,405929,,,,4860,Joseph Webber Jackson -James,Charles,Tillinghast,,,,1805-09-15,M,sen,RI,,1,Democrat,,,,,,,,,,J000046,,,,,,405951,,,,4881,Charles Tillinghast James -Jenkins,Timothy,,,,,1799-01-29,M,rep,NY,20,,Democrat,,,,,,,,,,J000089,,,,,,405991,,,,4918,Timothy Jenkins -Johnson,James,,,,,1811-02-12,M,rep,GA,2,,Unionist,,,,,,,,,,J000144,,,,,,406042,,,,4966,James Johnson (Georgia) -Johnson,John,,,,,,M,rep,OH,16,,Ind. Democrat,,,,,,,,,,J000153,,,,,,406051,,,,4972,John Johnson (Ohio congressman) -Jones,James,Chamberlain,,,,1809-04-20,M,sen,TN,,1,Ind. Republican-Democrat,,,,,,,,,,J000229,,,,,,406122,,,,5040,James C. Jones -King,George,Gordon,,,,1807-06-09,M,rep,RI,1,,Whig,,,,,,,,,,K000201,,,,,,406362,,,,5260,George Gordon King -Kuhns,Joseph,Henry,,,,,M,rep,PA,19,,Whig,,,,,,,,,,K000337,,,,,,406490,,,,5373,Joseph Henry Kuhns -Landry,Joseph,Aristide,,,,1817-07-10,M,rep,LA,2,,Whig,,,,,,,,,,L000055,,,,,,406564,,,,5437,Joseph Aristide Landry -Little,Edward,Preble,,,,1791-11-07,M,rep,MA,9,,Democrat,,,,,,,,,,L000350,,,,,,406842,,,,5700,Edward P. Little -Mann,Horace,,,,,1796-05-04,M,rep,MA,8,,Free Soil,,,,,,,,,,M000102,,,,,,407126,,,,5957,Horace Mann -Marshall,Edward,Colston,,,,1821-06-29,M,rep,CA,-1,,Democrat,,,,,,,,,,M000151,,,,,,407173,,,,5997,Edward C. Marshall -Martin,Frederick,Stanley,,,,1794-04-25,M,rep,NY,31,,Whig,,,,,,,,,,M000180,,,,,,407201,,,,6024,Frederick S. Martin -McCorkle,Joseph,Walker,,,,1819-06-24,M,rep,CA,-1,,Democrat,,,,,,,,,,M000362,,,,,,407367,,,,6175,Joseph W. McCorkle -McLanahan,James,Xavier,,,,,M,rep,PA,16,,Democrat,,,,,,,,,,M000534,,,,,,407526,,,,6322,James Xavier McLanahan -Meade,Richard,Kidder,,,,1803-07-29,M,rep,VA,2,,Democrat,,,,,,,,,,M000618,,,,,,407607,,,,6397,Richard Kidder Meade -Miner,Ahiman,Louis,,,,1804-09-23,M,rep,VT,1,,Whig,,,,,,,,,,M000790,,,,,,407768,,,,6543,Ahiman Louis Miner -Molony,Richard,Sheppard,,,,1811-06-28,M,rep,IL,4,,Democrat,,,,,,,,,,M000846,,,,,,407819,,,,6585,Richard S. Molony -Moore,Henry,Dunning,,,,1817-04-13,M,rep,PA,3,,Whig,,,,,,,,,,M000900,,,,,,407872,,,,6634,Henry Dunning Moore -Moore,John,,,,,,M,rep,LA,4,,Whig,,,,,,,,,,M000903,,,,,,407875,,,,6637,John Moore (Louisiana) -Morehead,James,Turner,,,,1799-01-11,M,rep,NC,4,,Whig,,,,,,,,,,M000937,,,,,,407907,,,,6667,James Turner Morehead (North Carolina) -Morrison,John,Alexander,,,,1814-01-31,M,rep,PA,7,,Democrat,,,,,,,,,,M000997,,,,,,407965,,,,6723,John Alexander Morrison -Murphey,Charles,,,,,1799-05-09,M,rep,GA,4,,Unionist,,,,,,,,,,M001086,,,,,,408050,,,,6803,Charles Murphey -Nabers,Benjamin,Duke,,,,1812-11-07,M,rep,MS,1,,Unionist,,,,,,,,,,N000001,,,,,,408096,,,,6840,Benjamin D. Nabers -Newton,Eben,,,,,1795-10-16,M,rep,OH,19,,Whig,,,,,,,,,,N000076,,,,,,408163,,,,6904,Eben Newton -Outlaw,David,,,,,1806-09-14,M,rep,NC,9,,Whig,,,,,,,,,,O000138,,,,,,408390,,,,7118,David Outlaw -Parker,Andrew,,,,,1805-05-21,M,rep,PA,17,,Democrat,,,,,,,,,,P000055,,,,,,408465,,,,7189,Andrew Parker (politician) -Peaslee,Charles,Hazen,,,,1804-02-06,M,rep,NH,2,,Democrat,,,,,,,,,,P000173,,,,,,408577,,,,7291,Charles H. Peaslee -Penn,Alexander,Gordon,,,,1799-05-10,M,rep,LA,3,,Democrat,,,,,,,,,,P000210,,,,,,408613,,,,7326,Alexander G. Penn -Penniman,Ebenezer,Jenckes,,,,1804-01-11,M,rep,MI,1,,Whig,,,,,,,,,,P000212,,,,,,408615,,,,7328,Ebenezer J. Penniman -Perkins,Jared,,,,,1793-01-05,M,rep,NH,3,,Whig,,,,,,,,,,P000235,,,,,,408638,,,,7348,Jared Perkins -Polk,William,Hawkins,,,,1815-05-24,M,rep,TN,6,,Ind. Democrat,,,,,,,,,,P000412,,,,,,408805,,,,7510,William Hawkins Polk -Price,Rodman,McCamley,,,,1816-05-05,M,rep,NJ,5,,Democrat,,,,,,,,,,P000529,,,,,,408913,,,,7615,Rodman M. Price -Rantoul,Robert,,Jr.,,,1805-08-13,M,rep,MA,2,,Democrat,,,,,,,,,,R000063,,,,,,409043,,,,7738,Robert Rantoul Jr. -Reed,Isaac,,,,,1809-08-22,M,rep,ME,4,,Whig,,,,,,,,,,R000117,,,,,,409097,,,,7785,Isaac Reed (politician) -Robie,Reuben,,,,,1799-07-15,M,rep,NY,30,,Democrat,,,,,,,,,,R000331,,,,,,409302,,,,7971,Reuben Robie -Robinson,John,Larne,,,,1813-05-03,M,rep,IN,3,,Democrat,,,,,,,,,,R000343,,,,,,409314,,,,7982,John L. Robinson -Ross,Thomas,,,,,1806-12-01,M,rep,PA,6,,Democrat,,,,,,,,,,R000455,,,,,,409419,,,,8077,Thomas Ross (Pennsylvania politician) -Rusk,Thomas,Jefferson,,,,1803-12-05,M,sen,TX,,1,Democrat,,,,,,,,,,R000518,,,,,,409476,,,,8121,Thomas Jefferson Rusk -Russell,Joseph,,,,,,M,rep,NY,15,,Democrat,,,,,,,,,,R000532,,,,,,412092,,,,8134,Joseph Russell -Sabine,Lorenzo,,,,,1803-02-28,M,rep,MA,4,,Whig,,,,,,,,,,S000004,,,,,,409525,,,,8166,Lorenzo Sabine -Sackett,William,Augustus,,,,1811-11-18,M,rep,NY,27,,Whig,,,,,,,,,,S000007,,,,,,409527,,,,8168,William A. Sackett -Schermerhorn,Abraham,Maus,,,,1791-12-11,M,rep,NY,28,,Whig,,,,,,,,,,S000122,,,,,,409630,,,,8261,Abraham M. Schermerhorn -Schoolcraft,John,Lawrence,,,,,M,rep,NY,13,,Whig,,,,,,,,,,S000139,,,,,,409647,,,,8271,John L. Schoolcraft -Schoonmaker,Marius,,,,,1811-04-24,M,rep,NY,10,,Whig,,,,,,,,,,S000141,,,,,,409649,,,,8273,Marius Schoonmaker -Scurry,Richardson,,,,,1811-11-11,M,rep,TX,1,,Democrat,,,,,,,,,,S000207,,,,,,409712,,,,8331,Richardson A. Scurry -Seymour,David,Lowrey,,,,1803-12-02,M,rep,NY,12,,Democrat,,,,,,,,,,S000265,,,,,,409766,,,,8382,David L. Seymour -Sibley,Henry,Hastings,,,,1811-02-20,M,rep,MN,-1,,,,,,,,,,,,S000396,,,,,,409890,,,,,Henry Hastings Sibley -Smart,Ephraim,Knight,,,,1813-09-03,M,rep,ME,5,,Democrat,,,,,,,,,,S000503,,,,,,409990,,,,8591,Ephraim K. Smart -Snow,William,W.,,,,1812-04-27,M,rep,NY,21,,Democrat,,,,,,,,,,S000661,,,,,,410135,,,,8730,William W. Snow -Stanly,Edward,,,,,1810-01-10,M,rep,NC,8,,Whig,,,,,,,,,,S000799,,,,,,410265,,,,8841,Edward Stanly -Stephens,Abraham,P.,,,,1796-02-18,M,rep,NY,7,,Democrat,,,,,,,,,,S000853,,,,,,410316,,,,8884,Abraham P. Stephens -Stockton,Robert,Field,,,,1795-08-20,M,sen,NJ,,1,Democrat,,,,,,,,,,S000942,,,,,,410401,,,,8965,Robert F. Stockton -Stone,James,W.,,,,,M,rep,KY,5,,Democrat,,,,,,,,,,S000958,,,,,,410417,,,,8980,James W. Stone -Strother,James,French,,,,1811-09-04,M,rep,VA,9,,Whig,,,,,,,,,,S001025,,,,,,410481,,,,9043,James F. Strother -Sutherland,Josiah,,,,,1804-06-12,M,rep,NY,11,,Democrat,,,,,,,,,,S001084,,,,,,410537,,,,9096,Josiah Sutherland -Sweetser,Charles,,,,,1808-01-22,M,rep,OH,10,,Democrat,,,,,,,,,,S001111,,,,,,410563,,,,9121,Charles Sweetser -Thompson,Benjamin,,,,,1798-08-05,M,rep,MA,4,,Whig,,,,,,,,,,T000192,,,,,,410772,,,,9315,Benjamin Thompson (politician) -Thompson,George,Western,,,,1806-05-14,M,rep,VA,15,,Democrat,,,,,,,,,,T000201,,,,,,410780,,,,9323,George W. Thompson -Townshend,Norton,Strange,,,,1815-12-25,M,rep,OH,21,,Democrat,,,,,,,,,,T000338,,,,,,410909,,,,9442,Norton Strange Townshend -Tuck,Amos,,,,,1810-08-02,M,rep,NH,1,,Whig,,,,,,,,,,T000394,,,,,,410963,,,,9493,Amos Tuck -Venable,Abraham,Watkins,,,,1799-10-17,M,rep,NC,5,,Democrat,,,,,,,,,,V000084,,,,,,411140,,,,9659,Abraham Watkins Venable -Walbridge,Henry,Sanford,,,,1801-04-08,M,rep,NY,26,,Whig,,,,,,,,,,W000030,,,,,,411209,,,,9722,Henry S. Walbridge -Wallace,Daniel,,,,,1801-05-09,M,rep,SC,1,,Democrat,,,,,,,,,,W000075,,,,,,411254,,,,9761,Daniel Wallace (politician) -Walsh,Thomas,Yates,,,,,M,rep,MD,4,,Whig,,,,,,,,,,W000105,,,,,,411283,,,,9789,Thomas Yates Walsh -Ward,William,Thomas,,,,1808-08-09,M,rep,KY,4,,Whig,,,,,,,,,,W000145,,,,,,411319,,,,9825,William Thomas Ward -Weightman,Richard,Hanson,,,,1816-12-28,M,rep,NM,-1,,Democrat,,,,,,,,,,W000255,,,,,,411423,,,,,Richard Hanson Weightman -Welch,John,,,,,1805-10-28,M,rep,OH,12,,Whig,,,,,,,,,,W000263,,,,,,411431,,,,9926,John Welch (politician) -Wells,John,,,,,1817-07-01,M,rep,NY,16,,Whig,,,,,,,,,,W000284,,,,,,411449,,,,9944,John Wells (1817–77) -White,Addison,,,,,1824-05-01,M,rep,KY,6,,Whig,,,,,,,,,,W000350,,,,,,411512,,,,10004,Addison White -Wilcox,John,A.,,,,1819-04-18,M,rep,MS,2,,Unionist,,,,,,,,,,W000457,,,,,,411614,,,,10102,John Allen Wilcox -Wildrick,Isaac,,,,,1803-03-03,M,rep,NJ,3,,Democrat,,,,,,,,,,W000464,,,,,,411621,,,,10109,Isaac Wildrick -Williams,Christopher,Harris,,,,1798-12-18,M,rep,TN,11,,Whig,,,,,,,,,,W000493,,,,,,411650,,,,10138,Christopher Harris Williams -Woodward,Joseph,Addison,,,,1806-04-11,M,rep,SC,3,,Democrat,,,,,,,,,,W000732,,,,,,411884,,,,10362,Joseph A. Woodward -Adams,Stephen,,,,,1807-10-17,M,sen,MS,,1,Democrat,,,,,,,,,,A000048,,,,,,400709,,,,41,Stephen Adams (politician) -Brooke,Walker,,,,,1813-12-25,M,sen,MS,,2,Whig,,,,,,,,,,B000872,,,,,,401829,,,,1069,Walker Brooke -Cathcart,Charles,William,,,,1809-07-24,M,sen,IN,,3,Democrat,,,,,,,,,,C000250,,,,,,402394,,,,1598,Charles W. Cathcart -Charlton,Robert,Milledge,,,,1807-01-19,M,sen,GA,,2,Democrat,,,,,,,,,,C000324,,,,,,402466,,,,1664,Robert M. Charlton -De Saussure,William,Ford,,,,1792-02-22,M,sen,SC,,2,Democrat,,,,,,,,,,D000270,,,,,,403321,,,,2526,William F. De Saussure -Dixon,Archibald,,,,,1802-04-02,M,sen,KY,,3,Whig,,,,,,,,,,D000367,,,,,,403484,,,,2615,Archibald Dixon -Meriwether,David,,,,,1800-10-30,M,sen,KY,,3,Democrat,,,,,,,,,,M000650,,,,,,407636,,,,6423,David Meriwether (Kentucky) -Toucey,Isaac,,,,,1792-11-15,M,sen,CT,,1,Democrat,,,,,,,,,,T000319,,,,,,410891,,,,9425,Isaac Toucey -Weller,John,B.,,,,1812-02-22,M,sen,CA,,1,Democrat,,,,,,,,,,W000274,,,,,,411439,,,,9934,John B. Weller -Pierce,Franklin,,,,,1804-11-23,M,sen,NH,,3,Democrat,,,,,,,,,,P000333,,,,,,408730,,,,7435,Franklin Pierce -Abercrombie,James,,,,,,M,rep,AL,2,,Whig,,,,,,,,,,A000012,,,,,,400675,,,,10,James Abercrombie (Congressman) -Allen,Philip,,,,,1785-09-01,M,sen,RI,,2,Democrat,,,,,,,,,,A000141,,,,,,400797,,,,123,Philip Allen (politician) -Allen,Willis,,,,,1806-12-15,M,rep,IL,9,,Democrat,,,,,,,,,,A000154,,,,,,400809,,,,135,Willis Allen -Ashe,William,Shepperd,,,,1814-09-14,M,rep,NC,3,,Democrat,,,,,,,,,,A000310,,,,,,400954,,,,262,William Shepperd Ashe -Atherton,Charles,Gordon,,,,1804-07-04,M,sen,NH,,2,Democrat,,,,,,,,,,A000323,,,,,,400971,,,,278,Charles G. Atherton -Bailey,David,Jackson,,,,1812-03-11,M,rep,GA,3,,Democrat,,,,,,,,,,B000036,,,,,,401041,,,,340,David Jackson Bailey -Barry,William,Taylor Sullivan,,,,1821-12-10,M,rep,MS,2,,Democrat,,,,,,,,,,B000193,,,,,,401192,,,,479,William S. Barry -Belcher,Nathan,,,,,1813-06-23,M,rep,CT,3,,Democrat,,,,,,,,,,B000322,,,,,,401314,,,,589,Nathan Belcher -Bell,John,,,,,1796-02-18,M,sen,TN,,2,American,,,,,,,,,,B000340,,,,,,401331,,,,606,John Bell (Tennessee politician) -Benton,Thomas,Hart,,,,1782-03-14,M,rep,MO,1,,Democrat,,,,,,,,,,B000398,,,,,,401389,,,,658,Thomas Hart Benton (politician) -Bissell,William,Harrison,,,,1811-04-25,M,rep,IL,8,,Ind. Democrat,,,,,,,,,,B000492,,,,,,401472,,,,736,William Henry Bissell -Boody,Azariah,,,,,1815-04-21,M,rep,NY,29,,Whig,,,,,,,,,,B000624,,,,,,401589,,,,848,Azariah Boody -Boyd,Linn,,,,,1800-11-22,M,rep,KY,1,,Democrat,,,,,,,,,,B000719,,,,,,401679,,,,931,Linn Boyd -Bugg,Robert,Malone,,,,1805-01-20,M,rep,TN,7,,Whig,,,,,,,,,,B001043,,,,,,401993,,,,1222,Robert Malone Bugg -Campbell,Brookins,,,,,,M,rep,TN,1,,Democrat,,,,,,,,,,C000078,,,,,,402234,,,,1444,Brookins Campbell -Carpenter,Davis,,,,,1799-12-25,M,rep,NY,29,,Whig,,,,,,,,,,C000167,,,,,,402315,,,,1520,Davis Carpenter -Chamberlain,Ebenezer,Mattoon,,,,1805-08-20,M,rep,IN,10,,Democrat,,,,,,,,,,C000276,,,,,,402419,,,,1621,Ebenezer M. Chamberlain -Chandler,Joseph,Ripley,,,,1792-08-22,M,rep,PA,2,,Whig,,,,,,,,,,C000292,,,,,,402434,,,,1636,Joseph Ripley Chandler -Chase,Dudley,,,,,1771-12-30,M,rep,NY,-1,,Whig,,,,,,,,,,C000325,,,,,,402467,,,,1665,Dudley Chase -Chase,George,William,,,,,M,rep,NY,19,,Whig,,,,,,,,,,C000326,,,,,,412027,,,,1666,George W. Chase -Chastain,Elijah,Webb,,,,1813-09-25,M,rep,GA,5,,Democrat,,,,,,,,,,C000335,,,,,,402475,,,,1675,Elijah Webb Chastain -Chrisman,James,Stone,,,,1818-09-14,M,rep,KY,4,,Democrat,,,,,,,,,,C000376,,,,,,402515,,,,1712,James Chrisman -Churchwell,William,Montgomery,,,,1826-02-20,M,rep,TN,2,,Democrat,,,,,,,,,,C000393,,,,,,402532,,,,1726,William Montgomery Churchwell -Clark,Samuel,,,,,,M,rep,MI,3,,Democrat,,,,,,,,,,C000451,,,,,,402589,,,,1782,Samuel Clark (New York and Michigan politician) -Clayton,John,Middleton,,,,1796-07-24,M,sen,DE,,2,Ind. Republican-Democrat,,,,,,,,,,C000496,,,,,,402633,,,,1822,John M. Clayton -Cook,John,Parsons,,,,1817-08-31,M,rep,IA,2,,Whig,,,,,,,,,,C000720,,,,,,402843,,,,2019,John Parsons Cook -Corwin,Moses,Bledso,,,,1790-01-05,M,rep,OH,8,,Whig,,,,,,,,,,C000790,,,,,,402910,,,,2077,Moses Bledso Corwin -Crocker,Samuel,Leonard,,,,1804-03-31,M,rep,MA,2,,Whig,,,,,,,,,,C000917,,,,,,403029,,,,2186,Samuel L. Crocker -Cullom,William,,,,,1810-06-04,M,rep,TN,4,,Whig,,,,,,,,,,C000974,,,,,,403085,,,,2240,William Cullom -Cumming,Thomas,William,,,,,M,rep,NY,2,,Democrat,,,,,,,,,,C000981,,,,,,412124,,,,2246,Thomas W. Cumming -Cutting,Francis,Brockholst,,,,1804-08-06,M,rep,NY,8,,Democrat,,,,,,,,,,C001029,,,,,,403136,,,,2290,Francis B. Cutting -Davis,Thomas,,,,,1806-12-18,M,rep,RI,1,,Democrat,,,,,,,,,,D000135,,,,,,403270,,,,2411,Thomas Davis (Rhode Island) -Dean,Gilbert,,,,,1819-08-14,M,rep,NY,12,,Democrat,,,,,,,,,,D000172,,,,,,403334,,,,2445,Gilbert Dean -Dent,William,Barton Wade,,,,1806-09-08,M,rep,GA,4,,Democrat,,,,,,,,,,D000257,,,,,,403395,,,,2515,William Barton Wade Dent -Dickinson,Edward,,,,,1803-01-01,M,rep,MA,10,,Whig,,,,,,,,,,D000319,,,,,,403439,,,,2571,Edward Dickinson -Disney,David,Tiernan,,,,1803-08-25,M,rep,OH,1,,Democrat,,,,,,,,,,D000361,,,,,,403478,,,,2610,David T. Disney -Drum,Augustus,,,,,1815-11-26,M,rep,PA,19,,Democrat,,,,,,,,,,D000506,,,,,,403613,,,,2735,Augustus Drum -Dunbar,William,,,,,,M,rep,LA,1,,Democrat,,,,,,,,,,D000526,,,,,,403636,,,,2755,William Dunbar (politician) -Dunham,Cyrus,Livingston,,,,1817-01-16,M,rep,IN,3,,Democrat,,,,,,,,,,D000540,,,,,,403648,,,,2765,Cyrus L. Dunham -Eastman,Ben,C.,,,,1812-10-24,M,rep,WI,2,,Democrat,,,,,,,,,,E000019,,,,,,403715,,,,2823,Ben C. Eastman -Eddy,Norman,,,,,1810-12-10,M,rep,IN,9,,Democrat,,,,,,,,,,E000039,,,,,,403734,,,,2840,Norman Eddy -Edgerton,Alfred,Peck,,,,1813-01-11,M,rep,OH,5,,Democrat,,,,,,,,,,E000045,,,,,,403740,,,,2845,Alfred Peck Edgerton -Edmands,John,Wiley,,,,1809-03-01,M,rep,MA,3,,Whig,,,,,,,,,,E000050,,,,,,403745,,,,2850,J. Wiley Edmands -Ellison,Andrew,,,,,,M,rep,OH,6,,Democrat,,,,,,,,,,E000140,,,,,,403831,,,,2929,Andrew Ellison -Evans,Josiah,James,,,,1786-11-27,M,sen,SC,,2,Democrat,,,,,,,,,,E000249,,,,,,403932,,,,3015,Josiah J. Evans -Everett,Edward,,,,,1794-04-11,M,sen,MA,,2,Whig,,,,,,,,,,E000264,,,,,,403944,,,,3026,Edward Everett -Everhart,William,,,,,1785-05-17,M,rep,PA,6,,Whig,,,,,,,,,,E000271,,,,,,403950,,,,3032,William Everhart -Ewing,Presley,Underwood,,,,1822-09-01,M,rep,KY,3,,Whig,,,,,,,,,,E000279,,,,,,403958,,,,3040,Presley Ewing -Farley,Ephraim,Wilder,,,,1817-08-29,M,rep,ME,3,,Whig,,,,,,,,,,F000018,,,,,,403980,,,,3059,E. Wilder Farley -Franklin,John,Rankin,,,,1820-05-06,M,rep,MD,1,,Whig,,,,,,,,,,F000345,,,,,,404293,,,,3343,John Rankin Franklin -Gamble,James,,,,,1809-01-28,M,rep,PA,15,,Democrat,,,,,,,,,,G000029,,,,,,404405,,,,3444,James Gamble (congressman) -Giddings,Napoleon,Bonaparte,,,,1816-01-02,M,rep,NE,-1,,Democrat,,,,,,,,,,G000168,,,,,,404535,,,,,Napoleon Bonaparte Giddings -Goodrich,John,Zacheus,,,,1804-09-27,M,rep,MA,11,,Whig,,,,,,,,,,G000295,,,,,,404654,,,,3680,John Z. Goodrich -Green,Frederick,William,,,,1816-02-18,M,rep,OH,9,,Democrat,,,,,,,,,,G000409,,,,,,404758,,,,3776,Frederick W. Green (congressman) -Grey,Benjamin,Edwards,,,,,M,rep,KY,2,,Whig,,,,,,,,,,G000453,,,,,,412046,,,,3814,Benjamin E. Grey -Harlan,Andrew,Jackson,,,,1815-03-29,M,rep,IN,11,,Democrat,,,,,,,,,,H000208,,,,,,405087,,,,4074,Andrew J. Harlan -Harris,Wiley,Pope,,,,1818-11-09,M,rep,MS,4,,Democrat,,,,,,,,,,H000256,,,,,,405133,,,,4117,Wiley P. Harris -Hastings,George,,,,,1807-03-13,M,rep,NY,28,,Democrat,,,,,,,,,,H000326,,,,,,405197,,,,4178,George Hastings (American politician) -Henn,Bernhart,,,,,,M,rep,IA,1,,Democrat,,,,,,,,,,H000500,,,,,,405363,,,,4326,Bernhart Henn -Hibbard,Harry,,,,,1816-06-01,M,rep,NH,3,,Democrat,,,,,,,,,,H000557,,,,,,405419,,,,4380,Harry Hibbard -Hiester,Isaac,Ellmaker,,,,1824-05-29,M,rep,PA,9,,Whig,,,,,,,,,,H000572,,,,,,405434,,,,4392,Isaac Ellmaker Hiester -Hill,Clement,Sidney,,,,1813-02-13,M,rep,KY,5,,Whig,,,,,,,,,,H000589,,,,,,405451,,,,4407,Clement S. Hill -Hillyer,Junius,,,,,1807-04-23,M,rep,GA,6,,Democrat,,,,,,,,,,H000625,,,,,,405483,,,,4438,Junius Hillyer -Houston,Samuel,,,,,1793-03-02,M,sen,TX,,2,American,,,,,,,,,,H000827,,,,,,405674,,,,4615,Sam Houston -Howe,Thomas,Marshall,,,,1808-04-20,M,rep,PA,22,,Whig,,,,,,,,,,H000854,,,,,,405701,,,,4640,Thomas Marshall Howe -Hughes,Charles,,,,,1822-02-27,M,rep,NY,15,,Democrat,,,,,,,,,,H000918,,,,,,405763,,,,4697,Charles Hughes (representative) -Hunt,Theodore,Gaillard,,,,1805-10-23,M,rep,LA,2,,Whig,,,,,,,,,,H000977,,,,,,405821,,,,4749,Theodore Gaillard Hunt -Ingersoll,Colin,Macrae,,,,1819-03-11,M,rep,CT,2,,Democrat,,,,,,,,,,I000016,,,,,,405878,,,,4805,Colin M. Ingersoll -Johnson,Harvey,Hull,,,,1808-09-07,M,rep,OH,14,,Democrat,,,,,,,,,,J000136,,,,,,406035,,,,4958,Harvey H. Johnson -Jones,Daniel,Terryll,,,,1800-08-17,M,rep,NY,24,,Democrat,,,,,,,,,,J000215,,,,,,406110,,,,5027,Daniel T. Jones -Jones,George,Wallace,,,,1804-04-12,M,sen,IA,,2,Democrat,,,,,,,,,,J000221,,,,,,406115,,,,5032,George W. Jones -Jones,Roland,,,,,1813-11-18,M,rep,LA,4,,Democrat,,,,,,,,,,J000250,,,,,,406143,,,,5060,Roland Jones -Kerr,John,,Jr.,,,1811-02-10,M,rep,NC,5,,Whig,,,,,,,,,,K000140,,,,,,406306,,,,5206,"John Kerr, Jr. (congress)" -Kittredge,George,Washington,,,,1805-01-31,M,rep,NH,1,,Democrat,,,,,,,,,,K000256,,,,,,406415,,,,5313,George W. Kittredge -Kurtz,William,Henry,,,,1804-01-31,M,rep,PA,16,,Democrat,,,,,,,,,,K000345,,,,,,406498,,,,5380,William Henry Kurtz -Lamb,Alfred,William,,,,1824-03-18,M,rep,MO,2,,Democrat,,,,,,,,,,L000032,,,,,,406542,,,,5418,Alfred William Lamb -Lancaster,Columbia,,,,,1803-08-26,M,rep,WA,-1,,Democrat,,,,,,,,,,L000044,,,,,,406553,,,,,Columbia Lancaster -Lewis,Charles,Swearinger,,,,1821-02-26,M,rep,VA,11,,Democrat,,,,,,,,,,L000275,,,,,,406773,,,,5632,Charles S. Lewis -Lilly,Samuel,,,,,1815-10-28,M,rep,NJ,3,,Democrat,,,,,,,,,,L000310,,,,,,406804,,,,5663,Samuel Lilly -Lindsley,William,Dell,,,,1812-12-25,M,rep,OH,13,,Democrat,,,,,,,,,,L000330,,,,,,406823,,,,5682,William D. Lindsley -Lyon,Caleb,,,,,1822-12-07,M,rep,NY,23,,Independent,,,,,,,,,,L000540,,,,,,407024,,,,5862,Caleb Lyon -Macdonald,Moses,,,,,1815-04-08,M,rep,ME,1,,Democrat,,,,,,,,,,M000004,,,,,,407034,,,,5872,Moses Macdonald -Macy,John,B.,,,,1799-03-25,M,rep,WI,3,,Democrat,,,,,,,,,,M000036,,,,,,407064,,,,5897,John B. Macy -Maurice,James,,,,,1814-11-07,M,rep,NY,1,,Democrat,,,,,,,,,,M000261,,,,,,407279,,,,6090,James Maurice -Mayall,Samuel,,,,,1816-06-21,M,rep,ME,2,,Democrat,,,,,,,,,,M000278,,,,,,407295,,,,6106,Samuel Mayall -McCulloch,John,,,,,1806-11-15,M,rep,PA,18,,Whig,,,,,,,,,,M000390,,,,,,407391,,,,6201,John McCulloch (congressman) -McNair,John,,,,,1800-06-08,M,rep,PA,5,,Democrat,,,,,,,,,,M000581,,,,,,407572,,,,6365,John McNair (congressman) -Middleswarth,Ner,,,,,1783-12-12,M,rep,PA,10,,Whig,,,,,,,,,,M000695,,,,,,407679,,,,6458,Ner Middleswarth -Morrison,George,Washington,,,,1809-10-16,M,rep,NH,2,,Democrat,,,,,,,,,,M000994,,,,,,407962,,,,6720,George W. Morrison -Muhlenberg,Henry,Augustus,,,,1823-07-21,M,rep,PA,8,,Democrat,,,,,,,,,,M001064,,,,,,408030,,,,6782,Henry Augustus Muhlenberg -Murray,William,,,,,1803-10-01,M,rep,NY,10,,Democrat,,,,,,,,,,M001116,,,,,,408079,,,,6827,William Murray (New York politician) -Noble,David,Addison,,,,1802-11-09,M,rep,MI,2,,Democrat,,,,,,,,,,N000117,,,,,,408201,,,,6940,David A. Noble -Olds,Edson,Baldwin,,,,1802-06-03,M,rep,OH,12,,Democrat,,,,,,,,,,O000063,,,,,,408338,,,,7051,Edson B. Olds -Parker,Samuel,Wilson,,,,1805-09-09,M,rep,IN,5,,Whig,,,,,,,,,,P000071,,,,,,408481,,,,7204,Samuel W. Parker -Peck,Jared,Valentine,,,,1816-09-21,M,rep,NY,9,,Democrat,,,,,,,,,,P000177,,,,,,408581,,,,7295,Jared V. Peck -Peckham,Rufus,Wheeler,,,,1809-12-20,M,rep,NY,14,,Democrat,,,,,,,,,,P000180,,,,,,408584,,,,7298,Rufus Wheeler Peckham (1809–1873) -Perkins,Bishop,,,,,1787-09-05,M,rep,NY,17,,Democrat,,,,,,,,,,P000227,,,,,,408630,,,,7341,Bishop Perkins -Perkins,John,,Jr.,,,1819-07-01,M,rep,LA,3,,Democrat,,,,,,,,,,P000236,,,,,,408639,,,,7349,John Perkins Jr. -Pettit,John,,,,,1807-06-24,M,sen,IN,,3,Democrat,,,,,,,,,,P000277,,,,,,408677,,,,7383,John Pettit -Phelps,Samuel,Shethar,,,,1793-05-13,M,sen,VT,,3,Whig,,,,,,,,,,P000299,,,,,,408699,,,,7404,Samuel S. Phelps -Phillips,Philip,,,,,1807-12-13,M,rep,AL,1,,Democrat,,,,,,,,,,P000311,,,,,,408710,,,,7416,Philip Phillips (lawyer) -Pratt,James,Timothy,,,,1802-12-14,M,rep,CT,1,,Democrat,,,,,,,,,,P000502,,,,,,408887,,,,7592,James T. Pratt -Preston,William,,,,,1816-10-16,M,rep,KY,7,,Whig,,,,,,,,,,P000517,,,,,,408902,,,,7606,William Preston (Kentucky) -Reese,David,Addison,,,,1794-03-03,M,rep,GA,7,,Whig,,,,,,,,,,R000135,,,,,,409114,,,,7801,David Addison Reese -Ritchey,Thomas,,,,,1801-01-19,M,rep,OH,11,,Democrat,,,,,,,,,,R000271,,,,,,409245,,,,7917,Thomas Ritchey -Rowe,Peter,,,,,1807-03-10,M,rep,NY,18,,Democrat,,,,,,,,,,R000477,,,,,,409438,,,,8093,Peter Rowe (politician) -Russell,Samuel,Lyon,,,,1816-07-30,M,rep,PA,17,,Whig,,,,,,,,,,R000539,,,,,,409496,,,,8141,Samuel Lyon Russell -Scudder,Zeno,,,,,1807-08-18,M,rep,MA,1,,Whig,,,,,,,,,,S000204,,,,,,409709,,,,8328,Zeno Scudder -Seymour,Origen,Storrs,,,,1804-02-09,M,rep,CT,4,,Democrat,,,,,,,,,,S000270,,,,,,409771,,,,8386,Origen S. Seymour -Shannon,Wilson,,,,,1802-02-24,M,rep,OH,17,,Democrat,,,,,,,,,,S000291,,,,,,409790,,,,8404,Wilson Shannon -Shower,Jacob,,,,,1803-02-22,M,rep,MD,2,,Democrat,,,,,,,,,,S000386,,,,,,409880,,,,8492,Jacob Shower -Skelton,Charles,,,,,1806-04-19,M,rep,NJ,2,,Democrat,,,,,,,,,,S000464,,,,,,409955,,,,8557,Charles Skelton -Smith,Gerrit,,,,,1797-03-06,M,rep,NY,22,,Free Soil,,,,,,,,,,S000542,,,,,,410024,,,,8625,Gerrit Smith -Smyth,George,Washington,,,,1803-05-16,M,rep,TX,1,,Democrat,,,,,,,,,,S000647,,,,,,410121,,,,8716,George W. Smyth -Snodgrass,John,Fryall,,,,1804-03-02,M,rep,VA,11,,Democrat,,,,,,,,,,S000656,,,,,,410130,,,,8725,John F. Snodgrass -Sollers,Augustus,Rhodes,,,,1814-05-01,M,rep,MD,6,,Whig,,,,,,,,,,S000674,,,,,,410146,,,,8738,Augustus Rhodes Sollers -Stanton,Frederick,Perry,,,,1814-12-22,M,rep,TN,10,,Democrat,,,,,,,,,,S000802,,,,,,410268,,,,8844,Frederick Perry Stanton -Stanton,Richard,Henry,,,,1812-09-09,M,rep,KY,10,,Democrat,,,,,,,,,,S000806,,,,,,410272,,,,8846,Richard H. Stanton -Stevens,Hestor,Lockhart,,,,1803-10-01,M,rep,MI,4,,Democrat,,,,,,,,,,S000879,,,,,,410341,,,,8909,Hestor L. Stevens -Stratton,Nathan,Taylor,,,,1813-03-17,M,rep,NJ,1,,Democrat,,,,,,,,,,S000996,,,,,,410454,,,,9016,Nathan T. Stratton -Straub,Christian,Markle,,,,,M,rep,PA,11,,Democrat,,,,,,,,,,S000999,,,,,,410457,,,,9019,Christian Markle Straub -Stuart,Andrew,,,,,1823-08-03,M,rep,OH,21,,Democrat,,,,,,,,,,S001031,,,,,,410487,,,,9050,Andrew Stuart (Ohio) -Stuart,Charles,Edward,,,,1810-11-25,M,sen,MI,,2,Democrat,,,,,,,,,,S001033,,,,,,410489,,,,9052,Charles E. Stuart -Stuart,David,,,,,1816-03-12,M,rep,MI,1,,Democrat,,,,,,,,,,S001034,,,,,,410490,,,,9053,David Stuart (Michigan politician) -Taylor,John,James,,,,1808-04-27,M,rep,NY,27,,Democrat,,,,,,,,,,T000088,,,,,,410671,,,,9219,John J. Taylor (New York politician) -Taylor,John,Lampkin,,,,1805-03-07,M,rep,OH,10,,Whig,,,,,,,,,,T000089,,,,,,410672,,,,9220,John L. Taylor -Teller,Isaac,,,,,1799-02-07,M,rep,NY,12,,Whig,,,,,,,,,,T000117,,,,,,410699,,,,9247,Isaac Teller -Thompson,John,Burton,,,,1810-12-14,M,sen,KY,,2,American,,,,,,,,,,T000208,,,,,,410787,,,,9330,John Burton Thompson -Tracy,Andrew,,,,,1797-12-15,M,rep,VT,2,,Whig,,,,,,,,,,T000344,,,,,,410915,,,,9448,Andrew Tracy -Trout,Michael,Carver,,,,1810-09-30,M,rep,PA,23,,Democrat,,,,,,,,,,T000383,,,,,,410952,,,,9483,Michael Carver Trout -Tweed,William,Marcy,,,,1823-04-03,M,rep,NY,5,,Democrat,,,,,,,,,,T000440,,,,,,411008,,,,9533,William M. Tweed -Upham,Charles,Wentworth,,,,1802-05-04,M,rep,MA,6,,Whig,,,,,,,,,,U000021,,,,,,411044,,,,9566,Charles Wentworth Upham -Van Sant,Joshua,,,,,1803-12-31,M,rep,MD,3,,Democrat,,,,,,,,,,V000057,,,,,,411099,,,,9633,Joshua Van Sant -Walbridge,Hiram,,,,,1821-02-02,M,rep,NY,3,,Democrat,,,,,,,,,,W000031,,,,,,411210,,,,9723,Hiram Walbridge -Walker,William,Adams,,,,1805-06-05,M,rep,NY,7,,Democrat,,,,,,,,,,W000070,,,,,,411249,,,,9756,William Adams Walker -Walley,Samuel,Hurd,,,,1805-08-31,M,rep,MA,4,,Whig,,,,,,,,,,W000087,,,,,,411266,,,,9773,Samuel H. Walley -Walsh,Michael,,,,,1810-05-04,M,rep,NY,4,,Democrat,,,,,,,,,,W000102,,,,,,411280,,,,9786,Michael Walsh (New York) -Wentworth,Tappan,,,,,1802-02-24,M,rep,MA,8,,Whig,,,,,,,,,,W000297,,,,,,411461,,,,9955,Tappan Wentworth -Westbrook,Theodoric,Romeyn,,,,1821-11-20,M,rep,NY,11,,Democrat,,,,,,,,,,W000307,,,,,,411471,,,,9965,Theodoric R. Westbrook -Williams,Jared,Warner,,,,1796-12-22,M,sen,NH,,2,Democrat,,,,,,,,,,W000511,,,,,,411668,,,,10156,Jared W. Williams -Witte,William,Henry,,,,1817-10-04,M,rep,PA,4,,Democrat,,,,,,,,,,W000664,,,,,,411817,,,,10300,William Henry Witte -Brainerd,Lawrence,,,,,1794-03-16,M,sen,VT,,3,Free Soil,,,,,,,,,,B000760,,,,,,401719,,,,969,Lawrence Brainerd -Gillette,Francis,,,,,1807-12-14,M,sen,CT,,3,Free Soil,,,,,,,,,,G000204,,,,,,404568,,,,3602,Francis Gillette -Reid,David,Settle,,,,1813-04-19,M,sen,NC,,2,Democrat,,,,,,,,,,R000144,,,,,,409122,,,,7808,David Settle Reid -Rockwell,Julius,,,,,1805-04-26,M,sen,MA,,2,Whig,,,,,,,,,,R000368,,,,,,409338,,,,8004,Julius Rockwell -Aiken,William,,,,,1806-01-28,M,rep,SC,2,,Democrat,,,,,,,,,,A000063,,,,,,400723,,,,53,William Aiken Jr. -Akers,Thomas,Peter,,,,1828-10-04,M,rep,MO,5,,American,,,,,,,,,,A000070,,,,,,400729,,,,59,Thomas Peter Akers -Albright,Charles,Jefferson,,,,1816-05-09,M,rep,OH,17,,Ind. Republican-Democrat,,,,,,,,,,A000078,,,,,,400737,,,,66,Charles J. Albright -Allison,John,,,,,1812-08-05,M,rep,PA,23,,Ind. Republican-Democrat,,,,,,,,,,A000158,,,,,,400813,,,,139,John Allison (Representative) -Anderson,James,Patton,,,,1822-02-16,M,rep,WA,-1,,Democrat,,,,,,,,,,A000192,,,,,,400847,,,,,James Patton Anderson -Ball,Edward,,,,,1811-11-06,M,rep,OH,16,,Ind. Republican-Democrat,,,,,,,,,,B000098,,,,,,401100,,,,393,Edward Ball (congressman) -Barbour,Lucien,,,,,1811-03-04,M,rep,IN,6,,Ind. Republican-Democrat,,,,,,,,,,B000130,,,,,,401131,,,,423,Lucien Barbour -Barclay,David,,,,,,M,rep,PA,24,,Democrat,,,,,,,,,,B000136,,,,,,401137,,,,428,David Barclay (congressman) -Bayly,Thomas,Henry,,,,1810-12-11,M,rep,VA,1,,Democrat,,,,,,,,,,B000259,,,,,,401253,,,,534,Thomas H. Bayly -Bell,James,,,,,1804-11-13,M,sen,NH,,3,Republican,,,,,,,,,,B000337,,,,,,401329,,,,603,James Bell (New Hampshire) -Bell,Peter,Hansbrough,,,,1812-05-12,M,rep,TX,2,,Democrat,,,,,,,,,,B000344,,,,,,401336,,,,610,Peter Hansborough Bell -Bennett,Hendley,Stone,,,,1807-04-07,M,rep,MS,2,,Democrat,,,,,,,,,,B000375,,,,,,401367,,,,637,Hendley S. Bennett -Benson,Samuel,Page,,,,1804-11-28,M,rep,ME,4,,Ind. Republican-Democrat,,,,,,,,,,B000390,,,,,,401381,,,,651,Samuel P. Benson -Biggs,Asa,,,,,1811-02-04,M,sen,NC,,3,Democrat,,,,,,,,,,B000456,,,,,,401441,,,,706,Asa Biggs -Bishop,James,,,,,1816-05-11,M,rep,NJ,3,,Ind. Republican-Democrat,,,,,,,,,,B000487,,,,,,401468,,,,732,James Bishop (Congressman) -Bradshaw,Samuel,Carey,,,,1809-06-10,M,rep,PA,7,,Ind. Republican-Democrat,,,,,,,,,,B000751,,,,,,401711,,,,962,Samuel Carey Bradshaw -Broom,Jacob,,,,,1808-07-25,M,rep,PA,4,,American,,,,,,,,,,B000887,,,,,,401844,,,,1084,Jacob Broom (congressman) -Butler,Andrew,Pickens,,,,1796-11-18,M,sen,SC,,3,Democrat,,,,,,,,,,B001173,,,,,,402115,,,,1334,Andrew Butler -Cadwalader,John,,,,,1805-04-01,M,rep,PA,5,,Democrat,,,,,,,,,,C000011,,,,,,402173,,,,1386,John Cadwalader (jurist) -Campbell,John,Pierce,Jr.,,,1820-12-08,M,rep,KY,2,,American,,,,,,,,,,C000094,,,,,,402249,,,,1459,John P. Campbell Jr. -Chapman,Bird,Beers,,,,1821-08-24,M,rep,NE,-1,,Democrat,,,,,,,,,,C000309,,,,,,402451,,,,,Bird Beers Chapman -Child,Thomas,,Jr.,,,1818-03-22,M,rep,NY,7,,Ind. Republican-Democrat,,,,,,,,,,C000353,,,,,,402492,,,,1691,Thomas Child Jr. -Clarke,Bayard,,,,,1815-03-17,M,rep,NY,9,,Ind. Republican-Democrat,,,,,,,,,,C000457,,,,,,402595,,,,1788,Bayard Clarke -Cobb,Howell,,,,,1815-09-07,M,rep,GA,6,,Democrat,,,,,,,,,,C000548,,,,,,402681,,,,1867,Howell Cobb -Cox,Leander,Martin,,,,1812-05-07,M,rep,KY,9,,American,,,,,,,,,,C000837,,,,,,402954,,,,2116,Leander Cox -Cullen,Elisha,Dickerson,,,,1799-04-23,M,rep,DE,0,,American,,,,,,,,,,C000969,,,,,,403080,,,,2235,Elisha D. Cullen -Cumback,William,,,,,1829-03-24,M,rep,IN,4,,Ind. Republican-Democrat,,,,,,,,,,C000980,,,,,,403091,,,,2245,William Cumback -Davis,Jacob,Cunningham,,,,1820-09-16,M,rep,IL,5,,Democrat,,,,,,,,,,D000107,,,,,,403243,,,,2387,Jacob C. Davis -Day,Timothy,Crane,,,,1819-01-08,M,rep,OH,1,,Ind. Republican-Democrat,,,,,,,,,,D000161,,,,,,403293,,,,2436,Timothy C. Day -De Witt,Alexander,,,,,1798-04-02,M,rep,MA,9,,American,,,,,,,,,,D000282,,,,,,403324,,,,2543,Alexander De Witt -Denver,James,William,,,,1817-10-23,M,rep,CA,-1,,Democrat,,,,,,,,,,D000261,,,,,,403399,,,,2518,James W. Denver -Dickson,Samuel,,,,,1807-03-29,M,rep,NY,14,,Ind. Republican-Democrat,,,,,,,,,,D000332,,,,,,403450,,,,2582,Samuel Dickson (American politician) -Dunn,George,Grundy,,,,1812-12-20,M,rep,IN,3,,Ind. Republican-Democrat,,,,,,,,,,D000546,,,,,,403654,,,,2771,George Grundy Dunn -Durkee,Charles,,,,,1805-12-10,M,sen,WI,,3,Republican,,,,,,,,,,D000573,,,,,,403676,,,,2793,Charles Durkee -Edwards,Francis,Smith,,,,1817-05-28,M,rep,NY,33,,American,,,,,,,,,,E000069,,,,,,403762,,,,2864,Francis S. Edwards -Emrie,Jonas,Reece,,,,1812-04-25,M,rep,OH,6,,Ind. Republican-Democrat,,,,,,,,,,E000177,,,,,,403867,,,,2962,Jonas R. Emrie -Evans,Lemuel,Dale,,,,1810-01-08,M,rep,TX,1,,American,,,,,,,,,,E000251,,,,,,403933,,,,3016,Lemuel D. Evans -Fitzpatrick,Benjamin,,,,,1802-06-30,M,sen,AL,,3,Democrat,,,,,,,,,,F000174,,,,,,404129,,,,3192,Benjamin Fitzpatrick -Flagler,Thomas,Thorn,,,,1811-10-12,M,rep,NY,31,,Ind. Republican-Democrat,,,,,,,,,,F000181,,,,,,404136,,,,3199,Thomas T. Flagler -Foster,Nathaniel,Greene,,,,1809-08-25,M,rep,GA,7,,American,,,,,,,,,,F000311,,,,,,404260,,,,3313,Nathaniel Greene Foster -Fuller,Henry,Mills,,,,1820-01-03,M,rep,PA,12,,Ind. Republican-Democrat,,,,,,,,,,F000410,,,,,,404352,,,,3397,Henry Mills Fuller -Fuller,Thomas,James Duncan,,,,1808-03-17,M,rep,ME,6,,Democrat,,,,,,,,,,F000412,,,,,,404354,,,,3399,Thomas J. D. Fuller -Galloway,Samuel,,,,,1811-03-20,M,rep,OH,12,,Ind. Republican-Democrat,,,,,,,,,,G000027,,,,,,404403,,,,3442,Samuel Galloway -Gilbert,William,Augustus,,,,1815-01-25,M,rep,NY,23,,Ind. Republican-Democrat,,,,,,,,,,G000179,,,,,,404545,,,,3579,William A. Gilbert -Hall,Augustus,,,,,1814-04-29,M,rep,IA,1,,Democrat,,,,,,,,,,H000043,,,,,,404928,,,,3931,Augustus Hall -Harris,Sampson,Willis,,,,1809-02-23,M,rep,AL,7,,Democrat,,,,,,,,,,H000252,,,,,,405130,,,,4113,Sampson Willis Harris -Harrison,John,Scott,,,,1804-10-04,M,rep,OH,2,,Ind. Republican-Democrat,,,,,,,,,,H000272,,,,,,405148,,,,4132,John Scott Harrison -Haven,Solomon,George,,,,1810-11-27,M,rep,NY,32,,Ind. Republican-Democrat,,,,,,,,,,H000355,,,,,,405224,,,,4200,Solomon G. Haven -Herbert,Philemon,Thomas,,,,1825-11-01,M,rep,CA,-1,,Democrat,,,,,,,,,,H000526,,,,,,405389,,,,4351,Philemon T. Herbert -Hodges,George,Tisdale,,,,1789-07-04,M,rep,VT,1,,Republican,,,,,,,,,,H000673,,,,,,405527,,,,4479,George Tisdale Hodges -Hoffman,Henry,William,,,,1825-11-10,M,rep,MD,5,,American,,,,,,,,,,H000686,,,,,,405539,,,,4490,Henry William Hoffman -Holloway,David,Pierson,,,,1809-12-07,M,rep,IN,5,,Ind. Republican-Democrat,,,,,,,,,,H000730,,,,,,405581,,,,4527,David P. Holloway -Horton,Thomas,Raymond,,,,,M,rep,NY,18,,Ind. Republican-Democrat,,,,,,,,,,H000799,,,,,,405648,,,,4589,Thomas R. Horton -Hughston,Jonas,Abbott,,,,,M,rep,NY,19,,Ind. Republican-Democrat,,,,,,,,,,H000931,,,,,,405776,,,,4708,Jonas A. Hughston -Iverson,Alfred,,Sr.,,,1798-12-03,M,sen,GA,,3,Democrat,,,,,,,,,,I000049,,,,,,405904,,,,4833,Alfred Iverson Sr. -Johnson,Robert,Ward,,,,1814-07-22,M,sen,AR,,3,Democrat,,,,,,,,,,J000172,,,,,,406069,,,,4990,Robert Ward Johnson -Kennett,Luther,Martin,,,,1807-03-15,M,rep,MO,1,,Ind. Republican-Democrat,,,,,,,,,,K000119,,,,,,406285,,,,5188,Luther Martin Kennett -Kidwell,Zedekiah,,,,,1814-01-04,M,rep,VA,10,,Democrat,,,,,,,,,,K000165,,,,,,406329,,,,5230,Zedekiah Kidwell -King,Rufus,H.,,,,1820-01-20,M,rep,NY,11,,Ind. Republican-Democrat,,,,,,,,,,K000213,,,,,,406373,,,,5271,Rufus H. King -Knight,Jonathan,,,,,1787-11-22,M,rep,PA,20,,Ind. Republican-Democrat,,,,,,,,,,K000285,,,,,,406442,,,,5337,Jonathan Knight (railroader) -Knowlton,Ebenezer,,,,,1815-12-06,M,rep,ME,3,,Ind. Republican-Democrat,,,,,,,,,,K000294,,,,,,406450,,,,5345,Ebenezer Knowlton -Knox,James,,,,,1807-07-04,M,rep,IL,4,,Ind. Republican-Democrat,,,,,,,,,,K000295,,,,,,406451,,,,5346,James Knox (Illinois politician) -Lake,William,Augustus,,,,1808-01-06,M,rep,MS,4,,American,,,,,,,,,,L000026,,,,,,406536,,,,5412,William A. Lake -Lindley,James,Johnson,,,,1822-01-01,M,rep,MO,3,,Ind. Republican-Democrat,,,,,,,,,,L000322,,,,,,406815,,,,5674,James Johnson Lindley -Lumpkin,John,Henry,,,,1812-06-13,M,rep,GA,5,,Democrat,,,,,,,,,,L000511,,,,,,406997,,,,5836,John Henry Lumpkin -Mace,Daniel,,,,,1811-09-05,M,rep,IN,8,,Ind. Republican-Democrat,,,,,,,,,,M000008,,,,,,407038,,,,5876,Daniel Mace (politician) -Marshall,Alexander,Keith,,,,1808-02-11,M,rep,KY,8,,American,,,,,,,,,,M000149,,,,,,407172,,,,5995,Alexander Keith Marshall -Maxwell,Augustus,Emmett,,,,1820-09-21,M,rep,FL,1,,Democrat,,,,,,,,,,M000266,,,,,,407284,,,,6094,Augustus Maxwell -McCarty,Andrew,Zimmerman,,,,1808-07-14,M,rep,NY,22,,Ind. Republican-Democrat,,,,,,,,,,M000319,,,,,,407330,,,,6138,Andrew Z. McCarty -McMullen,Fayette,,,,,1805-05-18,M,rep,VA,13,,Democrat,,,,,,,,,,M000578,,,,,,407569,,,,6362,Fayette McMullen -Meacham,James,,,,,1810-08-16,M,rep,VT,1,,Ind. Republican-Democrat,,,,,,,,,,M000613,,,,,,407602,,,,6392,James Meacham -Miller,John,Gaines,,,,1812-11-29,M,rep,MO,5,,Ind. Republican-Democrat,,,,,,,,,,M000741,,,,,,407719,,,,6495,John Gaines Miller -Miller,Killian,,,,,1785-07-30,M,rep,NY,12,,Ind. Republican-Democrat,,,,,,,,,,M000744,,,,,,407723,,,,6498,Killian Miller -Miller,Smith,,,,,1804-05-30,M,rep,IN,1,,Democrat,,,,,,,,,,M000754,,,,,,407732,,,,6508,Smith Miller -Moore,Oscar,Fitzallen,,,,1817-01-27,M,rep,OH,10,,Ind. Republican-Democrat,,,,,,,,,,M000911,,,,,,407883,,,,6645,Oscar F. Moore -Oliver,Andrew,,,,,1815-01-16,M,rep,NY,26,,Democrat,,,,,,,,,,O000070,,,,,,408343,,,,7057,Andrew Oliver (New York) -Oliver,Mordecai,,,,,1819-10-22,M,rep,MO,4,,Ind. Republican-Democrat,,,,,,,,,,O000075,,,,,,408348,,,,7062,Mordecai Oliver -Packer,Asa,,,,,1805-12-29,M,rep,PA,13,,Democrat,,,,,,,,,,P000006,,,,,,408417,,,,7145,Asa Packer -Paine,Robert,Treat,,,,1812-02-18,M,rep,NC,1,,American,,,,,,,,,,P000030,,,,,,408441,,,,7168,Robert Treat Paine (North Carolina) -Pearce,John,Jamison,,,,1826-02-28,M,rep,PA,15,,Ind. Republican-Democrat,,,,,,,,,,P000162,,,,,,408567,,,,7283,John Jamison Pearce -Peck,George,Washington,,,,1818-06-04,M,rep,MI,4,,Democrat,,,,,,,,,,P000176,,,,,,408580,,,,7294,George Washington Peck -Pelton,Guy,Ray,,,,1824-08-03,M,rep,NY,3,,Ind. Republican-Democrat,,,,,,,,,,P000198,,,,,,408601,,,,7314,Guy R. Pelton -Pennington,Alexander,Cumming McWhorter,,,,1810-07-02,M,rep,NJ,5,,Ind. Republican-Democrat,,,,,,,,,,P000213,,,,,,408616,,,,7329,Alexander C. M. Pennington -Porter,Gilchrist,,,,,1817-11-01,M,rep,MO,2,,Ind. Republican-Democrat,,,,,,,,,,P000440,,,,,,408831,,,,7534,Gilchrist Porter -Pringle,Benjamin,,,,,1807-11-09,M,rep,NY,30,,Ind. Republican-Democrat,,,,,,,,,,P000543,,,,,,408927,,,,7629,Benjamin Pringle -Pugh,George,Ellis,,,,1822-11-28,M,sen,OH,,3,Democrat,,,,,,,,,,P000560,,,,,,408943,,,,7643,George E. Pugh -Puryear,Richard,Clauselle,,,,1801-02-09,M,rep,NC,6,,American,,,,,,,,,,P000578,,,,,,408961,,,,7659,Richard Clauselle Puryear -Reade,Edwin,Godwin,,,,1812-11-13,M,rep,NC,5,,American,,,,,,,,,,R000095,,,,,,409075,,,,7766,Edwin Godwin Reade -Rivers,Thomas,,,,,1819-09-18,M,rep,TN,10,,American,,,,,,,,,,R000283,,,,,,409256,,,,7927,Thomas Rivers -Robison,David,Fullerton,,,,1816-05-28,M,rep,PA,17,,Ind. Republican-Democrat,,,,,,,,,,R000356,,,,,,409327,,,,7994,David Fullerton Robison -Sabin,Alvah,,,,,1793-10-23,M,rep,VT,3,,Ind. Republican-Democrat,,,,,,,,,,S000002,,,,,,409523,,,,8164,Alvah Sabin -Sage,Russell,,,,,1816-08-04,M,rep,NY,13,,Ind. Republican-Democrat,,,,,,,,,,S000013,,,,,,409533,,,,8174,Russell Sage -Sapp,William,Robinson,,,,1804-03-04,M,rep,OH,15,,Ind. Republican-Democrat,,,,,,,,,,S000061,,,,,,409574,,,,8216,William R. Sapp -Scott,Harvey,David,,,,1818-10-18,M,rep,IN,7,,Ind. Republican-Democrat,,,,,,,,,,S000173,,,,,,409679,,,,8300,Harvey D. Scott -Seward,William,Henry,,,,1801-05-16,M,sen,NY,,3,Republican,,,,,,,,,,S000261,,,,,,409762,,,,8378,William H. Seward -Simmons,George,Abel,,,,1791-09-08,M,rep,NY,16,,Ind. Republican-Democrat,,,,,,,,,,S000416,,,,,,409910,,,,8515,George A. Simmons -Slidell,John,,,,,,M,sen,LA,,3,Democrat,,,,,,,,,,S000487,,,,,,409975,,,,8575,John Slidell -Smith,William,Russell,,,,1815-03-27,M,rep,AL,4,,American,,,,,,,,,,S000637,,,,,,410111,,,,8706,William Russell Smith -Sneed,William,Henry,,,,1812-08-27,M,rep,TN,2,,American,,,,,,,,,,S000651,,,,,,410125,,,,8720,William Henry Sneed -Stranahan,James,Samuel Thomas,,,,1808-04-25,M,rep,NY,2,,Ind. Republican-Democrat,,,,,,,,,,S000990,,,,,,410448,,,,9011,James S. T. Stranahan -Swope,Samuel,Franklin,,,,1809-03-01,M,rep,KY,10,,American,,,,,,,,,,S001130,,,,,,410581,,,,9137,Samuel F. Swope -Thorington,James,,,,,1816-05-07,M,rep,IA,2,,Ind. Republican-Democrat,,,,,,,,,,T000235,,,,,,410814,,,,9354,James Thorington -Thurston,Benjamin,Babock,,,,1804-06-29,M,rep,RI,2,,American,,,,,,,,,,T000255,,,,,,410830,,,,9370,Benjamin Babock Thurston -Trafton,Mark,,,,,1810-08-01,M,rep,MA,11,,American,,,,,,,,,,T000351,,,,,,410921,,,,9454,Mark Trafton -Tyson,Job,Roberts,,,,1803-02-08,M,rep,PA,2,,Ind. Republican-Democrat,,,,,,,,,,T000454,,,,,,411022,,,,9546,Job Roberts Tyson -Vail,George,,,,,1809-07-21,M,rep,NJ,4,,Democrat,,,,,,,,,,V000001,,,,,,411060,,,,9582,George Vail -Valk,William,Weightman,,,,1806-10-12,M,rep,NY,1,,American,,,,,,,,,,V000007,,,,,,411066,,,,9587,William Valk -Wakeman,Abram,,,,,1824-05-31,M,rep,NY,8,,Ind. Republican-Democrat,,,,,,,,,,W000027,,,,,,411206,,,,9719,Abram Wakeman -Walker,Percy,,,,,,M,rep,AL,1,,American,,,,,,,,,,W000064,,,,,,411243,,,,9752,Percy Walker -Warner,Hiram,,,,,1802-10-29,M,rep,GA,4,,Democrat,,,,,,,,,,W000152,,,,,,411326,,,,9831,Hiram B. Warner -Watson,Cooper,Kinderdine,,,,1810-06-18,M,rep,OH,9,,Ind. Republican-Democrat,,,,,,,,,,W000199,,,,,,411370,,,,9871,Cooper K. Watson -Welch,William,Wickham,,,,1818-12-10,M,rep,CT,4,,American,,,,,,,,,,W000266,,,,,,411434,,,,9929,William W. Welch -Wells,Daniel,,Jr.,,,1808-07-16,M,rep,WI,1,,Democrat,,,,,,,,,,W000281,,,,,,411446,,,,9941,Daniel Wells Jr. -Wells,John,Sullivan,,,,1803-10-18,M,sen,NH,,3,Democrat,,,,,,,,,,W000285,,,,,,411450,,,,9945,John S. Wells -Wheeler,John,,,,,1823-02-11,M,rep,NY,6,,Democrat,,,,,,,,,,W000337,,,,,,411499,,,,9991,John Wheeler (New York politician) -Whitfield,John,Wilkins,,,,1818-03-11,M,rep,KS,-1,,Democrat,,,,,,,,,,W000414,,,,,,411573,,,,,John Wilkins Whitfield -Whitney,Thomas,Richard,,,,1807-05-02,M,rep,NY,5,,American,,,,,,,,,,W000425,,,,,,411584,,,,10073,Thomas R. Whitney -Williams,John,,,,,1807-01-07,M,rep,NY,29,,Democrat,,,,,,,,,,W000514,,,,,,411673,,,,10161,"John Williams (Rochester, New York)" -Woodworth,James,Hutchinson,,,,1804-12-04,M,rep,IL,2,,Ind. Republican-Democrat,,,,,,,,,,W000734,,,,,,411885,,,,10364,James Hutchinson Woodworth -Wright,Daniel,Boone,,,,1812-02-17,M,rep,MS,1,,Democrat,,,,,,,,,,W000757,,,,,,411906,,,,10385,Daniel B. Wright -Yulee,David,Levy,,,,1810-06-12,M,sen,FL,,3,Democrat,,,,,,,,,,Y000061,,,,,,411993,,,,10462,David Levy Yulee -Bigler,William,,,,,1814-01-01,M,sen,PA,,3,Democrat,,,,,,,,,,B000459,,,,,,401444,,,,709,William Bigler -Comegys,Joseph,Parsons,,,,1813-12-29,M,sen,DE,,2,Ind. Republican-Democrat,,,,,,,,,,C000656,,,,,,402783,,,,1961,Joseph P. Comegys -Buchanan,James,,,,,1791-04-23,M,sen,PA,,3,Democrat,,,,,,,,,,B001005,,,,,,401954,,,,1186,James Buchanan -Abbott,Nehemiah,,,,,1804-03-29,M,rep,ME,3,,Republican,,,,,,,,,,A000008,,,,,,400671,,,,8,Nehemiah Abbott -Ahl,John,Alexander,,,,1813-08-16,M,rep,PA,16,,Democrat,,,,,,,,,,A000060,,,,,,400720,,,,50,John Alexander Ahl -Andrews,Samuel,George,,,,1796-10-16,M,rep,NY,29,,Republican,,,,,,,,,,A000248,,,,,,400883,,,,198,Samuel G. Andrews -Arnold,Samuel,,,,,1806-06-01,M,rep,CT,2,,Democrat,,,,,,,,,,A000294,,,,,,400936,,,,246,Samuel Arnold (Connecticut) -Bates,Martin,Waltham,,,,1786-02-24,M,sen,DE,,2,Democrat,,,,,,,,,,B000238,,,,,,401233,,,,517,Martin W. Bates -Bennett,Henry,,,,,1808-09-29,M,rep,NY,21,,Republican,,,,,,,,,,B000376,,,,,,401368,,,,638,Henry Bennett (U.S. politician) -Billinghurst,Charles,,,,,1818-07-27,M,rep,WI,3,,Republican,,,,,,,,,,B000464,,,,,,401447,,,,711,Charles Billinghurst -Bishop,William,Darius,,,,1827-09-14,M,rep,CT,4,,Democrat,,,,,,,,,,B000491,,,,,,401471,,,,735,William D. Bishop -Bliss,Philemon,,,,,1813-07-28,M,rep,OH,14,,Republican,,,,,,,,,,B000560,,,,,,401534,,,,797,Philemon Bliss -Bowie,Thomas,Fielder,,,,1808-04-07,M,rep,MD,6,,Democrat,,,,,,,,,,B000696,,,,,,401658,,,,910,Thomas Fielder Bowie -Brenton,Samuel,,,,,1810-11-22,M,rep,IN,10,,Republican,,,,,,,,,,B000805,,,,,,401762,,,,1010,Samuel Brenton -Bright,Jesse,David,,,,1812-12-18,M,sen,IN,,1,Democrat,,,,,,,,,,B000835,,,,,,401792,,,,1038,Jesse D. Bright -Broderick,David,Colbreth,,,,1820-02-04,M,sen,CA,,1,Democrat,,,,,,,,,,B000857,,,,,,401814,,,,1057,David C. Broderick -Brooks,Preston,Smith,,,,1819-08-05,M,rep,SC,-1,,Democrat,,,,,,,,,,B000885,,,,,,401842,,,,1082,Preston Brooks -Bryan,Guy,Morrison,,,,1821-01-12,M,rep,TX,2,,Democrat,,,,,,,,,,B000985,,,,,,401937,,,,1170,Guy M. Bryan -Burns,Joseph,,,,,1800-03-11,M,rep,OH,15,,Democrat,,,,,,,,,,B001128,,,,,,402072,,,,1297,Joseph Burns (U.S. politician) -Caruthers,Samuel,,,,,1820-10-13,M,rep,MO,7,,Democrat,,,,,,,,,,C000210,,,,,,402356,,,,1559,Samuel Caruthers -Caskie,John,Samuels,,,,1821-11-08,M,rep,VA,3,,Democrat,,,,,,,,,,C000231,,,,,,402376,,,,1580,John Caskie -Chaffee,Calvin,Clifford,,,,1811-08-28,M,rep,MA,10,,Republican,,,,,,,,,,C000270,,,,,,402413,,,,1615,Calvin C. Chaffee -Chapman,Henry,,,,,1804-02-04,M,rep,PA,7,,Democrat,,,,,,,,,,C000311,,,,,,402453,,,,1654,Henry Chapman (American politician) -Clark,Ezra,,Jr.,,,1813-09-12,M,rep,CT,1,,Republican,,,,,,,,,,C000429,,,,,,402567,,,,1761,"Ezra Clark, Jr." -Clawson,Isaiah,Dunn,,,,1822-03-30,M,rep,NJ,1,,Republican,,,,,,,,,,C000477,,,,,,402615,,,,1805,Isaiah D. Clawson -Clay,James,Brown,,,,1817-11-09,M,rep,KY,8,,Democrat,,,,,,,,,,C000483,,,,,,402621,,,,1811,James Brown Clay -Cockerill,Joseph,Randolph,,,,1818-01-02,M,rep,OH,6,,Democrat,,,,,,,,,,C000574,,,,,,402703,,,,1890,Joseph R. Cockerill -Comins,Linus,Bacon,,,,1817-11-29,M,rep,MA,4,,Republican,,,,,,,,,,C000659,,,,,,402786,,,,1964,Linus B. Comins -Damrell,William,Shapleigh,,,,1809-11-29,M,rep,MA,3,,Republican,,,,,,,,,,D000019,,,,,,403160,,,,2311,William S. Damrell -Davis,Jefferson,,,,,1808-06-03,M,sen,MS,,1,Democrat,,,,,,,,,,D000113,,,,,,403249,,,,2393,Jefferson Davis -Davis,Timothy,,,,,1794-03-29,M,rep,IA,2,,Republican,,,,,,,,,,D000140,,,,,,403274,,,,2415,Timothy Davis (Iowa) -Davis,Timothy,,,,,1821-04-12,M,rep,MA,6,,Republican,,,,,,,,,,D000141,,,,,,403273,,,,2416,Timothy Davis (Massachusetts) -Dean,Sidney,,,,,1818-11-16,M,rep,CT,3,,Republican,,,,,,,,,,D000174,,,,,,403336,,,,2447,Sidney Dean -Dewart,William,Lewis,,,,1821-06-21,M,rep,PA,11,,Democrat,,,,,,,,,,D000290,,,,,,403415,,,,2539,William Lewis Dewart -Dodd,Edward,,,,,1805-08-25,M,rep,NY,15,,Republican,,,,,,,,,,D000389,,,,,,403504,,,,2635,Edward Dodd -Dowdell,James,Ferguson,,,,1818-11-26,M,rep,AL,3,,Democrat,,,,,,,,,,D000464,,,,,,403574,,,,2698,James Ferguson Dowdell -Durfee,Nathaniel,Briggs,,,,1812-09-29,M,rep,RI,1,,Republican,,,,,,,,,,D000569,,,,,,403672,,,,2789,Nathan B. Durfee -Edie,John,Rufus,,,,1814-01-14,M,rep,PA,18,,Republican,,,,,,,,,,E000049,,,,,,403744,,,,2849,John Rufus Edie -Elliott,John,Milton,,,,1820-05-20,M,rep,KY,6,,Democrat,,,,,,,,,,E000125,,,,,,403816,,,,2914,John Milton Elliott -Eustis,George,,Jr.,,,1828-09-28,M,rep,LA,1,,American,,,,,,,,,,E000228,,,,,,403913,,,,2999,George Eustis Jr. -Ferguson,Fenner,,,,,1814-04-25,M,rep,NE,-1,,Democrat,,,,,,,,,,F000080,,,,,,404038,,,,,Fenner Ferguson -Fitch,Graham,Newell,,,,1809-12-05,M,sen,IN,,3,Democrat,,,,,,,,,,F000158,,,,,,404113,,,,3177,Graham N. Fitch -Foley,James,Bradford,,,,1807-10-18,M,rep,IN,4,,Democrat,,,,,,,,,,F000236,,,,,,404191,,,,3248,James Bradford Foley -Giddings,Joshua,Reed,,,,1795-10-06,M,rep,OH,20,,Republican,,,,,,,,,,G000167,,,,,,404534,,,,3567,Joshua Reed Giddings -Gillis,James,Lisle,,,,1792-10-02,M,rep,PA,24,,Democrat,,,,,,,,,,G000209,,,,,,404573,,,,3606,James Lisle Gillis -Gilman,Charles,Jervis,,,,1824-02-26,M,rep,ME,2,,Republican,,,,,,,,,,G000213,,,,,,404575,,,,3608,Charles J. Gilman -Goodwin,Henry,Charles,,,,1824-06-25,M,rep,NY,22,,Republican,,,,,,,,,,G000300,,,,,,404659,,,,3685,Henry C. Goodwin -Granger,Amos,Phelps,,,,1789-06-03,M,rep,NY,24,,Republican,,,,,,,,,,G000373,,,,,,404725,,,,3747,Amos P. Granger -Green,James,Stephen,,,,1817-02-28,M,sen,MO,,3,Democrat,,,,,,,,,,G000414,,,,,,404762,,,,3780,James S. Green -Greenwood,Alfred,Burton,,,,1811-07-11,M,rep,AR,1,,Democrat,,,,,,,,,,G000436,,,,,,404784,,,,3800,Alfred B. Greenwood -Gregg,James,Madison,,,,1806-06-26,M,rep,IN,6,,Democrat,,,,,,,,,,G000444,,,,,,404791,,,,3807,James M. Gregg -Groesbeck,William,Slocum,,,,1815-07-24,M,rep,OH,2,,Democrat,,,,,,,,,,G000490,,,,,,404835,,,,3848,William S. Groesbeck -Gwin,William,McKendree,,,,1805-10-09,M,sen,CA,,3,Democrat,,,,,,,,,,G000540,,,,,,404883,,,,3887,William M. Gwin -Hall,Lawrence,Washington,,,,,M,rep,OH,9,,Democrat,,,,,,,,,,H000059,,,,,,404944,,,,3945,Lawrence W. Hall -Hall,Robert,Bernard,,,,1812-01-28,M,rep,MA,1,,Republican,,,,,,,,,,H000068,,,,,,404952,,,,3953,Robert Bernard Hall -Hammond,James,Henry,,,,1807-11-15,M,sen,SC,,3,Democrat,,,,,,,,,,H000128,,,,,,405010,,,,4007,James Henry Hammond -Harlan,Aaron,,,,,1802-09-08,M,rep,OH,7,,Republican,,,,,,,,,,H000207,,,,,,405086,,,,4073,Aaron Harlan -Harris,Thomas,Langrell,,,,1816-10-29,M,rep,IL,6,,Democrat,,,,,,,,,,H000255,,,,,,405132,,,,4116,Thomas L. Harris -Hatch,Israel,Thompson,,,,1808-06-30,M,rep,NY,32,,Democrat,,,,,,,,,,H000336,,,,,,405206,,,,4186,Israel T. Hatch -Henderson,James,Pinckney,,,,1808-03-31,M,sen,TX,,1,Democrat,,,,,,,,,,H000481,,,,,,405344,,,,4308,James Pinckney Henderson -Hodges,Charles,Drury,,,,1810-02-04,M,rep,IL,6,,Democrat,,,,,,,,,,H000672,,,,,,405526,,,,4478,Charles D. Hodges -Hopkins,George,Washington,,,,1804-02-22,M,rep,VA,13,,Democrat,,,,,,,,,,H000774,,,,,,405624,,,,4568,George Washington Hopkins -Hughes,James,,,,,1823-11-24,M,rep,IN,3,,Democrat,,,,,,,,,,H000923,,,,,,405768,,,,4701,James Hughes (representative) -Huyler,John,,,,,1808-04-09,M,rep,NJ,4,,Democrat,,,,,,,,,,H001020,,,,,,405857,,,,4784,John Huyler -Jewett,Joshua,Husband,,,,1815-09-30,M,rep,KY,5,,Democrat,,,,,,,,,,J000106,,,,,,406008,,,,4933,Joshua Jewett -Jones,George,Washington,,,,1806-03-15,M,rep,TN,6,,Democrat,,,,,,,,,,J000222,,,,,,406116,,,,5033,George Washington Jones (Tennessee politician) -Jones,Jehu,Glancy,,,,1811-10-07,M,rep,PA,8,,Democrat,,,,,,,,,,J000234,,,,,,406127,,,,5044,Jehu Glancy Jones -Jones,Owen,,,,,1819-12-29,M,rep,PA,5,,Democrat,,,,,,,,,,J000245,,,,,,406138,,,,5055,Owen Jones (congressman) -Keim,William,High,,,,1813-06-13,M,rep,PA,8,,Republican,,,,,,,,,,K000051,,,,,,406221,,,,5129,William High Keim -Kelly,John,,,,,1822-04-20,M,rep,NY,4,,Democrat,,,,,,,,,,K000075,,,,,,406245,,,,5153,John Kelly (U.S. politician) -Kennedy,Anthony,,,,,1810-12-21,M,sen,MD,,1,Unionist,,,,,,,,,,K000103,,,,,,406271,,,,5177,Anthony Kennedy (Maryland) -King,Preston,,,,,1806-10-14,M,sen,NY,,1,Republican,,,,,,,,,,K000211,,,,,,406371,,,,5269,Preston King (politician) -Kingsbury,William,Wallace,,,,1828-06-04,M,rep,MN,-1,,Democrat,,,,,,,,,,K000219,,,,,,406379,,,,,William W. Kingsbury -Knapp,Chauncey,Langdon,,,,1809-02-26,M,rep,MA,8,,Republican,,,,,,,,,,K000280,,,,,,406437,,,,5332,Chauncey L. Knapp -Kunkel,John,Christian,,,,1816-09-18,M,rep,PA,10,,Republican,,,,,,,,,,K000340,,,,,,406493,,,,5376,John Christian Kunkel -Landy,James,,,,,1813-10-13,M,rep,PA,3,,Democrat,,,,,,,,,,L000056,,,,,,406565,,,,5438,James Landy -Lawrence,William,,,,,1814-09-02,M,rep,OH,17,,Democrat,,,,,,,,,,L000141,,,,,,406645,,,,5517,William Lawrence (Ohio Democrat) -Leidy,Paul,,,,,1813-11-13,M,rep,PA,12,,Democrat,,,,,,,,,,L000231,,,,,,406734,,,,5596,Paul Leidy -Leiter,Benjamin,Franklin,,,,1813-10-13,M,rep,OH,18,,Republican,,,,,,,,,,L000236,,,,,,406739,,,,5601,Benjamin F. Leiter -Letcher,John,,,,,1813-03-29,M,rep,VA,9,,Democrat,,,,,,,,,,L000256,,,,,,406759,,,,5621,John Letcher -Lockhart,James,,,,,1806-02-13,M,rep,IN,1,,Democrat,,,,,,,,,,L000390,,,,,,406882,,,,5735,James Lockhart (Indiana politician) -Mallory,Stephen,Russell,,,,,M,sen,FL,,1,Democrat,,,,,,,,,,M000084,,,,,,412161,,,,5942,Stephen Mallory -Marshall,Humphrey,,,,,1812-01-13,M,rep,KY,7,,American,,,,,,,,,,M000154,,,,,,407177,,,,6001,Humphrey Marshall (general) -Mason,James,Murray,,,,1798-11-03,M,sen,VA,,1,Democrat,,,,,,,,,,M000216,,,,,,407234,,,,6053,James Murray Mason -Mason,John,Calvin,,,,1802-08-04,M,rep,KY,9,,Democrat,,,,,,,,,,M000218,,,,,,407236,,,,6055,John Calvin Mason -Matteson,Orsamus,Benajah,,,,1805-08-28,M,rep,NY,20,,Republican,,,,,,,,,,M000251,,,,,,407269,,,,6082,Orsamus B. Matteson -McKibbin,Joseph,Chambers,,,,1824-05-14,M,rep,CA,-1,,Democrat,,,,,,,,,,M000514,,,,,,407508,,,,6305,Joseph C. McKibbin -Miller,Joseph,,,,,1819-09-09,M,rep,OH,10,,Democrat,,,,,,,,,,M000743,,,,,,407722,,,,6497,Joseph Miller (Ohio politician) -Montgomery,John,Gallagher,,,,1805-06-27,M,rep,PA,12,,Democrat,,,,,,,,,,M000868,,,,,,407841,,,,6604,John Gallagher Montgomery -Morgan,Edwin,Barber,,,,1806-05-02,M,rep,NY,25,,Republican,,,,,,,,,,M000948,,,,,,407916,,,,6676,Edwin B. Morgan -Morrison,James,Lowery Donaldson,,,,1816-04-12,M,rep,IL,-1,,Democrat,,,,,,,,,,M000996,,,,,,407964,,,,6722,James L. D. Morrison -Morse,Oliver,Andrew,,,,1815-03-26,M,rep,NY,19,,Republican,,,,,,,,,,M001013,,,,,,407980,,,,6737,Oliver A. Morse -Mott,Richard,,,,,1804-07-21,M,rep,OH,5,,Republican,,,,,,,,,,M001042,,,,,,408009,,,,6763,Richard Mott -Murray,Ambrose,Spencer,,,,1807-11-27,M,rep,NY,10,,Republican,,,,,,,,,,M001105,,,,,,408069,,,,6817,Ambrose S. Murray -Nichols,Matthias,H.,,,,1824-10-03,M,rep,OH,4,,Republican,,,,,,,,,,N000093,,,,,,408178,,,,6920,Matthias H. Nichols -Nourse,Amos,,,,,1794-12-17,M,sen,ME,,1,Republican,,,,,,,,,,N000162,,,,,,408243,,,,6980,Amos Nourse -Orr,James,Lawrence,,,,1822-05-12,M,rep,SC,5,,Democrat,,,,,,,,,,O000104,,,,,,408361,,,,7087,James Lawrence Orr -Parker,John,Mason,,,,1805-06-14,M,rep,NY,27,,Republican,,,,,,,,,,P000064,,,,,,408474,,,,7198,John M. Parker (New York politician) -Phelps,William,Wallace,,,,1826-06-01,M,rep,MN,-1,,Democrat,,,,,,,,,,P000301,,,,,,408701,,,,7406,William Wallace Phelps -Phillips,Henry,Myer,,,,1811-06-30,M,rep,PA,4,,Democrat,,,,,,,,,,P000308,,,,,,408708,,,,7413,Henry Myer Phillips -Pike,James,,,,,1818-11-10,M,rep,NH,1,,Republican,,,,,,,,,,P000347,,,,,,408744,,,,7449,James Pike (politician) -Polk,Trusten,,,,,1811-05-29,M,sen,MO,,1,Democrat,,,,,,,,,,P000411,,,,,,408804,,,,7509,Trusten Polk -Powell,Paulus,,,,,,M,rep,VA,6,,Democrat,,,,,,,,,,P000483,,,,,,408868,,,,7574,Paulus Powell -Purviance,Samuel,Anderson,,,,1809-01-10,M,rep,PA,22,,Republican,,,,,,,,,,P000576,,,,,,408959,,,,7657,Samuel Anderson Purviance -Quitman,John,Anthony,,,,1798-09-01,M,rep,MS,5,,Democrat,,,,,,,,,,Q000022,,,,,,408984,,,,7681,John A. Quitman -Ready,Charles,,,,,1802-12-22,M,rep,TN,5,,American,,,,,,,,,,R000097,,,,,,409077,,,,7768,Charles Ready -Reilly,Wilson,,,,,1811-08-08,M,rep,PA,17,,Democrat,,,,,,,,,,R000157,,,,,,409134,,,,7818,Wilson Reilly -Ricaud,James,Barroll,,,,1808-02-11,M,rep,MD,2,,American,,,,,,,,,,R000192,,,,,,409168,,,,7848,James Barroll Ricaud -Ritchie,David,,,,,1812-08-19,M,rep,PA,21,,Republican,,,,,,,,,,R000273,,,,,,409247,,,,7919,David Ritchie (politician) -Robbins,George,Robbins,,,,1808-09-24,M,rep,NJ,2,,Republican,,,,,,,,,,R000300,,,,,,409272,,,,7943,George R. Robbins -Roberts,Anthony,Ellmaker,,,,1803-10-29,M,rep,PA,9,,Republican,,,,,,,,,,R000304,,,,,,409276,,,,7947,Anthony Ellmaker Roberts -Russell,William,Fiero,,,,1812-01-14,M,rep,NY,11,,Democrat,,,,,,,,,,R000542,,,,,,409499,,,,8144,William Fiero Russell -Sandidge,John,Milton,,,,1817-01-07,M,rep,LA,4,,Democrat,,,,,,,,,,S000042,,,,,,409558,,,,8204,John M. Sandidge -Savage,John,Houston,,,,1815-10-09,M,rep,TN,4,,Democrat,,,,,,,,,,S000083,,,,,,409595,,,,8232,John Houston Savage -Searing,John,Alexander,,,,1805-05-14,M,rep,NY,1,,Democrat,,,,,,,,,,S000209,,,,,,409714,,,,8333,John A. Searing -Seward,James,Lindsay,,,,1813-10-30,M,rep,GA,1,,Democrat,,,,,,,,,,S000260,,,,,,409761,,,,8377,James Lindsay Seward -Shaw,Henry,Marchmore,,,,1819-11-20,M,rep,NC,1,,Democrat,,,,,,,,,,S000308,,,,,,409806,,,,8419,Henry Marchmore Shaw -Sherman,Judson,W.,,,,,M,rep,NY,30,,Republican,,,,,,,,,,S000347,,,,,,409843,,,,8455,Judson W. Sherman -Shorter,Eli,Sims,,,,1823-03-15,M,rep,AL,2,,Democrat,,,,,,,,,,S000379,,,,,,409873,,,,8486,Eli Sims Shorter -Simmons,James,Fowler,,,,1795-09-10,M,sen,RI,,1,Republican,,,,,,,,,,S000417,,,,,,409911,,,,8516,James F. Simmons -Smith,Robert,,,,,1802-06-12,M,rep,IL,8,,Democrat,,,,,,,,,,S000604,,,,,,410082,,,,8677,Robert Smith (Illinois politician) -Smith,Samuel,Axley,,,,1822-06-26,M,rep,TN,3,,Democrat,,,,,,,,,,S000612,,,,,,410088,,,,8682,Samuel Axley Smith -Talbott,Albert,Gallatin,,,,1808-04-04,M,rep,KY,4,,Democrat,,,,,,,,,,T000020,,,,,,410610,,,,9162,Albert G. Talbott -Taylor,George,,,,,1820-10-19,M,rep,NY,2,,Democrat,,,,,,,,,,T000077,,,,,,410661,,,,9208,George Taylor (New York Representative) -Thompson,John,,,,,1809-07-04,M,rep,NY,12,,Republican,,,,,,,,,,T000207,,,,,,410786,,,,9329,John Thompson (1809–90) -Thomson,John,Renshaw,,,,1800-09-25,M,sen,NJ,,1,Democrat,,,,,,,,,,T000231,,,,,,410810,,,,9352,John Renshaw Thomson -Trippe,Robert,Pleasant,,,,1819-12-21,M,rep,GA,3,,American,,,,,,,,,,T000379,,,,,,410948,,,,9479,Robert Pleasant Trippe -Underwood,Warner,Lewis,,,,1808-08-07,M,rep,KY,3,,American,,,,,,,,,,U000016,,,,,,411039,,,,9562,Warner Underwood -Walbridge,David,Safford,,,,1802-07-30,M,rep,MI,3,,Republican,,,,,,,,,,W000029,,,,,,411208,,,,9721,David S. Walbridge -Warren,Edward,Allen,,,,1818-05-02,M,rep,AR,2,,Democrat,,,,,,,,,,W000163,,,,,,411336,,,,9841,Edward A. Warren -Watkins,Albert,Galiton,,,,1818-05-05,M,rep,TN,1,,Democrat,,,,,,,,,,W000189,,,,,,411361,,,,9864,Albert Galiton Watkins -White,Allison,,,,,1816-12-21,M,rep,PA,15,,Democrat,,,,,,,,,,W000355,,,,,,411517,,,,10009,Allison White -Wood,John,M.,,,,1813-11-17,M,rep,ME,1,,Republican,,,,,,,,,,W000698,,,,,,411850,,,,10328,John M. Wood -Wortendyke,Jacob,Reynier,,,,1818-11-27,M,rep,NJ,5,,Democrat,,,,,,,,,,W000746,,,,,,411895,,,,10375,Jacob R. Wortendyke -Wright,Augustus,Romaldus,,,,1813-06-16,M,rep,GA,5,,Democrat,,,,,,,,,,W000755,,,,,,411904,,,,10383,Augustus Romaldus Wright -Zollicoffer,Felix,Kirk,,,,1812-05-19,M,rep,TN,8,,American,,,,,,,,,,Z000012,,,,,,412005,,,,10470,Felix Zollicoffer -Chesnut,James,,Jr.,,,1815-01-18,M,sen,SC,,2,Democrat,,,,,,,,,,C000348,,,,,,402487,,,,1686,James Chesnut Jr. -Clingman,Thomas,Lanier,,,,1812-07-27,M,sen,NC,,3,Democrat,,,,,,,,,,C000524,,,,,,402658,,,,1846,Thomas Lanier Clingman -Hayne,Arthur,Peronneau,,,,1788-03-12,M,sen,SC,,2,Democrat,,,,,,,,,,H000397,,,,,,412127,,,,4236,Arthur P. Hayne -Rice,Henry,Mower,,,,1816-11-29,M,sen,MN,,1,Democrat,,,,,,,,,,R000198,,,,,,409174,,,,7854,Henry Mower Rice -Ward,Matthias,,,,,1805-10-13,M,sen,TX,,1,Democrat,,,,,,,,,,W000138,,,,,,411313,,,,9819,Matthias Ward -Adams,Green,,,,,1812-08-20,M,rep,KY,6,,Ind. Republican-Democrat,,,,,,,,,,A000036,,,,,,400697,,,,29,Green Adams -Adrain,Garnett,Bowditch,,,,1815-12-15,M,rep,NJ,3,,Anti-Lecompton Democrat,,,,,,,,,,A000058,,,,,,400718,,,,49,Garnett Adrain -Anderson,Thomas,Lilbourne,,,,1808-12-08,M,rep,MO,2,,Ind. Democrat,,,,,,,,,,A000234,,,,,,400861,,,,183,Thomas Lilbourne Anderson -Anderson,William,Clayton,,,,1826-12-26,M,rep,KY,4,,Ind. Republican-Democrat,,,,,,,,,,A000237,,,,,,400865,,,,186,William Clayton Anderson -Ashmore,John,Durant,,,,1819-08-18,M,rep,SC,5,,Democrat,,,,,,,,,,A000316,,,,,,400961,,,,269,John D. Ashmore -Avery,William,Tecumsah,,,,1819-11-11,M,rep,TN,10,,Democrat,,,,,,,,,,A000347,,,,,,400998,,,,302,William Tecumsah Avery -Barksdale,William,,,,,1821-08-21,M,rep,MS,3,,Democrat,,,,,,,,,,B000147,,,,,,401149,,,,439,William Barksdale -Barr,Thomas,Jefferson,,,,,M,rep,NY,4,,Ind. Democrat,,,,,,,,,,B000172,,,,,,401173,,,,460,Thomas J. Barr -Barret,John,Richard,,,,1825-08-21,M,rep,MO,1,,Democrat,,,,,,,,,,B000175,,,,,,401176,,,,463,John Richard Barret -Beale,Charles,Lewis,,,,1824-03-05,M,rep,NY,12,,Republican,,,,,,,,,,B000265,,,,,,401259,,,,540,Charles Lewis Beale -Benjamin,Judah,Philip,,,,1811-08-06,M,sen,LA,,2,Democrat,,,,,,,,,,B000365,,,,,,401357,,,,627,Judah P. Benjamin -Bingham,Kinsley,Scott,,,,1808-12-16,M,sen,MI,,2,Republican,,,,,,,,,,B000473,,,,,,401454,,,,718,Kinsley S. Bingham -Bocock,Thomas,Stanley,,,,1815-05-18,M,rep,VA,5,,Democrat,,,,,,,,,,B000582,,,,,,401553,,,,815,Thomas S. Bocock -Bonham,Milledge,Luke,,,,1813-12-25,M,rep,SC,4,,Democrat,,,,,,,,,,B000616,,,,,,401583,,,,844,Milledge Luke Bonham -Boteler,Alexander,Robinson,,,,1815-05-16,M,rep,VA,8,,Ind. Republican-Democrat,,,,,,,,,,B000653,,,,,,401616,,,,872,Alexander Boteler -Bouligny,John,Edward,,,,1824-02-05,M,rep,LA,1,,American,,,,,,,,,,B000665,,,,,,401627,,,,882,John Edward Bouligny -Boyce,William,Waters,,,,1818-10-24,M,rep,SC,6,,Democrat,,,,,,,,,,B000713,,,,,,401674,,,,926,William Waters Boyce -Brabson,Reese,Bowen,,,,1817-09-16,M,rep,TN,3,,Ind. Republican-Democrat,,,,,,,,,,B000730,,,,,,401690,,,,942,Reese Bowen Brabson -Bragg,Thomas,,,,,1810-11-09,M,sen,NC,,2,Democrat,,,,,,,,,,B000759,,,,,,401718,,,,968,Thomas Bragg -Branch,Lawrence,O’Bryan,,,,1820-11-28,M,rep,NC,4,,Democrat,,,,,,,,,,B000764,,,,,,401723,,,,973,Lawrence O'Bryan Branch -Brayton,William,Daniel,,,,1815-11-06,M,rep,RI,2,,Republican,,,,,,,,,,B000779,,,,,,401738,,,,987,William Daniel Brayton -Briggs,George,,,,,1805-05-06,M,rep,NY,7,,Republican,,,,,,,,,,B000829,,,,,,401786,,,,1032,George Briggs (New York politician) -Bristow,Francis,Marion,,,,1804-08-11,M,rep,KY,3,,Ind. Republican-Democrat,,,,,,,,,,B000842,,,,,,401799,,,,1044,Francis Bristow -Brown,Albert,Gallatin,,,,1813-05-31,M,sen,MS,,2,Democrat,,,,,,,,,,B000900,,,,,,401857,,,,1095,Albert G. Brown -Burch,John,Chilton,,,,1826-02-01,M,rep,CA,-1,,Democrat,,,,,,,,,,B001068,,,,,,402014,,,,1244,John Chilton Burch -Burlingame,Anson,,,,,1820-11-14,M,rep,MA,5,,Republican,,,,,,,,,,B001112,,,,,,402057,,,,1283,Anson Burlingame -Burroughs,Silas,Mainville,,,,1810-07-16,M,rep,NY,31,,Republican,,,,,,,,,,B001139,,,,,,402082,,,,1307,Silas M. Burroughs (politician) -Butterfield,Martin,,,,,1790-12-08,M,rep,NY,25,,Republican,,,,,,,,,,B001199,,,,,,402141,,,,1359,Martin Butterfield -Carey,John,,,,,1792-04-05,M,rep,OH,9,,Republican,,,,,,,,,,C000144,,,,,,402293,,,,1501,John Carey (congressman) -Carter,Luther,Cullen,,,,1805-02-25,M,rep,NY,1,,Republican,,,,,,,,,,C000198,,,,,,402344,,,,1548,Luther C. Carter -Case,Charles,,,,,1817-12-21,M,rep,IN,10,,Republican,,,,,,,,,,C000219,,,,,,402365,,,,1568,Charles Case -Clark,Horace,Francis,,,,1815-11-29,M,rep,NY,8,,Anti-Lecompton Democrat,,,,,,,,,,C000435,,,,,,402573,,,,1767,Horace F. Clark -Clay,Clement,Claiborne,Jr.,,,1816-12-13,M,sen,AL,,2,Democrat,,,,,,,,,,C000480,,,,,,402618,,,,1808,Clement Claiborne Clay -Clemens,Sherrard,,,,,1820-04-28,M,rep,VA,10,,Democrat,,,,,,,,,,C000502,,,,,,402639,,,,1828,Sherrard Clemens -Clopton,David,,,,,1820-09-29,M,rep,AL,3,,Democrat,,,,,,,,,,C000530,,,,,,402664,,,,1852,David Clopton -Cobb,Williamson,Robert Winfield,,,,1807-06-08,M,rep,AL,6,,Democrat,,,,,,,,,,C000554,,,,,,402687,,,,1874,Williamson Robert Winfield Cobb -Coburn,Stephen,,,,,1817-11-11,M,rep,ME,5,,Republican,,,,,,,,,,C000559,,,,,,402691,,,,1877,Stephen Coburn -Cochrane,Clark,Betton,,,,1815-05-31,M,rep,NY,18,,Republican,,,,,,,,,,C000569,,,,,,402698,,,,1885,Clark B. Cochrane -Cochrane,John,,,,,1813-08-27,M,rep,NY,6,,Democrat,,,,,,,,,,C000570,,,,,,402699,,,,1886,John Cochrane (general) -Cooper,George,Byran,,,,1808-06-06,M,rep,MI,1,,Democrat,,,,,,,,,,C000749,,,,,,402870,,,,2044,George B. Cooper -Craig,James,,,,,1818-02-28,M,rep,MO,4,,Democrat,,,,,,,,,,C000857,,,,,,402973,,,,2134,James Craig (Missouri) -Craige,Francis,Burton,,,,1811-03-13,M,rep,NC,7,,Democrat,,,,,,,,,,C000862,,,,,,402977,,,,2138,Francis Burton Craige -Crawford,Martin,Jenkins,,,,1820-03-17,M,rep,GA,2,,Democrat,,,,,,,,,,C000892,,,,,,403004,,,,2162,Martin Jenkins Crawford -Curry,Jabez,Lamar Monroe,,,,1825-06-05,M,rep,AL,7,,Democrat,,,,,,,,,,C001003,,,,,,403110,,,,2264,Jabez Lamar Monroe Curry -Davidson,Thomas,Green,,,,1805-08-03,M,rep,LA,3,,Democrat,,,,,,,,,,D000086,,,,,,403223,,,,2368,Thomas G. Davidson -Davis,John,Givan,,,,1810-10-10,M,rep,IN,7,,Anti-Lecompton Democrat,,,,,,,,,,D000118,,,,,,403253,,,,2397,John G. Davis -Davis,Reuben,,,,,1813-01-18,M,rep,MS,2,,Democrat,,,,,,,,,,D000127,,,,,,403262,,,,2404,Reuben Davis (representative) -Dick,John,,,,,1794-06-17,M,rep,PA,-1,,Whig,,,,,,,,,,D000303,,,,,,403425,,,,2556,John Dick (politician) -Dimmick,William,Harrison,,,,1815-12-20,M,rep,PA,13,,Democrat,,,,,,,,,,D000351,,,,,,403469,,,,2601,William Harrison Dimmick -Douglas,Stephen,Arnold,,,,1813-04-23,M,sen,IL,,2,Democrat,,,,,,,,,,D000457,,,,,,403567,,,,2692,Stephen A. Douglas -Edmundson,Henry,Alonzo,,,,1814-06-14,M,rep,VA,12,,Democrat,,,,,,,,,,E000058,,,,,,403753,,,,2857,Henry A. Edmundson -English,William,Hayden,,,,1822-08-27,M,rep,IN,2,,Democrat,,,,,,,,,,E000191,,,,,,403879,,,,2972,William Hayden English -Estabrook,Experience,,,,,1813-04-30,M,rep,NE,-1,,,,,,,,,,,,E000220,,,,,,403906,,,,,Experience Estabrook -Etheridge,Emerson,,,,,1819-09-28,M,rep,TN,9,,Ind. Republican-Democrat,,,,,,,,,,E000227,,,,,,403912,,,,2998,Emerson Etheridge -Florence,Thomas,Birch,,,,1812-01-26,M,rep,PA,1,,Democrat,,,,,,,,,,F000214,,,,,,404169,,,,3229,Thomas Birch Florence -Foster,Stephen,Clark,,,,1799-12-24,M,rep,ME,6,,Republican,,,,,,,,,,F000312,,,,,,404261,,,,3314,Stephen Clark Foster (Maine) -French,Ezra,Bartlett,,,,1810-09-23,M,rep,ME,3,,Republican,,,,,,,,,,F000377,,,,,,404322,,,,3369,Ezra B. French -Garnett,Muscoe,Russell Hunter,,,,1821-07-25,M,rep,VA,1,,Democrat,,,,,,,,,,G000076,,,,,,404448,,,,3484,Muscoe Russell Hunter Garnett -Gartrell,Lucius,Jeremiah,,,,1821-01-07,M,rep,GA,4,,Democrat,,,,,,,,,,G000088,,,,,,404460,,,,3496,Lucius Jeremiah Gartrell -Gilmer,John,Adams,,,,1805-11-04,M,rep,NC,5,,Ind. Republican-Democrat,,,,,,,,,,G000217,,,,,,404579,,,,3612,John Adams Gilmer -Goode,William,Osborne,,,,1798-09-16,M,rep,VA,4,,Democrat,,,,,,,,,,G000281,,,,,,404642,,,,3669,William Goode (politician) -Graham,James,Harper,,,,1812-09-18,M,rep,NY,19,,Republican,,,,,,,,,,G000356,,,,,,404711,,,,3734,James H. Graham -Hale,John,Parker,,,,1806-03-31,M,sen,NH,,2,Republican,,,,,,,,,,H000034,,,,,,404919,,,,3922,John P. Hale -Hall,Chapin,,,,,1816-07-12,M,rep,PA,24,,Republican,,,,,,,,,,H000046,,,,,,404931,,,,3934,Chapin Hall -Hamilton,Andrew,Jackson,,,,1815-01-28,M,rep,TX,2,,Ind. Democrat,,,,,,,,,,H000103,,,,,,404985,,,,3984,Andrew Jackson Hamilton -Harris,James,Morrison,,,,1817-11-20,M,rep,MD,3,,American,,,,,,,,,,H000244,,,,,,405122,,,,4105,James Morrison Harris -Haskin,John,Bussing,,,,1821-08-27,M,rep,NY,9,,Anti-Lecompton Democrat,,,,,,,,,,H000321,,,,,,405194,,,,4175,John B. Haskin -Hatton,Robert,Hopkins,,,,1826-11-02,M,rep,TN,5,,Ind. Republican-Democrat,,,,,,,,,,H000349,,,,,,405218,,,,4194,Robert H. Hatton -Haun,Henry,Peter,,,,1815-01-18,M,sen,CA,,1,Democrat,,,,,,,,,,H000353,,,,,,405222,,,,4198,Henry P. Haun -Hawkins,George,Sydney,,,,,M,rep,FL,1,,Democrat,,,,,,,,,,H000369,,,,,,405238,,,,4213,George Sydney Hawkins -Helmick,William,,,,,1817-09-06,M,rep,OH,15,,Republican,,,,,,,,,,H000462,,,,,,405327,,,,4292,William Helmick -Hemphill,John,,,,,1803-12-18,M,sen,TX,,2,Democrat,,,,,,,,,,H000468,,,,,,405331,,,,4296,John Hemphill (senator) -Hindman,Thomas,Carmichael,,,,1828-01-28,M,rep,AR,1,,Democrat,,,,,,,,,,H000628,,,,,,405485,,,,4440,Thomas C. Hindman -Hoard,Charles,Brooks,,,,1805-06-05,M,rep,NY,23,,Republican,,,,,,,,,,H000658,,,,,,405513,,,,4466,Charles B. Hoard -Howard,William,,,,,1817-12-31,M,rep,OH,6,,Democrat,,,,,,,,,,H000846,,,,,,405693,,,,4633,William Howard (congressman) -Howard,William,Alanson,,,,1813-04-08,M,rep,MI,1,,Republican,,,,,,,,,,H000847,,,,,,405694,,,,4634,William Alanson Howard -Hughes,George,Wurtz,,,,1806-09-30,M,rep,MD,6,,Democrat,,,,,,,,,,H000921,,,,,,405766,,,,4700,George Wurtz Hughes -Hunter,Robert,Mercer Taliaferro,,,,1809-04-21,M,sen,VA,,2,Democrat,,,,,,,,,,H000988,,,,,,405829,,,,4759,Robert M. T. Hunter -Irvine,William,,,,,1820-02-14,M,rep,NY,28,,Republican,,,,,,,,,,I000036,,,,,,405893,,,,4821,William Irvine (lawyer) -Jackson,James,,,,,1819-10-18,M,rep,GA,6,,Democrat,,,,,,,,,,J000016,,,,,,405924,,,,4855,James Jackson (congressman) -Jenkins,Albert,Gallatin,,,,1830-11-10,M,rep,VA,11,,Democrat,,,,,,,,,,J000081,,,,,,405984,,,,4912,Albert G. Jenkins -Jones,John,James,,,,1824-11-13,M,rep,GA,8,,Democrat,,,,,,,,,,J000235,,,,,,406128,,,,5045,John James Jones -Junkin,Benjamin,Franklin,,,,1822-11-12,M,rep,PA,16,,Republican,,,,,,,,,,J000281,,,,,,406173,,,,5086,Benjamin Franklin Junkin -Keitt,Laurence,Massillon,,,,1824-10-04,M,rep,SC,3,,Democrat,,,,,,,,,,K000054,,,,,,406224,,,,5132,Laurence M. Keitt -Kenyon,William,Scheuneman,,,,1820-12-13,M,rep,NY,11,,Republican,,,,,,,,,,K000128,,,,,,406294,,,,5197,William S. Kenyon (New York politician) -Kilgore,David,,,,,1804-04-03,M,rep,IN,5,,Republican,,,,,,,,,,K000175,,,,,,406338,,,,5239,David Kilgore -Kunkel,Jacob,Michael,,,,1822-07-13,M,rep,MD,5,,Democrat,,,,,,,,,,K000339,,,,,,406492,,,,5375,Jacob Michael Kunkel -Landrum,John,Morgan,,,,1815-07-03,M,rep,LA,4,,Democrat,,,,,,,,,,L000053,,,,,,406562,,,,5435,John M. Landrum -Lane,Joseph,,,,,1801-12-14,M,sen,OR,,3,Democrat,,,,,,,,,,L000062,,,,,,406571,,,,5444,Joseph Lane -Larrabee,Charles,Hathaway,,,,1820-11-09,M,rep,WI,3,,Democrat,,,,,,,,,,L000099,,,,,,406606,,,,5478,Charles H. Larrabee -Leach,De,Witt Clinton,,,,1822-11-23,M,rep,MI,4,,Republican,,,,,,,,,,L000168,,,,,,406672,,,,5535,Dewitt C. Leach -Leake,Shelton,Farrar,,,,1812-11-30,M,rep,VA,6,,Ind. Democrat,,,,,,,,,,L000176,,,,,,406678,,,,5541,Shelton Leake -Lee,Moses,Lindley,,,,1805-05-29,M,rep,NY,22,,Republican,,,,,,,,,,L000199,,,,,,406702,,,,5563,M. Lindley Lee -Longnecker,Henry,Clay,,,,1820-04-17,M,rep,PA,7,,Republican,,,,,,,,,,L000432,,,,,,406923,,,,5769,Henry Clay Longnecker -Love,Peter,Early,,,,1818-07-07,M,rep,GA,1,,Democrat,,,,,,,,,,L000457,,,,,,406946,,,,5793,Peter Early Love -Maclay,William,Brown,,,,1812-03-20,M,rep,NY,5,,Democrat,,,,,,,,,,M000032,,,,,,407060,,,,5893,William B. Maclay -Martin,Charles,Drake,,,,1829-08-05,M,rep,OH,11,,Democrat,,,,,,,,,,M000171,,,,,,407193,,,,6017,Charles D. Martin -Martin,Elbert,Sevier,,,,,M,rep,VA,13,,Ind. Democrat,,,,,,,,,,M000179,,,,,,412163,,,,6023,Elbert S. Martin -McKenty,Jacob,Kerlin,,,,1827-01-19,M,rep,PA,8,,Democrat,,,,,,,,,,M000503,,,,,,407498,,,,6297,Jacob Kerlin McKenty -McQueen,John,,,,,1804-02-09,M,rep,SC,1,,Democrat,,,,,,,,,,M000595,,,,,,407584,,,,6377,John McQueen -McRae,John,Jones,,,,1815-01-10,M,rep,MS,5,,Democrat,,,,,,,,,,M000596,,,,,,407585,,,,6378,John J. McRae -Miles,William,Porcher,,,,1822-07-04,M,rep,SC,2,,Democrat,,,,,,,,,,M000707,,,,,,407690,,,,6468,William Porcher Miles -Millson,John,Singleton,,,,1808-10-01,M,rep,VA,2,,Democrat,,,,,,,,,,M000780,,,,,,407758,,,,6533,John Millson -Millward,William,,,,,1822-06-30,M,rep,PA,4,,Republican,,,,,,,,,,M000782,,,,,,407760,,,,6535,William Millward -Montgomery,William,,,,,1818-04-11,M,rep,PA,20,,Democrat,,,,,,,,,,M000875,,,,,,407847,,,,6610,William Montgomery (congressman) -Moore,Laban,Theodore,,,,1829-01-13,M,rep,KY,9,,Ind. Republican-Democrat,,,,,,,,,,M000907,,,,,,407879,,,,6641,Laban T. Moore -Moore,Sydenham,,,,,1817-05-25,M,rep,AL,4,,Democrat,,,,,,,,,,M000918,,,,,,407890,,,,6652,Sydenham Moore -Morris,Isaac,Newton,,,,1812-01-22,M,rep,IL,5,,Democrat,,,,,,,,,,M000977,,,,,,407945,,,,6704,Isaac N. Morris -Morse,Freeman,Harlow,,,,1807-02-18,M,rep,ME,4,,Republican,,,,,,,,,,M001010,,,,,,407977,,,,6734,Freeman H. Morse -Nicholson,Alfred,Osborn Pope,,,,1808-08-31,M,sen,TN,,2,Democrat,,,,,,,,,,N000096,,,,,,408181,,,,6921,Alfred O. P. Nicholson -Otero,Miguel,Antonio,,,,1829-06-21,M,rep,NM,-1,,,,,,,,,,,,O000125,,,,,,408378,,,,,Miguel Antonio Otero (born 1829) -Palmer,George,William,,,,1818-01-13,M,rep,NY,16,,Republican,,,,,,,,,,P000039,,,,,,408449,,,,7176,George William Palmer (New York) -Parrott,Marcus,Junius,,,,1828-10-27,M,rep,KS,-1,,Republican,,,,,,,,,,P000085,,,,,,408495,,,,,Marcus Junius Parrott -Pennington,William,,,,,1796-05-04,M,rep,NJ,5,,Republican,,,,,,,,,,P000214,,,,,,408617,,,,7330,William Pennington -Perry,John,Jasiel,,,,1811-08-02,M,rep,ME,2,,Republican,,,,,,,,,,P000243,,,,,,408646,,,,7356,John J. Perry -Pettit,John,Upfold,,,,1820-09-11,M,rep,IN,11,,Republican,,,,,,,,,,P000278,,,,,,408678,,,,7384,John U. Pettit -Peyton,Samuel,Oldham,,,,1804-01-08,M,rep,KY,2,,Democrat,,,,,,,,,,P000284,,,,,,408684,,,,7389,Samuel Peyton -Pottle,Emory,Bemsley,,,,1815-07-04,M,rep,NY,26,,Republican,,,,,,,,,,P000470,,,,,,408856,,,,7561,Emory B. Pottle -Powell,Lazarus,Whitehead,,,,1812-10-06,M,sen,KY,,2,Democrat,,,,,,,,,,P000481,,,,,,408866,,,,7572,Lazarus W. Powell -Pryor,Roger,Atkinson,,,,1828-07-19,M,rep,VA,4,,Democrat,,,,,,,,,,P000558,,,,,,408941,,,,7641,Roger Atkinson Pryor -Quarles,James,Minor,,,,1823-02-08,M,rep,TN,8,,Ind. Republican-Democrat,,,,,,,,,,Q000002,,,,,,408966,,,,7664,James Minor Quarles -Reynolds,Edwin,Ruthvin,,,,1816-02-16,M,rep,NY,31,,Republican,,,,,,,,,,R000171,,,,,,409147,,,,7829,Edwin R. Reynolds -Reynolds,John,Hazard,,,,1819-06-21,M,rep,NY,14,,Anti-Lecompton Democrat,,,,,,,,,,R000175,,,,,,409151,,,,7833,John Hazard Reynolds -Riggs,Jetur,Rose,,,,1809-06-20,M,rep,NJ,4,,Anti-Lecompton Democrat,,,,,,,,,,R000254,,,,,,409230,,,,7904,Jetur R. Riggs -Robinson,Christopher,,,,,1806-05-15,M,rep,RI,1,,Republican,,,,,,,,,,R000333,,,,,,409304,,,,7973,Christopher Robinson (Rhode Island) -Royce,Homer,Elihu,,,,1819-06-14,M,rep,VT,3,,Republican,,,,,,,,,,R000488,,,,,,409447,,,,8098,Homer Elihu Royce -Ruffin,Thomas,,,,,1820-09-09,M,rep,NC,2,,Democrat,,,,,,,,,,R000499,,,,,,409458,,,,8106,Thomas Hart Ruffin -Rust,Albert,,,,,,M,rep,AR,2,,Democrat,,,,,,,,,,R000544,,,,,,412093,,,,8145,Albert Rust -Schwartz,John,,,,,1793-10-27,M,rep,PA,8,,Anti-Lecompton Democrat,,,,,,,,,,S000158,,,,,,409665,,,,8286,John Schwartz -Scott,Charles,Lewis,,,,1827-01-23,M,rep,CA,-1,,Democrat,,,,,,,,,,S000167,,,,,,409674,,,,8294,Charles L. Scott -Sebastian,William,King,,,,,M,sen,AR,,2,Democrat,,,,,,,,,,S000216,,,,,,409721,,,,8339,William K. Sebastian -Simms,William,Emmett,,,,1822-01-02,M,rep,KY,8,,Democrat,,,,,,,,,,S000421,,,,,,409915,,,,8520,William E. Simms -Smith,Delazon,,,,,1816-10-05,M,sen,OR,,2,Democrat,,,,,,,,,,S000526,,,,,,410009,,,,8610,Delazon Smith -Smith,William,,,,,1797-09-06,M,rep,VA,7,,Democrat,,,,,,,,,,S000627,,,,,,410102,,,,8697,William Smith (Virginia governor) -Smith,William,Nathan Harrell,,,,1812-09-24,M,rep,NC,1,,Ind. Republican-Democrat,,,,,,,,,,S000634,,,,,,410108,,,,8703,William Nathan Harrell Smith -Somes,Daniel,Eton,,,,1815-05-20,M,rep,ME,1,,Republican,,,,,,,,,,S000678,,,,,,410150,,,,8741,Daniel E. Somes -Spink,Cyrus,,,,,1793-03-24,M,rep,OH,14,,Republican,,,,,,,,,,S000735,,,,,,410204,,,,8795,Cyrus Spink -Spinner,Francis,Elias,,,,1802-01-21,M,rep,NY,17,,Republican,,,,,,,,,,S000737,,,,,,410206,,,,8797,Francis E. Spinner -Stallworth,James,Adams,,,,1822-04-07,M,rep,AL,1,,Democrat,,,,,,,,,,S000786,,,,,,410252,,,,8829,James Adams Stallworth -Stanton,Benjamin,,,,,1809-06-04,M,rep,OH,8,,Republican,,,,,,,,,,S000801,,,,,,410267,,,,8843,Benjamin Stanton -Stevens,Isaac,Ingalls,,,,1818-03-25,M,rep,WA,-1,,Democrat,,,,,,,,,,S000881,,,,,,410343,,,,,Isaac Stevens -Stewart,James,Augustus,,,,1808-11-24,M,rep,MD,1,,Democrat,,,,,,,,,,S000910,,,,,,410371,,,,8936,James Augustus Stewart -Stewart,William,,,,,1810-09-10,M,rep,PA,23,,Republican,,,,,,,,,,S000921,,,,,,410381,,,,8947,William Stewart (Pennsylvania) -Stout,Lansing,,,,,1828-03-27,M,rep,OR,1,,Democrat,,,,,,,,,,S000981,,,,,,410440,,,,9002,Lansing Stout -Tappan,Mason,Weare,,,,1817-10-20,M,rep,NH,2,,Republican,,,,,,,,,,T000040,,,,,,410628,,,,9178,Mason Tappan -Taylor,Miles,,,,,1805-07-16,M,rep,LA,2,,Democrat,,,,,,,,,,T000094,,,,,,410677,,,,9225,Miles Taylor -Ten Eyck,John,Conover,,,,1814-03-12,M,sen,NJ,,2,Republican,,,,,,,,,,T000122,,,,,,410705,,,,9255,John C. Ten Eyck -Thayer,Eli,,,,,1819-06-11,M,rep,MA,9,,Republican,,,,,,,,,,T000145,,,,,,410727,,,,9273,Eli Thayer -Theaker,Thomas,Clarke,,,,1812-02-01,M,rep,OH,17,,Republican,,,,,,,,,,T000151,,,,,,410733,,,,9279,Thomas Clarke Theaker -Thomas,James,Houston,,,,1808-09-22,M,rep,TN,6,,Democrat,,,,,,,,,,T000170,,,,,,410751,,,,9296,James Houston Thomas -Tompkins,Cydnor,Bailey,,,,1810-11-08,M,rep,OH,16,,Republican,,,,,,,,,,T000305,,,,,,410878,,,,9416,Cydnor B. Tompkins -Toombs,Robert,Augustus,,,,1810-07-02,M,sen,GA,,2,Democrat,,,,,,,,,,T000313,,,,,,410886,,,,9423,Robert Toombs -Underwood,John,William Henderson,,,,1816-11-20,M,rep,GA,5,,Democrat,,,,,,,,,,U000010,,,,,,411034,,,,9557,John William Henderson Underwood -Wade,Edward,,,,,1802-11-22,M,rep,OH,19,,Republican,,,,,,,,,,W000006,,,,,,411185,,,,9699,Edward Wade -Washburn,Israel,,Jr.,,,1813-06-06,M,rep,ME,5,,Republican,,,,,,,,,,W000173,,,,,,411346,,,,9851,Israel Washburn Jr. -Wells,Alfred,,,,,1814-05-27,M,rep,NY,27,,Republican,,,,,,,,,,W000280,,,,,,411445,,,,9940,Alfred Wells -Whiteley,William,Gustavus,,,,1819-08-07,M,rep,DE,0,,Democrat,,,,,,,,,,W000409,,,,,,411569,,,,10059,William G. Whiteley -Wigfall,Louis,Trezevant,,,,1816-04-21,M,sen,TX,,1,Democrat,,,,,,,,,,W000447,,,,,,411604,,,,10093,Louis Wigfall -Wilson,James,,,,,1825-04-09,M,rep,IN,8,,Republican,,,,,,,,,,W000589,,,,,,411746,,,,10231,James Wilson (Indiana politician) -Winslow,Warren,,,,,1810-01-01,M,rep,NC,3,,Democrat,,,,,,,,,,W000640,,,,,,411794,,,,10278,Warren Winslow -Wood,John,,,,,1816-09-06,M,rep,PA,5,,Republican,,,,,,,,,,W000696,,,,,,411848,,,,10326,John Wood (congressman) -Woodruff,John,,,,,1826-02-12,M,rep,CT,2,,Republican,,,,,,,,,,W000717,,,,,,411869,,,,10347,John Woodruff (representative) -Woodson,Samuel,Hughes,,,,1815-10-24,M,rep,MO,5,,American,,,,,,,,,,W000728,,,,,,411881,,,,10359,Samuel H. Woodson (Missouri) -Wright,John,Vines,,,,1828-06-28,M,rep,TN,7,,Democrat,,,,,,,,,,W000765,,,,,,411914,,,,10393,John Vines Wright -Baker,Edward,Dickinson,,,,1811-02-24,M,sen,OR,,2,Republican,,,,,,,,,,B000059,,,,,,401064,,,,361,Edward Dickinson Baker -Latham,Milton,Slocum,,,,1827-05-23,M,sen,CA,,1,Democrat,,,,,,,,,,L000110,,,,,,406617,,,,5490,Milton Latham -Lincoln,Abraham,,,,,1809-02-12,M,rep,IL,7,,Whig,,,,,,,,,,L000313,,,,,,406807,,,,5666,Abraham Lincoln -Adams,Charles,Francis,,,,1807-08-18,M,rep,MA,3,,Republican,,,,,,,,,,A000032,,,,,,400693,,,,25,Charles Francis Adams Sr. -Aldrich,Cyrus,,,,,1808-06-18,M,rep,MN,-1,,Republican,,,,,,,,,,A000081,,,,,,400740,,,,69,Cyrus Aldrich -Allen,William,,,,,1827-08-13,M,rep,OH,4,,Democrat,,,,,,,,,,A000149,,,,,,400805,,,,131,William Allen (congressman) -Appleton,William,,,,,1786-11-16,M,rep,MA,5,,Constitutional Unionist,,,,,,,,,,A000270,,,,,,400909,,,,220,William Appleton (politician) -Babbitt,Elijah,,,,,1795-07-29,M,rep,PA,25,,Republican,,,,,,,,,,B000002,,,,,,401008,,,,312,Elijah Babbitt -Bailey,Goldsmith,Fox,,,,1823-07-17,M,rep,MA,9,,Republican,,,,,,,,,,B000038,,,,,,401043,,,,341,Goldsmith Bailey -Baker,Stephen,,,,,1819-08-12,M,rep,NY,12,,Republican,,,,,,,,,,B000074,,,,,,401077,,,,372,Stephen Baker (New York) -Bernhisel,John,Milton,,,,1799-07-23,M,rep,UT,-1,,Whig,,,,,,,,,,B000412,,,,,,401399,,,,,John Milton Bernhisel -Biddle,Charles,John,,,,1819-04-30,M,rep,PA,2,,Democrat,,,,,,,,,,B000439,,,,,,401425,,,,691,Charles John Biddle -Blair,Samuel,Steel,,,,1821-12-05,M,rep,PA,18,,Republican,,,,,,,,,,B000529,,,,,,401504,,,,770,Samuel Steel Blair -Blake,Harrison,Gray Otis,,,,1818-03-17,M,rep,OH,14,,Republican,,,,,,,,,,B000531,,,,,,401506,,,,772,Harrison G. O. Blake -Breckinridge,John,Cabell,,,,1821-01-16,M,sen,KY,,3,Democrat,,,,,,,,,,B000789,,,,,,401746,,,,995,John C. Breckinridge -Bridges,George,Washington,,,,1825-10-09,M,rep,TN,3,,Unionist,,,,,,,,,,B000822,,,,,,401779,,,,1026,George Washington Bridges -Browne,George,Huntington,,,,1811-01-06,M,rep,RI,2,,Unionist,,,,,,,,,,B000956,,,,,,401908,,,,1144,George H. Browne -Browning,Orville,Hickman,,,,1806-02-10,M,sen,IL,,2,Republican,,,,,,,,,,B000960,,,,,,401912,,,,1148,Orville Hickman Browning -Burnett,Henry,Cornelius,,,,1825-10-05,M,rep,KY,1,,Democrat,,,,,,,,,,B001120,,,,,,402065,,,,1290,Henry Cornelius Burnett -Burnham,Alfred,Avery,,,,1819-03-08,M,rep,CT,3,,Republican,,,,,,,,,,B001123,,,,,,402068,,,,1293,Alfred A. Burnham -Calvert,Charles,Benedict,,,,1808-08-24,M,rep,MD,6,,Unionist,,,,,,,,,,C000058,,,,,,402217,,,,1429,Charles Benedict Calvert -Campbell,James,Hepburn,,,,1820-02-08,M,rep,PA,11,,Republican,,,,,,,,,,C000088,,,,,,402244,,,,1453,James Hepburn Campbell -Carlile,John,Snyder,,,,1817-12-16,M,sen,VA,,2,Unionist,,,,,,,,,,C000150,,,,,,402299,,,,1507,John S. Carlile -Casey,Samuel,Lewis,,,,1821-02-12,M,rep,KY,1,,Unionist,,,,,,,,,,C000229,,,,,,402374,,,,1578,Samuel L. Casey -Chamberlain,Jacob,Payson,,,,1802-08-01,M,rep,NY,26,,Republican,,,,,,,,,,C000278,,,,,,402421,,,,1623,Jacob P. Chamberlain -Chase,Salmon,Portland,,,,1808-01-13,M,sen,OH,,3,Republican,,,,,,,,,,C000332,,,,,,402473,,,,1672,Salmon P. Chase -Clark,Daniel,,,,,1809-10-24,M,sen,NH,,3,Republican,,,,,,,,,,C000427,,,,,,402565,,,,1759,Daniel Clark (New Hampshire politician) -Clark,John,Bullock,,,,1802-04-17,M,rep,MO,3,,Democrat,,,,,,,,,,C000441,,,,,,402579,,,,1773,John Bullock Clark -Clements,Andrew,Jackson,,,,1832-12-23,M,rep,TN,4,,Unionist,,,,,,,,,,C000505,,,,,,402641,,,,1830,Andrew Jackson Clements -Cobb,George,Thomas,,,,1813-10-13,M,rep,NJ,4,,Democrat,,,,,,,,,,C000546,,,,,,402679,,,,1866,George T. Cobb -Collamer,Jacob,,,,,1791-01-08,M,sen,VT,,3,Republican,,,,,,,,,,C000628,,,,,,402757,,,,1940,Jacob Collamer -Conkling,Frederick,Augustus,,,,1816-08-22,M,rep,NY,6,,Republican,,,,,,,,,,C000680,,,,,,402806,,,,1983,Frederick A. Conkling -Conway,Martin,Franklin,,,,1827-11-19,M,rep,KS,1,,Republican,,,,,,,,,,C000713,,,,,,402837,,,,2013,Martin F. Conway -Cooper,Thomas,Buchecker,,,,1823-12-29,M,rep,PA,7,,Democrat,,,,,,,,,,C000763,,,,,,402883,,,,2057,Thomas Buchecker Cooper -Corwin,Thomas,,,,,1794-07-29,M,rep,OH,7,,Republican,,,,,,,,,,C000791,,,,,,402911,,,,2078,Thomas Corwin -Cowan,Edgar,,,,,1815-09-19,M,sen,PA,,3,Republican,,,,,,,,,,C000819,,,,,,402937,,,,2101,Edgar Cowan -Cradlebaugh,John,,,,,1819-02-22,M,rep,NV,0,,,,,,,,,,,,C000850,,,,,,402966,,,,,John Cradlebaugh -Crisfield,John,Woodland,,,,1806-11-08,M,rep,MD,1,,Unionist,,,,,,,,,,C000907,,,,,,403019,,,,2176,John W. Crisfield -Crittenden,John,Jordan,,,,1787-09-10,M,rep,KY,8,,Unionist,,,,,,,,,,C000912,,,,,,403024,,,,2181,John J. Crittenden -Curtis,Samuel,Ryan,,,,1805-02-03,M,rep,IA,1,,Republican,,,,,,,,,,C001013,,,,,,403120,,,,2274,Samuel Ryan Curtis -Cutler,William,Parker,,,,1812-07-12,M,rep,OH,16,,Republican,,,,,,,,,,C001027,,,,,,403134,,,,2288,William P. Cutler -Davis,William,Morris,,,,1815-08-16,M,rep,PA,5,,Republican,,,,,,,,,,D000143,,,,,,403276,,,,2418,William Morris Davis (congressman) -De Jarnette,Daniel,Coleman,,,,1822-10-18,M,rep,VA,-1,,Independent Democrat,,,,,,,,,,D000202,,,,,,403307,,,,2472,Daniel Coleman DeJarnette Sr. -Delano,Charles,,,,,1820-06-24,M,rep,MA,10,,Republican,,,,,,,,,,D000213,,,,,,403357,,,,2478,Charles Delano -Delaplaine,Isaac,Clason,,,,1817-10-27,M,rep,NY,8,,Democrat,,,,,,,,,,D000215,,,,,,403359,,,,2481,Isaac C. Delaplaine -Diven,Alexander,Samuel,,,,1809-02-10,M,rep,NY,27,,Republican,,,,,,,,,,D000364,,,,,,403481,,,,2613,Alexander S. Diven -Dunlap,George,Washington,,,,1813-02-22,M,rep,KY,6,,Unionist,,,,,,,,,,D000542,,,,,,403650,,,,2767,George W. Dunlap -Dunn,William,McKee,,,,1814-12-12,M,rep,IN,3,,Republican,,,,,,,,,,D000554,,,,,,403661,,,,2777,William McKee Dunn -Edgerton,Sidney,,,,,1818-08-17,M,rep,OH,18,,Republican,,,,,,,,,,E000048,,,,,,403743,,,,2848,Sidney Edgerton -Edwards,Thomas,McKey,,,,1795-12-16,M,rep,NH,3,,Republican,,,,,,,,,,E000081,,,,,,403773,,,,2874,Thomas M. Edwards -Ely,Alfred,,,,,1815-02-15,M,rep,NY,29,,Republican,,,,,,,,,,E000164,,,,,,403855,,,,2952,Alfred Ely -Fessenden,Samuel,Clement,,,,1815-03-07,M,rep,ME,3,,Republican,,,,,,,,,,F000097,,,,,,404054,,,,3125,Samuel C. Fessenden -Fessenden,Thomas,Amory Deblois,,,,1826-01-23,M,rep,ME,2,,Republican,,,,,,,,,,F000098,,,,,,404055,,,,3126,T. A. D. Fessenden -Fisher,George,Purnell,,,,1817-10-13,M,rep,DE,0,,Unionist,,,,,,,,,,F000147,,,,,,404102,,,,3167,George P. Fisher -Flanders,Benjamin,Franklin,,,,1816-01-26,M,rep,LA,1,,Unionist,,,,,,,,,,F000189,,,,,,404144,,,,3205,Benjamin Flanders -Foster,Lafayette,Sabine,,,,1806-11-22,M,sen,CT,,3,Republican,,,,,,,,,,F000308,,,,,,404257,,,,3310,Lafayette S. Foster -Fouke,Philip,Bond,,,,1818-01-23,M,rep,IL,8,,Democrat,,,,,,,,,,F000316,,,,,,404265,,,,3318,Philip B. Fouke -Franchot,Richard,,,,,1816-06-02,M,rep,NY,19,,Republican,,,,,,,,,,F000334,,,,,,404283,,,,3333,Richard Franchot -Granger,Bradley,Francis,,,,1825-03-12,M,rep,MI,1,,Republican,,,,,,,,,,G000374,,,,,,404726,,,,3748,Bradley F. Granger -Gurley,John,Addison,,,,1813-12-09,M,rep,OH,2,,Republican,,,,,,,,,,G000530,,,,,,404875,,,,3881,John A. Gurley -Haight,Edward,,,,,1817-03-26,M,rep,NY,9,,Democrat,,,,,,,,,,H000021,,,,,,404906,,,,3909,Edward Haight (politician) -Hanchett,Luther,,,,,1825-10-25,M,rep,WI,2,,Republican,,,,,,,,,,H000145,,,,,,405027,,,,4023,Luther Hanchett -Harris,Ira,,,,,1802-05-31,M,sen,NY,,3,Republican,,,,,,,,,,H000242,,,,,,405120,,,,4103,Ira Harris -Harrison,Richard,Almgill,,,,1824-04-08,M,rep,OH,7,,Unionist,,,,,,,,,,H000274,,,,,,405149,,,,4133,Richard A. Harrison -Hickman,John,,,,,1810-09-11,M,rep,PA,6,,Republican,,,,,,,,,,H000562,,,,,,405424,,,,4384,John Hickman (Pennsylvania politician) -Horton,Valentine,Baxter,,,,1802-01-29,M,rep,OH,11,,Republican,,,,,,,,,,H000800,,,,,,405649,,,,4590,Valentine B. Horton -Hutchins,John,,,,,1812-07-25,M,rep,OH,20,,Republican,,,,,,,,,,H001008,,,,,,405848,,,,4778,John Hutchins -Jackson,James,Streshly,,,,1823-09-27,M,rep,KY,2,,Unionist,,,,,,,,,,J000019,,,,,,405926,,,,4857,James S. Jackson -Johnson,Waldo,Porter,,,,1817-09-16,M,sen,MO,,3,Democrat,,,,,,,,,,J000179,,,,,,406074,,,,4995,Waldo P. Johnson -Kellogg,William,,,,,1814-07-08,M,rep,IL,4,,Republican,,,,,,,,,,K000068,,,,,,406238,,,,5146,William Kellogg (Illinois) -Kerrigan,James,,,,,1828-12-25,M,rep,NY,4,,Ind. Democrat,,,,,,,,,,K000147,,,,,,406312,,,,5215,James Kerrigan -Lane,Henry,Smith,,,,1811-02-24,M,sen,IN,,3,Republican,,,,,,,,,,L000060,,,,,,406569,,,,5442,Henry Smith Lane -Leary,Cornelius,Lawrence Ludlow,,,,1813-10-22,M,rep,MD,3,,Unionist,,,,,,,,,,L000179,,,,,,406681,,,,5544,Cornelius Leary -Lehman,William,Eckart,,,,1821-08-21,M,rep,PA,1,,Democrat,,,,,,,,,,L000227,,,,,,406731,,,,5592,William Eckart Lehman -Loomis,Dwight,,,,,1821-07-27,M,rep,CT,1,,Republican,,,,,,,,,,L000438,,,,,,406929,,,,5775,Dwight Loomis -Low,Frederick,Ferdinand,,,,1828-06-30,M,rep,CA,-1,,Republican,,,,,,,,,,L000469,,,,,,406958,,,,5804,Frederick Low -May,Henry,,,,,1816-02-13,M,rep,MD,4,,Unionist,,,,,,,,,,M000275,,,,,,407293,,,,6103,Henry May (American politician) -McClernand,John,Alexander,,,,1812-05-30,M,rep,IL,6,,Democrat,,,,,,,,,,M000337,,,,,,407346,,,,6157,John Alexander McClernand -McDougall,James,Alexander,,,,1817-11-19,M,sen,CA,,3,Democrat,,,,,,,,,,M000416,,,,,,407416,,,,6222,James A. McDougall -McKean,James,Bedell,,,,1821-08-05,M,rep,NY,15,,Republican,,,,,,,,,,M000491,,,,,,407486,,,,6285,James B. McKean -McKnight,Robert,,,,,1820-01-20,M,rep,PA,22,,Republican,,,,,,,,,,M000531,,,,,,407523,,,,6319,Robert McKnight -McPherson,Edward,,,,,1830-07-31,M,rep,PA,17,,Republican,,,,,,,,,,M000591,,,,,,407580,,,,6373,Edward McPherson -Menzies,John,William,,,,1819-04-12,M,rep,KY,10,,Unionist,,,,,,,,,,M000641,,,,,,407627,,,,6414,John W. Menzies -Mitchel,Charles,Burton,,,,1815-09-19,M,sen,AR,,3,Democrat,,,,,,,,,,M000801,,,,,,407777,,,,6550,Charles B. Mitchel -Mitchell,William,,,,,1807-01-19,M,rep,IN,10,,Republican,,,,,,,,,,M000830,,,,,,407805,,,,6576,William Mitchell (congressman) -Morrill,Anson,Peaslee,,,,1803-06-10,M,rep,ME,4,,Republican,,,,,,,,,,M000967,,,,,,407935,,,,6694,Anson Morrill -Morris,Edward,Joy,,,,1815-07-16,M,rep,PA,2,,Republican,,,,,,,,,,M000975,,,,,,407943,,,,6702,Edward Joy Morris -Nelson,Thomas,Amos Rogers,,,,1812-03-19,M,rep,TN,-1,,,,,,,,,,,,N000042,,,,,,408132,,,,6873,Thomas Amos Rogers Nelson -Nixon,John,Thompson,,,,1820-08-31,M,rep,NJ,1,,Republican,,,,,,,,,,N000115,,,,,,408199,,,,6938,John T. Nixon -Norton,Elijah,Hise,,,,1821-11-21,M,rep,MO,4,,Democrat,,,,,,,,,,N000148,,,,,,408230,,,,6967,Elijah Hise Norton -Nugen,Robert,Hunter,,,,1809-07-16,M,rep,OH,15,,Democrat,,,,,,,,,,N000168,,,,,,408249,,,,6985,Robert H. Nugen -Olin,Abram,Baldwin,,,,1808-09-21,M,rep,NY,13,,Republican,,,,,,,,,,O000066,,,,,,408339,,,,7054,Abram B. Olin -Pearce,James,Alfred,,,,1805-12-14,M,sen,MD,,3,Democrat,,,,,,,,,,P000161,,,,,,408566,,,,7282,James Pearce -Phelps,John,Smith,,,,1814-12-22,M,rep,MO,6,,Democrat,,,,,,,,,,P000296,,,,,,408696,,,,7401,John S. Phelps -Phelps,Timothy,Guy,,,,1824-12-20,M,rep,CA,-1,,Republican,,,,,,,,,,P000300,,,,,,408700,,,,7405,Timothy Guy Phelps -Porter,Albert,Gallatin,,,,1824-04-20,M,rep,IN,6,,Republican,,,,,,,,,,P000435,,,,,,408826,,,,7529,Albert G. Porter -Potter,John,Fox,,,,1817-05-11,M,rep,WI,1,,Republican,,,,,,,,,,P000465,,,,,,408852,,,,7556,John F. Potter -Price,Thomas,Lawson,,,,1809-01-19,M,rep,MO,5,,Democrat,,,,,,,,,,P000532,,,,,,408916,,,,7618,Thomas Lawson Price -Reid,John,William,,,,1821-06-14,M,rep,MO,5,,Democrat,,,,,,,,,,R000149,,,,,,409126,,,,7812,John William Reid -Riddle,Albert,Gallatin,,,,1816-05-28,M,rep,OH,19,,Republican,,,,,,,,,,R000238,,,,,,409214,,,,7891,Albert G. Riddle -Scranton,George,Whitfield,,,,1811-05-11,M,rep,PA,12,,Republican,,,,,,,,,,S000191,,,,,,409696,,,,8316,George W. Scranton -Sedgwick,Charles,Baldwin,,,,1815-03-15,M,rep,NY,24,,Republican,,,,,,,,,,S000221,,,,,,409726,,,,8343,Charles B. Sedgwick -Sherman,Socrates,Norton,,,,1801-07-22,M,rep,NY,17,,Republican,,,,,,,,,,S000350,,,,,,409846,,,,8458,Socrates N. Sherman -Shiel,George,Knox,,,,,M,rep,OR,1,,Democrat,,,,,,,,,,S000358,,,,,,409854,,,,8466,George K. Shiel -Sloan,Andrew,Scott,,,,1820-06-12,M,rep,WI,3,,Republican,,,,,,,,,,S000490,,,,,,409978,,,,8578,A. Scott Sloan -Smith,Edward,Henry,,,,1809-05-05,M,rep,NY,1,,Democrat,,,,,,,,,,S000529,,,,,,410012,,,,8612,Edward H. Smith (politician) -Spaulding,Elbridge,Gerry,,,,1809-02-24,M,rep,NY,32,,Republican,,,,,,,,,,S000705,,,,,,410176,,,,8768,Elbridge G. Spaulding -Stark,Benjamin,,,,,1820-06-26,M,sen,OR,,2,Democrat,,,,,,,,,,S000809,,,,,,410275,,,,8849,Benjamin Stark -Stratton,John,Leake Newbold,,,,1817-11-27,M,rep,NJ,2,,Republican,,,,,,,,,,S000995,,,,,,410453,,,,9015,John L. N. Stratton -Thayer,Andrew,Jackson,,,,1818-11-27,M,rep,OR,1,,Democrat,,,,,,,,,,T000144,,,,,,410726,,,,9272,Andrew J. Thayer -Thomas,Benjamin,Franklin,,,,1813-02-12,M,rep,MA,3,,Unionist,,,,,,,,,,T000157,,,,,,410739,,,,9285,Benjamin Thomas (congressman) -Train,Charles,Russell,,,,1817-10-18,M,rep,MA,8,,Republican,,,,,,,,,,T000352,,,,,,410922,,,,9455,Charles R. Train -Trimble,Carey,Allen,,,,1813-09-13,M,rep,OH,10,,Republican,,,,,,,,,,T000371,,,,,,410940,,,,9471,Carey A. Trimble -Upton,Charles,Horace,,,,1812-08-23,M,rep,VA,7,,Unionist,,,,,,,,,,U000030,,,,,,411053,,,,9575,Charles H. Upton -Vallandigham,Clement,Laird,,,,1820-07-29,M,rep,OH,3,,Democrat,,,,,,,,,,V000008,,,,,,411067,,,,9588,Clement Vallandigham -Verree,John,Paul,,,,1817-03-09,M,rep,PA,3,,Republican,,,,,,,,,,V000090,,,,,,411145,,,,9664,John Paul Verree -Vibbard,Chauncey,,,,,1811-11-11,M,rep,NY,18,,Democrat,,,,,,,,,,V000094,,,,,,411149,,,,9667,Chauncey Vibbard -Walker,Amasa,,,,,1799-05-04,M,rep,MA,9,,Republican,,,,,,,,,,W000045,,,,,,411225,,,,9734,Amasa Walker -Wall,William,,,,,1800-03-20,M,rep,NY,5,,Republican,,,,,,,,,,W000073,,,,,,411252,,,,9759,William Wall (U.S. politician) -Walton,Charles,Wesley,,,,1819-12-09,M,rep,ME,2,,Republican,,,,,,,,,,W000112,,,,,,411290,,,,9794,Charles W. Walton -Walton,Eliakim,Persons,,,,1812-02-17,M,rep,VT,1,,Republican,,,,,,,,,,W000113,,,,,,411291,,,,9795,Eliakim Persons Walton -Watts,John,Sebrie,,,,1816-01-19,M,rep,NM,-1,,Republican,,,,,,,,,,W000213,,,,,,411382,,,,,John Sebrie Watts -White,Albert,Smith,,,,1803-10-24,M,rep,IN,8,,Republican,,,,,,,,,,W000351,,,,,,411513,,,,10005,Albert Smith White -Wickliffe,Charles,Anderson,,,,1788-06-08,M,rep,KY,5,,Unionist,,,,,,,,,,W000442,,,,,,411600,,,,10088,Charles A. Wickliffe -Wilmot,David,,,,,1814-01-20,M,sen,PA,,1,Republican,,,,,,,,,,W000566,,,,,,411722,,,,10208,David Wilmot -Woodruff,George,Catlin,,,,1805-12-01,M,rep,CT,4,,Democrat,,,,,,,,,,W000716,,,,,,411868,,,,10346,George Catlin Woodruff -Worcester,Samuel,Thomas,,,,1804-08-30,M,rep,OH,13,,Republican,,,,,,,,,,W000741,,,,,,411891,,,,10370,Samuel T. Worcester -Arnold,Samuel,Greene,,,,1821-04-12,M,sen,RI,,1,Republican,,,,,,,,,,A000295,,,,,,400937,,,,247,Samuel G. Arnold -Field,Richard,Stockton,,,,1803-12-31,M,sen,NJ,,1,Republican,,,,,,,,,,F000106,,,,,,404063,,,,3133,Richard Stockton Field -Harding,Benjamin,Franklin,,,,1823-01-04,M,sen,OR,,2,Democrat,,,,,,,,,,H000189,,,,,,405070,,,,4057,Benjamin F. Harding -Henderson,John,Brooks,,,,1826-11-16,M,sen,MO,,1,Republican,,,,,,,,,,H000483,,,,,,405346,,,,4310,John B. Henderson -Hicks,Thomas,Holliday,,,,1798-09-02,M,sen,MD,,3,Unconditional Unionist,,,,,,,,,,H000567,,,,,,405429,,,,4387,Thomas Holliday Hicks -Wilson,Robert,,,,,,M,sen,MO,,3,Unionist,,,,,,,,,,W000609,,,,,,411764,,,,10248,Robert Wilson (Missouri) -Wright,Joseph,Albert,,,,1810-04-17,M,sen,IN,,1,Unionist,,,,,,,,,,W000766,,,,,,411915,,,,10394,Joseph A. Wright -Allen,James,Cameron,,,,1822-01-29,M,rep,IL,-1,,Democrat,,,,,,,,,,A000128,,,,,,400784,,,,111,James C. Allen -Allen,William,Joshua,,,,1829-06-09,M,rep,IL,13,,Democrat,,,,,,,,,,A000152,,,,,,400807,,,,133,William J. Allen -Anderson,Lucien,,,,,1824-06-23,M,rep,KY,1,,Unconditional Unionist,,,,,,,,,,A000201,,,,,,400856,,,,178,Lucien Anderson -Arnold,Isaac,Newton,,,,1815-11-30,M,rep,IL,1,,Republican,,,,,,,,,,A000288,,,,,,400930,,,,240,Isaac N. Arnold -Bailey,Joseph,,,,,1810-03-18,M,rep,PA,15,,Democrat,,,,,,,,,,B000043,,,,,,401048,,,,346,Joseph Bailey (congressman) -Baldwin,Augustus,Carpenter,,,,1817-12-24,M,rep,MI,5,,Democrat,,,,,,,,,,B000085,,,,,,401087,,,,380,Augustus C. Baldwin -Bennet,Hiram,Pitt,,,,1826-09-02,M,rep,CO,-1,,Conservative Republican,,,,,,,,,,B000369,,,,,,401361,,,,,Hiram Pitt Bennet -Blair,Jacob,Beeson,,,,1821-04-11,M,rep,WV,1,,Unconditional Unionist,,,,,,,,,,B000525,,,,,,401501,,,,766,Jacob B. Blair -Bliss,George,,,,,1813-01-01,M,rep,OH,14,,Democrat,,,,,,,,,,B000559,,,,,,401533,,,,796,George Bliss (Congressman) -Bowden,Lemuel,Jackson,,,,1815-01-16,M,sen,VA,,1,Unionist,,,,,,,,,,B000678,,,,,,401640,,,,893,Lemuel J. Bowden -Brown,Benjamin,Gratz,,,,1826-05-28,M,sen,MO,,3,Republican,,,,,,,,,,B000905,,,,,,401862,,,,1100,Benjamin Gratz Brown -Brown,James,Sproat,,,,1824-02-01,M,rep,WI,1,,Democrat,,,,,,,,,,B000922,,,,,,401877,,,,1112,James S. Brown -Brown,William,Gay,,,,1800-09-25,M,rep,VA,-1,,Unconditional Unionist,,,,,,,,,,B000948,,,,,,401901,,,,1137,William G. Brown Sr. -Clark,Ambrose,Williams,,,,1810-02-19,M,rep,NY,20,,Republican,,,,,,,,,,C000420,,,,,,402559,,,,1752,Ambrose W. Clark -Clay,Brutus,Junius,,,,1808-07-01,M,rep,KY,7,,Unionist,,,,,,,,,,C000479,,,,,,402617,,,,1807,Brutus J. Clay -Cole,George,Edward,,,,1826-12-23,M,rep,WA,-1,,Democrat,,,,,,,,,,C000609,,,,,,402738,,,,,George Edward Cole -Conness,John,,,,,1821-09-22,M,sen,CA,,1,Republican,,,,,,,,,,C000695,,,,,,402820,,,,1997,John Conness -Corning,Erastus,,,,,1794-12-14,M,rep,NY,14,,Democrat,,,,,,,,,,C000784,,,,,,402904,,,,2073,Erastus Corning -Cravens,James,Addison,,,,1818-11-04,M,rep,IN,2,,Democrat,,,,,,,,,,C000883,,,,,,402995,,,,2153,James A. Cravens -Daily,Samuel,Gordon,,,,,M,rep,NE,-1,,Republican,,,,,,,,,,D000006,,,,,,403150,,,,,Samuel Gordon Daily -Davis,Henry,Winter,,,,1817-08-16,M,rep,MD,3,,Unconditional Unionist,,,,,,,,,,D000104,,,,,,403240,,,,2385,Henry Winter Davis -Dixon,James,,,,,1814-08-05,M,sen,CT,,1,Republican,,,,,,,,,,D000369,,,,,,403486,,,,2617,James Dixon -Doolittle,James,Rood,,,,1815-01-03,M,sen,WI,,1,Republican,,,,,,,,,,D000428,,,,,,403540,,,,2668,James Rood Doolittle -Edgerton,Joseph,Ketchum,,,,1818-02-16,M,rep,IN,10,,Democrat,,,,,,,,,,E000047,,,,,,403742,,,,2847,Joseph K. Edgerton -Foot,Solomon,,,,,1802-11-19,M,sen,VT,,1,Republican,,,,,,,,,,F000248,,,,,,404201,,,,3256,Solomon Foot -Frank,Augustus,,,,,1826-07-17,M,rep,NY,29,,Republican,,,,,,,,,,F000338,,,,,,404287,,,,3337,Augustus Frank -Ganson,John,,,,,1818-01-01,M,rep,NY,30,,Democrat,,,,,,,,,,G000042,,,,,,404417,,,,3454,John Ganson -Hale,James,Tracy,,,,1810-10-14,M,rep,PA,18,,Ind. Republican,,,,,,,,,,H000032,,,,,,404917,,,,3920,James Tracy Hale -Hall,William,Augustus,,,,1815-10-15,M,rep,MO,8,,Unionist,,,,,,,,,,H000079,,,,,,404962,,,,3961,William Augustus Hall -Harrington,Henry,William,,,,1825-09-12,M,rep,IN,3,,Democrat,,,,,,,,,,H000229,,,,,,405107,,,,4094,Henry W. Harrington -Harris,Charles,Murray,,,,1821-04-10,M,rep,IL,4,,Democrat,,,,,,,,,,H000234,,,,,,405112,,,,4098,Charles M. Harris -Hendricks,Thomas,Andrews,,,,1819-09-07,M,sen,IN,,1,Democrat,,,,,,,,,,H000493,,,,,,405356,,,,4319,Thomas A. Hendricks -Herrick,Anson,,,,,1812-01-21,M,rep,NY,9,,Democrat,,,,,,,,,,H000537,,,,,,405399,,,,4361,Anson Herrick -Hutchins,Wells,Andrews,,,,1818-10-08,M,rep,OH,11,,Democrat,,,,,,,,,,H001010,,,,,,405850,,,,4780,Wells A. Hutchins -Jayne,William,,,,,1826-10-08,M,rep,DK,-1,,,,,,,,,,,,J000066,,,,,,405971,,,,,William Jayne -Johnson,Reverdy,,,,,1796-05-21,M,sen,MD,,1,Democrat,,,,,,,,,,J000169,,,,,,406066,,,,4987,Reverdy Johnson -Johnston,William,,,,,,M,rep,OH,8,,Democrat,,,,,,,,,,J000201,,,,,,406096,,,,5014,William Johnston (congressman) -Kalbfleisch,Martin,,,,,1804-02-08,M,rep,NY,2,,Democrat,,,,,,,,,,K000005,,,,,,406179,,,,5092,Martin Kalbfleisch -King,Austin,Augustus,,,,1802-09-21,M,rep,MO,6,,Unionist,,,,,,,,,,K000194,,,,,,406355,,,,5254,Austin Augustus King -Kinney,John,Fitch,,,,1816-04-02,M,rep,UT,-1,,Democrat,,,,,,,,,,K000225,,,,,,406384,,,,,John F. Kinney -Knapp,Anthony,Lausett,,,,1828-06-14,M,rep,IL,10,,Democrat,,,,,,,,,,K000276,,,,,,406433,,,,5328,Anthony L. Knapp -Knox,Samuel,,,,,1815-03-21,M,rep,MO,1,,Unconditional Unionist,,,,,,,,,,K000297,,,,,,406453,,,,5348,Samuel Knox -Law,John,,,,,1796-10-28,M,rep,IN,1,,Democrat,,,,,,,,,,L000125,,,,,,406630,,,,5502,John Law (representative) -Lazear,Jesse,,,,,1804-12-12,M,rep,PA,24,,Democrat,,,,,,,,,,L000154,,,,,,406659,,,,5530,Jesse Lazear -Littlejohn,De,Witt Clinton,,,,1818-02-07,M,rep,NY,22,,Republican,,,,,,,,,,L000357,,,,,,406849,,,,5707,DeWitt Clinton Littlejohn -Long,Alexander,,,,,1816-12-24,M,rep,OH,2,,Democrat,,,,,,,,,,L000410,,,,,,406901,,,,5753,Alexander Long -Lovejoy,Owen,,,,,1811-01-06,M,rep,IL,5,,Republican,,,,,,,,,,L000462,,,,,,406951,,,,5797,Owen Lovejoy -Mallory,Robert,,,,,1815-11-15,M,rep,KY,5,,Unionist,,,,,,,,,,M000082,,,,,,407109,,,,5940,Robert Mallory -Marcy,Daniel,,,,,1809-11-07,M,rep,NH,1,,Democrat,,,,,,,,,,M000126,,,,,,407150,,,,5978,Daniel Marcy -McAllister,Archibald,,,,,1813-10-12,M,rep,PA,17,,Democrat,,,,,,,,,,M000295,,,,,,407310,,,,6121,Archibald McAllister -McBride,John,Rogers,,,,1832-08-22,M,rep,OR,1,,Republican,,,,,,,,,,M000301,,,,,,407316,,,,6127,John R. McBride -McDowell,James,Foster,,,,1825-12-03,M,rep,IN,11,,Democrat,,,,,,,,,,M000420,,,,,,407420,,,,6226,James F. McDowell -Middleton,George,,,,,1800-10-14,M,rep,NJ,2,,Democrat,,,,,,,,,,M000697,,,,,,407681,,,,6460,George Middleton (New Jersey) -Miller,William,Henry,,,,1829-02-28,M,rep,PA,14,,Democrat,,,,,,,,,,M000763,,,,,,407741,,,,6517,William Henry Miller (legislator) -Morgan,Edwin,Denison,,,,1811-02-08,M,sen,NY,,1,Republican,,,,,,,,,,M000949,,,,,,407917,,,,6677,Edwin D. Morgan -Morris,James,Remley,,,,1819-01-10,M,rep,OH,15,,Democrat,,,,,,,,,,M000978,,,,,,407946,,,,6705,James R. Morris -Mott,Gordon,Newell,,,,1812-10-21,M,rep,NV,0,,Republican,,,,,,,,,,M001038,,,,,,408005,,,,,Gordon Newell Mott -Myers,Amos,,,,,1824-04-23,M,rep,PA,20,,Republican,,,,,,,,,,M001126,,,,,,408088,,,,6835,Amos Myers -Nelson,Homer,Augustus,,,,1829-08-31,M,rep,NY,12,,Democrat,,,,,,,,,,N000034,,,,,,408124,,,,6864,Homer Augustus Nelson -Noble,Warren,Perry,,,,1820-06-14,M,rep,OH,9,,Democrat,,,,,,,,,,N000119,,,,,,408203,,,,6942,Warren P. Noble -Noell,John,William,,,,1816-02-22,M,rep,MO,3,,Unconditional Unionist,,,,,,,,,,N000122,,,,,,408206,,,,6945,John William Noell -Norton,Jesse,Olds,,,,1812-12-25,M,rep,IL,6,,Republican,,,,,,,,,,N000151,,,,,,408233,,,,6970,Jesse O. Norton -O’Neill,John,,,,,1822-12-17,M,rep,OH,13,,Democrat,,,,,,,,,,O000096,,,,,,408305,,,,7079,John O'Neill (congressman) -Odell,Moses,Fowler,,,,1818-02-24,M,rep,NY,3,,Democrat,,,,,,,,,,O000037,,,,,,408322,,,,7025,Moses F. Odell -Perea,Francisco,,,,,1830-01-09,M,rep,NM,-1,,Republican,,,,,,,,,,P000224,,,,,,408627,,,,,Francisco Perea -Perry,Nehemiah,,,,,1816-03-30,M,rep,NJ,5,,Democrat,,,,,,,,,,P000244,,,,,,408647,,,,7357,Nehemiah Perry (politician) -Poston,Charles,Debrille,,,,1825-04-20,M,rep,AZ,0,,Republican,,,,,,,,,,P000458,,,,,,408845,,,,,Charles Debrille Poston -Richardson,William,Alexander,,,,1811-01-16,M,sen,IL,,2,Democrat,,,,,,,,,,R000228,,,,,,409204,,,,7883,William Alexander Richardson -Rollins,James,Sidney,,,,1812-04-19,M,rep,MO,9,,Unionist,,,,,,,,,,R000412,,,,,,409378,,,,8042,James S. Rollins -Scott,John,Guier,,,,1819-12-26,M,rep,MO,3,,Democrat,,,,,,,,,,S000178,,,,,,409684,,,,8305,John Guier Scott -Segar,Joseph,Eggleston,,,,1804-06-01,M,rep,VA,-1,,Unionist,,,,,,,,,,S000227,,,,,,409732,,,,8349,Joseph Segar -Shannon,Thomas,Bowles,,,,1827-09-21,M,rep,CA,-1,,Republican,,,,,,,,,,S000290,,,,,,409789,,,,8403,Thomas Bowles Shannon -Smithers,Nathaniel,Barratt,,,,1818-10-08,M,rep,DE,0,,Unconditional Unionist,,,,,,,,,,S000642,,,,,,410116,,,,8711,Nathaniel B. Smithers -Stebbins,Henry,George,,,,1811-09-15,M,rep,NY,1,,Democrat,,,,,,,,,,S000825,,,,,,410289,,,,8862,Henry G. Stebbins -Steele,John,Benedict,,,,1814-03-28,M,rep,NY,13,,Democrat,,,,,,,,,,S000833,,,,,,410297,,,,8870,John B. Steele -Steele,William,Gaston,,,,1820-12-17,M,rep,NJ,3,,Democrat,,,,,,,,,,S000839,,,,,,410303,,,,8875,William G. Steele -Stuart,John,Todd,,,,1807-11-10,M,rep,IL,8,,Democrat,,,,,,,,,,S001035,,,,,,410491,,,,9054,John T. Stuart -Sweat,Lorenzo,De Medici,,,,1818-05-26,M,rep,ME,1,,Democrat,,,,,,,,,,S001100,,,,,,410552,,,,9112,Lorenzo De Medici Sweat -Temple,William,,,,,1814-02-28,M,rep,DE,0,,Democrat,,,,,,,,,,T000120,,,,,,410702,,,,9250,William Temple (governor) -Todd,John,Blair Smith,,,,1814-04-04,M,rep,DK,-1,,Democrat,,,,,,,,,,T000292,,,,,,410865,,,,,John Blair Smith Todd -Tracy,Henry,Wells,,,,1807-09-24,M,rep,PA,13,,Ind. Republican,,,,,,,,,,T000345,,,,,,410916,,,,9449,Henry Wells Tracy -Van Valkenburgh,Robert,Bruce,,,,1821-09-04,M,rep,NY,27,,Republican,,,,,,,,,,V000061,,,,,,411103,,,,9637,Robert B. Van Valkenburgh -Van Winkle,Peter,Godwin,,,,1808-09-07,M,sen,WV,,1,Republican,,,,,,,,,,V000066,,,,,,411108,,,,9642,Peter G. Van Winkle -Wade,Benjamin,Franklin,,,,1800-10-27,M,sen,OH,,1,Republican,,,,,,,,,,W000005,,,,,,411184,,,,9698,Benjamin Wade -Wall,James,Walter,,,,1820-05-26,M,sen,NJ,,1,Democrat,,,,,,,,,,W000072,,,,,,411251,,,,9758,James Walter Wall -Wallace,William,Henson,,,,1811-07-19,M,rep,ID,-1,,Republican,,,,,,,,,,W000086,,,,,,411265,,,,,William H. Wallace -Wheeler,Ezra,,,,,1820-12-23,M,rep,WI,5,,Democrat,,,,,,,,,,W000332,,,,,,411494,,,,9986,Ezra Wheeler -White,Chilton,Allen,,,,1826-02-06,M,rep,OH,6,,Democrat,,,,,,,,,,W000360,,,,,,411522,,,,10014,Chilton A. White -White,Joseph,Worthington,,,,1822-10-02,M,rep,OH,16,,Democrat,,,,,,,,,,W000384,,,,,,411544,,,,10037,Joseph W. White -Wilder,Abel,Carter,,,,1828-03-18,M,rep,KS,1,,Republican,,,,,,,,,,W000461,,,,,,411618,,,,10106,Abel Carter Wilder -Worthington,Henry,Gaither,,,,1828-02-09,M,rep,NV,0,,Republican,,,,,,,,,,W000747,,,,,,411896,,,,10376,Henry G. Worthington -Wright,William,,,,,1794-11-13,M,sen,NJ,,1,Democrat,,,,,,,,,,W000772,,,,,,411921,,,,10400,William Wright (United States politician) -Yeaman,George,Helm,,,,1829-11-01,M,rep,KY,2,,Unionist,,,,,,,,,,Y000015,,,,,,411949,,,,10422,George Helm Yeaman -Farwell,Nathan,Allen,,,,1812-02-24,M,sen,ME,,2,Republican,,,,,,,,,,F000038,,,,,,403999,,,,3076,Nathan A. Farwell -Riddle,George,Read,,,,,M,sen,DE,,1,Democrat,,,,,,,,,,R000239,,,,,,409215,,,,7892,George R. Riddle -Alley,John,Bassett,,,,1817-01-07,M,rep,MA,5,,Republican,,,,,,,,,,A000155,,,,,,400810,,,,136,John B. Alley -Ancona,Sydenham,Elnathan,,,,1824-11-20,M,rep,PA,8,,Democrat,,,,,,,,,,A000178,,,,,,400833,,,,157,Sydenham Elnathan Ancona -Barker,Abraham,Andrews,,,,1816-03-30,M,rep,PA,17,,Republican,,,,,,,,,,B000142,,,,,,401143,,,,434,Abraham Andrews Barker -Baxter,Portus,,,,,1806-12-04,M,rep,VT,3,,Republican,,,,,,,,,,B000246,,,,,,401240,,,,522,Portus Baxter -Bergen,Teunis,Garret,,,,1806-10-06,M,rep,NY,2,,Democrat,,,,,,,,,,B000406,,,,,,401394,,,,664,Teunis G. Bergen -Bidwell,John,,,,,1819-08-05,M,rep,CA,3,,Republican,,,,,,,,,,B000447,,,,,,401432,,,,698,John Bidwell -Blow,Henry,Taylor,,,,1817-07-15,M,rep,MO,2,,Republican,,,,,,,,,,B000572,,,,,,401545,,,,808,Henry Taylor Blow -Brandegee,Augustus,,,,,1828-07-15,M,rep,CT,3,,Republican,,,,,,,,,,B000768,,,,,,401727,,,,977,Augustus Brandegee -Campbell,William,Bowen,,,,1807-02-01,M,rep,TN,5,,Unionist,,,,,,,,,,C000104,,,,,,402257,,,,1468,William B. Campbell -Cooper,Edmund,,,,,1821-09-11,M,rep,TN,4,,Unionist,,,,,,,,,,C000747,,,,,,402868,,,,2042,Edmund Cooper (congressman) -Creswell,John,Angel James,,,,1828-11-18,M,sen,MD,,3,Unconditional Unionist,,,,,,,,,,C000904,,,,,,403016,,,,2173,John Creswell -Culver,Charles,Vernon,,,,1830-09-06,M,rep,PA,20,,Republican,,,,,,,,,,C000977,,,,,,403088,,,,2243,Charles Vernon Culver -Darling,William,Augustus,,,,1817-12-27,M,rep,NY,9,,Republican,,,,,,,,,,D000055,,,,,,403194,,,,2339,William Augustus Darling -Davis,Thomas,Treadwell,,,,1810-08-22,M,rep,NY,23,,Republican,,,,,,,,,,D000139,,,,,,403272,,,,2414,Thomas Treadwell Davis -Dawson,John,Littleton,,,,1813-02-07,M,rep,PA,21,,Democrat,,,,,,,,,,D000153,,,,,,403286,,,,2428,John Littleton Dawson -Defrees,Joseph,Hutton,,,,1812-05-13,M,rep,IN,10,,Republican,,,,,,,,,,D000192,,,,,,403350,,,,2463,Joseph H. Defrees -Deming,Henry,Champion,,,,1815-05-23,M,rep,CT,1,,Republican,,,,,,,,,,D000227,,,,,,403366,,,,2487,Henry C. Deming -Denny,Arthur,Armstrong,,,,1822-06-20,M,rep,WA,-1,,Republican,,,,,,,,,,D000247,,,,,,403385,,,,,Arthur A. Denny -Dodge,William,Earle,,,,1805-09-04,M,rep,NY,8,,Republican,,,,,,,,,,D000397,,,,,,403512,,,,2643,William E. Dodge -Dumont,Ebenezer,,,,,1814-11-23,M,rep,IN,6,,Republican,,,,,,,,,,D000524,,,,,,403634,,,,2753,Ebenezer Dumont -Farquhar,John,Hanson,,,,1818-12-20,M,rep,IN,4,,Republican,,,,,,,,,,F000026,,,,,,403988,,,,3065,John Hanson Farquhar -Fessenden,William,Pitt,,,,1806-10-16,M,sen,ME,,2,Republican,,,,,,,,,,F000099,,,,,,404056,,,,3127,William P. Fessenden -Goodwin,John,Noble,,,,1824-10-18,M,rep,AZ,0,,Republican,,,,,,,,,,G000301,,,,,,404660,,,,3686,John Noble Goodwin -Goodyear,Charles,,,,,1804-04-26,M,rep,NY,14,,Democrat,,,,,,,,,,G000307,,,,,,404666,,,,3692,Charles Goodyear (politician) -Grider,Henry,,,,,1796-07-16,M,rep,KY,3,,Democrat,,,,,,,,,,G000455,,,,,,404800,,,,3815,Henry Grider -Grimes,James,Wilson,,,,1816-10-20,M,sen,IA,,2,Republican,,,,,,,,,,G000475,,,,,,404820,,,,3834,James W. Grimes -Grinnell,Josiah,Bushnell,,,,1821-12-22,M,rep,IA,4,,Republican,,,,,,,,,,G000478,,,,,,404823,,,,3837,Josiah Bushnell Grinnell -Guthrie,James,,,,,1792-12-05,M,sen,KY,,2,Democrat,,,,,,,,,,G000534,,,,,,404879,,,,3884,James Guthrie (Kentucky) -Harding,Aaron,,,,,1805-02-20,M,rep,KY,4,,Democrat,,,,,,,,,,H000187,,,,,,405068,,,,4055,Aaron Harding -Harris,Benjamin,Gwinn,,,,1805-12-13,M,rep,MD,5,,Democrat,,,,,,,,,,H000232,,,,,,405110,,,,4096,Benjamin Gwinn Harris -Hart,Roswell,,,,,1824-08-04,M,rep,NY,28,,Republican,,,,,,,,,,H000292,,,,,,405165,,,,4149,Roswell Hart -Henderson,James,Henry Dickey,,,,1810-07-23,M,rep,OR,1,,Republican,,,,,,,,,,H000480,,,,,,405343,,,,4307,James Henry Dickey Henderson -Hill,Ralph,,,,,1827-10-12,M,rep,IN,3,,Republican,,,,,,,,,,H000604,,,,,,405465,,,,4421,Ralph Hill (representative) -Hogan,John,,,,,1805-01-02,M,rep,MO,1,,Democrat,,,,,,,,,,H000691,,,,,,405544,,,,4495,John Hogan (Missouri) -Holmes,Sidney,Tracy,,,,1815-08-14,M,rep,NY,22,,Republican,,,,,,,,,,H000742,,,,,,405593,,,,4539,Sidney T. Holmes -Howard,Jacob,Merritt,,,,1805-07-10,M,sen,MI,,2,Republican,,,,,,,,,,H000839,,,,,,405686,,,,4627,Jacob M. Howard -Hubbard,Demas,,Jr.,,,1806-01-17,M,rep,NY,19,,Republican,,,,,,,,,,H000881,,,,,,405727,,,,4665,"Demas Hubbard, Jr." -Hubbard,John,Henry,,,,1804-03-24,M,rep,CT,4,,Republican,,,,,,,,,,H000885,,,,,,405731,,,,4669,John Henry Hubbard -Hubbell,Edwin,Nelson,,,,1815-08-13,M,rep,NY,13,,Democrat,,,,,,,,,,H000892,,,,,,405738,,,,4676,Edwin N. Hubbell -Hubbell,James,Randolph,,,,1824-07-13,M,rep,OH,8,,Republican,,,,,,,,,,H000893,,,,,,405739,,,,4677,James Randolph Hubbell -Humphrey,James,,,,,1811-10-09,M,rep,NY,3,,Republican,,,,,,,,,,H000954,,,,,,405798,,,,4729,James Humphrey (New York politician) -Hunter,John,Ward,,,,1807-10-15,M,rep,NY,3,,Democrat,,,,,,,,,,H000984,,,,,,405826,,,,4755,John W. Hunter -Johnson,Philip,,,,,1818-01-17,M,rep,PA,11,,Democrat,,,,,,,,,,J000168,,,,,,406065,,,,4986,Philip Johnson (congressman) -Jones,Morgan,,,,,1830-02-26,M,rep,NY,4,,Democrat,,,,,,,,,,J000242,,,,,,406135,,,,5052,Morgan Jones (U.S. politician) -Kellogg,Orlando,,,,,1809-06-18,M,rep,NY,16,,Republican,,,,,,,,,,K000066,,,,,,406236,,,,5144,Orlando Kellogg -Kelso,John,Russell,,,,1831-03-23,M,rep,MO,4,,Ind. Republican,,,,,,,,,,K000081,,,,,,406250,,,,5157,John R. Kelso -Kuykendall,Andrew,Jackson,,,,1815-03-03,M,rep,IL,13,,Republican,,,,,,,,,,K000347,,,,,,406500,,,,5382,Andrew J. Kuykendall -Lane,James,Henry,,,,1814-06-22,M,sen,KS,,2,Republican,,,,,,,,,,L000061,,,,,,406570,,,,5443,James Henry Lane (Union general) -Latham,George,Robert,,,,1832-03-09,M,rep,WV,2,,Unconditional Unionist,,,,,,,,,,L000107,,,,,,406614,,,,5487,George R. Latham -Le Blond,Francis,Celeste,,,,1821-02-14,M,rep,OH,5,,Democrat,,,,,,,,,,L000156,,,,,,406660,,,,5550,Francis Celeste Le Blond -Leftwich,John,William,,,,1826-09-07,M,rep,TN,8,,Unionist,,,,,,,,,,L000217,,,,,,406721,,,,5585,John W. Leftwich -Longyear,John,Wesley,,,,1820-10-22,M,rep,MI,3,,Republican,,,,,,,,,,L000434,,,,,,406925,,,,5771,John W. Longyear -McIndoe,Walter,Duncan,,,,1819-03-30,M,rep,WI,6,,Republican,,,,,,,,,,M000476,,,,,,407474,,,,6275,Walter D. McIndoe -McLean,Samuel,,,,,1826-08-07,M,rep,MT,-1,,Democrat,,,,,,,,,,M000551,,,,,,407543,,,,,Samuel McLean (congressman) -McRuer,Donald,Campbell,,,,1826-03-10,M,rep,CA,1,,Republican,,,,,,,,,,M000600,,,,,,407589,,,,6382,Donald C. McRuer -Morris,Daniel,,,,,1812-01-04,M,rep,NY,25,,Republican,,,,,,,,,,M000974,,,,,,407942,,,,6701,Daniel Morris -Newell,William,Augustus,,,,1817-09-05,M,rep,NJ,2,,Republican,,,,,,,,,,N000066,,,,,,408154,,,,6894,William A. Newell -Norton,Daniel,Sheldon,,,,1829-04-12,M,sen,MN,,2,Democrat,,,,,,,,,,N000145,,,,,,408228,,,,6965,Daniel Sheldon Norton -Radford,William,,,,,1814-06-24,M,rep,NY,10,,Democrat,,,,,,,,,,R000007,,,,,,408990,,,,7686,William Radford (politician) -Randall,William,Harrison,,,,1812-07-15,M,rep,KY,8,,Unconditional Unionist,,,,,,,,,,R000040,,,,,,409021,,,,7716,William H. Randall -Raymond,Henry,Jarvis,,,,1820-01-24,M,rep,NY,6,,Republican,,,,,,,,,,R000084,,,,,,409064,,,,7755,Henry Jarvis Raymond -Rice,Alexander,Hamilton,,,,1818-08-30,M,rep,MA,3,,Republican,,,,,,,,,,R000193,,,,,,409169,,,,7849,Alexander H. Rice -Rice,John,Hovey,,,,1816-02-05,M,rep,ME,4,,Republican,,,,,,,,,,R000201,,,,,,409177,,,,7857,John H. Rice -Ritter,Burwell,Clark,,,,1810-01-06,M,rep,KY,2,,Democrat,,,,,,,,,,R000276,,,,,,409250,,,,7922,Burwell C. Ritter -Rogers,Andrew,Jackson,,,,1828-07-01,M,rep,NJ,4,,Democrat,,,,,,,,,,R000387,,,,,,409355,,,,8019,Andrew J. Rogers -Rousseau,Lovell,Harrison,,,,1818-08-04,M,rep,KY,5,,Unconditional Unionist,,,,,,,,,,R000468,,,,,,409429,,,,8085,Lovell Rousseau -Saulsbury,Willard,,Sr.,,,1820-06-02,M,sen,DE,,2,Democrat,,,,,,,,,,S000074,,,,,,409586,,,,8223,Willard Saulsbury Sr. -Shanklin,George,Sea,,,,1807-12-23,M,rep,KY,7,,Democrat,,,,,,,,,,S000283,,,,,,409782,,,,8397,George S. Shanklin -Sloan,Ithamar,Conkey,,,,1822-05-09,M,rep,WI,2,,Republican,,,,,,,,,,S000492,,,,,,409980,,,,8580,Ithamar Sloan -Smith,Green,Clay,,,,1826-07-04,M,rep,KY,6,,Unconditional Unionist,,,,,,,,,,S000544,,,,,,410026,,,,8627,Green Clay Smith -Starr,John,Farson,,,,1818-03-25,M,rep,NJ,1,,Republican,,,,,,,,,,S000817,,,,,,410282,,,,8856,John F. Starr -Stilwell,Thomas,Neel,,,,1830-08-29,M,rep,IN,11,,Republican,,,,,,,,,,S000926,,,,,,410386,,,,8952,Thomas N. Stilwell -Strouse,Myer,,,,,1825-12-16,M,rep,PA,10,,Democrat,,,,,,,,,,S001026,,,,,,410483,,,,9045,Myer Strouse -Taylor,Nathaniel,Green,,,,1819-12-29,M,rep,TN,1,,Unionist,,,,,,,,,,T000095,,,,,,410678,,,,9226,Nathaniel Green Taylor -Taylor,Nelson,,,,,1821-06-08,M,rep,NY,5,,Democrat,,,,,,,,,,T000096,,,,,,410679,,,,9227,Nelson Taylor -Thayer,Martin,Russell,,,,1819-01-27,M,rep,PA,5,,Republican,,,,,,,,,,T000150,,,,,,410732,,,,9278,Martin Russell Thayer -Thomas,John,Lewis,Jr.,,,1835-05-20,M,rep,MD,2,,Unconditional Unionist,,,,,,,,,,T000174,,,,,,410755,,,,9300,John Lewis Thomas Jr. -Thornton,Anthony,,,,,1814-11-09,M,rep,IL,10,,Democrat,,,,,,,,,,T000240,,,,,,410818,,,,9358,Anthony Thornton (representative) -Ward,Andrew,Harrison,,,,1815-01-03,M,rep,KY,6,,Democrat,,,,,,,,,,W000126,,,,,,411301,,,,9807,Andrew H. Ward -Warner,Samuel,Larkin,,,,1828-06-14,M,rep,CT,2,,Republican,,,,,,,,,,W000157,,,,,,411330,,,,9835,Samuel L. Warner -Webster,Edwin,Hanson,,,,1829-03-31,M,rep,MD,2,,Unconditional Unionist,,,,,,,,,,W000239,,,,,,411407,,,,9904,Edwin Hanson Webster -Wentworth,John,,,,,1815-03-05,M,rep,IL,1,,Republican,,,,,,,,,,W000295,,,,,,411459,,,,9953,John Wentworth (Illinois) -Whaley,Kellian,Van Rensalear,,,,1821-05-06,M,rep,WV,3,,Unconditional Unionist,,,,,,,,,,W000318,,,,,,411480,,,,9973,Kellian Whaley -Willey,Waitman,Thomas,,,,1811-10-18,M,sen,WV,,2,Republican,,,,,,,,,,W000484,,,,,,411641,,,,10129,Waitman T. Willey -Williams,George,Henry,,,,1823-03-26,M,sen,OR,,2,Republican,,,,,,,,,,W000498,,,,,,411655,,,,10143,George Henry Williams -Winfield,Charles,Henry,,,,1822-04-22,M,rep,NY,11,,Democrat,,,,,,,,,,W000630,,,,,,411784,,,,10269,Charles H. Winfield -Wright,Edwin,Ruthvin Vincent,,,,1812-01-02,M,rep,NJ,5,,Democrat,,,,,,,,,,W000758,,,,,,411907,,,,10386,Edwin R. V. Wright -Yates,Richard,,,,,1815-01-18,M,sen,IL,,2,Republican,,,,,,,,,,Y000012,,,,,,411945,,,,10419,"Richard Yates (politician, born 1815)" -Cattell,Alexander,Gilmore,,,,1816-02-12,M,sen,NJ,,2,Republican,,,,,,,,,,C000254,,,,,,402398,,,,1602,Alexander G. Cattell -Fogg,George,Gilman,,,,1813-05-26,M,sen,NH,,3,Republican,,,,,,,,,,F000234,,,,,,404189,,,,3247,George G. Fogg -Fowler,Joseph,Smith,,,,1820-08-31,M,sen,TN,,2,Republican,,,,,,,,,,F000324,,,,,,404273,,,,3326,Joseph S. Fowler -Patterson,David,Trotter,,,,1818-02-28,M,sen,TN,,1,Democrat,,,,,,,,,,P000110,,,,,,408518,,,,7237,David T. Patterson -Ross,Edmund,Gibson,,,,1826-12-07,M,sen,KS,,2,Republican,,,,,,,,,,R000445,,,,,,409409,,,,8067,Edmund G. Ross -Anderson,George,Washington,,,,1832-05-22,M,rep,MO,9,,Republican,,,,,,,,,,A000188,,,,,,400843,,,,167,George Washington Anderson -Ashley,Delos,Rodeyn,,,,1828-02-19,M,rep,NV,0,,Republican,,,,,,,,,,A000312,,,,,,400956,,,,264,Delos R. Ashley -Ashley,James,Mitchell,,,,1824-11-14,M,rep,OH,10,,Republican,,,,,,,,,,A000314,,,,,,400958,,,,266,James Mitchell Ashley -Baldwin,John,Denison,,,,1809-09-28,M,rep,MA,8,,Republican,,,,,,,,,,B000091,,,,,,401093,,,,386,John Denison Baldwin -Barnes,Demas,,,,,1827-04-04,M,rep,NY,2,,Democrat,,,,,,,,,,B000156,,,,,,401158,,,,446,Demas Barnes -Bashford,Coles,,,,,1816-01-24,M,rep,AZ,0,,Independent,,,,,,,,,,B000219,,,,,,401216,,,,,Coles Bashford -Bayard,James,Asheton,Jr.,,,1799-11-15,M,sen,DE,,1,Democrat,,,,,,,,,,B000248,,,,,,401242,,,,525,James A. Bayard Jr. -Blackburn,William,Jasper,,,,1820-07-24,M,rep,LA,5,,Republican,,,,,,,,,,B000510,,,,,,401489,,,,753,W. Jasper Blackburn -Boyden,Nathaniel,,,,,1796-08-16,M,rep,NC,6,,Conservative,,,,,,,,,,B000722,,,,,,401682,,,,934,Nathaniel Boyden -Boyer,Benjamin,Markley,,,,1823-01-22,M,rep,PA,6,,Democrat,,,,,,,,,,B000723,,,,,,401683,,,,935,Benjamin Markley Boyer -Bromwell,Henry,Pelham Holmes,,,,1823-08-26,M,rep,IL,7,,Republican,,,,,,,,,,B000865,,,,,,401822,,,,1064,Henry P. H. Bromwell -Broomall,John,Martin,,,,1816-01-19,M,rep,PA,7,,Republican,,,,,,,,,,B000889,,,,,,401846,,,,1086,John Martin Broomall -Buckland,Ralph,Pomeroy,,,,1812-01-20,M,rep,OH,9,,Republican,,,,,,,,,,B001022,,,,,,401972,,,,1203,Ralph Pomeroy Buckland -Burleigh,Walter,Atwood,,,,1820-10-25,M,rep,DK,-1,,Republican,,,,,,,,,,B001108,,,,,,402053,,,,,Walter A. Burleigh -Callis,John,Benton,,,,1828-01-03,M,rep,AL,5,,Republican,,,,,,,,,,C000057,,,,,,402216,,,,1428,John Benton Callis -Cary,Samuel,Fenton,,,,1814-02-18,M,rep,OH,2,,Ind. Republican,,,,,,,,,,C000216,,,,,,402362,,,,1565,Samuel Fenton Cary -Chanler,John,Winthrop,,,,1826-09-14,M,rep,NY,7,,Democrat,,,,,,,,,,C000302,,,,,,402444,,,,1645,John Winthrop Chanler -Clarke,Reader,Wright,,,,1812-05-18,M,rep,OH,6,,Republican,,,,,,,,,,C000468,,,,,,402606,,,,1798,Reader W. Clarke -Clever,Charles,P.,,,,1830-02-23,M,rep,NM,-1,,,,,,,,,,,,C000517,,,,,,402652,,,,,Charles P. Clever -Cole,Cornelius,,,,,1822-09-17,M,sen,CA,,3,Republican,,,,,,,,,,C000607,,,,,,402736,,,,1921,Cornelius Cole -Colfax,Schuyler,,,,,1823-03-23,M,rep,IN,9,,Republican,,,,,,,,,,C000626,,,,,,402755,,,,1938,Schuyler Colfax -Corbett,Henry,Winslow,,,,1827-02-18,M,sen,OR,,3,Republican,,,,,,,,,,C000771,,,,,,402891,,,,2064,Henry W. Corbett -Corley,Manuel,Simeon,,,,1823-02-10,M,rep,SC,3,,Republican,,,,,,,,,,C000778,,,,,,402898,,,,2069,Manuel S. Corley -Davis,Garrett,,,,,1801-09-10,M,sen,KY,,3,Democrat,,,,,,,,,,D000099,,,,,,403235,,,,2380,Garrett Davis -Delano,Columbus,,,,,1809-06-04,M,rep,OH,13,,Republican,,,,,,,,,,D000214,,,,,,403358,,,,2479,Columbus Delano -Denison,Charles,,,,,1818-01-23,M,rep,PA,12,,Democrat,,,,,,,,,,D000235,,,,,,403373,,,,2495,Charles Denison -Dodge,Grenville,Mellen,,,,1831-04-12,M,rep,IA,5,,Republican,,,,,,,,,,D000395,,,,,,403510,,,,2641,Grenville M. Dodge -Donnelly,Ignatius,,,,,1831-11-03,M,rep,MN,2,,Republican,,,,,,,,,,D000417,,,,,,403530,,,,2658,Ignatius L. Donnelly -Drake,Charles,Daniel,,,,1811-04-11,M,sen,MO,,3,Republican,,,,,,,,,,D000484,,,,,,403592,,,,2715,Charles D. Drake -Driggs,John,Fletcher,,,,1813-03-08,M,rep,MI,6,,Republican,,,,,,,,,,D000498,,,,,,403605,,,,2728,John F. Driggs -Eckley,Ephraim,Ralph,,,,1811-12-09,M,rep,OH,17,,Republican,,,,,,,,,,E000036,,,,,,403731,,,,2837,Ephraim R. Eckley -Eggleston,Benjamin,,,,,1816-01-03,M,rep,OH,1,,Republican,,,,,,,,,,E000090,,,,,,403783,,,,2882,Benjamin Eggleston -Eliot,Thomas,Dawes,,,,1808-03-20,M,rep,MA,1,,Republican,,,,,,,,,,E000106,,,,,,403797,,,,2895,Thomas D. Eliot -Elliott,James,Thomas,,,,1823-04-22,M,rep,AR,2,,Republican,,,,,,,,,,E000123,,,,,,403814,,,,2912,James T. Elliott -Fields,William,Craig,,,,1804-02-13,M,rep,NY,19,,Republican,,,,,,,,,,F000112,,,,,,404069,,,,3137,William C. Fields -Finney,Darwin,Asahel,,,,1814-08-11,M,rep,PA,20,,Republican,,,,,,,,,,F000136,,,,,,404091,,,,3157,Darwin Abel Finney -Flanders,Alvan,,,,,1825-08-02,M,rep,WA,-1,,Republican,,,,,,,,,,F000188,,,,,,404143,,,,,Alvan Flanders -French,John,Robert,,,,1819-05-28,M,rep,NC,1,,Republican,,,,,,,,,,F000378,,,,,,404323,,,,3370,John R. French -Glossbrenner,Adam,John,,,,1810-08-31,M,rep,PA,15,,Democrat,,,,,,,,,,G000242,,,,,,404604,,,,3633,Adam John Glossbrenner -Goss,James,Hamilton,,,,1820-08-09,M,rep,SC,4,,Republican,,,,,,,,,,G000335,,,,,,404692,,,,3717,James H. Goss -Gravely,Joseph,Jackson,,,,1828-09-25,M,rep,MO,4,,Republican,,,,,,,,,,G000389,,,,,,404739,,,,3758,Joseph J. Gravely -Griswold,John,Augustus,,,,1822-11-11,M,rep,NY,15,,Republican,,,,,,,,,,G000486,,,,,,404831,,,,3844,John Augustus Griswold -Grover,Asa,Porter,,,,1819-02-18,M,rep,KY,5,,Democrat,,,,,,,,,,G000503,,,,,,404848,,,,3860,Asa Grover -Hamilton,Cornelius,Springer,,,,1821-01-02,M,rep,OH,8,,Republican,,,,,,,,,,H000106,,,,,,404988,,,,3987,Cornelius S. Hamilton -Harding,Abner,Clark,,,,1807-02-10,M,rep,IL,4,,Republican,,,,,,,,,,H000188,,,,,,405069,,,,4056,Abner C. Harding -Harlan,James,,,,,1820-08-26,M,sen,IA,,3,Republican,,,,,,,,,,H000211,,,,,,405090,,,,4077,James Harlan (senator) -Haughey,Thomas,,,,,,M,rep,AL,6,,Republican,,,,,,,,,,H000352,,,,,,405221,,,,4197,Thomas Haughey -Higby,William,,,,,1813-08-18,M,rep,CA,2,,Republican,,,,,,,,,,H000576,,,,,,405438,,,,4396,William Higby -Hinds,James,,,,,1833-12-05,M,rep,AR,2,,Republican,,,,,,,,,,H000631,,,,,,405488,,,,4443,James M. Hinds -Hise,Elijah,,,,,1802-07-04,M,rep,KY,3,,Democrat,,,,,,,,,,H000644,,,,,,405499,,,,4453,Elijah Hise -Holbrook,Edward,Dexter,,,,1836-05-06,M,rep,ID,-1,,Democrat,,,,,,,,,,H000710,,,,,,405563,,,,,Edward Dexter Holbrook -Hotchkiss,Julius,,,,,1810-07-11,M,rep,CT,2,,Democrat,,,,,,,,,,H000809,,,,,,405657,,,,4598,Julius Hotchkiss -Hubbard,Asahel,Wheeler,,,,1819-01-19,M,rep,IA,6,,Republican,,,,,,,,,,H000877,,,,,,405723,,,,4662,Asahel W. Hubbard -Hubbard,Chester,Dorman,,,,1814-11-25,M,rep,WV,1,,Republican,,,,,,,,,,H000879,,,,,,405725,,,,4663,Chester D. Hubbard -Hubbard,Richard,Dudley,,,,1818-09-07,M,rep,CT,1,,Democrat,,,,,,,,,,H000888,,,,,,405734,,,,4672,Richard D. Hubbard -Hulburd,Calvin,Tilden,,,,1809-06-05,M,rep,NY,17,,Republican,,,,,,,,,,H000936,,,,,,405781,,,,4713,Calvin T. Hulburd -Humphrey,James,Morgan,,,,1819-09-21,M,rep,NY,30,,Democrat,,,,,,,,,,H000955,,,,,,405799,,,,4730,James M. Humphrey -Kellogg,Francis,William,,,,1810-05-30,M,rep,AL,1,,Republican,,,,,,,,,,K000064,,,,,,406234,,,,5142,Francis William Kellogg -Kitchen,Bethuel,Middleton,,,,1812-03-21,M,rep,WV,2,,Republican,,,,,,,,,,K000247,,,,,,406406,,,,5304,Bethuel Kitchen -Koontz,William,Henry,,,,1830-07-15,M,rep,PA,16,,Republican,,,,,,,,,,K000311,,,,,,406465,,,,5356,William Henry Koontz -Lincoln,William,Slosson,,,,1813-08-13,M,rep,NY,26,,Republican,,,,,,,,,,L000317,,,,,,406811,,,,5670,William S. Lincoln -Loan,Benjamin,Franklin,,,,1819-10-04,M,rep,MO,7,,Republican,,,,,,,,,,L000384,,,,,,406876,,,,5729,Benjamin F. Loan -Mallory,Rufus,,,,,1831-01-10,M,rep,OR,1,,Republican,,,,,,,,,,M000083,,,,,,407110,,,,5941,Rufus Mallory -Mann,James,,,,,1822-06-22,M,rep,LA,2,,Democrat,,,,,,,,,,M000103,,,,,,407127,,,,5958,James Mann (1822–1868) -Marquette,Turner,Mastin,,,,1831-07-19,M,rep,NE,-1,,Republican,,,,,,,,,,M000140,,,,,,407163,,,,5988,Turner M. Marquette -Marvin,James,Madison,,,,1809-02-27,M,rep,NY,18,,Republican,,,,,,,,,,M000210,,,,,,407229,,,,6048,James M. Marvin -McClurg,Joseph,Washington,,,,1818-02-22,M,rep,MO,5,,Republican,,,,,,,,,,M000347,,,,,,407356,,,,6163,Joseph W. McClurg -McCullough,Hiram,,,,,1813-09-26,M,rep,MD,1,,Democrat,,,,,,,,,,M000395,,,,,,407396,,,,6206,Hiram McCullough -McKee,Samuel,,,,,1833-11-05,M,rep,KY,9,,Republican,,,,,,,,,,M000497,,,,,,407492,,,,6291,Samuel McKee (1833) -Miller,George,Funston,,,,1809-09-05,M,rep,PA,14,,Republican,,,,,,,,,,M000726,,,,,,407705,,,,6482,George Funston Miller -Moorhead,James,Kennedy,,,,1806-09-07,M,rep,PA,22,,Republican,,,,,,,,,,M000929,,,,,,407900,,,,6660,James K. Moorhead -Mullins,James,,,,,1807-09-15,M,rep,TN,4,,Republican,,,,,,,,,,M001073,,,,,,408039,,,,6791,James Mullins (American politician) -Newcomb,Carman,Adam,,,,1830-07-01,M,rep,MO,2,,Republican,,,,,,,,,,N000065,,,,,,408153,,,,6893,Carman A. Newcomb -Nicholson,John,Anthony,,,,1827-11-17,M,rep,DE,0,,Democrat,,,,,,,,,,N000099,,,,,,408184,,,,6924,John A. Nicholson -Noell,Thomas,Estes,,,,1839-04-03,M,rep,MO,3,,Democrat,,,,,,,,,,N000123,,,,,,408207,,,,6946,Thomas E. Noell -Norris,Benjamin,White,,,,1819-01-22,M,rep,AL,3,,Republican,,,,,,,,,,N000138,,,,,,408222,,,,6959,Benjamin White Norris -Nye,James,Warren,,,,1815-06-10,M,sen,NV,,3,Republican,,,,,,,,,,N000177,,,,,,408257,,,,6992,James W. Nye -Patterson,James,Willis,,,,1823-07-02,M,sen,NH,,3,Republican,,,,,,,,,,P000120,,,,,,408528,,,,7246,James W. Patterson -Perham,Sidney,,,,,1819-03-27,M,rep,ME,2,,Republican,,,,,,,,,,P000226,,,,,,408629,,,,7340,Sidney Perham -Pettis,Solomon,Newton,,,,1827-10-10,M,rep,PA,20,,Republican,,,,,,,,,,P000274,,,,,,408674,,,,7380,Solomon Newton Pettis -Phelps,Charles,Edward,,,,1833-05-01,M,rep,MD,3,,Conservative,,,,,,,,,,P000292,,,,,,408692,,,,7397,Charles E. Phelps -Pierce,Charles,Wilson,,,,1823-10-07,M,rep,AL,4,,Republican,,,,,,,,,,P000332,,,,,,408729,,,,7434,Charles Wilson Pierce -Pike,Frederick,Augustus,,,,1816-12-09,M,rep,ME,5,,Republican,,,,,,,,,,P000346,,,,,,408743,,,,7448,Frederick A. Pike -Pile,William,Anderson,,,,1829-02-11,M,rep,MO,1,,Republican,,,,,,,,,,P000350,,,,,,408747,,,,7451,William A. Pile -Plants,Tobias,Avery,,,,1811-03-17,M,rep,OH,15,,Republican,,,,,,,,,,P000376,,,,,,408770,,,,7476,Tobias A. Plants -Polsley,Daniel,Haymond,,,,1803-11-28,M,rep,WV,3,,Republican,,,,,,,,,,P000418,,,,,,408811,,,,7515,Daniel Polsley -Pomeroy,Samuel,Clarke,,,,1816-01-03,M,sen,KS,,3,Republican,,,,,,,,,,P000423,,,,,,408814,,,,7518,Samuel C. Pomeroy -Pomeroy,Theodore,Medad,,,,1824-12-31,M,rep,NY,24,,Republican,,,,,,,,,,P000424,,,,,,408815,,,,7519,Theodore M. Pomeroy -Pruyn,John,Van Schaick Lansing,,,,1811-06-22,M,rep,NY,14,,Democrat,,,,,,,,,,P000554,,,,,,408938,,,,7639,John V. L. Pruyn -Raum,Green,Berry,,,,1829-12-03,M,rep,IL,13,,Republican,,,,,,,,,,R000071,,,,,,409051,,,,7744,Green Berry Raum -Robertson,William,Henry,,,,1823-10-10,M,rep,NY,10,,Republican,,,,,,,,,,R000328,,,,,,409299,,,,7968,William H. Robertson -Ross,Lewis,Winans,,,,1812-12-08,M,rep,IL,9,,Democrat,,,,,,,,,,R000451,,,,,,409415,,,,8073,Lewis W. Ross -Selye,Lewis,,,,,1803-07-11,M,rep,NY,28,,Ind. Republican,,,,,,,,,,S000237,,,,,,409741,,,,8358,Lewis Selye -Sitgreaves,Charles,,,,,1803-04-22,M,rep,NJ,3,,Democrat,,,,,,,,,,S000458,,,,,,409950,,,,8553,Charles Sitgreaves -Spalding,Rufus,Paine,,,,1798-05-03,M,rep,OH,18,,Republican,,,,,,,,,,S000697,,,,,,410168,,,,8760,Rufus P. Spalding -Stevens,Thaddeus,,,,,1792-04-04,M,rep,PA,9,,Republican,,,,,,,,,,S000887,,,,,,410349,,,,8917,Thaddeus Stevens -Stewart,Thomas,Elliott,,,,1824-09-22,M,rep,NY,6,,Conservative Republican,,,,,,,,,,S000920,,,,,,410380,,,,8946,Thomas E. Stewart -Stover,John,Hubler,,,,1833-04-24,M,rep,MO,5,,Republican,,,,,,,,,,S000983,,,,,,410442,,,,9004,John Hubler Stover -Taber,Stephen,,,,,1821-03-07,M,rep,NY,1,,Democrat,,,,,,,,,,T000002,,,,,,410592,,,,9145,Stephen Taber -Thayer,John,Milton,,,,1820-01-24,M,sen,NE,,2,Republican,,,,,,,,,,T000148,,,,,,410730,,,,9276,John Milton Thayer -Thomas,Francis,,,,,1799-02-03,M,rep,MD,4,,Republican,,,,,,,,,,T000166,,,,,,410747,,,,9292,Francis Thomas -Trimble,John,,,,,1812-02-07,M,rep,TN,5,,Republican,,,,,,,,,,T000374,,,,,,410943,,,,9474,John Trimble (politician) -Trowbridge,Rowland,Ebenezer,,,,1821-06-18,M,rep,MI,5,,Republican,,,,,,,,,,T000385,,,,,,410954,,,,9485,Rowland E. Trowbridge -Trumbull,Lyman,,,,,1813-10-12,M,sen,IL,,3,Republican,,,,,,,,,,T000392,,,,,,410961,,,,9492,Lyman Trumbull -Upson,Charles,,,,,1821-03-19,M,rep,MI,2,,Republican,,,,,,,,,,U000027,,,,,,411050,,,,9572,Charles Upson -Van Horn,Burt,,,,,1823-10-28,M,rep,NY,29,,Republican,,,,,,,,,,V000040,,,,,,411085,,,,9616,Burt Van Horn -Vidal,Michel,,,,,1824-10-01,M,rep,LA,4,,Republican,,,,,,,,,,V000096,,,,,,411151,,,,9669,Michel Vidal -Washburn,Henry,Dana,,,,1832-03-28,M,rep,IN,7,,Republican,,,,,,,,,,W000172,,,,,,411345,,,,9850,Henry D. Washburn -Williams,Thomas,,,,,1806-08-28,M,rep,PA,23,,Republican,,,,,,,,,,W000538,,,,,,411693,,,,10179,Thomas Williams (Pennsylvania) -Wilson,Stephen,Fowler,,,,1821-09-04,M,rep,PA,18,,Republican,,,,,,,,,,W000613,,,,,,411768,,,,10252,Stephen Fowler Wilson -Woodbridge,Frederick,Enoch,,,,1818-08-29,M,rep,VT,1,,Republican,,,,,,,,,,W000708,,,,,,411860,,,,10338,Frederick E. Woodbridge -Abbott,Joseph,Carter,,,,1825-07-15,M,sen,NC,,2,Republican,,,,,,,,,,A000006,,,,,,400669,,,,6,Joseph Carter Abbott -Harris,John,Spafford,,,,1825-12-18,M,sen,LA,,2,Republican,,,,,,,,,,H000246,,,,,,405124,,,,4107,John S. Harris -McDonald,Alexander,,,,,1832-04-10,M,sen,AR,,2,Republican,,,,,,,,,,M000408,,,,,,407408,,,,6216,Alexander McDonald (U.S. politician) -Osborn,Thomas,Ward,,,,1833-03-09,M,sen,FL,,3,Republican,,,,,,,,,,O000109,,,,,,408365,,,,7090,Thomas W. Osborn -Pool,John,,,,,1826-06-16,M,sen,NC,,3,Republican,,,,,,,,,,P000427,,,,,,408818,,,,7521,John Pool -Rice,Benjamin,Franklin,,,,1828-05-26,M,sen,AR,,3,Republican,,,,,,,,,,R000195,,,,,,409171,,,,7851,Benjamin F. Rice -Sawyer,Frederick,Adolphus,,,,1822-12-12,M,sen,SC,,3,Republican,,,,,,,,,,S000086,,,,,,409598,,,,8235,Frederick A. Sawyer -Vickers,George,,,,,1801-11-19,M,sen,MD,,3,Democrat,,,,,,,,,,V000095,,,,,,411150,,,,9668,George Vickers -Warner,Willard,,,,,1826-09-04,M,sen,AL,,2,Republican,,,,,,,,,,W000159,,,,,,411332,,,,9837,Willard Warner -Welch,Adonijah,Strong,,,,1821-04-12,M,sen,FL,,1,Republican,,,,,,,,,,W000261,,,,,,411429,,,,9924,Adonijah Welch -Armstrong,William,Hepburn,,,,1824-09-07,M,rep,PA,18,,Republican,,,,,,,,,,A000285,,,,,,400926,,,,237,William Hepburn Armstrong -Arnell,Samuel,Mayes,,,,1833-05-03,M,rep,TN,6,,Republican,,,,,,,,,,A000286,,,,,,400928,,,,238,Samuel Mayes Arnell -Asper,Joel,Funk,,,,1822-04-20,M,rep,MO,7,,Republican,,,,,,,,,,A000320,,,,,,400966,,,,274,Joel Funk Asper -Atwood,David,,,,,1815-12-15,M,rep,WI,2,,Republican,,,,,,,,,,A000335,,,,,,400984,,,,289,David Atwood -Axtell,Samuel,Beach,,,,1819-10-14,M,rep,CA,1,,Democrat,,,,,,,,,,A000349,,,,,,401000,,,,304,Samuel Beach Axtell -Ayer,Richard,Small,,,,1829-10-09,M,rep,VA,1,,Republican,,,,,,,,,,A000351,,,,,,401002,,,,306,Richard S. Ayer -Bailey,Alexander,Hamilton,,,,1817-08-14,M,rep,NY,21,,Republican,,,,,,,,,,B000034,,,,,,401039,,,,338,Alexander H. Bailey -Beaman,Fernando,Cortez,,,,1814-06-28,M,rep,MI,1,,Republican,,,,,,,,,,B000275,,,,,,401269,,,,549,Fernando C. Beaman -Benjamin,John,Forbes,,,,1817-01-23,M,rep,MO,8,,Republican,,,,,,,,,,B000364,,,,,,401356,,,,626,John F. Benjamin -Bennett,David,Smith,,,,1811-05-03,M,rep,NY,30,,Republican,,,,,,,,,,B000373,,,,,,401365,,,,635,David S. Bennett -Benton,Jacob,,,,,1814-08-19,M,rep,NH,3,,Republican,,,,,,,,,,B000395,,,,,,401386,,,,655,Jacob Benton -Bethune,Marion,,,,,1816-04-08,M,rep,GA,3,,Republican,,,,,,,,,,B000424,,,,,,401410,,,,678,Marion Bethune -Booker,George,William,,,,1821-12-05,M,rep,VA,4,,Conservative,,,,,,,,,,B000627,,,,,,401592,,,,851,George Booker -Boreman,Arthur,Inghram,,,,1823-07-24,M,sen,WV,,1,Republican,,,,,,,,,,B000638,,,,,,401603,,,,862,Arthur I. Boreman -Bowen,Christopher,Columbus,,,,1832-01-05,M,rep,SC,2,,Republican,,,,,,,,,,B000681,,,,,,401643,,,,896,Christopher C. Bowen -Boyd,Sempronius,Hamilton,,,,1828-05-28,M,rep,MO,4,,Republican,,,,,,,,,,B000720,,,,,,401680,,,,932,Sempronius H. Boyd -Bradford,Allen,Alexander,,,,1815-07-23,M,rep,CO,-1,,Republican,,,,,,,,,,B000737,,,,,,401697,,,,,Allen Alexander Bradford -Brownlow,William,Gannaway,,,,1805-08-29,M,sen,TN,,1,Republican,,,,,,,,,,B000963,,,,,,401915,,,,1151,William Gannaway Brownlow -Buck,Alfred,Eliab,,,,1832-02-07,M,rep,AL,1,,Republican,,,,,,,,,,B001011,,,,,,401961,,,,1192,Alfred Eliab Buck -Buckingham,William,Alfred,,,,1804-05-28,M,sen,CT,,1,Republican,,,,,,,,,,B001021,,,,,,401971,,,,1202,William Alfred Buckingham -Burr,Albert,George,,,,1829-11-08,M,rep,IL,10,,Democrat,,,,,,,,,,B001134,,,,,,402078,,,,1303,Albert G. Burr -Cake,Henry,Lutz,,,,1827-10-06,M,rep,PA,10,,Republican,,,,,,,,,,C000024,,,,,,402185,,,,1398,Henry L. Cake -Calkin,Hervey,Chittenden,,,,1828-03-23,M,rep,NY,7,,Democrat,,,,,,,,,,C000047,,,,,,402208,,,,1421,Hervey C. Calkin -Casserly,Eugene,,,,,1820-11-13,M,sen,CA,,1,Democrat,,,,,,,,,,C000236,,,,,,402381,,,,1585,Eugene Casserly -Cavanaugh,James,Michael,,,,1823-07-04,M,rep,MT,-1,,Democrat,,,,,,,,,,C000260,,,,,,402404,,,,1608,James M. Cavanaugh -Chaves,José,Francisco,,,,1833-06-27,M,rep,NM,-1,,Republican,,,,,,,,,,C000337,,,,,,402477,,,,,José Francisco Chaves -Churchill,John,Charles,,,,1821-01-17,M,rep,NY,22,,Republican,,,,,,,,,,C000392,,,,,,402531,,,,1725,John C. Churchill -Clarke,Sidney,,,,,1831-10-16,M,rep,KS,1,,Republican,,,,,,,,,,C000470,,,,,,402608,,,,1800,Sidney Clarke -Cleveland,Orestes,,,,,1829-03-02,M,rep,NJ,5,,Democrat,,,,,,,,,,C000514,,,,,,402649,,,,1838,Orestes Cleveland -Clift,Joseph,Wales,,,,1837-09-30,M,rep,GA,1,,Republican,,,,,,,,,,C000519,,,,,,402654,,,,1842,Joseph W. Clift -Cobb,Amasa,,,,,1823-09-27,M,rep,WI,3,,Republican,,,,,,,,,,C000543,,,,,,402676,,,,1863,Amasa Cobb -Corker,Stephen,Alfestus,,,,1830-05-07,M,rep,GA,5,,Democrat,,,,,,,,,,C000776,,,,,,402896,,,,2067,Stephen A. Corker -Covode,John,,,,,1808-03-17,M,rep,PA,21,,Republican,,,,,,,,,,C000818,,,,,,402936,,,,2100,John Covode -Cowles,George,Washington,,,,1823-12-06,M,rep,NY,24,,Republican,,,,,,,,,,C000827,,,,,,402945,,,,2108,George W. Cowles -Davis,Noah,,,,,1818-09-10,M,rep,NY,28,,Republican,,,,,,,,,,D000126,,,,,,403261,,,,2403,Noah Davis -Degener,Edward,,,,,1809-10-20,M,rep,TX,4,,Republican,,,,,,,,,,D000195,,,,,,403351,,,,2464,Edward Degener -Deweese,John,Thomas,,,,1835-06-04,M,rep,NC,4,,Republican,,,,,,,,,,D000291,,,,,,403416,,,,2540,John T. Deweese -Dickinson,Edward,Fenwick,,,,1829-01-21,M,rep,OH,9,,Democrat,,,,,,,,,,D000320,,,,,,403440,,,,2572,Edward F. Dickinson -Dixon,Joseph,,,,,1828-04-09,M,rep,NC,2,,Republican,,,,,,,,,,D000370,,,,,,403487,,,,2618,Joseph Dixon (North Carolina) -Dixon,Nathan,Fellows,,,,1812-05-01,M,rep,RI,2,,Republican,,,,,,,,,,D000375,,,,,,403492,,,,2623,Nathan F. Dixon II -Dockery,Oliver,Hart,,,,1830-08-12,M,rep,NC,3,,Republican,,,,,,,,,,D000386,,,,,,403502,,,,2633,Oliver H. Dockery -Donley,Joseph,Benton,,,,1838-10-10,M,rep,PA,24,,Republican,,,,,,,,,,D000412,,,,,,403525,,,,2654,Joseph Benton Donley -Duval,Isaac,Harding,,,,1824-09-01,M,rep,WV,1,,Republican,,,,,,,,,,D000576,,,,,,403679,,,,2794,Isaac H. Duval -Dyer,David,Patterson,,,,1838-02-12,M,rep,MO,9,,Republican,,,,,,,,,,D000589,,,,,,403692,,,,2805,David Patterson Dyer -Edwards,William,Posey,,,,1835-11-09,M,rep,GA,-1,,Republican,,,,,,,,,,E000085,,,,,,403778,,,,2877,William P. Edwards -Ela,Jacob,Hart,,,,1820-07-18,M,rep,NH,1,,Republican,,,,,,,,,,E000099,,,,,,403790,,,,2888,Jacob Hart Ela -Fenton,Reuben,Eaton,,,,1819-07-04,M,sen,NY,,1,Liberal Republican,,,,,,,,,,F000077,,,,,,404035,,,,3107,Reuben Fenton -Ferriss,Orange,,,,,1814-11-26,M,rep,NY,16,,Republican,,,,,,,,,,F000093,,,,,,404050,,,,3121,Orange Ferriss -Fisher,John,,,,,1806-03-13,M,rep,NY,29,,Republican,,,,,,,,,,F000150,,,,,,404105,,,,3170,John Fisher (politician) -Fitch,Thomas,,,,,1838-01-27,M,rep,NV,0,,Republican,,,,,,,,,,F000159,,,,,,404114,,,,3178,Thomas Fitch (politician) -Fox,John,,,,,1835-06-30,M,rep,NY,4,,Democrat,,,,,,,,,,F000331,,,,,,404279,,,,3331,John Fox (congressman) -Gibson,James,King,,,,1812-02-18,M,rep,VA,8,,Conservative,,,,,,,,,,G000162,,,,,,404529,,,,3562,James K. Gibson -Gilbert,Abijah,,,,,1806-06-18,M,sen,FL,,1,Republican,,,,,,,,,,G000171,,,,,,404538,,,,3571,Abijah Gilbert -Gilfillan,Calvin,Willard,,,,1832-02-20,M,rep,PA,20,,Republican,,,,,,,,,,G000185,,,,,,404550,,,,3584,Calvin Willard Gilfillan -Golladay,Jacob,Shall,,,,1819-01-19,M,rep,KY,3,,Democrat,,,,,,,,,,G000271,,,,,,404633,,,,3661,Jacob Golladay -Gove,Samuel,Francis,,,,1822-03-09,M,rep,GA,-1,,Republican,,,,,,,,,,G000347,,,,,,404703,,,,3728,Samuel F. Gove -Greene,George,Woodward,,,,1831-07-04,M,rep,NY,11,,Democrat,,,,,,,,,,G000426,,,,,,404774,,,,3790,George Woodward Greene -Griswold,John,Ashley,,,,1822-11-18,M,rep,NY,13,,Democrat,,,,,,,,,,G000485,,,,,,404830,,,,3843,John Ashley Griswold -Haight,Charles,,,,,1838-01-04,M,rep,NJ,2,,Democrat,,,,,,,,,,H000020,,,,,,404905,,,,3908,Charles Haight -Hamill,Patrick,,,,,1817-04-28,M,rep,MD,4,,Democrat,,,,,,,,,,H000100,,,,,,404982,,,,3981,Patrick Hamill -Hamilton,Charles,Memorial,,,,1840-11-01,M,rep,FL,1,,Republican,,,,,,,,,,H000105,,,,,,404987,,,,3986,Charles Memorial Hamilton -Hamilton,William,Thomas,,,,1820-09-08,M,sen,MD,,1,Democrat,,,,,,,,,,H000118,,,,,,405000,,,,3998,William Thomas Hamilton -Hawkins,Isaac,Roberts,,,,1818-05-16,M,rep,TN,7,,Republican,,,,,,,,,,H000370,,,,,,405239,,,,4214,Isaac Roberts Hawkins -Heaton,David,,,,,1823-03-10,M,rep,NC,2,,Republican,,,,,,,,,,H000432,,,,,,405298,,,,4270,David Heaton -Heflin,Robert,Stell,,,,1815-04-15,M,rep,AL,3,,Republican,,,,,,,,,,H000447,,,,,,405312,,,,4281,Robert Stell Heflin -Hoag,Truman,Harrison,,,,1816-04-09,M,rep,OH,10,,Democrat,,,,,,,,,,H000650,,,,,,405505,,,,4459,Truman H. Hoag -Holmes,Charles,Horace,,,,1827-10-24,M,rep,NY,28,,Republican,,,,,,,,,,H000734,,,,,,405585,,,,4531,Charles H. Holmes -Hopkins,Benjamin,Franklin,,,,1829-04-22,M,rep,WI,2,,Republican,,,,,,,,,,H000771,,,,,,405621,,,,4565,Benjamin F. Hopkins -Hotchkiss,Giles,Waldo,,,,1815-10-25,M,rep,NY,26,,Republican,,,,,,,,,,H000808,,,,,,405656,,,,4597,Giles W. Hotchkiss -Ingersoll,Ebon,Clark,,,,1831-12-12,M,rep,IL,5,,Republican,,,,,,,,,,I000017,,,,,,405879,,,,4806,Ebon C. Ingersoll -Jenckes,Thomas,Allen,,,,1818-11-02,M,rep,RI,1,,Republican,,,,,,,,,,J000076,,,,,,405979,,,,4907,Thomas Jenckes -Johnson,James,Augustus,,,,1829-05-16,M,rep,CA,3,,Democrat,,,,,,,,,,J000145,,,,,,406043,,,,4967,James A. Johnson (California politician) -Jones,Alexander,Hamilton,,,,1822-07-21,M,rep,NC,7,,Republican,,,,,,,,,,J000208,,,,,,406103,,,,5021,Alexander H. Jones -Judd,Norman,Buel,,,,1815-01-10,M,rep,IL,1,,Republican,,,,,,,,,,J000277,,,,,,406169,,,,5082,Norman B. Judd -Julian,George,Washington,,,,1817-05-05,M,rep,IN,4,,Republican,,,,,,,,,,J000280,,,,,,406172,,,,5085,George Washington Julian -Kelsey,William,Henry,,,,1812-10-02,M,rep,NY,25,,Republican,,,,,,,,,,K000080,,,,,,406249,,,,5156,William H. Kelsey -Knapp,Charles,,,,,1797-10-08,M,rep,NY,19,,Republican,,,,,,,,,,K000277,,,,,,406434,,,,5329,Charles Knapp (congressman) -Laflin,Addison,Henry,,,,1823-10-24,M,rep,NY,20,,Republican,,,,,,,,,,L000017,,,,,,406527,,,,5399,Addison H. Laflin -Lash,Israel,George,,,,1810-08-18,M,rep,NC,5,,Republican,,,,,,,,,,L000105,,,,,,406612,,,,5485,Israel G. Lash -Long,Jefferson,Franklin,,,,1836-03-03,M,rep,GA,4,,Republican,,,,,,,,,,L000419,,,,,,406910,,,,5759,Jefferson F. Long -Manning,John,,Jr.,,,1830-07-30,M,rep,NC,4,,Democrat,,,,,,,,,,M000109,,,,,,407133,,,,5963,"John Manning, Jr." -McCarthy,Dennis,,,,,1814-03-19,M,rep,NY,23,,Republican,,,,,,,,,,M000310,,,,,,407323,,,,6133,Dennis McCarthy (congressman) -McKenzie,Lewis,,,,,1810-10-07,M,rep,VA,7,,Conservative,,,,,,,,,,M000507,,,,,,407502,,,,6301,Lewis McKenzie -Milnes,William,,Jr.,,,1827-12-08,M,rep,VA,6,,Conservative,,,,,,,,,,M000784,,,,,,407762,,,,6537,"William Milnes, Jr." -Moffet,John,,,,,1831-04-05,M,rep,PA,3,,Democrat,,,,,,,,,,M000838,,,,,,407812,,,,6581,John Moffet (politician) -Moore,Eliakim,Hastings,,,,1812-06-19,M,rep,OH,15,,Republican,,,,,,,,,,M000896,,,,,,407868,,,,6630,Eliakim H. Moore -Moore,William,,,,,1810-12-25,M,rep,NJ,1,,Republican,,,,,,,,,,M000922,,,,,,407893,,,,6656,William Moore (congressman) -Morrell,Daniel,Johnson,,,,1821-08-08,M,rep,PA,17,,Republican,,,,,,,,,,M000964,,,,,,407932,,,,6691,Daniel Johnson Morrell -Morrill,Samuel,Plummer,,,,1816-02-11,M,rep,ME,2,,Republican,,,,,,,,,,M000971,,,,,,407939,,,,6698,Samuel P. Morrill -Morrissey,John,,,,,1831-02-12,M,rep,NY,5,,Democrat,,,,,,,,,,M001001,,,,,,407969,,,,6726,John Morrissey -Mungen,William,,,,,1821-05-12,M,rep,OH,5,,Democrat,,,,,,,,,,M001079,,,,,,408044,,,,6797,William Mungen -Newsham,Joseph,Parkinson,,,,1837-05-24,M,rep,LA,4,,Republican,,,,,,,,,,N000072,,,,,,408159,,,,6900,Joseph P. Newsham -Nuckolls,Stephen,Friel,,,,1825-08-16,M,rep,WY,0,,Democrat,,,,,,,,,,N000166,,,,,,408247,,,,,Stephen Friel Nuckolls -Paine,Halbert,Eleazer,,,,1826-02-04,M,rep,WI,1,,Republican,,,,,,,,,,P000028,,,,,,408439,,,,7166,Halbert E. Paine -Paine,William,Wiseham,,,,1817-10-10,M,rep,GA,1,,Democrat,,,,,,,,,,P000031,,,,,,408442,,,,7169,William W. Paine -Phelps,Darwin,,,,,1807-04-17,M,rep,PA,23,,Republican,,,,,,,,,,P000293,,,,,,408693,,,,7398,Darwin Phelps -Pomeroy,Charles,,,,,1825-09-03,M,rep,IA,6,,Republican,,,,,,,,,,P000421,,,,,,408813,,,,7517,Charles Pomeroy -Pratt,Daniel,Darwin,,,,1813-10-26,M,sen,IN,,1,Republican,,,,,,,,,,P000497,,,,,,408882,,,,7587,Daniel D. Pratt -Prince,Charles,Henry,,,,1837-05-09,M,rep,GA,-1,,Republican,,,,,,,,,,P000537,,,,,,408921,,,,7623,Charles H. Prince -Prosser,William,Farrand,,,,1834-03-16,M,rep,TN,5,,Republican,,,,,,,,,,P000550,,,,,,408934,,,,7635,William Farrand Prosser -Ramsey,Alexander,,,,,1815-09-08,M,sen,MN,,1,Republican,,,,,,,,,,R000026,,,,,,409007,,,,7703,Alexander Ramsey -Reading,John,Roberts,,,,1826-11-01,M,rep,PA,5,,Democrat,,,,,,,,,,R000096,,,,,,409076,,,,7767,John Roberts Reading -Reeves,Henry,Augustus,,,,1832-12-07,M,rep,NY,1,,Democrat,,,,,,,,,,R000138,,,,,,409117,,,,7804,Henry Augustus Reeves -Ridgway,Robert,,,,,1823-04-21,M,rep,VA,5,,Conservative,,,,,,,,,,R000248,,,,,,409224,,,,7900,Robert Ridgway (congressman) -Rogers,Anthony,Astley Cooper,,,,1821-02-14,M,rep,AR,2,,Democrat,,,,,,,,,,R000388,,,,,,409356,,,,8020,Anthony A.C. Rogers -Roots,Logan,Holt,,,,1841-03-26,M,rep,AR,1,,Republican,,,,,,,,,,R000434,,,,,,409399,,,,8059,Logan H. Roots -Sanford,Stephen,,,,,1826-05-26,M,rep,NY,18,,Republican,,,,,,,,,,S000054,,,,,,409569,,,,8213,Stephen Sanford -Schenck,Robert,Cumming,,,,1809-10-04,M,rep,OH,3,,Republican,,,,,,,,,,S000118,,,,,,409626,,,,8259,Robert C. Schenck -Schurz,Carl,,,,,1829-03-02,M,sen,MO,,1,Liberal Republican,,,,,,,,,,S000151,,,,,,409658,,,,8279,Carl Schurz -Scott,John,,,,,1824-07-24,M,sen,PA,,1,Republican,,,,,,,,,,S000177,,,,,,409683,,,,8304,John Scott (Pennsylvania) -Shafer,Jacob,K.,,,,1823-12-26,M,rep,ID,-1,,Democrat,,,,,,,,,,S000276,,,,,,409775,,,,,Jacob K. Shafer -Sheldon,Porter,,,,,1831-09-29,M,rep,NY,31,,Republican,,,,,,,,,,S000323,,,,,,409820,,,,8433,Porter Sheldon -Sherrod,William,Crawford,,,,1835-08-17,M,rep,AL,6,,Democrat,,,,,,,,,,S000352,,,,,,409848,,,,8460,William Crawford Sherrod -Smith,Joseph,Showalter,,,,1824-06-20,M,rep,OR,1,,Democrat,,,,,,,,,,S000581,,,,,,410062,,,,8661,Joseph Showalter Smith -Smith,William,Jay,,,,1823-09-24,M,rep,TN,8,,Republican,,,,,,,,,,S000632,,,,,,410106,,,,8701,William Jay Smith (Tennessee politician) -Smyth,William,,,,,1824-01-03,M,rep,IA,2,,Republican,,,,,,,,,,S000648,,,,,,410122,,,,8717,William Smyth (congressman) -Spink,Solomon,Lewis,,,,1831-03-20,M,rep,DK,-1,,Republican,,,,,,,,,,S000736,,,,,,410205,,,,,Solomon L. Spink -Sprague,William,,,,,1830-09-12,M,sen,RI,,1,Liberal Republican,,,,,,,,,,S000747,,,,,,410216,,,,8806,William Sprague IV -Stevens,Aaron,Fletcher,,,,1819-08-09,M,rep,NH,2,,Republican,,,,,,,,,,S000875,,,,,,410337,,,,8905,Aaron Fletcher Stevens -Stiles,John,Dodson,,,,1822-01-15,M,rep,PA,6,,Democrat,,,,,,,,,,S000924,,,,,,410384,,,,8950,John Dodson Stiles -Stockton,John,Potter,,,,1826-08-02,M,sen,NJ,,1,Democrat,,,,,,,,,,S000939,,,,,,410398,,,,8962,John P. Stockton -Stokes,William,Brickly,,,,1814-09-09,M,rep,TN,3,,Republican,,,,,,,,,,S000950,,,,,,410409,,,,8972,William Brickly Stokes -Stone,Frederick,,,,,1820-02-07,M,rep,MD,5,,Democrat,,,,,,,,,,S000957,,,,,,410416,,,,8979,Frederick Stone -Strader,Peter,Wilson,,,,1818-11-06,M,rep,OH,1,,Democrat,,,,,,,,,,S000987,,,,,,410445,,,,9008,Peter W. Strader -Strickland,Randolph,,,,,1823-02-04,M,rep,MI,6,,Republican,,,,,,,,,,S001003,,,,,,410461,,,,9023,Randolph Strickland -Sumner,Charles,,,,,1811-01-06,M,sen,MA,,1,Liberal Republican,,,,,,,,,,S001068,,,,,,410522,,,,9083,Charles Sumner -Sweeney,William,Northcut,,,,1832-05-05,M,rep,KY,2,,Democrat,,,,,,,,,,S001104,,,,,,410556,,,,9114,William N. Sweeney -Tanner,Adolphus,Hitchcock,,,,1833-05-23,M,rep,NY,15,,Republican,,,,,,,,,,T000037,,,,,,410626,,,,9176,Adolphus H. Tanner -Taylor,Caleb,Newbold,,,,1813-07-27,M,rep,PA,5,,Republican,,,,,,,,,,T000068,,,,,,410653,,,,9201,Caleb Newbold Taylor -Tift,Nelson,,,,,1810-07-23,M,rep,GA,-1,,Democrat,,,,,,,,,,T000269,,,,,,410842,,,,9381,Nelson Tift -Tillman,Lewis,,,,,1816-08-18,M,rep,TN,4,,Republican,,,,,,,,,,T000277,,,,,,410850,,,,9389,Lewis Tillman -Tipton,Thomas,Weston,,,,1817-08-05,M,sen,NE,,1,Liberal Republican,,,,,,,,,,T000286,,,,,,410859,,,,9398,Thomas Tipton -Trimble,Lawrence,Strother,,,,1825-08-26,M,rep,KY,1,,Democrat,,,,,,,,,,T000375,,,,,,410944,,,,9475,Lawrence S. Trimble -Van Auken,Daniel,Myers,,,,1826-01-15,M,rep,PA,11,,Democrat,,,,,,,,,,V000014,,,,,,411072,,,,9593,Daniel Myers Van Auken -Ward,Hamilton,,,,,1829-07-03,M,rep,NY,27,,Republican,,,,,,,,,,W000133,,,,,,411308,,,,9814,Hamilton Ward Sr. -Washburn,Cadwallader,Colden,,,,1818-04-22,M,rep,WI,6,,Republican,,,,,,,,,,W000170,,,,,,411343,,,,9848,Cadwallader C. Washburn -Washburne,Elihu,Benjamin,,,,1816-09-23,M,rep,IL,3,,Republican,,,,,,,,,,W000176,,,,,,411349,,,,9854,Elihu B. Washburne -Welker,Martin,,,,,1819-04-25,M,rep,OH,14,,Republican,,,,,,,,,,W000270,,,,,,411436,,,,9931,Martin Welker -Whitmore,George,Washington,,,,1824-08-26,M,rep,TX,1,,Republican,,,,,,,,,,W000424,,,,,,411583,,,,10072,George W. Whitmore -Whittemore,Benjamin,Franklin,,,,1824-05-18,M,rep,SC,1,,Republican,,,,,,,,,,W000427,,,,,,411586,,,,10074,Benjamin Franklin Whittemore -Wilkinson,Morton,Smith,,,,1819-01-22,M,rep,MN,1,,Republican,,,,,,,,,,W000476,,,,,,411633,,,,10121,Morton S. Wilkinson -Wilson,Eugene,McLanahan,,,,1833-12-25,M,rep,MN,2,,Democrat,,,,,,,,,,W000578,,,,,,411733,,,,10218,Eugene McLanahan Wilson -Winans,James,January,,,,1818-06-07,M,rep,OH,7,,Republican,,,,,,,,,,W000626,,,,,,411780,,,,10265,James J. Winans -Witcher,John,Seashoal,,,,1839-07-15,M,rep,WV,3,,Republican,,,,,,,,,,W000656,,,,,,411809,,,,10292,John Witcher -Wolf,William,Penn,,,,1833-12-01,M,rep,IA,2,,Republican,,,,,,,,,,W000676,,,,,,411828,,,,10309,William P. Wolf -Woodward,George,Washington,,,,1809-03-26,M,rep,PA,12,,Democrat,,,,,,,,,,W000730,,,,,,411882,,,,10360,George Washington Woodward -Ames,Adelbert,,,,,1835-10-31,M,sen,MS,,1,Republican,,,,,,,,,,A000172,,,,,,400827,,,,152,Adelbert Ames -Flanagan,James,Winright,,,,1805-09-05,M,sen,TX,,1,Republican,,,,,,,,,,F000186,,,,,,404141,,,,3203,James W. Flanagan -Hamilton,Morgan,Calvin,,,,1809-02-25,M,sen,TX,,2,Republican,,,,,,,,,,H000115,,,,,,404997,,,,3995,Morgan C. Hamilton -Howell,James,Bruen,,,,1816-07-04,M,sen,IA,,2,Republican,,,,,,,,,,H000864,,,,,,405711,,,,4650,James B. Howell -Jewett,Daniel,Tarbox,,,,1807-09-14,M,sen,MO,,3,Republican,,,,,,,,,,J000103,,,,,,406005,,,,4930,Daniel T. Jewett -Lewis,John,Francis,,,,1818-03-01,M,sen,VA,,1,Republican,,,,,,,,,,L000285,,,,,,406783,,,,5642,John F. Lewis -Revels,Hiram,Rhodes,,,,1827-09-27,M,sen,MS,,2,Republican,,,,,,,,,,R000166,,,,,,409143,,,,7825,Hiram Rhodes Revels -Acker,Ephraim,Leister,,,,1827-01-11,M,rep,PA,6,,Democrat,,,,,,,,,,A000020,,,,,,400682,,,,15,Ephraim Leister Acker -Alcorn,James,Lusk,,,,1816-11-04,M,sen,MS,,2,Republican,,,,,,,,,,A000079,,,,,,400738,,,,67,James L. Alcorn -Ambler,Jacob,A.,,,,1829-02-18,M,rep,OH,17,,Republican,,,,,,,,,,A000169,,,,,,400824,,,,150,Jacob A. Ambler -Ames,Oakes,,,,,1804-01-10,M,rep,MA,2,,Republican,,,,,,,,,,A000175,,,,,,400830,,,,155,Oakes Ames -Beatty,John,,,,,1828-12-16,M,rep,OH,8,,Republican,,,,,,,,,,B000283,,,,,,401277,,,,555,John Beatty (Ohio) -Beck,Erasmus,Williams,,,,1833-10-21,M,rep,GA,4,,Democrat,,,,,,,,,,B000288,,,,,,401281,,,,559,Erasmus W. Beck -Beveridge,John,Lourie,,,,1824-07-06,M,rep,IL,-1,,Republican,,,,,,,,,,B000430,,,,,,401416,,,,684,John Lourie Beveridge -Bigby,John,Summerfield,,,,1832-02-13,M,rep,GA,3,,Republican,,,,,,,,,,B000452,,,,,,401437,,,,702,John S. Bigby -Biggs,Benjamin,Thomas,,,,1821-10-01,M,rep,DE,0,,Democrat,,,,,,,,,,B000457,,,,,,401442,,,,707,Benjamin T. Biggs -Bingham,John,Armor,,,,1815-01-21,M,rep,OH,16,,Republican,,,,,,,,,,B000471,,,,,,401452,,,,717,John Bingham -Bird,John,Taylor,,,,1829-08-16,M,rep,NJ,3,,Democrat,,,,,,,,,,B000478,,,,,,401459,,,,723,John T. Bird -Blair,Austin,,,,,1818-02-08,M,rep,MI,3,,Republican,,,,,,,,,,B000521,,,,,,401497,,,,762,Austin Blair -Blair,Francis,Preston,Jr.,,,1821-02-19,M,sen,MO,,3,Democrat,,,,,,,,,,B000523,,,,,,401499,,,,764,Francis Preston Blair Jr. -Blair,James,Gorrall,,,,1825-01-01,M,rep,MO,8,,Liberal Republican,,,,,,,,,,B000527,,,,,,401502,,,,768,James G. Blair -Boarman,Alexander,,,Aleck,,1839-12-10,M,rep,LA,4,,Liberal Republican,,,,,,,,,,B000579,,,,,,401550,,,,812,Alexander Boarman -Boles,Thomas,,,,,1837-07-16,M,rep,AR,3,,Republican,,,,,,,,,,B000603,,,,,,401571,,,,833,Thomas Boles -Braxton,Elliott,Muse,,,,1823-10-08,M,rep,VA,7,,Democrat,,,,,,,,,,B000777,,,,,,401736,,,,985,Elliott M. Braxton -Brooks,George,Merrick,,,,1824-07-26,M,rep,MA,7,,Republican,,,,,,,,,,B000879,,,,,,401836,,,,1076,George M. Brooks -Buckley,Charles,Waldron,,,,1835-02-18,M,rep,AL,2,,Republican,,,,,,,,,,B001025,,,,,,401975,,,,1206,Charles Waldron Buckley -Burdett,Samuel,Swinfin,,,,1836-02-21,M,rep,MO,5,,Republican,,,,,,,,,,B001074,,,,,,402020,,,,1250,Samuel Swinfin Burdett -Caldwell,Alexander,,,,,1830-03-01,M,sen,KS,,2,Republican,,,,,,,,,,C000027,,,,,,402188,,,,1401,Alexander Caldwell -Caldwell,Robert,Porter,,,,1821-12-16,M,rep,TN,7,,Democrat,,,,,,,,,,C000040,,,,,,402201,,,,1414,Robert Porter Caldwell -Campbell,Lewis,Davis,,,,1811-08-09,M,rep,OH,3,,Democrat,,,,,,,,,,C000096,,,,,,402251,,,,1461,Lewis D. Campbell -Carroll,John,Michael,,,,1823-04-27,M,rep,NY,18,,Democrat,,,,,,,,,,C000190,,,,,,402337,,,,1541,John M. Carroll (politician) -Clagett,William,Horace,,,,1838-09-21,M,rep,MT,-1,,Republican,,,,,,,,,,C000400,,,,,,402539,,,,,William H. Clagett -Clark,William,Thomas,,,,1831-06-29,M,rep,TX,3,,Republican,,,,,,,,,,C000455,,,,,,402593,,,,1786,William Thomas Clark -Clayton,Powell,,,,,1833-08-07,M,sen,AR,,2,Republican,,,,,,,,,,C000498,,,,,,402635,,,,1824,Powell Clayton -Coghlan,John,Maxwell,,,,1835-12-08,M,rep,CA,3,,Republican,,,,,,,,,,C000594,,,,,,402723,,,,1909,John M. Coghlan -Conner,John,Coggswell,,,,1842-10-14,M,rep,TX,2,,Democrat,,,,,,,,,,C000691,,,,,,402817,,,,1993,John C. Conner -Cook,Burton,Chauncey,,,,1819-05-11,M,rep,IL,6,,Republican,,,,,,,,,,C000715,,,,,,402838,,,,2014,Burton C. Cook -Cooper,Henry,,,,,1827-08-22,M,sen,TN,,2,Democrat,,,,,,,,,,C000751,,,,,,402872,,,,2046,Henry Cooper (U.S. Senator) -Cragin,Aaron,Harrison,,,,1821-02-03,M,sen,NH,,2,Republican,,,,,,,,,,C000852,,,,,,402968,,,,2129,Aaron H. Cragin -Crebs,John,Montgomery,,,,1830-04-09,M,rep,IL,13,,Democrat,,,,,,,,,,C000900,,,,,,403012,,,,2170,John M. Crebs -Creely,John,Vaudain,,,,1839-11-14,M,rep,PA,2,,Ind. Republican,,,,,,,,,,C000901,,,,,,403013,,,,2171,John V. Creely -Critcher,John,,,,,1820-03-11,M,rep,VA,1,,Democrat,,,,,,,,,,C000911,,,,,,403023,,,,2180,John Critcher -De Large,Robert,Carlos,,,,1842-03-15,M,rep,SC,2,,Republican,,,,,,,,,,D000208,,,,,,403313,,,,2482,Robert C. De Large -Dickey,Oliver,James,,,,1823-04-06,M,rep,PA,9,,Republican,,,,,,,,,,D000315,,,,,,403435,,,,2567,Oliver James Dickey -Dodds,Ozro,John,,,,1840-03-22,M,rep,OH,1,,Democrat,,,,,,,,,,D000393,,,,,,403508,,,,2639,Ozro J. Dodds -Dox,Peter,Myndert,,,,1813-09-11,M,rep,AL,5,,Democrat,,,,,,,,,,D000478,,,,,,403587,,,,2710,Peter Myndert Dox -Du Bose,Dudley,McIver,,,,1834-10-28,M,rep,GA,5,,Democrat,,,,,,,,,,D000510,,,,,,403615,,,,2739,Dudley M. DuBose -Duke,Richard,Thomas Walker,,,,1822-06-06,M,rep,VA,5,,Democrat,,,,,,,,,,D000521,,,,,,403631,,,,2750,Richard Thomas Walker Duke -Edwards,John,,,,,1805-10-24,M,rep,AR,3,,Liberal Republican,,,,,,,,,,E000072,,,,,,403767,,,,2869,John Edwards (Arkansas politician) -Esty,Constantine,Canaris,,,,1824-12-26,M,rep,MA,7,,Republican,,,,,,,,,,E000225,,,,,,403911,,,,2997,Constantine C. Esty -Farnsworth,John,Franklin,,,,1820-03-27,M,rep,IL,2,,Republican,,,,,,,,,,F000024,,,,,,403986,,,,3064,John F. Farnsworth -Finkelnburg,Gustavus,Adolphus,,,,1837-04-06,M,rep,MO,2,,Liberal Republican,,,,,,,,,,F000129,,,,,,404084,,,,3151,Gustavus A. Finkelnburg -Forker,Samuel,Carr,,,,1821-03-16,M,rep,NJ,2,,Democrat,,,,,,,,,,F000274,,,,,,404224,,,,3277,Samuel C. Forker -Foster,Henry,Donnel,,,,1808-12-19,M,rep,PA,21,,Democrat,,,,,,,,,,F000305,,,,,,404254,,,,3307,Henry Donnel Foster -Frelinghuysen,Frederick,Theodore,,,,1817-08-04,M,sen,NJ,,2,Republican,,,,,,,,,,F000369,,,,,,404315,,,,3362,Frederick Theodore Frelinghuysen -Gallegos,José,Manuel,,,,1815-10-30,M,rep,NM,-1,,Democrat,,,,,,,,,,G000022,,,,,,404398,,,,,José Manuel Gallegos -Garfielde,Selucius,,,,,1822-12-08,M,rep,WA,-1,,Republican,,,,,,,,,,G000064,,,,,,404437,,,,,Selucius Garfielde -Garrett,Abraham,Ellison,,,,1830-03-06,M,rep,TN,3,,Democrat,,,,,,,,,,G000079,,,,,,404451,,,,3487,Abraham Ellison Garrett -Getz,James,Lawrence,,,,1821-09-14,M,rep,PA,8,,Democrat,,,,,,,,,,G000145,,,,,,404514,,,,3547,James Lawrence Getz -Goldthwaite,George,,,,,1809-12-10,M,sen,AL,,2,Democrat,,,,,,,,,,G000266,,,,,,404628,,,,3657,George Goldthwaite -Golladay,Edward,Isaac,,,,1830-09-09,M,rep,TN,5,,Democrat,,,,,,,,,,G000270,,,,,,404632,,,,3660,Edward Isaac Golladay -Goodrich,Milo,,,,,1814-01-03,M,rep,NY,26,,Republican,,,,,,,,,,G000296,,,,,,404655,,,,3681,Milo Goodrich -Griffith,Samuel,,,,,1816-02-14,M,rep,PA,20,,Democrat,,,,,,,,,,G000470,,,,,,404815,,,,3829,Samuel Griffith (Pennsylvania) -Haldeman,Richard,Jacobs,,,,1831-05-19,M,rep,PA,15,,Democrat,,,,,,,,,,H000027,,,,,,404912,,,,3915,Richard Jacobs Haldeman -Halsey,George,Armstrong,,,,1827-12-07,M,rep,NJ,5,,Republican,,,,,,,,,,H000087,,,,,,404969,,,,3969,George A. Halsey -Hambleton,Samuel,,,,,1812-01-08,M,rep,MD,1,,Democrat,,,,,,,,,,H000095,,,,,,404977,,,,3977,Samuel Hambleton (politician) -Handley,William,Anderson,,,,1834-12-15,M,rep,AL,3,,Democrat,,,,,,,,,,H000155,,,,,,405037,,,,4032,William Anderson Handley -Hanks,James,Millander,,,,1833-02-12,M,rep,AR,1,,Democrat,,,,,,,,,,H000157,,,,,,405039,,,,4034,James M. Hanks -Harper,James,Clarence,,,,1819-12-06,M,rep,NC,7,,Democrat,,,,,,,,,,H000222,,,,,,405100,,,,4087,James C. Harper -Harris,George,Emrick,,,,1827-01-06,M,rep,MS,1,,Republican,,,,,,,,,,H000238,,,,,,405116,,,,4100,George E. Harris -Hay,John,Breese,,,,1834-01-08,M,rep,IL,12,,Republican,,,,,,,,,,H000383,,,,,,405251,,,,4226,John B. Hay -Hibbard,Ellery,Albee,,,,1826-07-31,M,rep,NH,1,,Democrat,,,,,,,,,,H000556,,,,,,405418,,,,4379,Ellery Albee Hibbard -Hill,Joshua,,,,,1812-01-10,M,sen,GA,,3,Republican,,,,,,,,,,H000599,,,,,,405461,,,,4416,Joshua Hill (politician) -Hitchcock,Phineas,Warren,,,,1831-11-30,M,sen,NE,,2,Republican,,,,,,,,,,H000648,,,,,,405503,,,,4457,Phineas Hitchcock -Hooper,William,Henry,,,,1813-12-25,M,rep,UT,-1,,Democrat,,,,,,,,,,H000767,,,,,,405617,,,,,William Henry Hooper -Jones,William,Theopilus,,,,1842-02-20,M,rep,WY,0,,Republican,,,,,,,,,,J000261,,,,,,406153,,,,,William Theopilus Jones -Kelly,James,Kerr,,,,1819-02-16,M,sen,OR,,2,Democrat,,,,,,,,,,K000074,,,,,,406244,,,,5152,James K. Kelly -King,Andrew,,,,,1812-03-20,M,rep,MO,9,,Democrat,,,,,,,,,,K000193,,,,,,406354,,,,5253,Andrew King (representative) -Kinsella,Thomas,,,,,1832-12-31,M,rep,NY,2,,Democrat,,,,,,,,,,K000226,,,,,,406385,,,,5283,Thomas Kinsella (New York) -Lewis,Joseph,Horace,,,,1824-10-29,M,rep,KY,3,,Democrat,,,,,,,,,,L000289,,,,,,406786,,,,5646,Joseph Horace Lewis -Lynch,John,,,,,1825-02-18,M,rep,ME,1,,Republican,,,,,,,,,,L000531,,,,,,407015,,,,5853,John Lynch (congressman) -MacIntyre,Archibald,Thompson,,,,1822-10-27,M,rep,GA,1,,Democrat,,,,,,,,,,M000017,,,,,,407046,,,,5882,Archibald T. MacIntyre -Manson,Mahlon,Dickerson,,,,1820-02-20,M,rep,IN,7,,Democrat,,,,,,,,,,M000114,,,,,,407138,,,,5968,Mahlon Dickerson Manson -McCleery,James,,,,,1837-12-02,M,rep,LA,4,,Republican,,,,,,,,,,M000327,,,,,,407337,,,,6146,James McCleery -McClelland,William,,,,,1842-03-02,M,rep,PA,24,,Democrat,,,,,,,,,,M000335,,,,,,407345,,,,6154,William McClelland -McCormick,James,Robinson,,,,1824-08-01,M,rep,MO,3,,Democrat,,,,,,,,,,M000367,,,,,,407372,,,,6179,James Robinson McCormick -McGrew,James,Clark,,,,1813-09-14,M,rep,WV,2,,Republican,,,,,,,,,,M000461,,,,,,407460,,,,6263,James McGrew -McHenry,Henry,Davis,,,,1826-02-27,M,rep,KY,2,,Democrat,,,,,,,,,,M000468,,,,,,407467,,,,6269,Henry D. McHenry -McKinney,John,Franklin,,,,1827-04-12,M,rep,OH,4,,Democrat,,,,,,,,,,M000525,,,,,,407517,,,,6315,John F. McKinney -McNeely,Thompson,Ware,,,,1835-10-05,M,rep,IL,9,,Democrat,,,,,,,,,,M000585,,,,,,407576,,,,6369,Thompson W. McNeely -Mercur,Ulysses,,,,,1818-08-12,M,rep,PA,13,,Republican,,,,,,,,,,M000646,,,,,,407632,,,,6419,Ulysses Mercur -Merrick,William,Matthew,,,,1818-09-01,M,rep,MD,5,,Democrat,,,,,,,,,,M000655,,,,,,407641,,,,6428,William Matthews Merrick -Merritt,Samuel,Augustus,,,,1827-08-15,M,rep,ID,-1,,Democrat,,,,,,,,,,M000662,,,,,,407648,,,,,Samuel Augustus Merritt -Meyers,Benjamin,Franklin,,,,1833-07-06,M,rep,PA,16,,Democrat,,,,,,,,,,M000683,,,,,,407668,,,,6452,Benjamin Franklin Meyers -Miller,Homer,Virgil Milton,,,,1814-04-29,M,sen,GA,,2,Democrat,,,,,,,,,,M000728,,,,,,407707,,,,6484,Homer V. M. Miller -Moore,Jesse,Hale,,,,1817-04-22,M,rep,IL,7,,Republican,,,,,,,,,,M000902,,,,,,407874,,,,6636,Jesse Hale Moore -Morgan,George,Washington,,,,1820-09-20,M,rep,OH,13,,Democrat,,,,,,,,,,M000950,,,,,,407918,,,,6678,George W. Morgan -Morphis,Joseph,Lewis,,,,1831-04-17,M,rep,MS,2,,Republican,,,,,,,,,,M000963,,,,,,407931,,,,6690,Joseph L. Morphis -Morrill,Lot,Myrick,,,,1813-05-03,M,sen,ME,,2,Republican,,,,,,,,,,M000970,,,,,,407938,,,,6697,Lot M. Morrill -Niblack,Silas,Leslie,,,,1825-03-17,M,rep,FL,1,,Democrat,,,,,,,,,,N000082,,,,,,408168,,,,6909,Silas L. Niblack -Palmer,Francis,Wayland,,,,1827-10-11,M,rep,IA,5,,Republican,,,,,,,,,,P000038,,,,,,408448,,,,7175,Francis W. Palmer -Peck,Erasmus,Darwin,,,,1808-09-16,M,rep,OH,10,,Republican,,,,,,,,,,P000175,,,,,,408579,,,,7293,Erasmus D. Peck -Perce,Legrand,Winfield,,,,1836-06-19,M,rep,MS,5,,Republican,,,,,,,,,,P000221,,,,,,408624,,,,7336,Legrand W. Perce -Perry,Aaron,Fyfe,,,,1815-01-01,M,rep,OH,1,,Republican,,,,,,,,,,P000241,,,,,,408644,,,,7354,Aaron F. Perry -Peters,John,Andrew,,,,1822-10-09,M,rep,ME,4,,Republican,,,,,,,,,,P000252,,,,,,408655,,,,7365,John A. Peters (1822–1904) -Porter,Charles,Howell,,,,1833-06-21,M,rep,VA,3,,Republican,,,,,,,,,,P000438,,,,,,408829,,,,7532,Charles H. Porter -Price,William,Pierce,,,,1835-01-29,M,rep,GA,6,,Democrat,,,,,,,,,,P000533,,,,,,408917,,,,7619,William P. Price -Prindle,Elizur,H.,,,,1829-05-06,M,rep,NY,19,,Republican,,,,,,,,,,P000541,,,,,,408925,,,,7627,Elizur H. Prindle -Rice,Edward,Young,,,,1820-02-08,M,rep,IL,10,,Democrat,,,,,,,,,,R000197,,,,,,409173,,,,7853,Edward Y. Rice -Rice,John,McConnell,,,,1831-02-19,M,rep,KY,9,,Democrat,,,,,,,,,,R000202,,,,,,409178,,,,7858,John McConnell Rice -Ritchie,John,,,,,1831-08-12,M,rep,MD,4,,Democrat,,,,,,,,,,R000275,,,,,,409249,,,,7921,John Ritchie (Maryland) -Robertson,Thomas,James,,,,1823-08-03,M,sen,SC,,2,Republican,,,,,,,,,,R000327,,,,,,409298,,,,7967,Thomas J. Robertson -Rogers,John,,,,,1813-05-09,M,rep,NY,16,,Democrat,,,,,,,,,,R000397,,,,,,409365,,,,8029,John Rogers (New York politician) -Rogers,Sion,Hart,,,,1825-09-30,M,rep,NC,4,,Democrat,,,,,,,,,,R000402,,,,,,409369,,,,8033,Sion Hart Rogers -Roosevelt,Robert,Barnwell,,,,1829-08-07,M,rep,NY,4,,Democrat,,,,,,,,,,R000428,,,,,,409393,,,,8053,Robert Roosevelt -Seeley,John,Edward,,,,1810-08-01,M,rep,NY,24,,Republican,,,,,,,,,,S000223,,,,,,409728,,,,8345,John E. Seeley -Shellabarger,Samuel,,,,,1817-12-10,M,rep,OH,7,,Republican,,,,,,,,,,S000325,,,,,,409822,,,,8435,Samuel Shellabarger (congressman) -Sherwood,Henry,,,,,1813-10-09,M,rep,PA,18,,Democrat,,,,,,,,,,S000354,,,,,,409850,,,,8462,Henry Sherwood (congressman) -Shober,Francis,Edwin,,,,1831-03-12,M,rep,NC,6,,Democrat,,,,,,,,,,S000372,,,,,,409866,,,,8479,Francis Edwin Shober -Smith,John,Armstrong,,,,1814-09-23,M,rep,OH,6,,Republican,,,,,,,,,,S000569,,,,,,410051,,,,8650,John Armstrong Smith -Smith,Worthington,Curtis,,,,1823-04-23,M,rep,VT,3,,Republican,,,,,,,,,,S000641,,,,,,410115,,,,8710,Worthington Curtis Smith -Snapp,Henry,,,,,1822-06-30,M,rep,IL,6,,Republican,,,,,,,,,,S000649,,,,,,410123,,,,8718,Henry Snapp -Speer,Thomas,Jefferson,,,,1837-08-31,M,rep,GA,4,,Republican,,,,,,,,,,S000714,,,,,,410184,,,,8776,Thomas J. Speer -Stearns,Ozora,Pierson,,,,1831-01-15,M,sen,MN,,2,Republican,,,,,,,,,,S000824,,,,,,410288,,,,8861,Ozora P. Stearns -Stevens,Bradford,Newcomb,,,,1813-01-03,M,rep,IL,5,,Democrat,,,,,,,,,,S000876,,,,,,410338,,,,8906,Bradford N. Stevens -Stevenson,Job,Evans,,,,1832-02-10,M,rep,OH,2,,Republican,,,,,,,,,,S000893,,,,,,410354,,,,8921,Job E. Stevenson -Stevenson,John,White,,,,1812-05-04,M,sen,KY,,2,Democrat,,,,,,,,,,S000894,,,,,,410355,,,,8922,John W. Stevenson -Stoughton,William,Lewis,,,,1827-03-20,M,rep,MI,2,,Republican,,,,,,,,,,S000979,,,,,,410438,,,,9000,William L. Stoughton -Strong,Julius,Levi,,,,1828-11-08,M,rep,CT,1,,Republican,,,,,,,,,,S001013,,,,,,410470,,,,9032,Julius L. Strong -Sutherland,Jabez,Gridley,,,,1825-10-06,M,rep,MI,6,,Democrat,,,,,,,,,,S001082,,,,,,410535,,,,9094,Jabez G. Sutherland -Taffe,John,,,,,1827-01-30,M,rep,NE,1,,Republican,,,,,,,,,,T000006,,,,,,410596,,,,9149,John Taffe -Townsend,Dwight,,,,,1826-09-26,M,rep,NY,1,,Democrat,,,,,,,,,,T000331,,,,,,410902,,,,9435,Dwight Townsend -Turner,Benjamin,Sterling,,,,1825-03-17,M,rep,AL,1,,Republican,,,,,,,,,,T000414,,,,,,410983,,,,9509,Benjamin S. Turner -Tuthill,Joseph,Hasbrouck,,,,1811-02-25,M,rep,NY,13,,Democrat,,,,,,,,,,T000437,,,,,,411005,,,,9530,Joseph H. Tuthill -Twichell,Ginery,,,,,1811-08-26,M,rep,MA,3,,Republican,,,,,,,,,,T000443,,,,,,411011,,,,9536,Ginery Twichell -Upson,William,Hanford,,,,1823-01-11,M,rep,OH,18,,Republican,,,,,,,,,,U000029,,,,,,411052,,,,9574,William H. Upson -Van Trump,Philadelph,,,,,1810-11-15,M,rep,OH,12,,Democrat,,,,,,,,,,V000060,,,,,,411102,,,,9636,Philadelph Van Trump -Vaughan,William,Wirt,,,,1831-07-02,M,rep,TN,8,,Democrat,,,,,,,,,,V000076,,,,,,411133,,,,9652,William Wirt Vaughan -Wakeman,Seth,,,,,1811-01-15,M,rep,NY,29,,Republican,,,,,,,,,,W000028,,,,,,411207,,,,9720,Seth Wakeman -Walden,Madison,Miner,,,,1836-10-06,M,rep,IA,4,,Republican,,,,,,,,,,W000034,,,,,,411213,,,,9726,Madison Miner Walden -Warren,Joseph,Mabbett,,,,1813-01-28,M,rep,NY,15,,Democrat,,,,,,,,,,W000165,,,,,,411338,,,,9843,Joseph M. Warren -West,Joseph,Rodman,,,,1822-09-19,M,sen,LA,,2,Republican,,,,,,,,,,W000303,,,,,,411467,,,,9961,Joseph R. West -Williams,William,,,,,1815-09-06,M,rep,NY,30,,Democrat,,,,,,,,,,W000544,,,,,,411702,,,,10187,William Williams (New York politician) -Wilson,Henry,,,,,1812-02-16,M,sen,MA,,2,Republican,,,,,,,,,,W000585,,,,,,411739,,,,10225,Henry Wilson -Wilson,John,Thomas,,,,1811-04-16,M,rep,OH,11,,Republican,,,,,,,,,,W000603,,,,,,411758,,,,10243,John Thomas Wilson -Winchester,Boyd,,,,,1836-09-23,M,rep,KY,5,,Democrat,,,,,,,,,,W000628,,,,,,411782,,,,10267,Boyd Winchester -Wright,George,Grover,,,,1820-03-24,M,sen,IA,,2,Republican,,,,,,,,,,W000759,,,,,,411908,,,,10387,George G. Wright -Machen,Willis,Benson,,,,1810-04-10,M,sen,KY,,3,Democrat,,,,,,,,,,M000012,,,,,,407042,,,,5878,Willis Benson Machen -Adams,George,Madison,,,,1837-12-20,M,rep,KY,9,,Democrat,,,,,,,,,,A000035,,,,,,400696,,,,28,George Madison Adams -Albert,William,Julian,,,,1816-08-04,M,rep,MD,5,,Republican,,,,,,,,,,A000074,,,,,,400733,,,,63,William Albert -Albright,Charles,,,,,1830-12-13,M,rep,PA,-1,,Republican,,,,,,,,,,A000077,,,,,,400736,,,,65,Charles Albright (congressman) -Archer,Stevenson,,,,,1827-02-28,M,rep,MD,2,,Democrat,,,,,,,,,,A000274,,,,,,400913,,,,224,Stevenson Archer (1827–1898) -Armstrong,Moses,Kimball,,,,1832-09-19,M,rep,DK,-1,,Democrat,,,,,,,,,,A000283,,,,,,400923,,,,,Moses K. Armstrong -Arthur,William,Evans,,,,1825-03-03,M,rep,KY,6,,Democrat,,,,,,,,,,A000304,,,,,,400946,,,,256,William Evans Arthur -Averill,John,Thomas,,,,1825-03-01,M,rep,MN,3,,Republican,,,,,,,,,,A000344,,,,,,400994,,,,298,John T. Averill -Barber,Joel,Allen,,,,1809-01-17,M,rep,WI,3,,Republican,,,,,,,,,,B000122,,,,,,401123,,,,415,J. Allen Barber -Barrere,Granville,,,,,1829-07-11,M,rep,IL,9,,Republican,,,,,,,,,,B000173,,,,,,401174,,,,461,Granville Barrere -Barry,Henry,W.,,,,,M,rep,MS,3,,Republican,,,,,,,,,,B000189,,,,,,401188,,,,475,Henry W. Barry -Begole,Josiah,Williams,,,,1815-01-20,M,rep,MI,6,,Republican,,,,,,,,,,B000316,,,,,,401308,,,,584,Josiah Begole -Berry,John,,,,,1833-04-26,M,rep,OH,14,,Democrat,,,,,,,,,,B000419,,,,,,401406,,,,675,John Berry (congressman) -Biery,James,Soloman,,,,1839-03-02,M,rep,PA,6,,Republican,,,,,,,,,,B000450,,,,,,401435,,,,701,James Soloman Biery -Bogy,Lewis,Vital,,,,1813-04-09,M,sen,MO,,3,Democrat,,,,,,,,,,B000595,,,,,,401563,,,,825,Lewis V. Bogy -Boutwell,George,Sewel,,,,1818-01-28,M,sen,MA,,2,Republican,,,,,,,,,,B000674,,,,,,401636,,,,889,George S. Boutwell -Bowen,Rees,Tate,,,,1809-01-10,M,rep,VA,9,,Democrat,,,,,,,,,,B000685,,,,,,401647,,,,899,Rees Bowen -Bromberg,Frederick,George,,,,1837-06-19,M,rep,AL,1,,Liberal Republican,,,,,,,,,,B000864,,,,,,401821,,,,1063,Frederick George Bromberg -Brooks,James,,,,,1810-11-10,M,rep,NY,6,,Democrat,,,,,,,,,,B000881,,,,,,401838,,,,1078,James Brooks (politician) -Cameron,Simon,,,,,1799-03-08,M,sen,PA,,3,Republican,,,,,,,,,,C000068,,,,,,402226,,,,1437,Simon Cameron -Carpenter,Lewis,Cass,,,,1836-02-20,M,rep,SC,3,,Republican,,,,,,,,,,C000170,,,,,,402318,,,,1523,Lewis C. Carpenter -Cessna,John,,,,,1821-06-29,M,rep,PA,16,,Republican,,,,,,,,,,C000265,,,,,,402409,,,,1612,John Cessna -Chipman,Norton,Parker,,,,1834-03-07,M,rep,DC,0,,Republican,,,,,,,,,,C000370,,,,,,402509,,,,,Norton P. Chipman -Clark,Amos,,Jr.,,,1828-11-08,M,rep,NJ,3,,Republican,,,,,,,,,,C000421,,,,,,402560,,,,1753,Amos Clark Jr. -Clarke,Freeman,,,,,1809-03-22,M,rep,NY,29,,Republican,,,,,,,,,,C000461,,,,,,402599,,,,1792,Freeman Clarke -Clayton,Charles,,,,,1825-10-05,M,rep,CA,1,,Republican,,,,,,,,,,C000493,,,,,,402631,,,,1820,Charles Clayton -Clements,Isaac,,,,,1837-03-31,M,rep,IL,18,,Republican,,,,,,,,,,C000507,,,,,,402643,,,,1832,Isaac Clements -Cobb,Clinton,Levering,,,,1842-08-25,M,rep,NC,1,,Republican,,,,,,,,,,C000544,,,,,,402677,,,,1864,Clinton L. Cobb -Cobb,Stephen,Alonzo,,,,1833-06-17,M,rep,KS,-1,,Republican,,,,,,,,,,C000551,,,,,,402684,,,,1871,Stephen A. Cobb -Coburn,John,,,,,1825-10-27,M,rep,IN,5,,Republican,,,,,,,,,,C000558,,,,,,402690,,,,1876,John Coburn (politician) -Comingo,Abram,,,,,1820-01-09,M,rep,MO,8,,Democrat,,,,,,,,,,C000658,,,,,,402785,,,,1963,Abram Comingo -Conover,Simon,Barclay,,,,1840-09-23,M,sen,FL,,3,Republican,,,,,,,,,,C000701,,,,,,402826,,,,2003,Simon B. Conover -Corwin,Franklin,,,,,1818-01-12,M,rep,IL,7,,Republican,,,,,,,,,,C000789,,,,,,402909,,,,2076,Franklin Corwin -Cotton,Aylett,Rains,,,,1826-11-29,M,rep,IA,2,,Republican,,,,,,,,,,C000801,,,,,,402920,,,,2086,Aylett R. Cotton -Crocker,Alvah,,,,,1801-10-14,M,rep,MA,10,,Republican,,,,,,,,,,C000916,,,,,,403028,,,,2185,Alvah Crocker -Crooke,Philip,Schuyler,,,,1810-03-02,M,rep,NY,4,,Republican,,,,,,,,,,C000927,,,,,,403039,,,,2194,Philip S. Crooke -Crossland,Edward,,,,,1827-06-30,M,rep,KY,1,,Democrat,,,,,,,,,,C000933,,,,,,403045,,,,2200,Edward Crossland -Crozier,Robert,,,,,1827-10-13,M,sen,KS,,2,Republican,,,,,,,,,,C000952,,,,,,403064,,,,2219,Robert Crozier -Crutchfield,William,,,,,1824-11-16,M,rep,TN,3,,Republican,,,,,,,,,,C000961,,,,,,403073,,,,2228,William Crutchfield -Curtis,Carlton,Brandaga,,,,1811-12-17,M,rep,PA,19,,Republican,,,,,,,,,,C001007,,,,,,403114,,,,2268,Carlton Brandaga Curtis -Davis,Alexander,Mathews,,,,1833-01-17,M,rep,VA,5,,Democrat,,,,,,,,,,D000091,,,,,,403228,,,,2373,Alexander Davis -Davis,John,James,,,,1835-05-05,M,rep,WV,1,,Ind. Democrat,,,,,,,,,,D000119,,,,,,403254,,,,2398,John J. Davis (congressman) -De Witt,David,Miller,,,,1837-11-25,M,rep,NY,14,,Democrat,,,,,,,,,,D000285,,,,,,403327,,,,2546,David M. De Witt -Dennis,George,Robertson,,,,1822-04-08,M,sen,MD,,3,Democrat,,,,,,,,,,D000242,,,,,,403380,,,,2500,George R. Dennis -Donnan,William,G.,,,,1834-06-30,M,rep,IA,3,,Republican,,,,,,,,,,D000413,,,,,,403526,,,,2655,William G. Donnan -Dorsey,Stephen,Wallace,,,,1842-02-28,M,sen,AR,,3,Republican,,,,,,,,,,D000441,,,,,,403551,,,,2678,Stephen Wallace Dorsey -Duell,Rodolphus,Holland,,,,1824-12-20,M,rep,NY,24,,Republican,,,,,,,,,,D000513,,,,,,403623,,,,2742,R. Holland Duell -Eldredge,Charles,Augustus,,,,1820-02-27,M,rep,WI,5,,Democrat,,,,,,,,,,E000103,,,,,,403794,,,,2892,Charles A. Eldredge -Elliott,Robert,Brown,,,,1842-08-11,M,rep,SC,3,,Republican,,,,,,,,,,E000128,,,,,,403819,,,,2917,Robert B. Elliott -Ferry,Orris,Sanford,,,,1823-08-15,M,sen,CT,,3,Republican,,,,,,,,,,F000094,,,,,,404051,,,,3122,Orris S. Ferry -Field,Moses,Whelock,,,,1828-02-10,M,rep,MI,1,,Republican,,,,,,,,,,F000105,,,,,,404062,,,,3132,Moses W. Field -Finck,William,Edward,,,,1822-09-01,M,rep,OH,12,,Democrat,,,,,,,,,,F000118,,,,,,404074,,,,3142,William E. Finck -Foster,Wilder,De Ayr,,,,1819-01-08,M,rep,MI,5,,Republican,,,,,,,,,,F000315,,,,,,404264,,,,3317,Wilder D. Foster -Freeman,James,Crawford,,,,1820-04-01,M,rep,GA,5,,Republican,,,,,,,,,,F000362,,,,,,404309,,,,3355,James C. Freeman -Gooch,Daniel,Wheelwright,,,,1820-01-08,M,rep,MA,5,,Republican,,,,,,,,,,G000274,,,,,,404636,,,,3663,Daniel W. Gooch -Gunckel,Lewis,B.,,,,1826-10-15,M,rep,OH,4,,Republican,,,,,,,,,,G000523,,,,,,404868,,,,3876,Lewis B. Gunckel -Hagans,John,Marshall,,,,1838-08-13,M,rep,WV,2,,Republican,,,,,,,,,,H000011,,,,,,404896,,,,3900,John Hagans -Hager,John,Sharpenstein,,,,1818-03-12,M,sen,CA,,1,Democrat,,,,,,,,,,H000016,,,,,,404901,,,,3904,John S. Hager -Hale,Robert,Safford,,,,1822-09-24,M,rep,NY,17,,Republican,,,,,,,,,,H000037,,,,,,404922,,,,3925,Robert S. Hale -Harrison,Horace,Harrison,,,,1829-08-07,M,rep,TN,5,,Republican,,,,,,,,,,H000271,,,,,,405147,,,,4131,Horace Harrison -Havens,Harrison,Eugene,,,,1837-12-15,M,rep,MO,6,,Republican,,,,,,,,,,H000357,,,,,,405226,,,,4202,Harrison E. Havens -Hawley,John,Baldwin,,,,1831-02-09,M,rep,IL,6,,Republican,,,,,,,,,,H000376,,,,,,405244,,,,4219,John B. Hawley -Hazelton,Gerry,Whiting,,,,1829-02-24,M,rep,WI,2,,Republican,,,,,,,,,,H000419,,,,,,405285,,,,4257,Gerry Whiting Hazelton -Hazelton,John,Wright,,,,1814-12-10,M,rep,NJ,1,,Republican,,,,,,,,,,H000420,,,,,,405286,,,,4258,John W. Hazelton -Herndon,William,Smith,,,,1835-11-27,M,rep,TX,1,,Democrat,,,,,,,,,,H000535,,,,,,405397,,,,4359,William S. Herndon -Hoar,Ebenezer,Rockwood,,,,1816-02-21,M,rep,MA,7,,Republican,,,,,,,,,,H000653,,,,,,405508,,,,4461,Ebenezer R. Hoar -Hodges,Asa,,,,,1822-01-22,M,rep,AR,1,,Republican,,,,,,,,,,H000671,,,,,,405525,,,,4477,Asa Hodges -Hooper,Samuel,,,,,1808-02-03,M,rep,MA,4,,Republican,,,,,,,,,,H000765,,,,,,405615,,,,4559,Samuel Hooper -Houghton,Sherman,Otis,,,,1828-04-10,M,rep,CA,4,,Republican,,,,,,,,,,H000815,,,,,,405662,,,,4603,Sherman Otis Houghton -Howe,Albert,Richards,,,,1840-01-01,M,rep,MS,2,,Republican,,,,,,,,,,H000850,,,,,,405697,,,,4637,Albert R. Howe -Howe,Timothy,Otis,,,,1816-02-24,M,sen,WI,,3,Republican,,,,,,,,,,H000856,,,,,,405703,,,,4642,Timothy O. Howe -Hyde,Ira,Barnes,,,,1838-01-18,M,rep,MO,10,,Republican,,,,,,,,,,H001023,,,,,,405859,,,,4786,Ira B. Hyde -Hynes,William,Joseph,,,,1843-03-31,M,rep,AR,-1,,Liberal Republican,,,,,,,,,,H001027,,,,,,405862,,,,4790,William Joseph Hynes -Jewett,Hugh,Judge,,,,1817-07-01,M,rep,OH,12,,Democrat,,,,,,,,,,J000105,,,,,,406007,,,,4932,Hugh J. Jewett -Kellogg,Stephen,Wright,,,,1822-04-05,M,rep,CT,2,,Republican,,,,,,,,,,K000067,,,,,,406237,,,,5145,Stephen Wright Kellogg -Kendall,Charles,West,,,,1828-04-22,M,rep,NV,0,,Democrat,,,,,,,,,,K000090,,,,,,406258,,,,5164,Charles West Kendall -Lamison,Charles,Nelson,,,,,M,rep,OH,5,,Democrat,,,,,,,,,,L000039,,,,,,406549,,,,5424,Charles N. Lamison -Lamport,William,Henry,,,,1811-05-27,M,rep,NY,26,,Republican,,,,,,,,,,L000042,,,,,,406552,,,,5427,William H. Lamport -Lansing,William,Esselstyne,,,,1821-12-29,M,rep,NY,23,,Republican,,,,,,,,,,L000088,,,,,,406597,,,,5470,William E. Lansing -Lawrence,Effingham,,,,,1820-03-02,M,rep,LA,1,,Democrat,,,,,,,,,,L000132,,,,,,406637,,,,5509,Effingham Lawrence -Lawson,John,Daniel,,,,1816-02-18,M,rep,NY,8,,Republican,,,,,,,,,,L000144,,,,,,406649,,,,5521,John D. Lawson -Leach,James,Madison,,,,1815-01-17,M,rep,NC,5,,Democrat,,,,,,,,,,L000170,,,,,,406673,,,,5536,James Madison Leach -Lewis,Barbour,,,,,1818-01-05,M,rep,TN,9,,Republican,,,,,,,,,,L000271,,,,,,406771,,,,5630,Barbour Lewis -Lofland,James,Rush,,,,1823-11-02,M,rep,DE,0,,Republican,,,,,,,,,,L000398,,,,,,406889,,,,5741,James R. Lofland -Loughridge,William,,,,,1827-07-11,M,rep,IA,6,,Republican,,,,,,,,,,L000451,,,,,,406941,,,,5787,William Loughridge -Lowe,David,Perley,,,,1823-08-22,M,rep,KS,-1,,Republican,,,,,,,,,,L000473,,,,,,406962,,,,5808,David Perley Lowe -Lowndes,Lloyd,,Jr.,,,1845-02-21,M,rep,MD,6,,Republican,,,,,,,,,,L000481,,,,,,406969,,,,5813,Lloyd Lowndes Jr. -Magee,John,Alexander,,,,1827-10-14,M,rep,PA,15,,Democrat,,,,,,,,,,M000048,,,,,,407076,,,,5908,John Alexander Magee -Marshall,Samuel,Scott,,,,1821-03-12,M,rep,IL,19,,Democrat,,,,,,,,,,M000160,,,,,,407182,,,,6006,Samuel S. Marshall -Martin,James,Stewart,,,,1826-08-19,M,rep,IL,16,,Republican,,,,,,,,,,M000184,,,,,,407205,,,,6026,James Stewart Martin (congressman) -Maynard,Horace,,,,,1814-08-30,M,rep,TN,-1,,Republican,,,,,,,,,,M000284,,,,,,407301,,,,6112,Horace Maynard -McCreery,Thomas,Clay,,,,1816-12-12,M,sen,KY,,3,Democrat,,,,,,,,,,M000385,,,,,,407387,,,,6197,Thomas C. McCreery -McDill,Alexander,Stuart,,,,1822-03-18,M,rep,WI,8,,Republican,,,,,,,,,,M000406,,,,,,407406,,,,6214,Alexander S. McDill -McFadden,Obadiah,Benton,,,,1815-11-18,M,rep,WA,-1,,Democrat,,,,,,,,,,M000435,,,,,,407435,,,,,Obadiah B. McFadden -McJunkin,Ebenezer,,,,,1819-03-28,M,rep,PA,23,,Republican,,,,,,,,,,M000487,,,,,,407482,,,,6282,Ebenezer McJunkin -McKee,George,Colin,,,,1837-10-02,M,rep,MS,5,,Republican,,,,,,,,,,M000494,,,,,,407489,,,,6288,George C. McKee -McLean,William,Pinkney,,,,1836-08-09,M,rep,TX,2,,Democrat,,,,,,,,,,M000553,,,,,,407545,,,,6341,William P. McLean -McNulta,John,,,,,1837-11-09,M,rep,IL,13,,Republican,,,,,,,,,,M000587,,,,,,407577,,,,6371,John McNulta -Mellish,David,Batcheller,,,,1831-01-02,M,rep,NY,9,,Republican,,,,,,,,,,M000637,,,,,,407624,,,,6411,David B. Mellish -Merriam,Clinton,Levi,,,,1824-03-25,M,rep,NY,21,,Republican,,,,,,,,,,M000653,,,,,,407639,,,,6426,Clinton L. Merriam -Merrimon,Augustus,Summerfield,,,,1830-09-15,M,sen,NC,,3,Democrat,,,,,,,,,,M000659,,,,,,407645,,,,6432,Augustus Summerfield Merrimon -Mitchell,Alexander,,,,,1817-10-18,M,rep,WI,4,,Democrat,,,,,,,,,,M000802,,,,,,407778,,,,6551,Alexander Mitchell (Wisconsin politician) -Moore,William,Sutton,,,,1822-11-18,M,rep,PA,24,,Republican,,,,,,,,,,M000925,,,,,,407896,,,,6658,William S. Moore -Morton,Oliver,Hazard Perry Throck,,,,1823-08-04,M,sen,IN,,3,Republican,,,,,,,,,,M001020,,,,,,407987,,,,6744,Oliver P. Morton -Myers,Leonard,,,,,1827-11-13,M,rep,PA,3,,Republican,,,,,,,,,,M001131,,,,,,408093,,,,6838,Leonard Myers -Nesmith,James,Willis,,,,1820-07-23,M,rep,OR,1,,Democrat,,,,,,,,,,N000050,,,,,,408139,,,,6880,James Nesmith -Niblack,William,Ellis,,,,1822-05-19,M,rep,IN,1,,Democrat,,,,,,,,,,N000083,,,,,,408169,,,,6910,William E. Niblack -Niles,Jason,,,,,1814-12-19,M,rep,MS,4,,Republican,,,,,,,,,,N000107,,,,,,408191,,,,6930,Jason Niles -Nunn,David,Alexander,,,,1833-07-26,M,rep,TN,8,,Republican,,,,,,,,,,N000170,,,,,,408251,,,,6987,David Alexander Nunn -Oglesby,Richard,James,,,,1824-07-25,M,sen,IL,,3,Republican,,,,,,,,,,O000048,,,,,,408331,,,,7036,Richard J. Oglesby -Orr,Jackson,,,,,1832-09-21,M,rep,IA,9,,Republican,,,,,,,,,,O000103,,,,,,408360,,,,7086,Jackson Orr -Packard,Jasper,,,,,1832-02-01,M,rep,IN,11,,Republican,,,,,,,,,,P000004,,,,,,408416,,,,7144,Jasper Packard -Parker,Hosea,Washington,,,,1833-05-30,M,rep,NH,3,,Democrat,,,,,,,,,,P000057,,,,,,408467,,,,7191,Hosea Washington Parker -Parker,Isaac,Charles,,,,1838-10-15,M,rep,MO,9,,Republican,,,,,,,,,,P000059,,,,,,408469,,,,7193,Isaac Parker -Parsons,Richard,Chappel,,,,1826-10-10,M,rep,OH,20,,Republican,,,,,,,,,,P000089,,,,,,408499,,,,7221,Richard C. Parsons -Patterson,John,James,,,,1830-08-08,M,sen,SC,,3,Republican,,,,,,,,,,P000123,,,,,,408531,,,,7248,John J. Patterson -Pelham,Charles,,,,,1835-03-12,M,rep,AL,3,,Republican,,,,,,,,,,P000192,,,,,,408596,,,,7310,Charles Pelham (congressman) -Pendleton,James,Monroe,,,,1822-01-10,M,rep,RI,2,,Republican,,,,,,,,,,P000204,,,,,,408607,,,,7320,James M. Pendleton -Perry,Eli,,,,,1799-12-25,M,rep,NY,15,,Democrat,,,,,,,,,,P000242,,,,,,408645,,,,7355,Eli Perry -Platt,James,Henry,Jr.,,,1837-07-13,M,rep,VA,2,,Republican,,,,,,,,,,P000380,,,,,,408774,,,,7480,James H. Platt Jr. -Ransier,Alonzo,Jacob,,,,1834-01-03,M,rep,SC,2,,Republican,,,,,,,,,,R000060,,,,,,409040,,,,7735,Alonzo J. Ransier -Rapier,James,Thomas,,,,1837-11-13,M,rep,AL,2,,Republican,,,,,,,,,,R000064,,,,,,409044,,,,7739,James T. Rapier -Rawls,Morgan,,,,,1829-06-29,M,rep,GA,1,,Democrat,,,,,,,,,,R000074,,,,,,409054,,,,7746,Morgan Rawls -Ray,William,Henry,,,,1812-12-14,M,rep,IL,10,,Republican,,,,,,,,,,R000081,,,,,,409061,,,,7752,William H. Ray -Read,William,Brown,,,,1817-12-14,M,rep,KY,4,,Democrat,,,,,,,,,,R000094,,,,,,409074,,,,7765,William B. Read -Rice,John,Blake,,,,1809-05-28,M,rep,IL,1,,Republican,,,,,,,,,,R000200,,,,,,409176,,,,7856,John Blake Rice -Richmond,Hiram,Lawton,,,,1810-05-17,M,rep,PA,20,,Republican,,,,,,,,,,R000233,,,,,,409209,,,,7886,Hiram Lawton Richmond -Roberts,Ellis,Henry,,,,1827-09-30,M,rep,NY,22,,Republican,,,,,,,,,,R000310,,,,,,409281,,,,7951,Ellis H. Roberts -Roberts,William,Randall,,,,1830-02-06,M,rep,NY,5,,Democrat,,,,,,,,,,R000316,,,,,,409287,,,,7956,William R. Roberts -Robinson,James,Carroll,,,,1823-08-19,M,rep,IL,12,,Democrat,,,,,,,,,,R000336,,,,,,409307,,,,7976,James Carroll Robinson -Robinson,James,Wallace,,,,1826-11-26,M,rep,OH,9,,Republican,,,,,,,,,,R000340,,,,,,409311,,,,7979,James Wallace Robinson -Sargent,Aaron,Augustus,,,,1827-09-28,M,sen,CA,,3,Republican,,,,,,,,,,S000065,,,,,,409577,,,,8218,Aaron A. Sargent -Sayler,Henry,Benton,,,,1836-03-31,M,rep,IN,10,,Republican,,,,,,,,,,S000100,,,,,,409610,,,,8245,Henry B. Sayler -Schell,Richard,,,,,1810-05-15,M,rep,NY,9,,Democrat,,,,,,,,,,S000114,,,,,,409622,,,,8255,Richard Schell -Scofield,Glenni,William,,,,1817-03-11,M,rep,PA,-1,,Republican,,,,,,,,,,S000164,,,,,,409671,,,,8291,Glenni William Scofield -Scudder,Henry,Joel,,,,1825-09-18,M,rep,NY,1,,Republican,,,,,,,,,,S000197,,,,,,409702,,,,8321,Henry Joel Scudder -Scudder,Isaac,Williamson,,,,,M,rep,NJ,7,,Republican,,,,,,,,,,S000199,,,,,,409704,,,,8323,Isaac W. Scudder -Sener,James,Beverley,,,,1837-05-18,M,rep,VA,1,,Republican,,,,,,,,,,S000240,,,,,,409744,,,,8361,James Beverley Sener -Shanks,John,Peter Cleaver,,,,1826-06-17,M,rep,IN,9,,Republican,,,,,,,,,,S000284,,,,,,409783,,,,8398,John P. C. Shanks -Sheats,Charles,Christopher,,,,1839-04-10,M,rep,AL,-1,,Republican,,,,,,,,,,S000314,,,,,,409812,,,,8425,Charles Christopher Sheats -Sheldon,Lionel,Allen,,,,1828-08-30,M,rep,LA,2,,Republican,,,,,,,,,,S000322,,,,,,409819,,,,8432,Lionel Allen Sheldon -Sheridan,George,Augustus,,,,1840-02-22,M,rep,LA,-1,,Liberal Republican,,,,,,,,,,S000341,,,,,,409838,,,,8450,George A. Sheridan -Shoemaker,Lazarus,Denison,,,,1819-11-05,M,rep,PA,12,,Republican,,,,,,,,,,S000375,,,,,,409869,,,,8482,Lazarus Denison Shoemaker -Sloan,Andrew,,,,,1845-06-10,M,rep,GA,1,,Republican,,,,,,,,,,S000489,,,,,,409977,,,,8577,Andrew Sloan -Sloss,Joseph,Humphrey,,,,1826-10-12,M,rep,AL,6,,Democrat,,,,,,,,,,S000498,,,,,,409985,,,,8586,Joseph Humphrey Sloss -Small,William,Bradbury,,,,1817-05-17,M,rep,NH,1,,Republican,,,,,,,,,,S000501,,,,,,409988,,,,8589,William B. Small -Smart,James,Stevenson,,,,1842-06-14,M,rep,NY,16,,Republican,,,,,,,,,,S000504,,,,,,409991,,,,8592,James S. Smart -Smith,George,Luke,,,,1837-12-11,M,rep,LA,4,,Republican,,,,,,,,,,S000539,,,,,,410021,,,,8622,George Luke Smith -Smith,Horace,Boardman,,,,1826-08-18,M,rep,NY,28,,Republican,,,,,,,,,,S000552,,,,,,410034,,,,8634,Horace B. Smith -Smith,John,Ambler,,,,1847-09-23,M,rep,VA,3,,Republican,,,,,,,,,,S000568,,,,,,410050,,,,8649,John Ambler Smith -Smith,John,Quincy,,,,1824-11-05,M,rep,OH,3,,Republican,,,,,,,,,,S000574,,,,,,410056,,,,8655,John Quincy Smith -Smith,William,Alexander,,,,1828-01-09,M,rep,NC,4,,Republican,,,,,,,,,,S000630,,,,,,410104,,,,8699,William Alexander Smith (politician) -Snyder,Oliver,P.,,,,1833-11-13,M,rep,AR,2,,Republican,,,,,,,,,,S000671,,,,,,410144,,,,8737,Oliver P. Snyder -Speer,Robert,Milton,,,,1838-09-08,M,rep,PA,17,,Democrat,,,,,,,,,,S000713,,,,,,410183,,,,8775,Robert Milton Speer -Spencer,George,Eliphaz,,,,1836-11-01,M,sen,AL,,3,Republican,,,,,,,,,,S000723,,,,,,410192,,,,8783,George E. Spencer -Sprague,William,Peter,,,,1827-05-21,M,rep,OH,15,,Republican,,,,,,,,,,S000748,,,,,,410217,,,,8807,William P. Sprague -St. John,Charles,,,,,1818-10-08,M,rep,NY,12,,Republican,,,,,,,,,,S000765,,,,,,410232,,,,8178,Charles St. John -Stanard,Edwin,Obed,,,,1832-01-05,M,rep,MO,1,,Republican,,,,,,,,,,S000787,,,,,,410253,,,,8830,Edwin O. Stanard -Standiford,Elisha,David,,,,1831-12-28,M,rep,KY,5,,Democrat,,,,,,,,,,S000790,,,,,,410256,,,,8833,Elisha Standiford -Stevens,Charles,Abbot,,,,1816-08-09,M,rep,MA,10,,Republican,,,,,,,,,,S000877,,,,,,410339,,,,8907,Charles A. Stevens -Strawbridge,James,Dale,,,,1824-04-07,M,rep,PA,13,,Republican,,,,,,,,,,S001001,,,,,,410459,,,,9021,James Dale Strawbridge -Sypher,Jacob,Hale,,,,1837-06-22,M,rep,LA,1,,Republican,,,,,,,,,,S001140,,,,,,410590,,,,9143,J. Hale Sypher -Taylor,Alexander,Wilson,,,,1815-03-22,M,rep,PA,21,,Republican,,,,,,,,,,T000063,,,,,,410649,,,,9197,Alexander Wilson Taylor -Thomas,Charles,Randolph,,,,1827-02-07,M,rep,NC,2,,Republican,,,,,,,,,,T000158,,,,,,410740,,,,9286,Charles R. Thomas (1827–1891) -Thomas,Christopher,Yancy,,,,1818-03-24,M,rep,VA,5,,Republican,,,,,,,,,,T000161,,,,,,410743,,,,9289,Christopher Thomas -Todd,Lemuel,,,,,1817-07-29,M,rep,PA,-1,,Republican,,,,,,,,,,T000293,,,,,,410866,,,,9405,Lemuel Todd -Tremain,Lyman,,,,,1819-06-14,M,rep,NY,-1,,Republican,,,,,,,,,,T000364,,,,,,410934,,,,9465,Lyman Tremain -Tyner,James,Noble,,,,1826-01-17,M,rep,IN,8,,Republican,,,,,,,,,,T000452,,,,,,411020,,,,9544,James Noble Tyner -Wadleigh,Bainbridge,,,,,1831-01-04,M,sen,NH,,3,Republican,,,,,,,,,,W000009,,,,,,411188,,,,9702,Bainbridge Wadleigh -Ward,Jasper,Delos,,,,1829-02-01,M,rep,IL,2,,Republican,,,,,,,,,,W000135,,,,,,411310,,,,9816,Jasper D. Ward -Ward,Marcus,Lawrence,,,,1812-11-09,M,rep,NJ,6,,Republican,,,,,,,,,,W000137,,,,,,411312,,,,9818,Marcus Lawrence Ward -White,Alexander,,,,,1816-10-16,M,rep,AL,-1,,Republican,,,,,,,,,,W000353,,,,,,411515,,,,10007,Alexander White (Alabama) -Whitehead,Thomas,,,,,1825-12-27,M,rep,VA,6,,Democrat,,,,,,,,,,W000401,,,,,,411561,,,,10052,Thomas Whitehead -Whiteley,Richard,Henry,,,,1830-12-22,M,rep,GA,2,,Republican,,,,,,,,,,W000408,,,,,,411568,,,,10058,Richard H. Whiteley -Whiting,William,,,,,1813-03-03,M,rep,MA,3,,Republican,,,,,,,,,,W000417,,,,,,411576,,,,10066,William Whiting (Massachusetts) -Willard,Charles,Wesley,,,,1827-06-18,M,rep,VT,1,,Republican,,,,,,,,,,W000478,,,,,,411635,,,,10123,Charles W. Willard -Williams,John,McKeown Snow,,,,1818-08-13,M,rep,MA,8,,Republican,,,,,,,,,,W000519,,,,,,411676,,,,10164,John M. S. Williams -Williams,William,,,,,1821-05-11,M,rep,IN,-1,,Republican,,,,,,,,,,W000545,,,,,,411701,,,,10188,William Williams (Indiana politician) -Willie,Asa,Hoxie,,,,1829-10-11,M,rep,TX,-1,,Democrat,,,,,,,,,,W000555,,,,,,411711,,,,10197,Asa H. Willie -Wilson,Jeremiah,Morrow,,,,1828-11-25,M,rep,IN,4,,Republican,,,,,,,,,,W000596,,,,,,411751,,,,10236,Jeremiah M. Wilson -Wilson,Joseph,Gardner,,,,1826-12-13,M,rep,OR,1,,Republican,,,,,,,,,,W000605,,,,,,411760,,,,10245,Joseph G. Wilson -Wolfe,Simeon,Kalfius,,,,1824-02-14,M,rep,IN,2,,Democrat,,,,,,,,,,W000677,,,,,,411829,,,,10310,Simeon K. Wolfe -Woodford,Stewart,Lyndon,,,,1835-09-03,M,rep,NY,3,,Republican,,,,,,,,,,W000713,,,,,,411865,,,,10343,Stewart L. Woodford -Young,John,Duncan,,,,1823-09-22,M,rep,KY,10,,Democrat,,,,,,,,,,Y000044,,,,,,411976,,,,10447,John Duncan Young -Young,Pierce,Manning Butler,,,,1836-11-15,M,rep,GA,7,,Democrat,,,,,,,,,,Y000048,,,,,,411980,,,,10451,Pierce M. B. Young -Harvey,James,Madison,,,,1833-09-21,M,sen,KS,,2,Republican,,,,,,,,,,H000307,,,,,,405180,,,,4162,James M. Harvey (politician) -Pease,Henry,Roberts,,,,1835-02-19,M,sen,MS,,1,Republican,,,,,,,,,,P000172,,,,,,408576,,,,7290,Henry R. Pease -Washburn,William,Barrett,,,,1820-01-31,M,sen,MA,,1,Republican,,,,,,,,,,W000174,,,,,,411347,,,,9852,William B. Washburn -Abbott,Josiah,Gardner,,,,1814-11-01,M,rep,MA,4,,Democrat,,,,,,,,,,A000007,,,,,,400670,,,,7,Josiah Gardner Abbott -Adams,Charles,Henry,,,,1824-04-10,M,rep,NY,16,,Republican,,,,,,,,,,A000033,,,,,,400694,,,,26,Charles H. Adams (New York politician) -Ainsworth,Lucien,Lester,,,,1831-06-21,M,rep,IA,3,,Democrat,,,,,,,,,,A000067,,,,,,400727,,,,57,Lucien Lester Ainsworth -Anderson,William,Black,,,,1830-04-02,M,rep,IL,19,,Independent,,,,,,,,,,A000236,,,,,,400864,,,,185,William B. Anderson -Ashe,Thomas,Samuel,,,,1812-07-19,M,rep,NC,6,,Democrat,,,,,,,,,,A000309,,,,,,400953,,,,261,Thomas Samuel Ashe -Bagby,John,Courts,,,,1819-01-24,M,rep,IL,10,,Democrat,,,,,,,,,,B000031,,,,,,401036,,,,335,John C. Bagby -Bass,Lyman,Kidder,,,,1836-11-13,M,rep,NY,32,,Republican,,,,,,,,,,B000221,,,,,,401217,,,,502,Lyman K. Bass -Bell,Samuel,Newell,,,,1829-03-25,M,rep,NH,2,,Democrat,,,,,,,,,,B000346,,,,,,401338,,,,612,Samuel Newell Bell -Bennett,Thomas,Warren,,,,1831-02-16,M,rep,ID,-1,,Independent,,,,,,,,,,B000383,,,,,,401374,,,,,Thomas W. Bennett (territorial governor) -Booth,Newton,,,,,1825-12-30,M,sen,CA,,1,Republican,,,,,,,,,,B000630,,,,,,401595,,,,854,Newton Booth -Bradford,Taul,,,,,1835-01-20,M,rep,AL,3,,Democrat,,,,,,,,,,B000738,,,,,,401698,,,,950,Taul Bradford -Bradley,Nathan,Ball,,,,1831-05-28,M,rep,MI,8,,Republican,,,,,,,,,,B000744,,,,,,401703,,,,955,Nathan B. Bradley -Brown,John,Young,,,,1835-06-28,M,rep,KY,2,,Democrat,,,,,,,,,,B000933,,,,,,401887,,,,1123,"John Y. Brown (politician, born 1835)" -Brown,William,Ripley,,,,1840-07-16,M,rep,KS,3,,Republican,,,,,,,,,,B000951,,,,,,401904,,,,1140,William Ripley Brown -Bruce,Blanche,Kelso,,,,1841-03-01,M,sen,MS,,1,Republican,,,,,,,,,,B000968,,,,,,401920,,,,1155,Blanche Bruce -Buffinton,James,,,,,1817-03-16,M,rep,MA,1,,Republican,,,,,,,,,,B001040,,,,,,401991,,,,1220,"James Buffington (Fall River, Massachusetts)" -Burchard,Samuel,Dickinson,,,,1836-07-17,M,rep,WI,5,,Democrat,,,,,,,,,,B001071,,,,,,402017,,,,1247,Samuel D. Burchard -Burleigh,John,Holmes,,,,1822-10-09,M,rep,ME,1,,Republican,,,,,,,,,,B001107,,,,,,402052,,,,1278,John H. Burleigh -Burnside,Ambrose,Everett,,,,1824-05-23,M,sen,RI,,1,Republican,,,,,,,,,,B001130,,,,,,402074,,,,1299,Ambrose Burnside -Buttz,Charles,Wilson,,,,1837-11-16,M,rep,SC,2,,Republican,,,,,,,,,,B001202,,,,,,402144,,,,1361,Charles W. Buttz -Caldwell,John,Henry,,,,1826-04-04,M,rep,AL,5,,Democrat,,,,,,,,,,C000035,,,,,,402196,,,,1409,John Henry Caldwell -Campbell,Alexander,,,,,1814-10-04,M,rep,IL,7,,Independent,,,,,,,,,,C000075,,,,,,402233,,,,1443,Alexander Campbell (Illinois politician) -Caperton,Allen,Taylor,,,,1810-11-21,M,sen,WV,,1,Democrat,,,,,,,,,,C000130,,,,,,402280,,,,1491,Allen T. Caperton -Carr,Nathan,Tracy,,,,1833-12-25,M,rep,IN,3,,Democrat,,,,,,,,,,C000179,,,,,,402326,,,,1530,Nathan T. Carr -Cason,Thomas,Jefferson,,,,1828-09-13,M,rep,IN,9,,Republican,,,,,,,,,,C000232,,,,,,402377,,,,1581,Thomas J. Cason -Cate,George,Washington,,,,1825-09-17,M,rep,WI,8,,Democrat,,,,,,,,,,C000248,,,,,,402392,,,,1596,George W. Cate -Caulfield,Bernard,Gregory,,,,1828-10-18,M,rep,IL,1,,Democrat,,,,,,,,,,C000255,,,,,,402399,,,,1603,Bernard G. Caulfield -Chapin,Chester,William,,,,1798-12-16,M,rep,MA,11,,Democrat,,,,,,,,,,C000305,,,,,,402447,,,,1648,Chester W. Chapin -Christiancy,Isaac,Peckham,,,,1812-03-12,M,sen,MI,,1,Republican,,,,,,,,,,C000379,,,,,,402519,,,,1714,Isaac P. Christiancy -Cochran,Alexander,Gilmore,,,,1846-03-20,M,rep,PA,23,,Democrat,,,,,,,,,,C000561,,,,,,402692,,,,1878,Alexander Gilmore Cochran -Cowan,Jacob,Pitzer,,,,1823-03-20,M,rep,OH,14,,Democrat,,,,,,,,,,C000820,,,,,,402938,,,,2102,Jacob Pitzer Cowan -Crounse,Lorenzo,,,,,1834-01-27,M,rep,NE,1,,Republican,,,,,,,,,,C000935,,,,,,403047,,,,2202,Lorenzo Crounse -Davy,John,Madison,,,,1835-06-29,M,rep,NY,30,,Republican,,,,,,,,,,D000145,,,,,,403278,,,,2420,John M. Davy -De Bolt,Rezin,A.,,,,1828-01-20,M,rep,MO,10,,Democrat,,,,,,,,,,D000180,,,,,,403300,,,,2456,Rezin A. De Bolt -Dobbins,Samuel,Atkinson,,,,1814-04-14,M,rep,NJ,2,,Republican,,,,,,,,,,D000383,,,,,,403499,,,,2630,Samuel A. Dobbins -Durand,George,Harman,,,,1838-02-21,M,rep,MI,6,,Democrat,,,,,,,,,,D000562,,,,,,403666,,,,2784,George H. Durand -Egbert,Albert,Gallatin,,,,1828-04-13,M,rep,PA,27,,Democrat,,,,,,,,,,E000087,,,,,,403780,,,,2879,Albert Gallatin Egbert -Ely,Smith,,Jr.,,,1825-04-17,M,rep,NY,7,,Democrat,,,,,,,,,,E000167,,,,,,403858,,,,2955,Smith Ely Jr. -English,James,Edward,,,,1812-03-13,M,sen,CT,,3,Democrat,,,,,,,,,,E000185,,,,,,403874,,,,2968,James E. English -Faulkner,Charles,James,,,,1806-07-06,M,rep,VA,-1,,Democrat,,,,,,,,,,F000044,,,,,,404004,,,,3080,Charles J. Faulkner -Field,David,Dudley,,,,1805-02-13,M,rep,NY,7,,Democrat,,,,,,,,,,F000104,,,,,,404061,,,,3131,David Dudley Field II -Fite,Samuel,McClary,,,,1816-06-12,M,rep,TN,4,,Democrat,,,,,,,,,,F000160,,,,,,404115,,,,3179,Samuel McClary Fite -Flye,Edwin,,,,,1817-03-04,M,rep,ME,3,,Republican,,,,,,,,,,F000225,,,,,,404180,,,,3238,Edwin Flye -Frost,Rufus,Smith,,,,1826-07-18,M,rep,MA,4,,Republican,,,,,,,,,,F000394,,,,,,404336,,,,3381,Rufus S. Frost -Goodin,John,Randolph,,,,1836-12-14,M,rep,KS,2,,Democrat,,,,,,,,,,G000287,,,,,,404648,,,,3675,John R. Goodin -Hamilton,Robert,,,,,1809-12-09,M,rep,NJ,4,,Democrat,,,,,,,,,,H000117,,,,,,404999,,,,3997,Robert Hamilton (congressman) -Hamlin,Hannibal,,,,,1809-08-27,M,sen,ME,,1,Republican,,,,,,,,,,H000121,,,,,,405003,,,,4001,Hannibal Hamlin -Haralson,Jeremiah,,,,,1846-04-01,M,rep,AL,1,,Republican,,,,,,,,,,H000179,,,,,,405060,,,,4047,Jeremiah Haralson -Hathorn,Henry,Harrison,,,,1813-11-28,M,rep,NY,20,,Republican,,,,,,,,,,H000347,,,,,,405216,,,,4192,Henry H. Hathorn -Haymond,William,Summerville,,,,1823-02-20,M,rep,IN,10,,Democrat,,,,,,,,,,H000396,,,,,,405264,,,,4235,William S. Haymond -Hays,Charles,,,,,1834-02-02,M,rep,AL,4,,Republican,,,,,,,,,,H000402,,,,,,405269,,,,4241,Charles Hays -Hersey,Samuel,Freeman,,,,1812-04-12,M,rep,ME,-1,,Republican,,,,,,,,,,H000545,,,,,,405407,,,,4369,Samuel F. Hersey -Hoge,Solomon,Lafayette,,,,1836-07-11,M,rep,SC,3,,Republican,,,,,,,,,,H000698,,,,,,405551,,,,4501,Solomon L. Hoge -Hoskins,George,Gilbert,,,,1824-12-24,M,rep,NY,31,,Republican,,,,,,,,,,H000801,,,,,,405650,,,,4591,George Gilbert Hoskins -Humphreys,Andrew,,,,,1821-03-30,M,rep,IN,2,,Democrat,,,,,,,,,,H000959,,,,,,405803,,,,4733,Andrew Humphreys -Hurlbut,Stephen,Augustus,,,,1815-11-29,M,rep,IL,4,,Republican,,,,,,,,,,H001003,,,,,,405843,,,,4773,Stephen A. Hurlbut -Hyman,John,Adams,,,,1840-07-23,M,rep,NC,2,,Republican,,,,,,,,,,H001025,,,,,,405861,,,,4788,John Adams Hyman -Jenks,George,Augustus,,,,1836-03-26,M,rep,PA,25,,Democrat,,,,,,,,,,J000091,,,,,,405993,,,,4920,George A. Jenks -Johnson,Andrew,,,,,1808-12-29,M,sen,TN,,1,Democrat,,,,,,,,,,J000116,,,,,,406017,,,,4940,Andrew Johnson -Jones,Thomas,Laurens,,,,1819-01-22,M,rep,KY,6,,Democrat,,,,,,,,,,J000253,,,,,,406146,,,,5063,Thomas Laurens Jones -Kehr,Edward,Charles,,,,1837-11-05,M,rep,MO,1,,Democrat,,,,,,,,,,K000047,,,,,,406217,,,,5125,Edward C. Kehr -Kernan,Francis,,,,,1816-01-14,M,sen,NY,,1,Democrat,,,,,,,,,,K000133,,,,,,406299,,,,5202,Francis Kernan -Kerr,Michael,Crawford,,,,1827-03-15,M,rep,IN,3,,Democrat,,,,,,,,,,K000143,,,,,,406309,,,,5212,Michael C. Kerr -Ketchum,Winthrop,Welles,,,,1820-06-29,M,rep,PA,12,,Republican,,,,,,,,,,K000154,,,,,,406318,,,,5220,Winthrop Welles Ketcham -Key,David,McKendree,,,,1824-01-27,M,sen,TN,,1,Democrat,,,,,,,,,,K000156,,,,,,406320,,,,5222,David M. Key -Kimball,Alanson,Mellen,,,,1827-03-12,M,rep,WI,6,,Republican,,,,,,,,,,K000182,,,,,,406344,,,,5244,Alanson M. Kimball -King,William,Smith,,,,1828-12-16,M,rep,MN,3,,Republican,,,,,,,,,,K000218,,,,,,406378,,,,5276,William S. King -La Dow,George,Augustus,,,,1826-03-18,M,rep,OR,1,,Democrat,,,,,,,,,,L000002,,,,,,406512,,,,5395,George Augustus La Dow -Landers,Franklin,,,,,1825-03-22,M,rep,IN,7,,Democrat,,,,,,,,,,L000046,,,,,,406555,,,,5429,Franklin Landers -Lane,La,Fayette,,,,1842-11-12,M,rep,OR,1,,Democrat,,,,,,,,,,L000064,,,,,,406573,,,,5446,Lafayette Lane -Lawrence,William,,,,,1819-06-26,M,rep,OH,8,,Republican,,,,,,,,,,L000140,,,,,,406646,,,,5518,William Lawrence (Ohio Republican) -Le Moyne,John,Valcoulon,,,,1828-11-17,M,rep,IL,3,,Democrat,,,,,,,,,,L000162,,,,,,406666,,,,5603,John V. Le Moyne -Leavenworth,Elias,Warner,,,,1803-12-20,M,rep,NY,25,,Republican,,,,,,,,,,L000182,,,,,,406684,,,,5546,Elias W. Leavenworth -Levy,William,Mallory,,,,1827-10-31,M,rep,LA,4,,Democrat,,,,,,,,,,L000269,,,,,,406770,,,,5628,William M. Levy -Lord,Scott,,,,,1820-12-11,M,rep,NY,23,,Democrat,,,,,,,,,,L000442,,,,,,406933,,,,5779,Scott Lord -MacDougall,Clinton,Dugald,,,,1839-06-14,M,rep,NY,26,,Republican,,,,,,,,,,M000007,,,,,,407037,,,,5875,Clinton D. MacDougall -Magoon,Henry,Sterling,,,,1832-01-31,M,rep,WI,3,,Republican,,,,,,,,,,M000054,,,,,,407082,,,,5914,Henry S. Magoon -McCrary,George,Washington,,,,1835-08-29,M,rep,IA,1,,Republican,,,,,,,,,,M000379,,,,,,407382,,,,6191,George W. McCrary -McDonald,Joseph,Ewing,,,,1819-08-29,M,sen,IN,,1,Democrat,,,,,,,,,,M000412,,,,,,407412,,,,6219,Joseph E. McDonald -McFarland,William,,,,,1821-09-15,M,rep,TN,1,,Democrat,,,,,,,,,,M000439,,,,,,407438,,,,6243,William McFarland -Meade,Edwin,Ruthven,,,,1836-07-06,M,rep,NY,5,,Democrat,,,,,,,,,,M000616,,,,,,407605,,,,6395,Edwin R. Meade -Metcalfe,Henry,Bleecker,,,,1805-01-20,M,rep,NY,1,,Democrat,,,,,,,,,,M000673,,,,,,407658,,,,6444,Henry B. Metcalfe -Miller,Samuel,Franklin,,,,1827-05-27,M,rep,NY,21,,Republican,,,,,,,,,,M000752,,,,,,407730,,,,6506,Samuel F. Miller (U.S. politician) -Milliken,Charles,William,,,,1827-08-15,M,rep,KY,3,,Democrat,,,,,,,,,,M000768,,,,,,407746,,,,6522,Charles W. Milliken -Morey,Frank,,,,,1840-07-11,M,rep,LA,5,,Republican,,,,,,,,,,M000942,,,,,,407910,,,,6670,Frank Morey -Nash,Charles,Edmund,,,,1844-05-23,M,rep,LA,6,,Republican,,,,,,,,,,N000008,,,,,,408102,,,,6844,Charles E. Nash -Neal,Lawrence,Talbot,,,,1844-09-22,M,rep,OH,7,,Democrat,,,,,,,,,,N000014,,,,,,408108,,,,6850,Lawrence T. Neal -Norton,Nelson,Ira,,,,1820-03-30,M,rep,NY,33,,Republican,,,,,,,,,,N000155,,,,,,408237,,,,6974,Nelson I. Norton -O’Brien,William,James,,,,1836-05-28,M,rep,MD,3,,Democrat,,,,,,,,,,O000017,,,,,,408268,,,,7005,William J. O'Brien -Odell,Nathaniel,Holmes,,,,1828-10-10,M,rep,NY,12,,Democrat,,,,,,,,,,O000038,,,,,,408323,,,,7026,Nathaniel H. Odell -Packer,John,Black,,,,1824-03-21,M,rep,PA,14,,Republican,,,,,,,,,,P000008,,,,,,408419,,,,7147,John Black Packer -Parsons,Edward,Young,,,,1842-12-12,M,rep,KY,5,,Democrat,,,,,,,,,,P000087,,,,,,408497,,,,7219,Edward Y. Parsons -Pierce,Henry,Lillie,,,,1825-08-23,M,rep,MA,3,,Republican,,,,,,,,,,P000335,,,,,,408732,,,,7437,Henry L. Pierce -Piper,William,Adam,,,,1826-05-21,M,rep,CA,1,,Democrat,,,,,,,,,,P000364,,,,,,408760,,,,7465,William Adam Piper -Plaisted,Harris,Merrill,,,,1828-11-02,M,rep,ME,4,,Republican,,,,,,,,,,P000374,,,,,,408768,,,,7474,Harris M. Plaisted -Poppleton,Earley,Franklin,,,,1834-09-29,M,rep,OH,9,,Democrat,,,,,,,,,,P000434,,,,,,408825,,,,7528,Earley F. Poppleton -Potter,Allen,,,,,1818-10-02,M,rep,MI,4,,Democrat,,,,,,,,,,P000459,,,,,,408846,,,,7550,Allen Potter -Powell,Joseph,,,,,1828-06-23,M,rep,PA,15,,Democrat,,,,,,,,,,P000480,,,,,,408865,,,,7571,Joseph Powell (congressman) -Pratt,Henry,Otis,,,,1838-02-11,M,rep,IA,4,,Republican,,,,,,,,,,P000501,,,,,,408886,,,,7591,Henry Otis Pratt -Purman,William,James,,,,1840-04-11,M,rep,FL,1,,Republican,,,,,,,,,,P000572,,,,,,408955,,,,7654,William J. Purman -Randolph,Theodore,Fitz,,,,1826-06-24,M,sen,NJ,,1,Democrat,,,,,,,,,,R000050,,,,,,409031,,,,7726,Theodore Fitz Randolph -Reilly,John,,,,,1836-02-22,M,rep,PA,17,,Democrat,,,,,,,,,,R000154,,,,,,409131,,,,7815,John Reilly (Pennsylvania) -Robbins,John,,,,,,M,rep,PA,5,,Democrat,,,,,,,,,,R000301,,,,,,409273,,,,7944,John Robbins (congressman) -Ross,Sobieski,,,,,1828-05-16,M,rep,PA,16,,Republican,,,,,,,,,,R000454,,,,,,409418,,,,8076,Sobieski Ross -Rusk,Jeremiah,McLain,,,,1830-06-17,M,rep,WI,7,,Republican,,,,,,,,,,R000517,,,,,,409475,,,,8120,Jeremiah McLain Rusk -Savage,John,Simpson,,,,1841-10-30,M,rep,OH,3,,Democrat,,,,,,,,,,S000084,,,,,,409596,,,,8233,John S. Savage -Schumaker,John,Godfrey,,,,1826-06-27,M,rep,NY,2,,Democrat,,,,,,,,,,S000147,,,,,,409655,,,,8276,John G. Schumaker -Seelye,Julius,Hawley,,,,1824-09-14,M,rep,MA,10,,Independent,,,,,,,,,,S000225,,,,,,409730,,,,8347,Julius Hawley Seelye -Sharon,William,,,,,1821-01-09,M,sen,NV,,1,Republican,,,,,,,,,,S000292,,,,,,409791,,,,8405,William Sharon -Sheakley,James,,,,,1829-04-24,M,rep,PA,26,,Democrat,,,,,,,,,,S000313,,,,,,409811,,,,8424,James Sheakley -Spencer,William,Brainerd,,,,1835-02-05,M,rep,LA,5,,Democrat,,,,,,,,,,S000731,,,,,,410200,,,,8791,William B. Spencer -Stanton,William,Henry,,,,1843-07-28,M,rep,PA,12,,Democrat,,,,,,,,,,S000807,,,,,,410273,,,,8847,William Henry Stanton (congressman) -Starkweather,Henry,Howard,,,,1826-04-29,M,rep,CT,3,,Republican,,,,,,,,,,S000815,,,,,,410280,,,,8854,Henry H. Starkweather -Steele,William,Randolph,,,,1842-07-24,M,rep,WY,0,,Democrat,,,,,,,,,,S000840,,,,,,410304,,,,,William Randolph Steele -Stone,William,Henry,,,,1828-11-07,M,rep,MO,3,,Democrat,,,,,,,,,,S000967,,,,,,410426,,,,8988,William Henry Stone -Stowell,William,Henry Harrison,,,,1840-07-26,M,rep,VA,4,,Republican,,,,,,,,,,S000985,,,,,,410444,,,,9006,William Henry Harrison Stowell -Tarbox,John,Kemble,,,,1838-05-06,M,rep,MA,7,,Democrat,,,,,,,,,,T000041,,,,,,410629,,,,9179,John K. Tarbox -Teese,Frederick,Halstead,,,,1823-10-21,M,rep,NJ,6,,Democrat,,,,,,,,,,T000111,,,,,,410693,,,,9242,Frederick Halstead Teese -Terry,William,,,,,1824-08-14,M,rep,VA,9,,Democrat,,,,,,,,,,T000136,,,,,,410718,,,,9264,William Terry (congressman) -Thomas,Phillip,Francis,,,,1810-09-12,M,rep,MD,1,,Democrat,,,,,,,,,,T000182,,,,,,410763,,,,9307,Philip Francis Thomas -Thompson,Charles,Perkins,,,,1827-07-30,M,rep,MA,6,,Democrat,,,,,,,,,,T000195,,,,,,410774,,,,9317,Charles Perkins Thompson -Thurman,Allen,Granberry,,,,1813-11-13,M,sen,OH,,1,Democrat,,,,,,,,,,T000251,,,,,,410828,,,,9367,Allen G. Thurman -Townsend,Washington,,,,,1813-01-20,M,rep,PA,6,,Republican,,,,,,,,,,T000337,,,,,,410908,,,,9441,Washington Townsend -Tufts,John,Quincy,,,,1840-07-12,M,rep,IA,2,,Republican,,,,,,,,,,T000406,,,,,,410975,,,,9503,John Q. Tufts -Vance,John,Luther,,,,1839-07-19,M,rep,OH,11,,Democrat,,,,,,,,,,V000016,,,,,,411112,,,,9596,John L. Vance -Waldron,Henry,,,,,1819-10-11,M,rep,MI,2,,Republican,,,,,,,,,,W000041,,,,,,411221,,,,9731,Henry Waldron -Walker,Charles,Christopher Brainerd,,,,1824-06-27,M,rep,NY,29,,Democrat,,,,,,,,,,W000047,,,,,,411227,,,,9736,Charles C. B. Walker -Wallace,Alexander,Stuart,,,,1810-12-30,M,rep,SC,4,,Republican,,,,,,,,,,W000074,,,,,,411253,,,,9760,Alexander S. Wallace -Wallace,John,Winfield,,,,1818-12-20,M,rep,PA,24,,Republican,,,,,,,,,,W000079,,,,,,411258,,,,9765,John Winfield Wallace -Wallace,William,Andrew,,,,1827-11-28,M,sen,PA,,1,Democrat,,,,,,,,,,W000084,,,,,,411263,,,,9770,William A. Wallace -Walling,Ansel,Tracy,,,,1824-01-10,M,rep,OH,12,,Democrat,,,,,,,,,,W000091,,,,,,411270,,,,9777,Ansel T. Walling -Walls,Josiah,Thomas,,,,1842-12-30,M,rep,FL,2,,Republican,,,,,,,,,,W000093,,,,,,411272,,,,9778,Josiah T. Walls -Ward,Elijah,,,,,1816-09-16,M,rep,NY,8,,Democrat,,,,,,,,,,W000131,,,,,,411306,,,,9812,Elijah Ward -Warren,William,Wirt,,,,1834-02-27,M,rep,MA,8,,Democrat,,,,,,,,,,W000168,,,,,,411341,,,,9846,William W. Warren -Watterson,Henry,,,,,1840-02-16,M,rep,KY,5,,Democrat,,,,,,,,,,W000209,,,,,,411379,,,,9880,Henry Watterson -Wells,Guilford,Wiley,,,,1840-02-14,M,rep,MS,2,,Ind. Republican,,,,,,,,,,W000283,,,,,,411448,,,,9943,Guilford Wiley Wells -Wheeler,William,Almon,,,,1819-06-30,M,rep,NY,19,,Republican,,,,,,,,,,W000341,,,,,,411503,,,,9995,William A. Wheeler -Whitehouse,John,Osborne,,,,1817-07-19,M,rep,NY,13,,Democrat,,,,,,,,,,W000405,,,,,,411565,,,,10056,John O. Whitehouse -Whiting,Richard,Henry,,,,1826-01-17,M,rep,IL,9,,Republican,,,,,,,,,,W000416,,,,,,411575,,,,10065,Richard H. Whiting -Willard,George,,,,,1824-03-20,M,rep,MI,3,,Republican,,,,,,,,,,W000479,,,,,,411636,,,,10124,George Willard -Williams,James,Douglas,,,,1808-01-16,M,rep,IN,2,,Democrat,,,,,,,,,,W000507,,,,,,411664,,,,10152,James D. Williams -Williams,William,Brewster,,,,1826-07-28,M,rep,MI,5,,Republican,,,,,,,,,,W000547,,,,,,411703,,,,10189,William B. Williams (politician) -Wilshire,William,Wallace,,,,1830-09-08,M,rep,AR,3,,Democrat,,,,,,,,,,W000567,,,,,,411723,,,,10209,William W. Wilshire -Withers,Robert,Enoch,,,,1821-09-18,M,sen,VA,,1,Democrat,,,,,,,,,,W000659,,,,,,411812,,,,10295,Robert E. Withers -Wood,Alan,,Jr.,,,1834-07-06,M,rep,PA,7,,Republican,,,,,,,,,,W000688,,,,,,411840,,,,10318,"Alan Wood, Jr." -Woodworth,Laurin,Dewey,,,,1837-09-10,M,rep,OH,17,,Republican,,,,,,,,,,W000735,,,,,,411886,,,,10365,Laurin D. Woodworth -Barnum,William,Henry,,,,1818-09-17,M,sen,CT,,3,Democrat,,,,,,,,,,B000166,,,,,,401168,,,,455,William Henry Barnum -Blaine,James,Gillespie,,,,1830-01-31,M,sen,ME,,2,Republican,,,,,,,,,,B000519,,,,,,401495,,,,760,James G. Blaine -Chaffee,Jerome,Bunty,,,,1825-04-17,M,sen,CO,,3,Republican,,,,,,,,,,C000271,,,,,,402414,,,,1616,Jerome B. Chaffee -Price,Samuel,,,,,1805-07-28,M,sen,WV,,1,Democrat,,,,,,,,,,P000530,,,,,,408914,,,,7616,Samuel Price -Hayes,Rutherford,Birchard,,,,1822-10-04,M,rep,OH,2,,Republican,,,,,,,,,,H000393,,,,,,405261,,,,4232,Rutherford B. Hayes -Armstrong,David,Hartley,,,,1812-10-21,M,sen,MO,,3,Democrat,,,,,,,,,,A000279,,,,,,400919,,,,230,David H. Armstrong -Bacon,William,Johnson,,,,1803-02-18,M,rep,NY,23,,Republican,,,,,,,,,,B000020,,,,,,401025,,,,328,William J. Bacon -Bagley,George,Augustus,,,,1826-07-22,M,rep,NY,22,,Republican,,,,,,,,,,B000032,,,,,,401037,,,,336,George A. Bagley -Bailey,James,Edmund,,,,1822-08-15,M,sen,TN,,1,Democrat,,,,,,,,,,B000039,,,,,,401044,,,,342,James E. Bailey -Baker,William,Henry,,,,1827-01-17,M,rep,NY,24,,Republican,,,,,,,,,,B000077,,,,,,401080,,,,375,William H. Baker -Banning,Henry,Blackstone,,,,1836-11-10,M,rep,OH,2,,Democrat,,,,,,,,,,B000117,,,,,,401118,,,,410,Henry B. Banning -Beebe,George,Monroe,,,,1836-10-28,M,rep,NY,14,,Democrat,,,,,,,,,,B000305,,,,,,401298,,,,575,George M. Beebe -Bell,Hiram,Parks,,,,1827-01-19,M,rep,GA,9,,Democrat,,,,,,,,,,B000336,,,,,,401328,,,,602,Hiram Parks Bell -Benedict,Charles,Brewster,,,,1828-02-07,M,rep,NY,31,,Democrat,,,,,,,,,,B000357,,,,,,401349,,,,622,Charles B. Benedict -Boone,Andrew,Rechmond,,,,1831-04-04,M,rep,KY,1,,Democrat,,,,,,,,,,B000629,,,,,,401594,,,,853,Andrew Boone -Brentano,Lorenzo,,,,,1813-11-04,M,rep,IL,3,,Republican,,,,,,,,,,B000804,,,,,,401761,,,,1009,Lorenzo Brentano -Bridges,Samuel,Augustus,,,,1802-01-27,M,rep,PA,10,,Democrat,,,,,,,,,,B000824,,,,,,401781,,,,1028,Samuel Augustus Bridges -Brogden,Curtis,Hooks,,,,1816-11-06,M,rep,NC,2,,Republican,,,,,,,,,,B000863,,,,,,401820,,,,1062,Curtis Hooks Brogden -Bundy,Solomon,,,,,1823-05-22,M,rep,NY,21,,Republican,,,,,,,,,,B001060,,,,,,402007,,,,1238,Solomon Bundy -Burchard,Horatio,Chapin,,,,1825-09-22,M,rep,IL,5,,Republican,,,,,,,,,,B001070,,,,,,402016,,,,1246,Horatio C. Burchard -Burdick,Theodore,Weld,,,,1836-10-07,M,rep,IA,3,,Republican,,,,,,,,,,B001078,,,,,,402024,,,,1253,Theodore Weld Burdick -Butler,Benjamin,Franklin,,,,1818-11-05,M,rep,MA,7,,Republican,,,,,,,,,,B001174,,,,,,402116,,,,1335,Benjamin Butler -Cain,Richard,Harvey,,,,1825-04-12,M,rep,SC,2,,Republican,,,,,,,,,,C000022,,,,,,402183,,,,1396,Richard H. Cain -Caldwell,William,Parker,,,,1832-11-08,M,rep,TN,9,,Democrat,,,,,,,,,,C000041,,,,,,402202,,,,1415,William Parker Caldwell -Candler,Milton,Anthony,,,,1837-01-11,M,rep,GA,5,,Democrat,,,,,,,,,,C000112,,,,,,402264,,,,1475,Milton A. Candler -Clarke,John,Blades,,,,1833-04-14,M,rep,KY,10,,Democrat,,,,,,,,,,C000464,,,,,,402602,,,,1794,John Blades Clarke -Cole,Nathan,,,,,1825-07-26,M,rep,MO,2,,Republican,,,,,,,,,,C000610,,,,,,402739,,,,1924,Nathan Cole -Collins,Francis,Dolan,,,,1841-03-05,M,rep,PA,11,,Democrat,,,,,,,,,,C000636,,,,,,402765,,,,1946,Francis Dolan Collins -Corlett,William,Wellington,,,,1842-04-10,M,rep,WY,0,,Republican,,,,,,,,,,C000777,,,,,,402897,,,,,William Wellington Corlett -Cox,Jacob,Dolson,,,,1828-10-27,M,rep,OH,6,,Republican,,,,,,,,,,C000833,,,,,,402950,,,,2113,Jacob Dolson Cox -Crittenden,Thomas,Theodore,,,,1832-01-01,M,rep,MO,7,,Democrat,,,,,,,,,,C000913,,,,,,403025,,,,2182,Thomas Theodore Crittenden -Cummings,Henry,Johnson Brodhead,,,,1831-05-21,M,rep,IA,7,,Republican,,,,,,,,,,C000986,,,,,,403094,,,,2250,Henry J. B. Cummings -Cutler,Augustus,William,,,,1827-10-22,M,rep,NJ,5,,Democrat,,,,,,,,,,C001025,,,,,,403132,,,,2286,Augustus W. Cutler -Davis,David,,,,,1815-03-09,M,sen,IL,,2,Independent,,,,,,,,,,D000097,,,,,,403233,,,,2378,David Davis (Supreme Court justice) -Davis,Henry,Gassaway,,,,1823-11-16,M,sen,WV,,2,Democrat,,,,,,,,,,D000103,,,,,,403239,,,,2384,Henry Gassaway Davis -Dean,Benjamin,,,,,1824-08-14,M,rep,MA,3,,Democrat,,,,,,,,,,D000170,,,,,,403332,,,,2443,Benjamin Dean -Denison,Dudley,Chase,,,,1819-09-13,M,rep,VT,2,,Republican,,,,,,,,,,D000236,,,,,,403374,,,,2496,Dudley Chase Denison -Douglas,Beverly,Browne,,,,1822-12-21,M,rep,VA,1,,Democrat,,,,,,,,,,D000450,,,,,,403560,,,,2686,Beverly B. Douglas -Durham,Milton,Jameson,,,,1824-05-16,M,rep,KY,8,,Democrat,,,,,,,,,,D000572,,,,,,403675,,,,2792,Milton J. Durham -Eames,Benjamin,Tucker,,,,1818-06-04,M,rep,RI,1,,Republican,,,,,,,,,,E000005,,,,,,403701,,,,2811,Benjamin T. Eames -Eickhoff,Anthony,,,,,1827-09-11,M,rep,NY,7,,Democrat,,,,,,,,,,E000095,,,,,,403786,,,,2885,Anthony Eickhoff -Ellsworth,Charles,Clinton,,,,1824-01-29,M,rep,MI,8,,Republican,,,,,,,,,,E000144,,,,,,403835,,,,2933,Charles C. Ellsworth -Evans,James,La Fayette,,,,1825-03-27,M,rep,IN,11,,Republican,,,,,,,,,,E000245,,,,,,403929,,,,3011,James La Fayette Evans -Fenn,Stephen,Southmyd,,,,1820-03-28,M,rep,ID,-1,,Democrat,,,,,,,,,,F000073,,,,,,404031,,,,,Stephen Southmyd Fenn -Ferry,Thomas,White,,,,1827-06-10,M,sen,MI,,2,Republican,,,,,,,,,,F000095,,,,,,404052,,,,3123,Thomas W. Ferry -Fleming,William,Bennett,,,,1803-10-29,M,rep,GA,1,,Democrat,,,,,,,,,,F000197,,,,,,404152,,,,3213,William Bennett Fleming -Foster,Charles,,,,,1828-04-12,M,rep,OH,10,,Republican,,,,,,,,,,F000299,,,,,,404248,,,,3301,Charles Foster (Ohio politician) -Franklin,Benjamin,Joseph,,,,,M,rep,MO,8,,Democrat,,,,,,,,,,F000343,,,,,,404291,,,,3341,Benjamin Joseph Franklin -Freeman,Chapman,,,,,1832-10-08,M,rep,PA,1,,Republican,,,,,,,,,,F000361,,,,,,404308,,,,3354,Chapman Freeman -Fuller,Benoni,Stinson,,,,1825-11-13,M,rep,IN,1,,Democrat,,,,,,,,,,F000406,,,,,,404347,,,,3392,Benoni S. Fuller -Gardner,Mills,,,,,1830-01-30,M,rep,OH,3,,Republican,,,,,,,,,,G000059,,,,,,404433,,,,3470,Mills Gardner -Garth,William,Willis,,,,1828-10-28,M,rep,AL,8,,Democrat,,,,,,,,,,G000086,,,,,,404458,,,,3494,William Willis Garth -Gause,Lucien,Coatsworth,,,,1836-12-25,M,rep,AR,1,,Democrat,,,,,,,,,,G000100,,,,,,404472,,,,3508,Lucien C. Gause -Giddings,De,Witt Clinton,,,,1827-07-18,M,rep,TX,5,,Democrat,,,,,,,,,,G000166,,,,,,404533,,,,3566,Dewitt Clinton Giddings -Glover,John,Montgomery,,,,1822-09-04,M,rep,MO,12,,Democrat,,,,,,,,,,G000245,,,,,,404607,,,,3636,John Montgomery Glover -Grover,La,Fayette,,,,1823-11-29,M,sen,OR,,2,Democrat,,,,,,,,,,G000505,,,,,,404850,,,,3861,La Fayette Grover -Hamilton,Andrew,Holman,,,,1834-06-07,M,rep,IN,12,,Democrat,,,,,,,,,,H000102,,,,,,404984,,,,3983,Andrew H. Hamilton -Hanna,John,,,,,1827-09-03,M,rep,IN,7,,Republican,,,,,,,,,,H000160,,,,,,405042,,,,4036,John Hanna (Indiana) -Harrison,Carter,Henry,,,,1825-02-15,M,rep,IL,2,,Democrat,,,,,,,,,,H000267,,,,,,405143,,,,4128,Carter Harrison Sr. -Hart,Elizur,Kirke,,,,1841-04-08,M,rep,NY,30,,Democrat,,,,,,,,,,H000285,,,,,,405159,,,,4143,Elizur K. Hart -Hartridge,Julian,,,,,1829-09-09,M,rep,GA,1,,Democrat,,,,,,,,,,H000303,,,,,,405176,,,,4159,Julian Hartridge -Hartzell,William,,,,,1837-02-20,M,rep,IL,18,,Democrat,,,,,,,,,,H000304,,,,,,405177,,,,4160,William Hartzell -Hatcher,Robert,Anthony,,,,1819-02-24,M,rep,MO,4,,Democrat,,,,,,,,,,H000341,,,,,,405210,,,,4189,Robert Anthony Hatcher -Hendee,George,Whitman,,,,1832-11-30,M,rep,VT,3,,Republican,,,,,,,,,,H000474,,,,,,405337,,,,4302,George Whitman Hendee -Hereford,Frank,,,,,1825-07-04,M,sen,WV,,1,Democrat,,,,,,,,,,H000527,,,,,,405390,,,,4352,Frank Hereford -Hill,Benjamin,Harvey,,,,1823-09-14,M,sen,GA,,2,Democrat,,,,,,,,,,H000587,,,,,,405449,,,,4405,Benjamin Harvey Hill -Hungerford,John,Newton,,,,1825-12-31,M,rep,NY,29,,Republican,,,,,,,,,,H000966,,,,,,405810,,,,4739,John N. Hungerford -Hunter,Morton,Craig,,,,1825-02-05,M,rep,IN,8,,Republican,,,,,,,,,,H000985,,,,,,405827,,,,4756,Morton C. Hunter -Ittner,Anthony,Friday,,,,1837-10-08,M,rep,MO,1,,Republican,,,,,,,,,,I000048,,,,,,405903,,,,4832,Anthony F. Ittner -Jacobs,Orange,,,,,1827-05-02,M,rep,WA,-1,,Republican,,,,,,,,,,J000037,,,,,,405942,,,,,Orange Jacobs -Johnston,John,Warfield,,,,1818-09-09,M,sen,VA,,2,Democrat,,,,,,,,,,J000191,,,,,,406086,,,,5005,John W. Johnston -Jones,Frank,,,,,1832-09-15,M,rep,NH,1,,Democrat,,,,,,,,,,J000219,,,,,,406113,,,,5030,Frank Jones (politician) -Jones,John,Sills,,,,1836-02-12,M,rep,OH,9,,Republican,,,,,,,,,,J000238,,,,,,406131,,,,5047,John S. Jones -Keightley,Edwin,William,,,,1843-08-07,M,rep,MI,4,,Republican,,,,,,,,,,K000049,,,,,,406219,,,,5127,Edwin W. Keightley -Kidder,Jefferson,Parish,,,,1815-06-04,M,rep,DK,-1,,Republican,,,,,,,,,,K000164,,,,,,406328,,,,,Jefferson P. Kidder -Kirkwood,Samuel,Jordan,,,,1813-12-20,M,sen,IA,,2,Republican,,,,,,,,,,K000242,,,,,,406401,,,,5299,Samuel J. Kirkwood -Knapp,Robert,McCarty,,,,1831-04-21,M,rep,IL,11,,Democrat,,,,,,,,,,K000281,,,,,,406438,,,,5333,Robert M. Knapp -Landers,George,Marcellus,,,,1813-02-22,M,rep,CT,1,,Democrat,,,,,,,,,,L000047,,,,,,406556,,,,5430,George M. Landers -Lathrop,William,,,,,1825-04-17,M,rep,IL,4,,Republican,,,,,,,,,,L000113,,,,,,406619,,,,5492,William Lathrop -Leonard,John,Edwards,,,,1845-09-22,M,rep,LA,5,,Republican,,,,,,,,,,L000247,,,,,,406750,,,,5612,John E. Leonard -Ligon,Robert,Fulwood,,,,1823-12-16,M,rep,AL,5,,Democrat,,,,,,,,,,L000306,,,,,,406800,,,,5659,Robert F. Ligon -Luttrell,John,King,,,,1831-06-27,M,rep,CA,3,,Democrat,,,,,,,,,,L000522,,,,,,407006,,,,5844,John K. Luttrell -Lynde,William,Pitt,,,,1817-12-16,M,rep,WI,4,,Democrat,,,,,,,,,,L000538,,,,,,407022,,,,5860,William Pitt Lynde -Mackey,Levi,Augustus,,,,1819-11-25,M,rep,PA,20,,Democrat,,,,,,,,,,M000025,,,,,,407053,,,,5887,Levi A. Mackey -Matthews,Stanley,,,,,1824-07-21,M,sen,OH,,3,Republican,,,,,,,,,,M000255,,,,,,407273,,,,6086,Stanley Matthews (lawyer) -Mayham,Stephen,Lorenzo,,,,1826-10-08,M,rep,NY,15,,Democrat,,,,,,,,,,M000282,,,,,,407299,,,,6110,Stephen L. Mayham -Metcalfe,Lyne,Shackelford,,,,1822-04-21,M,rep,MO,3,,Republican,,,,,,,,,,M000674,,,,,,407659,,,,6445,Lyne Metcalfe -Oliver,Samuel,Addison,,,,1833-07-21,M,rep,IA,9,,Republican,,,,,,,,,,O000076,,,,,,408349,,,,7063,S. Addison Oliver -Patterson,George,Washington,,,,1799-11-11,M,rep,NY,33,,Republican,,,,,,,,,,P000116,,,,,,408524,,,,7242,George W. Patterson -Peddie,Thomas,Baldwin,,,,1808-02-11,M,rep,NJ,6,,Republican,,,,,,,,,,P000181,,,,,,408585,,,,7299,Thomas Baldwin Peddie -Phillips,William,Addison,,,,1824-01-14,M,rep,KS,1,,Republican,,,,,,,,,,P000315,,,,,,408714,,,,7420,William A. Phillips -Pollard,Henry,Moses,,,,1836-06-14,M,rep,MO,10,,Republican,,,,,,,,,,P000414,,,,,,408807,,,,7512,Henry Moses Pollard -Potter,Clarkson,Nott,,,,1825-04-25,M,rep,NY,12,,Democrat,,,,,,,,,,P000461,,,,,,408848,,,,7552,Clarkson Nott Potter -Pridemore,Auburn,Lorenzo,,,,1837-06-27,M,rep,VA,9,,Democrat,,,,,,,,,,P000535,,,,,,408919,,,,7621,Auburn Pridemore -Pugh,John,Howard,,,,1827-06-23,M,rep,NJ,2,,Republican,,,,,,,,,,P000563,,,,,,408946,,,,7646,John H. Pugh -Quinn,Terence,John,,,,1836-10-16,M,rep,NY,16,,Democrat,,,,,,,,,,Q000020,,,,,,408982,,,,7679,Terence J. Quinn -Rainey,Joseph,Hayne,,,,1832-06-21,M,rep,SC,1,,Republican,,,,,,,,,,R000016,,,,,,408998,,,,7693,Joseph Rainey -Randolph,James,Henry,,,,1825-10-18,M,rep,TN,1,,Republican,,,,,,,,,,R000045,,,,,,409026,,,,7721,James Henry Randolph -Rea,David,,,,,1831-01-19,M,rep,MO,9,,Democrat,,,,,,,,,,R000088,,,,,,409068,,,,7759,David Rea (politician) -Rice,Americus,Vespucius,,,,1835-11-18,M,rep,OH,5,,Democrat,,,,,,,,,,R000194,,,,,,409170,,,,7850,Americus V. Rice -Riddle,Haywood,Yancey,,,,1834-06-20,M,rep,TN,4,,Democrat,,,,,,,,,,R000240,,,,,,409216,,,,7893,Haywood Yancey Riddle -Robbins,William,McKendree,,,,1828-10-26,M,rep,NC,7,,Democrat,,,,,,,,,,R000302,,,,,,409274,,,,7945,William M. Robbins -Roberts,Charles,Boyle,,,,1842-04-19,M,rep,MD,2,,Democrat,,,,,,,,,,R000306,,,,,,409278,,,,7949,Charles Boyle Roberts -Robinson,Milton,Stapp,,,,1832-04-20,M,rep,IN,6,,Republican,,,,,,,,,,R000349,,,,,,409320,,,,7988,Milton S. Robinson -Rollins,Edward,Henry,,,,1824-10-03,M,sen,NH,,2,Republican,,,,,,,,,,R000411,,,,,,409377,,,,8041,Edward H. Rollins -Romero,Trinidad,,,,,1835-06-15,M,rep,NM,-1,,Republican,,,,,,,,,,R000416,,,,,,409382,,,,,Trinidad Romero -Sampson,Ezekiel,Silas,,,,1831-12-06,M,rep,IA,6,,Republican,,,,,,,,,,S000025,,,,,,409544,,,,8189,Ezekiel S. Sampson -Saunders,Alvin,,,,,1817-07-12,M,sen,NE,,2,Republican,,,,,,,,,,S000076,,,,,,409588,,,,8226,Alvin Saunders -Sayler,Milton,,,,,1831-11-04,M,rep,OH,1,,Democrat,,,,,,,,,,S000101,,,,,,409611,,,,8246,Milton Sayler -Sexton,Leonidas,,,,,1827-05-19,M,rep,IN,4,,Republican,,,,,,,,,,S000263,,,,,,409764,,,,8380,Leonidas Sexton -Sinnickson,Clement,Hall,,,,1834-09-16,M,rep,NJ,1,,Republican,,,,,,,,,,S000447,,,,,,409940,,,,8543,Clement Hall Sinnickson -Southard,Milton,Isaiah,,,,1836-10-20,M,rep,OH,13,,Democrat,,,,,,,,,,S000688,,,,,,410159,,,,8751,Milton I. Southard -Stenger,William,Shearer,,,,1840-02-13,M,rep,PA,18,,Democrat,,,,,,,,,,S000849,,,,,,410313,,,,8881,William Stenger -Stevens,Hiram,Sanford,,,,1832-03-20,M,rep,AZ,0,,Democrat,,,,,,,,,,S000880,,,,,,410342,,,,,Hiram Sanford Stevens -Stewart,Jacob,Henry,,,,1829-01-15,M,rep,MN,3,,Republican,,,,,,,,,,S000908,,,,,,410369,,,,8934,Jacob H. Stewart -Stone,Joseph,Champlin,,,,1829-07-30,M,rep,IA,1,,Republican,,,,,,,,,,S000960,,,,,,410419,,,,8982,Joseph Champlin Stone -Swann,Thomas,,,,,1809-02-03,M,rep,MD,4,,Democrat,,,,,,,,,,S001092,,,,,,410545,,,,9104,Thomas Swann -Thompson,John,McCandless,,,,1829-01-04,M,rep,PA,26,,Republican,,,,,,,,,,T000209,,,,,,410788,,,,9331,John McCandless Thompson -Thornburgh,Jacob,Montgomery,,,,1837-07-03,M,rep,TN,2,,Republican,,,,,,,,,,T000239,,,,,,410817,,,,9357,Jacob Montgomery Thornburgh -Tipton,Thomas,Foster,,,,1833-08-29,M,rep,IL,13,,Republican,,,,,,,,,,T000285,,,,,,410858,,,,9397,Thomas F. Tipton -Townsend,Martin,Ingham,,,,1810-02-06,M,rep,NY,17,,Republican,,,,,,,,,,T000336,,,,,,410907,,,,9440,Martin I. Townsend -Turney,Jacob,,,,,1825-02-18,M,rep,PA,21,,Democrat,,,,,,,,,,T000431,,,,,,410999,,,,9525,Jacob Turney -Van Vorhes,Nelson,Holmes,,,,1822-01-23,M,rep,OH,15,,Republican,,,,,,,,,,V000064,,,,,,411106,,,,9640,Nelson H. Van Vorhes -Veeder,William,Davis,,,,1835-05-19,M,rep,NY,2,,Democrat,,,,,,,,,,V000079,,,,,,411136,,,,9655,William D. Veeder -Waddell,Alfred,Moore,,,,1834-09-16,M,rep,NC,3,,Democrat,,,,,,,,,,W000002,,,,,,411181,,,,9695,Alfred Moore Waddell -Walker,Gilbert,Carlton,,,,1833-08-01,M,rep,VA,3,,Democrat,,,,,,,,,,W000054,,,,,,411233,,,,9742,Gilbert Carlton Walker -Walsh,William,,,,,1828-05-11,M,rep,MD,6,,Democrat,,,,,,,,,,W000106,,,,,,411284,,,,9790,William Walsh (Maryland) -Warner,Levi,,,,,1831-10-10,M,rep,CT,4,,Democrat,,,,,,,,,,W000155,,,,,,411328,,,,9833,Levi Warner -Welch,Frank,,,,,1835-02-10,M,rep,NE,1,,Republican,,,,,,,,,,W000262,,,,,,411430,,,,9925,Frank Welch (American politician) -White,Michael,Doherty,,,,1827-09-08,M,rep,IN,9,,Republican,,,,,,,,,,W000386,,,,,,411546,,,,10039,Michael D. White -Wigginton,Peter,Dinwiddie,,,,1839-09-06,M,rep,CA,4,,Democrat,,,,,,,,,,W000449,,,,,,411606,,,,10094,Peter D. Wigginton -Williams,Alpheus,Starkey,,,,1810-09-20,M,rep,MI,1,,Democrat,,,,,,,,,,W000487,,,,,,411644,,,,10132,Alpheus S. Williams -Williams,Andrew,,,,,1828-08-27,M,rep,NY,18,,Republican,,,,,,,,,,W000488,,,,,,411645,,,,10133,Andrew Williams (congressman) -Williams,James,,,,,1825-08-04,M,rep,DE,0,,Democrat,,,,,,,,,,W000506,,,,,,411663,,,,10151,James Williams (Delaware representative) -Williams,Jeremiah,Norman,,,,1829-05-29,M,rep,AL,3,,Democrat,,,,,,,,,,W000512,,,,,,411669,,,,10157,Jeremiah Norman Williams -Williams,Richard,,,,,1836-11-15,M,rep,OR,1,,Republican,,,,,,,,,,W000533,,,,,,411690,,,,10175,Richard Williams (congressman) -Willis,Benjamin,Albertson,,,,1840-03-24,M,rep,NY,11,,Democrat,,,,,,,,,,W000558,,,,,,411714,,,,10200,Benjamin A. Willis -Wren,Thomas,,,,,1826-01-02,M,rep,NV,0,,Republican,,,,,,,,,,W000753,,,,,,411902,,,,10381,Thomas Wren -Young,John,Smith,,,,1834-11-04,M,rep,LA,5,,Democrat,,,,,,,,,,Y000045,,,,,,411977,,,,10448,J. Smith Young -Acklen,Joseph,Hayes,,,,1850-05-20,M,rep,LA,3,,Democrat,,,,,,,,,,A000023,,,,,,400684,,,,17,Joseph H. Acklen -Bachman,Reuben,Knecht,,,,1834-08-06,M,rep,PA,10,,Democrat,,,,,,,,,,B000011,,,,,,401017,,,,320,Reuben Knecht Bachman -Bailey,John,Mosher,,,,1838-08-24,M,rep,NY,16,,Republican,,,,,,,,,,B000042,,,,,,401047,,,,345,John Mosher Bailey -Baker,John,Harris,,,,1832-02-28,M,rep,IN,13,,Republican,,,,,,,,,,B000068,,,,,,401071,,,,368,John Harris Baker -Baldwin,Henry,Porter,,,,1814-02-22,M,sen,MI,,1,Republican,,,,,,,,,,B000089,,,,,,401091,,,,384,Henry P. Baldwin -Ballou,Latimer,Whipple,,,,1812-03-01,M,rep,RI,2,,Republican,,,,,,,,,,B000106,,,,,,401107,,,,400,Latimer Whipple Ballou -Barber,Hiram,,Jr.,,,1835-03-24,M,rep,IL,3,,Republican,,,,,,,,,,B000120,,,,,,401121,,,,413,Hiram Barber Jr. -Barlow,Bradley,,,,,1814-05-12,M,rep,VT,3,,National Greenbacker,,,,,,,,,,B000148,,,,,,401150,,,,440,Bradley Barlow -Beale,Richard,Lee Turberville,,,,1819-05-22,M,rep,VA,1,,Democrat,,,,,,,,,,B000268,,,,,,401262,,,,543,Richard L. T. Beale -Bell,Charles,Henry,,,,1823-11-18,M,sen,NH,,3,Republican,,,,,,,,,,B000331,,,,,,401323,,,,597,Charles H. Bell (politician) -Bennett,Granville,Gaylord,,,,1833-10-09,M,rep,DK,-1,,Republican,,,,,,,,,,B000374,,,,,,401366,,,,,Granville G. Bennett -Bicknell,George,Augustus,,,,1815-02-06,M,rep,IN,3,,Democrat,,,,,,,,,,B000438,,,,,,401424,,,,690,George A. Bicknell -Blake,John,Lauris,,,,1831-03-25,M,rep,NJ,6,,Republican,,,,,,,,,,B000532,,,,,,401507,,,,774,John L. Blake -Bouck,Gabriel,,,,,1828-12-16,M,rep,WI,6,,Democrat,,,,,,,,,,B000658,,,,,,401620,,,,875,Gabriel Bouck -Boyd,Thomas,Alexander,,,,1830-06-25,M,rep,IL,9,,Republican,,,,,,,,,,B000721,,,,,,401681,,,,933,Thomas A. Boyd -Brigham,Lewis,Alexander,,,,1831-01-02,M,rep,NJ,7,,Republican,,,,,,,,,,B000834,,,,,,401791,,,,1037,Lewis A. Brigham -Bright,John,Morgan,,,,1817-01-20,M,rep,TN,5,,Democrat,,,,,,,,,,B000836,,,,,,401793,,,,1039,John Morgan Bright -Campbell,John,Goulder,,,,1827-06-25,M,rep,AZ,0,,Democrat,,,,,,,,,,C000092,,,,,,402247,,,,,John G. Campbell -Carpenter,Matthew,Hale,,,,1824-12-22,M,sen,WI,,3,Republican,,,,,,,,,,C000171,,,,,,402319,,,,1524,Matthew H. Carpenter -Chandler,Zachariah,,,,,1813-12-10,M,sen,MI,,1,Republican,,,,,,,,,,C000299,,,,,,402441,,,,1642,Zachariah Chandler -Chittenden,Simeon,Baldwin,,,,1814-03-29,M,rep,NY,3,,Republican,,,,,,,,,,C000373,,,,,,402512,,,,1709,Simeon B. Chittenden -Claflin,William,,,,,1818-03-06,M,rep,MA,8,,Republican,,,,,,,,,,C000398,,,,,,402537,,,,1731,William Claflin -Clark,Alvah,Augustus,,,,1840-09-13,M,rep,NJ,4,,Democrat,,,,,,,,,,C000419,,,,,,402558,,,,1751,Alvah A. Clark -Clark,Rush,,,,,1834-10-01,M,rep,IA,5,,Republican,,,,,,,,,,C000450,,,,,,402588,,,,1781,Rush Clark -Clements,Newton,Nash,,,,1837-12-23,M,rep,AL,6,,Democrat,,,,,,,,,,C000509,,,,,,402645,,,,1834,Newton Nash Clements -Clymer,Hiester,,,,,1827-11-03,M,rep,PA,8,,Democrat,,,,,,,,,,C000539,,,,,,402672,,,,1860,Hiester Clymer -Coffroth,Alexander,Hamilton,,,,1828-05-18,M,rep,PA,17,,Democrat,,,,,,,,,,C000593,,,,,,402722,,,,1908,Alexander Hamilton Coffroth -Conkling,Roscoe,,,,,1829-10-30,M,sen,NY,,3,Republican,,,,,,,,,,C000681,,,,,,402807,,,,1984,Roscoe Conkling -Cowgill,Calvin,,,,,1819-01-07,M,rep,IN,11,,Republican,,,,,,,,,,C000824,,,,,,402942,,,,2105,Calvin Cowgill -Daggett,Rollin,Mallory,,,,1831-02-22,M,rep,NV,0,,Republican,,,,,,,,,,D000003,,,,,,403147,,,,2297,Rollin M. Daggett -Davis,Horace,,,,,1831-03-16,M,rep,CA,1,,Republican,,,,,,,,,,D000105,,,,,,403241,,,,2386,Horace Davis -Davis,Joseph,Jonathan,,,,1828-04-13,M,rep,NC,4,,Democrat,,,,,,,,,,D000123,,,,,,403258,,,,2401,Joseph J. Davis -De La Matyr,Gilbert,,,,,1825-07-08,M,rep,IN,7,,National Greenbacker,,,,,,,,,,D000204,,,,,,403309,,,,2474,Gilbert De La Matyr -Dick,Samuel,Bernard,,,,1836-10-26,M,rep,PA,26,,Republican,,,,,,,,,,D000305,,,,,,403427,,,,2558,Samuel Bernard Dick -Dickey,Henry,Luther,,,,1832-10-29,M,rep,OH,11,,Democrat,,,,,,,,,,D000311,,,,,,403432,,,,2564,Henry L. Dickey -Downey,Stephen,Wheeler,,,,1839-07-25,M,rep,WY,0,,Republican,,,,,,,,,,D000470,,,,,,403580,,,,,Stephen Wheeler Downey -Einstein,Edwin,,,,,1842-11-18,M,rep,NY,7,,Republican,,,,,,,,,,E000097,,,,,,403788,,,,2886,Edwin Einstein -Elam,Joseph,Barton,,,,1821-06-12,M,rep,LA,4,,Democrat,,,,,,,,,,E000100,,,,,,403791,,,,2889,Joseph Barton Elam -Ewing,Thomas,,,,,1829-08-07,M,rep,OH,10,,Democrat,,,,,,,,,,E000280,,,,,,403960,,,,3042,Thomas Ewing Jr. -Farley,James,Thompson,,,,1829-08-06,M,sen,CA,,3,Democrat,,,,,,,,,,F000020,,,,,,403982,,,,3061,James T. Farley -Farr,Evarts,Worcester,,,,1840-10-10,M,rep,NH,3,,Republican,,,,,,,,,,F000028,,,,,,403990,,,,3067,Evarts Worcester Farr -Felton,William,Harrell,,,,1823-06-19,M,rep,GA,7,,Ind. Democrat,,,,,,,,,,F000070,,,,,,404028,,,,3100,William Harrell Felton -Ferdon,John,William,,,,1826-12-13,M,rep,NY,14,,Republican,,,,,,,,,,F000079,,,,,,404037,,,,3108,John W. Ferdon -Field,Walbridge,Abner,,,,1833-04-26,M,rep,MA,3,,Republican,,,,,,,,,,F000108,,,,,,404065,,,,3135,Walbridge A. Field -Finley,Ebenezer,Byron,,,,1833-07-31,M,rep,OH,8,,Democrat,,,,,,,,,,F000132,,,,,,404087,,,,3154,Ebenezer B. Finley -Forsythe,Albert,Palaska,,,,1830-05-24,M,rep,IL,15,,National Greenbacker,,,,,,,,,,F000285,,,,,,404235,,,,3288,Albert P. Forsythe -Fort,Greenbury,Lafayette,,,,1825-10-17,M,rep,IL,8,,Republican,,,,,,,,,,F000288,,,,,,404238,,,,3290,Greenbury L. Fort -Gillette,Edward,Hooker,,,,1840-10-01,M,rep,IA,7,,National Greenbacker,,,,,,,,,,G000203,,,,,,404567,,,,3601,Edward H. Gillette -Goode,John,,Jr.,,,1829-05-27,M,rep,VA,2,,Democrat,,,,,,,,,,G000277,,,,,,404639,,,,3666,John Goode -Groome,James,Black,,,,1838-04-04,M,sen,MD,,3,Democrat,,,,,,,,,,G000492,,,,,,404837,,,,3850,James Black Groome -Harris,John,Thomas,,,,1823-05-08,M,rep,VA,7,,Democrat,,,,,,,,,,H000247,,,,,,405125,,,,4108,John T. Harris -Hayes,Philip,Cornelius,,,,1833-02-03,M,rep,IL,7,,Republican,,,,,,,,,,H000391,,,,,,405259,,,,4231,Philip C. Hayes -Henkle,Eli,Jones,,,,1828-11-24,M,rep,MD,5,,Democrat,,,,,,,,,,H000497,,,,,,405360,,,,4323,Eli Jones Henkle -Henry,Daniel,Maynadier,,,,1823-02-19,M,rep,MD,1,,Democrat,,,,,,,,,,H000504,,,,,,405367,,,,4330,Daniel Maynadier Henry -Hill,Nathaniel,Peter,,,,1832-02-18,M,sen,CO,,3,Republican,,,,,,,,,,H000603,,,,,,405464,,,,4420,Nathaniel P. Hill -Hostetler,Abraham,Jonathan,,Abram,,1818-11-22,M,rep,IN,8,,Democrat,,,,,,,,,,H000805,,,,,,405654,,,,4595,Abraham J. Hostetler -Houston,George,Smith,,,,1811-01-17,M,sen,AL,,3,Democrat,,,,,,,,,,H000822,,,,,,405669,,,,4610,George S. Houston -Hull,Noble,Andrew,,,,1827-03-11,M,rep,FL,2,,Democrat,,,,,,,,,,H000945,,,,,,405790,,,,4722,Noble A. Hull -James,Amaziah,Bailey,,,,1812-07-01,M,rep,NY,19,,Republican,,,,,,,,,,J000044,,,,,,405949,,,,4879,Amaziah B. James -Johnston,Joseph,Eggleston,,,,1807-02-03,M,rep,VA,3,,Democrat,,,,,,,,,,J000192,,,,,,406087,,,,5006,Joseph E. Johnston -Jonas,Benjamin,Franklin,,,,1834-07-19,M,sen,LA,,3,Democrat,,,,,,,,,,J000204,,,,,,406099,,,,5017,Benjamin F. Jonas -Killinger,John,Weinland,,,,1824-09-18,M,rep,PA,14,,Republican,,,,,,,,,,K000179,,,,,,406342,,,,5243,John Weinland Killinger -Kimmel,William,,,,,1812-08-15,M,rep,MD,3,,Democrat,,,,,,,,,,K000185,,,,,,406347,,,,5247,William Kimmel -Kitchin,William,Hodges,,,,1837-12-22,M,rep,NC,2,,Democrat,,,,,,,,,,K000251,,,,,,406410,,,,5308,William H. Kitchin -Lay,Alfred,Morrison,,,,1836-05-20,M,rep,MO,7,,Democrat,,,,,,,,,,L000149,,,,,,406654,,,,5525,Alfred Morrison Lay -Lewis,Burwell,Boykin,,,,1838-07-07,M,rep,AL,6,,Democrat,,,,,,,,,,L000272,,,,,,406772,,,,5631,Burwell Boykin Lewis -Loring,George,Bailey,,,,1817-11-08,M,rep,MA,6,,Republican,,,,,,,,,,L000445,,,,,,406936,,,,5782,George B. Loring -Lounsbery,William,,,,,1831-12-25,M,rep,NY,15,,Democrat,,,,,,,,,,L000452,,,,,,406942,,,,5788,William Lounsbery -Majors,Thomas,Jefferson,,,,1841-06-25,M,rep,NE,-1,,Republican,,,,,,,,,,M000075,,,,,,407103,,,,5934,Thomas Jefferson Majors -Martin,Benjamin,Franklin,,,,1828-10-02,M,rep,WV,2,,Democrat,,,,,,,,,,M000169,,,,,,407191,,,,6015,Benjamin F. Martin -Martin,Joseph,John,,,,1833-11-21,M,rep,NC,1,,Republican,,,,,,,,,,M000190,,,,,,407211,,,,6032,Joseph John Martin -McGowan,Jonas,Hartzell,,,,1837-04-02,M,rep,MI,3,,Republican,,,,,,,,,,M000453,,,,,,407452,,,,6257,Jonas H. McGowan -McMahon,John,A.,,,,1833-02-19,M,rep,OH,3,,Democrat,,,,,,,,,,M000561,,,,,,407553,,,,6347,John A. McMahon -Monroe,James,,,,,1821-07-18,M,rep,OH,17,,Republican,,,,,,,,,,M000857,,,,,,407831,,,,6596,James Monroe (congressman) -Myers,William,Ralph,,,,1836-06-12,M,rep,IN,6,,Democrat,,,,,,,,,,M001133,,,,,,408095,,,,6839,William R. Myers -New,Jeptha,Dudley,,,,1830-11-28,M,rep,IN,4,,Democrat,,,,,,,,,,N000060,,,,,,408148,,,,6888,Jeptha D. New -Newberry,John,Stoughton,,,,1826-11-18,M,rep,MI,1,,Republican,,,,,,,,,,N000061,,,,,,408149,,,,6889,John Stoughton Newberry -O’Brien,James,,,,,1841-03-13,M,rep,NY,10,,Ind. Democrat,,,,,,,,,,O000011,,,,,,408262,,,,6999,James O'Brien (U.S. Congressman) -O’Reilly,Daniel,,,,,1838-06-03,M,rep,NY,2,,Ind. Democrat,,,,,,,,,,O000099,,,,,,408308,,,,7082,Daniel O'Reilly (politician) -Osmer,James,H.,,,,1832-01-23,M,rep,PA,27,,Republican,,,,,,,,,,O000119,,,,,,408374,,,,7100,James H. Osmer -Otero,Mariano,Sabino,,,,1844-08-29,M,rep,NM,-1,,Republican,,,,,,,,,,O000124,,,,,,408377,,,,,Mariano S. Otero -Overton,Edward,,Jr.,,,1836-02-04,M,rep,PA,15,,Republican,,,,,,,,,,O000145,,,,,,408396,,,,7125,Edward Overton Jr. -Pendleton,George,Hunt,,,,1825-07-19,M,sen,OH,,3,Democrat,,,,,,,,,,P000203,,,,,,408606,,,,7319,George H. Pendleton -Persons,Henry,,,,,1834-01-30,M,rep,GA,4,,Ind. Democrat,,,,,,,,,,P000248,,,,,,408651,,,,7361,Henry Persons -Philips,John,Finis,,,,1834-12-31,M,rep,MO,7,,Democrat,,,,,,,,,,P000304,,,,,,408704,,,,7409,John Finis Philips -Pierce,Ray,Vaughn,,,,1840-08-06,M,rep,NY,32,,Republican,,,,,,,,,,P000336,,,,,,408733,,,,7438,Ray V. Pierce -Poehler,Henry,,,,,1833-08-22,M,rep,MN,2,,Democrat,,,,,,,,,,P000400,,,,,,408793,,,,7499,Henry Poehler -Price,Hiram,,,,,1814-01-10,M,rep,IA,2,,Republican,,,,,,,,,,P000525,,,,,,408909,,,,7612,Hiram Price -Richmond,James,Buchanan,,,,1842-02-27,M,rep,VA,9,,Democrat,,,,,,,,,,R000234,,,,,,409210,,,,7887,James Buchanan Richmond -Rothwell,Gideon,Frank,,,,1836-04-24,M,rep,MO,10,,Democrat,,,,,,,,,,R000463,,,,,,409425,,,,8082,Gideon Frank Rothwell -Russell,Daniel,Lindsay,,,,1845-08-07,M,rep,NC,3,,National Greenbacker,,,,,,,,,,R000523,,,,,,409481,,,,8126,Daniel Lindsay Russell -Ryon,John,Walker,,,,1825-03-04,M,rep,PA,13,,Democrat,,,,,,,,,,R000564,,,,,,409520,,,,8161,John Walker Ryon -Samford,William,James,,,,1844-09-16,M,rep,AL,3,,Democrat,,,,,,,,,,S000022,,,,,,409541,,,,8186,William J. Samford -Sapp,William,Fletcher,,,,1824-11-20,M,rep,IA,8,,Republican,,,,,,,,,,S000060,,,,,,409573,,,,8215,William Fletcher Sapp -Sawyer,Samuel,Locke,,,,1813-11-27,M,rep,MO,8,,Ind. Democrat,,,,,,,,,,S000092,,,,,,409604,,,,8240,Samuel Locke Sawyer -Schleicher,Gustave,,,,,1823-11-19,M,rep,TX,-1,,Democrat,,,,,,,,,,S000129,,,,,,409637,,,,8265,Gustav Schleicher -Shields,James,,,,,,M,sen,MO,,3,Democrat,,,,,,,,,,S000362,,,,,,412130,,,,8470,"James Shields (politician, born 1806)" -Slater,James,Harvey,,,,1826-12-28,M,sen,OR,,3,Democrat,,,,,,,,,,S000476,,,,,,409965,,,,8567,James H. Slater -Slemons,William,Ferguson,,,,1830-03-15,M,rep,AR,2,,Democrat,,,,,,,,,,S000484,,,,,,409972,,,,8572,William F. Slemons -Smith,Hezekiah,Bradley,,,,1816-07-24,M,rep,NJ,2,,Democrat,,,,,,,,,,S000549,,,,,,410031,,,,8631,Hezekiah Bradley Smith -Smith,William,Ephraim,,,,1829-03-14,M,rep,GA,2,,Democrat,,,,,,,,,,S000631,,,,,,410105,,,,8700,William Ephraim Smith -Starin,John,Henry,,,,1825-08-27,M,rep,NY,20,,Republican,,,,,,,,,,S000808,,,,,,410274,,,,8848,John H. Starin -Steele,Walter,Leak,,,,1823-04-18,M,rep,NC,6,,Democrat,,,,,,,,,,S000838,,,,,,410302,,,,8874,Walter Leak Steele -Stevenson,Adlai,Ewing,,,,1835-10-23,M,rep,IL,13,,Democrat,,,,,,,,,,S000889,,,,,,410350,,,,8918,Adlai Stevenson I -Stone,John,Wesley,,,,1838-07-18,M,rep,MI,5,,Republican,,,,,,,,,,S000959,,,,,,410418,,,,8981,John W. Stone -Turner,Thomas,,,,,1821-09-10,M,rep,KY,9,,Democrat,,,,,,,,,,T000428,,,,,,410996,,,,9522,Thomas Turner (Congressman) -Voorhis,Charles,Henry,,,,1833-03-13,M,rep,NJ,5,,Republican,,,,,,,,,,V000117,,,,,,411171,,,,9686,Charles H. Voorhis -Waddill,James,Richard,,,,1842-11-22,M,rep,MO,6,,Democrat,,,,,,,,,,W000004,,,,,,411183,,,,9697,James Richard Waddill -Walker,James,David,,,,1830-12-13,M,sen,AR,,3,Democrat,,,,,,,,,,W000057,,,,,,411236,,,,9745,James D. Walker -Wells,Erastus,,,,,1823-12-02,M,rep,MO,2,,Democrat,,,,,,,,,,W000282,,,,,,411447,,,,9942,Erastus Wells -White,Harry,,,,,1834-01-12,M,rep,PA,25,,Republican,,,,,,,,,,W000373,,,,,,411534,,,,10026,Harry White (Pennsylvania) -Whiteaker,John,,,,,1820-05-04,M,rep,OR,1,,Democrat,,,,,,,,,,W000399,,,,,,411559,,,,10050,John Whiteaker -Williams,John,Stuart,,,,1818-07-10,M,sen,KY,,3,Democrat,,,,,,,,,,W000522,,,,,,411679,,,,10166,John Stuart Williams -Wright,Hendrick,Bradley,,,,1808-04-24,M,rep,PA,12,,National Greenbacker,,,,,,,,,,W000761,,,,,,411910,,,,10389,Hendrick Bradley Wright -Yeates,Jesse,Johnson,,,,1829-05-29,M,rep,NC,1,,Democrat,,,,,,,,,,Y000016,,,,,,411950,,,,10423,Jesse Johnson Yeates -Yocum,Seth,Hartman,,,,1834-08-02,M,rep,PA,20,,National Greenbacker,,,,,,,,,,Y000019,,,,,,411953,,,,10426,Seth Hartman Yocum -Garfield,James,Abram,,,,1831-11-19,M,rep,OH,19,,Republican,,,,,,,,,,G000063,,,,,,404436,,,,3473,James A. Garfield -Windom,William,,,,,1827-05-10,M,sen,MN,,2,Republican,,,,,,,,,,W000629,,,,,,411783,,,,10268,William Windom -Ainslie,George,,,,,1838-10-30,M,rep,ID,-1,,Democrat,,,,,,,,,,A000066,,,,,,400726,,,,,George Ainslie (delegate) -Aldrich,William,,,,,1820-01-19,M,rep,IL,1,,Republican,,,,,,,,,,A000086,,,,,,400745,,,,74,William Aldrich -Allen,Thomas,,,,,1813-08-29,M,rep,MO,2,,Democrat,,,,,,,,,,A000147,,,,,,400803,,,,129,Thomas Allen (representative) -Armfield,Robert,Franklin,,,,1829-07-09,M,rep,NC,7,,Democrat,,,,,,,,,,A000278,,,,,,400918,,,,229,Robert Franklin Armfield -Atherton,Gibson,,,,,1831-01-19,M,rep,OH,13,,Democrat,,,,,,,,,,A000325,,,,,,400973,,,,280,Gibson Atherton -Atkins,John,DeWitt Clinton,,,,1825-06-04,M,rep,TN,8,,Democrat,,,,,,,,,,A000327,,,,,,400976,,,,282,John DeWitt Clinton Atkins -Bayard,Thomas,Francis,Sr.,,,1828-10-29,M,sen,DE,,1,Democrat,,,,,,,,,,B000253,,,,,,401247,,,,528,Thomas F. Bayard -Berry,Campbell,Polson,,,,1834-11-07,M,rep,CA,3,,Democrat,,,,,,,,,,B000415,,,,,,401402,,,,671,Campbell Polson Berry -Black,George,Robison,,,,1835-03-24,M,rep,GA,1,,Democrat,,,,,,,,,,B000497,,,,,,401477,,,,741,George Robinson Black -Bowman,Selwyn,Zadock,,,,1840-05-11,M,rep,MA,5,,Republican,,,,,,,,,,B000705,,,,,,401667,,,,919,Selwyn Z. Bowman -Briggs,James,Frankland,,,,1827-10-23,M,rep,NH,2,,Republican,,,,,,,,,,B000831,,,,,,401788,,,,1034,James Frankland Briggs -Burrows,Joseph,Henry,,,,1840-05-15,M,rep,MO,10,,National Greenbacker,,,,,,,,,,B001141,,,,,,402084,,,,1309,Joseph Henry Burrows -Caldwell,John,William,,,,1837-01-15,M,rep,KY,3,,Democrat,,,,,,,,,,C000036,,,,,,402197,,,,1410,John W. Caldwell -Cameron,Angus,,,,,1826-07-04,M,sen,WI,,3,Republican,,,,,,,,,,C000064,,,,,,402222,,,,1434,Angus Cameron (American politician) -Camp,John,Henry,,,,1840-04-04,M,rep,NY,26,,Republican,,,,,,,,,,C000072,,,,,,402229,,,,1440,John H. Camp -Cannon,George,Quayle,,,,1827-01-11,M,rep,UT,-1,,Republican,,,,,,,,,,C000119,,,,,,402270,,,,,George Q. Cannon -Carpenter,Cyrus,Clay,,,,1829-11-24,M,rep,IA,9,,Republican,,,,,,,,,,C000166,,,,,,402314,,,,1519,Cyrus C. Carpenter -Chapman,Andrew,Grant,,,,1839-01-17,M,rep,MD,5,,Democrat,,,,,,,,,,C000307,,,,,,402449,,,,1650,Andrew Grant Chapman -Clark,John,Bullock,Jr.,,,1831-01-14,M,rep,MO,11,,Democrat,,,,,,,,,,C000442,,,,,,402580,,,,1774,John Bullock Clark Jr. -Colerick,Walpole,Gillespie,,,,1845-08-01,M,rep,IN,12,,Democrat,,,,,,,,,,C000623,,,,,,402752,,,,1935,Walpole G. Colerick -Conger,Omar,Dwight,,,,1818-04-01,M,sen,MI,,1,Republican,,,,,,,,,,C000678,,,,,,402804,,,,1981,Omar D. Conger -Cook,Philip,,,,,1817-07-30,M,rep,GA,3,,Democrat,,,,,,,,,,C000724,,,,,,402846,,,,2022,Philip Cook (general) -Cornell,Thomas,,,,,1814-01-27,M,rep,NY,15,,Republican,,,,,,,,,,C000783,,,,,,402903,,,,2072,Thomas Cornell (politician) -Crapo,William,Wallace,,,,1830-05-16,M,rep,MA,1,,Republican,,,,,,,,,,C000881,,,,,,402993,,,,2151,William W. Crapo -Cravens,Jordan,Edgar,,,,1830-11-07,M,rep,AR,3,,Democrat,,,,,,,,,,C000885,,,,,,402997,,,,2155,Jordan E. Cravens -Crowley,Richard,,,,,1836-12-14,M,rep,NY,31,,Republican,,,,,,,,,,C000945,,,,,,403057,,,,2212,Richard Crowley -Darrall,Chester,Bidwell,,,,1842-06-24,M,rep,LA,3,,Republican,,,,,,,,,,D000062,,,,,,403201,,,,2346,Chester Bidwell Darrall -Dawes,Rufus,,,,,1838-07-04,M,rep,OH,15,,Republican,,,,,,,,,,D000149,,,,,,403282,,,,2424,Rufus Dawes -De Motte,Mark,Lindsey,,,,1832-12-28,M,rep,IN,10,,Republican,,,,,,,,,,D000224,,,,,,403316,,,,2489,Mark L. De Motte -Deering,Nathaniel,Cobb,,,,1827-09-02,M,rep,IA,4,,Republican,,,,,,,,,,D000188,,,,,,403349,,,,2460,Nathaniel Cobb Deering -Dezendorf,John,Frederick,,,,1834-08-10,M,rep,VA,2,,Republican,,,,,,,,,,D000297,,,,,,403420,,,,2551,John F. Dezendorf -Doxey,Charles,Taylor,,,,1841-07-13,M,rep,IN,9,,Republican,,,,,,,,,,D000479,,,,,,403588,,,,2711,Charles T. Doxey -Dugro,Philip,Henry,,,,1855-10-03,M,rep,NY,7,,Democrat,,,,,,,,,,D000520,,,,,,403630,,,,2749,P. Henry Dugro -Dwight,Jeremiah,Wilbur,,,,1819-04-17,M,rep,NY,28,,Republican,,,,,,,,,,D000580,,,,,,403683,,,,2798,Jeremiah W. Dwight -Edgerton,Alonzo,Jay,,,,1827-06-07,M,sen,MN,,2,Republican,,,,,,,,,,E000046,,,,,,403741,,,,2846,Alonzo J. Edgerton -Errett,Russell,,,,,1817-11-10,M,rep,PA,22,,Republican,,,,,,,,,,E000207,,,,,,403894,,,,2984,Russell Errett -Fair,James,Graham,,,,1831-12-03,M,sen,NV,,1,Democrat,,,,,,,,,,F000002,,,,,,403964,,,,3045,James Graham Fair -Farwell,Sewall,Spaulding,,,,1834-04-26,M,rep,IA,2,,Republican,,,,,,,,,,F000039,,,,,,404000,,,,3077,Sewall S. Farwell -Finley,Jesse,Johnson,,,,1812-11-18,M,rep,FL,2,,Democrat,,,,,,,,,,F000134,,,,,,404089,,,,3156,Jesse J. Finley -Fisher,Horatio,Gates,,,,1838-04-21,M,rep,PA,18,,Republican,,,,,,,,,,F000148,,,,,,404103,,,,3168,Horatio Gates Fisher -Ford,Nicholas,,,,,1833-06-21,M,rep,MO,9,,National Greenbacker,,,,,,,,,,F000266,,,,,,404217,,,,3272,Nicholas Ford -Frost,Richard,Graham,,,,1851-12-29,M,rep,MO,3,,Democrat,,,,,,,,,,F000393,,,,,,404335,,,,3380,Richard Graham Frost -Fulkerson,Abram,,,,,1834-05-13,M,rep,VA,9,,Readjuster Democrat,,,,,,,,,,F000402,,,,,,404344,,,,3389,Abram Fulkerson -Godshalk,William,,,,,1817-10-25,M,rep,PA,7,,Republican,,,,,,,,,,G000249,,,,,,404611,,,,3640,William Godshalk -Gunter,Thomas,Montague,,,,1826-09-18,M,rep,AR,4,,Democrat,,,,,,,,,,G000527,,,,,,404872,,,,3879,Thomas M. Gunter -Hall,Joshua,Gilman,,,,1828-11-05,M,rep,NH,1,,Republican,,,,,,,,,,H000057,,,,,,404942,,,,3944,Joshua G. Hall -Hammond,John,,,,,1827-08-17,M,rep,NY,18,,Republican,,,,,,,,,,H000129,,,,,,405011,,,,4008,John Hammond (congressman) -Hardenbergh,Augustus,Albert,,,,1830-05-18,M,rep,NJ,7,,Democrat,,,,,,,,,,H000183,,,,,,405064,,,,4051,Augustus Albert Hardenbergh -Harris,Benjamin,Winslow,,,,1823-11-10,M,rep,MA,2,,Republican,,,,,,,,,,H000233,,,,,,405111,,,,4097,Benjamin W. Harris -Harris,Henry,Schenck,,,,1850-12-27,M,rep,NJ,4,,Democrat,,,,,,,,,,H000240,,,,,,405118,,,,4102,Henry S. Harris -Hawk,Robert,Moffett Allison,,,,1839-04-23,M,rep,IL,5,,Republican,,,,,,,,,,H000364,,,,,,405233,,,,4209,Robert M. A. Hawk -Hazeltine,Ira,Sherwin,,,,1821-07-13,M,rep,MO,6,,National Greenbacker,,,,,,,,,,H000417,,,,,,405283,,,,4255,Ira Sherwin Hazeltine -Hazelton,George,Cochrane,,,,1832-01-03,M,rep,WI,3,,Republican,,,,,,,,,,H000418,,,,,,405284,,,,4256,George Cochrane Hazelton -Heilman,William,,,,,1824-10-11,M,rep,IN,1,,Republican,,,,,,,,,,H000451,,,,,,405316,,,,4283,William Heilman -Hill,John,,,,,1821-06-10,M,rep,NJ,5,,Republican,,,,,,,,,,H000596,,,,,,405458,,,,4414,John Hill (New Jersey politician) -Hoge,John,Blair,,,,1825-02-02,M,rep,WV,2,,Democrat,,,,,,,,,,H000696,,,,,,405549,,,,4499,John B. Hoge -House,John,Ford,,,,1827-01-09,M,rep,TN,6,,Democrat,,,,,,,,,,H000819,,,,,,405666,,,,4607,John Ford House -Hubbell,Jay,Abel,,,,1829-09-15,M,rep,MI,9,,Republican,,,,,,,,,,H000894,,,,,,405740,,,,4678,Jay Abel Hubbell -Hubbs,Orlando,,,,,1840-02-18,M,rep,NC,2,,Republican,,,,,,,,,,H000896,,,,,,405742,,,,4680,Orlando Hubbs -Humphrey,Herman,Leon,,,,1830-03-14,M,rep,WI,7,,Republican,,,,,,,,,,H000952,,,,,,405796,,,,4727,Herman L. Humphrey -Jackson,Howell,Edmunds,,,,1832-04-08,M,sen,TN,,1,Democrat,,,,,,,,,,J000014,,,,,,405921,,,,4852,Howell Edmunds Jackson -Jacobs,Ferris,,Jr.,,,1836-03-20,M,rep,NY,21,,Republican,,,,,,,,,,J000035,,,,,,405940,,,,4870,"Ferris Jacobs, Jr." -Jadwin,Cornelius,Comegys,,,,1835-03-27,M,rep,PA,15,,Republican,,,,,,,,,,J000042,,,,,,405947,,,,4877,Cornelius Comegys Jadwin -Jones,Charles,William,,,,1834-12-24,M,sen,FL,,1,Democrat,,,,,,,,,,J000214,,,,,,406109,,,,5026,Charles W. Jones -Jones,George,Washington,,,,1828-09-05,M,rep,TX,5,,National Greenbacker,,,,,,,,,,J000223,,,,,,406117,,,,5034,George Washington Jones (Texas politician) -Jones,Phineas,,,,,1819-04-18,M,rep,NJ,6,,Republican,,,,,,,,,,J000247,,,,,,406140,,,,5057,Phineas Jones -Jorgensen,Joseph,,,,,1844-02-11,M,rep,VA,4,,Republican,,,,,,,,,,J000271,,,,,,406163,,,,5076,Joseph Jorgensen -Joyce,Charles,Herbert,,,,1830-01-30,M,rep,VT,1,,Republican,,,,,,,,,,J000275,,,,,,406167,,,,5080,Charles Herbert Joyce -Klotz,Robert,,,,,1819-10-27,M,rep,PA,11,,Democrat,,,,,,,,,,K000272,,,,,,406429,,,,5325,Robert Klotz -Knott,James,Proctor,,,,1830-08-29,M,rep,KY,4,,Democrat,,,,,,,,,,K000290,,,,,,406446,,,,5341,J. Proctor Knott -Ladd,George,Washington,,,,1818-09-28,M,rep,ME,4,,National Greenbacker,,,,,,,,,,L000013,,,,,,406523,,,,5394,George W. Ladd -Lapham,Elbridge,Gerry,,,,1814-10-18,M,sen,NY,,3,Republican,,,,,,,,,,L000092,,,,,,406600,,,,5473,Elbridge G. Lapham -Leedom,John,Peter,,,,1847-12-20,M,rep,OH,7,,Democrat,,,,,,,,,,L000210,,,,,,406713,,,,5574,John P. Leedom -Lewis,John,Henry,,,,1830-07-21,M,rep,IL,9,,Republican,,,,,,,,,,L000286,,,,,,406784,,,,5643,John H. Lewis -Lindsey,Stephen,Decatur,,,,1828-03-03,M,rep,ME,3,,Republican,,,,,,,,,,L000328,,,,,,406821,,,,5680,Stephen Lindsey -Lord,Henry,William,,,,1821-03-08,M,rep,MI,1,,Republican,,,,,,,,,,L000441,,,,,,406932,,,,5778,Henry W. Lord -Lowe,William,Manning,,,,1842-06-12,M,rep,AL,8,,National Greenbacker,,,,,,,,,,L000474,,,,,,406963,,,,5809,William M. Lowe -Lynch,John,Roy,,,,1847-09-10,M,rep,MS,6,,Republican,,,,,,,,,,L000533,,,,,,407017,,,,5855,John R. Lynch -Mahone,William,,,,,1826-12-01,M,sen,VA,,1,Republican,,,,,,,,,,M000067,,,,,,407095,,,,5926,William Mahone -Martin,Edward,Livingston,,,,1837-03-29,M,rep,DE,0,,Democrat,,,,,,,,,,M000178,,,,,,407200,,,,6022,Edward L. Martin -Mason,Joseph,,,,,1828-03-30,M,rep,NY,24,,Republican,,,,,,,,,,M000222,,,,,,407240,,,,6059,Joseph Mason (New York) -Maxey,Samuel,Bell,,,,1825-03-30,M,sen,TX,,1,Democrat,,,,,,,,,,M000265,,,,,,407283,,,,6093,Samuel B. Maxey -McCook,Anson,George,,,,1835-10-10,M,rep,NY,8,,Republican,,,,,,,,,,M000358,,,,,,407364,,,,6171,Anson G. McCook -McDill,James,Wilson,,,,1834-03-04,M,sen,IA,,2,Republican,,,,,,,,,,M000407,,,,,,407407,,,,6215,James W. McDill -McKenzie,James,Andrew,,,,1840-08-01,M,rep,KY,2,,Democrat,,,,,,,,,,M000505,,,,,,407500,,,,6299,James A. McKenzie -McLane,Robert,Milligan,,,,1815-06-23,M,rep,MD,4,,Democrat,,,,,,,,,,M000537,,,,,,407529,,,,6325,Robert Milligan McLane -McLean,James,Henry,,,,1829-08-13,M,rep,MO,2,,Republican,,,,,,,,,,M000548,,,,,,407540,,,,6336,James Henry McLean -McMillan,Samuel,James Renwick,,,,1826-02-22,M,sen,MN,,1,Republican,,,,,,,,,,M000570,,,,,,407561,,,,6355,Samuel J. R. McMillan -Miller,John,Franklin,,,,1831-11-21,M,sen,CA,,1,Republican,,,,,,,,,,M000740,,,,,,407717,,,,6493,John Franklin Miller (senator) -Miller,Warner,,,,,1838-08-12,M,sen,NY,,1,Republican,,,,,,,,,,M000760,,,,,,407738,,,,6514,Warner Miller -Mitchell,John,Inscho,,,,1838-07-28,M,sen,PA,,1,Republican,,,,,,,,,,M000819,,,,,,407794,,,,6566,John I. Mitchell -Moore,William,Robert,,,,1830-03-28,M,rep,TN,10,,Republican,,,,,,,,,,M000924,,,,,,407895,,,,6657,William Robert Moore -Morton,Levi,Parsons,,,,1824-05-16,M,rep,NY,11,,Republican,,,,,,,,,,M001018,,,,,,407985,,,,6742,Levi P. Morton -Mosgrove,James,,,,,1821-06-14,M,rep,PA,25,,National Greenbacker,,,,,,,,,,M001030,,,,,,407997,,,,6752,James Mosgrove -Murch,Thompson,Henry,,,,1838-03-29,M,rep,ME,5,,National Greenbacker,,,,,,,,,,M001080,,,,,,408045,,,,6798,Thompson H. Murch -Neal,Henry,Safford,,,,1828-08-25,M,rep,OH,11,,Republican,,,,,,,,,,N000012,,,,,,408106,,,,6848,Henry S. Neal -Nolan,Michael,Nicholas,,,,1833-05-04,M,rep,NY,16,,Democrat,,,,,,,,,,N000126,,,,,,408210,,,,6949,Michael N. Nolan -Norcross,Amasa,,,,,1824-01-26,M,rep,MA,10,,Republican,,,,,,,,,,N000134,,,,,,408218,,,,6956,Amasa Norcross -O’Connor,Michael,Patrick,,,,1831-09-29,M,rep,SC,2,,Democrat,,,,,,,,,,O000031,,,,,,408279,,,,7019,Michael P. O'Connor -Orth,Godlove,Stein,,,,1817-04-22,M,rep,IN,9,,Republican,,,,,,,,,,O000106,,,,,,408363,,,,7089,Godlove Stein Orth -Pacheco,Romualdo,,,,,1831-10-31,M,rep,CA,4,,Republican,,,,,,,,,,P000003,,,,,,408415,,,,7143,Romualdo Pacheco -Page,Horace,Francis,,,,1833-10-20,M,rep,CA,2,,Republican,,,,,,,,,,P000017,,,,,,408428,,,,7155,Horace F. Page -Peirce,Robert,Bruce Fraser,,,,1843-02-17,M,rep,IN,8,,Republican,,,,,,,,,,P000191,,,,,,408595,,,,7309,Robert B. F. Peirce -Phelps,James,,,,,1822-01-12,M,rep,CT,2,,Democrat,,,,,,,,,,P000295,,,,,,408695,,,,7400,James Phelps (congressman) -Phister,Elijah,Conner,,,,1822-10-08,M,rep,KY,10,,Democrat,,,,,,,,,,P000318,,,,,,408717,,,,7423,Elijah Phister -Pound,Thaddeus,Coleman,,,,1833-12-06,M,rep,WI,8,,Republican,,,,,,,,,,P000476,,,,,,408861,,,,7567,Thaddeus C. Pound -Prescott,Cyrus,Dan,,,,1836-08-15,M,rep,NY,23,,Republican,,,,,,,,,,P000512,,,,,,408897,,,,7602,Cyrus D. Prescott -Rice,John,Birchard,,,,1832-06-23,M,rep,OH,10,,Republican,,,,,,,,,,R000199,,,,,,409175,,,,7855,John B. Rice -Rice,Theron,Moses,,,,1829-09-21,M,rep,MO,7,,National Greenbacker,,,,,,,,,,R000203,,,,,,409179,,,,7859,Theron Moses Rice -Rich,John,Tyler,,,,1841-04-23,M,rep,MI,7,,Republican,,,,,,,,,,R000208,,,,,,409184,,,,7863,John Treadway Rich -Richardson,David,Plunket,,,,1833-05-28,M,rep,NY,29,,Republican,,,,,,,,,,R000219,,,,,,409195,,,,7874,David P. Richardson (New York politician) -Richardson,John,Smythe,,,,1828-02-29,M,rep,SC,1,,Democrat,,,,,,,,,,R000225,,,,,,409201,,,,7880,John S. Richardson -Ritchie,James,Monroe,,,,1829-07-28,M,rep,OH,6,,Republican,,,,,,,,,,R000274,,,,,,409248,,,,7920,James M. Ritchie -Robeson,George,Maxwell,,,,1829-03-16,M,rep,NJ,1,,Republican,,,,,,,,,,R000330,,,,,,409301,,,,7970,George M. Robeson -Ross,Miles,,,,,1827-04-30,M,rep,NJ,3,,Democrat,,,,,,,,,,R000452,,,,,,409416,,,,8074,Miles Ross -Scoville,Jonathan,,,,,1830-07-14,M,rep,NY,32,,Democrat,,,,,,,,,,S000190,,,,,,409695,,,,8315,Jonathan Scoville -Sessinghaus,Gustavus,,,,,1838-11-08,M,rep,MO,3,,Republican,,,,,,,,,,S000249,,,,,,409751,,,,8367,Gustavus Sessinghaus -Shackelford,John,Williams,,,,1844-11-16,M,rep,NC,3,,Democrat,,,,,,,,,,S000273,,,,,,409773,,,,8389,John Williams Shackelford -Shallenberger,William,Shadrack,,,,1839-11-24,M,rep,PA,24,,Republican,,,,,,,,,,S000281,,,,,,409780,,,,8396,William Shadrack Shallenberger -Sherwin,John,Crocker,,,,1838-02-08,M,rep,IL,4,,Republican,,,,,,,,,,S000353,,,,,,409849,,,,8461,John C. Sherwin -Shultz,Emanuel,,,,,1819-07-25,M,rep,OH,4,,Republican,,,,,,,,,,S000392,,,,,,409886,,,,8497,Emanuel Shultz -Simonton,Charles,Bryson,,,,1838-09-08,M,rep,TN,9,,Democrat,,,,,,,,,,S000426,,,,,,409920,,,,8524,Charles Bryson Simonton -Singleton,James,Washington,,,,1811-11-23,M,rep,IL,11,,Democrat,,,,,,,,,,S000444,,,,,,409938,,,,8540,James W. Singleton -Smith,Dietrich,Conrad,,,,1840-04-04,M,rep,IL,13,,Republican,,,,,,,,,,S000528,,,,,,410011,,,,8611,Dietrich C. Smith -Smith,John,Hyatt,,,,1824-04-10,M,rep,NY,3,,Independent,,,,,,,,,,S000571,,,,,,410053,,,,8652,J. Hyatt Smith -Sparks,William,Andrew Jackson,,,,1828-11-19,M,rep,IL,16,,Democrat,,,,,,,,,,S000704,,,,,,410175,,,,8767,William A. J. Sparks -Spaulding,Oliver,Lyman,,,,1833-08-02,M,rep,MI,6,,Republican,,,,,,,,,,S000706,,,,,,410177,,,,8769,Oliver L. Spaulding -Speer,Emory,,,,,1848-09-03,M,rep,GA,9,,Ind. Democrat,,,,,,,,,,S000711,,,,,,410181,,,,8773,Emory Speer -Stephens,Alexander,Hamilton,,,,1812-02-11,M,rep,GA,8,,Democrat,,,,,,,,,,S000854,,,,,,410317,,,,8885,Alexander H. Stephens -Thompson,William,George,,,,1830-01-17,M,rep,IA,5,,Republican,,,,,,,,,,T000224,,,,,,410803,,,,9345,William George Thompson -Townsend,Amos,,,,,,M,rep,OH,20,,Republican,,,,,,,,,,T000328,,,,,,410899,,,,9432,Amos Townsend -Tyler,James,Manning,,,,1835-04-27,M,rep,VT,2,,Republican,,,,,,,,,,T000449,,,,,,411017,,,,9541,James Manning Tyler -Updegraff,Jonathan,Taylor,,,,1822-05-13,M,rep,OH,16,,Republican,,,,,,,,,,U000018,,,,,,411041,,,,9563,Jonathan T. Updegraff -Upson,Christopher,Columbus,,,,1829-10-17,M,rep,TX,6,,Democrat,,,,,,,,,,U000028,,,,,,411051,,,,9573,Christopher C. Upson -Urner,Milton,George,,,,1839-07-29,M,rep,MD,6,,Republican,,,,,,,,,,U000033,,,,,,411055,,,,9577,Milton Urner -Van Aernam,Henry,,,,,1819-03-11,M,rep,NY,33,,Republican,,,,,,,,,,V000010,,,,,,411068,,,,9589,Henry Van Aernam -Van Wyck,Charles,Henry,,,,1824-05-10,M,sen,NE,,1,Republican,,,,,,,,,,V000067,,,,,,411109,,,,9643,Charles Van Wyck -Walker,Robert,Jarvis Cochran,,,,1838-10-20,M,rep,PA,16,,Republican,,,,,,,,,,W000066,,,,,,411245,,,,9754,Robert Jarvis Cochran Walker -Ward,William,,,,,1837-01-01,M,rep,PA,6,,Republican,,,,,,,,,,W000143,,,,,,411317,,,,9823,William Ward (Pennsylvania) -Webber,George,Washington,,,,1825-11-25,M,rep,MI,5,,Republican,,,,,,,,,,W000234,,,,,,411402,,,,9901,George W. Webber -Williams,Charles,Grandison,,,,1829-10-18,M,rep,WI,1,,Republican,,,,,,,,,,W000492,,,,,,411649,,,,10137,Charles G. Williams -Willits,Edwin,,,,,1830-04-24,M,rep,MI,2,,Republican,,,,,,,,,,W000564,,,,,,411720,,,,10206,Edwin Willits -Wilson,Benjamin,,,,,1825-04-30,M,rep,WV,1,,Democrat,,,,,,,,,,W000569,,,,,,411724,,,,10211,Benjamin Wilson (congressman) -Wise,Morgan,Ringland,,,,1825-06-07,M,rep,PA,21,,Democrat,,,,,,,,,,W000652,,,,,,411806,,,,10289,Morgan Ringland Wise -Wood,Benjamin,,,,,1820-10-13,M,rep,NY,5,,Democrat,,,,,,,,,,W000690,,,,,,411842,,,,10320,Benjamin Wood -Wood,Fernando,,,,,1812-06-14,M,rep,NY,-1,,Democrat,,,,,,,,,,W000694,,,,,,411846,,,,10324,Fernando Wood -Wood,Walter,Abbott,,,,1815-10-23,M,rep,NY,17,,Republican,,,,,,,,,,W000705,,,,,,411857,,,,10335,Walter A. Wood -Young,Thomas,Lowry,,,,1832-12-14,M,rep,OH,2,,Republican,,,,,,,,,,Y000054,,,,,,411986,,,,10455,Thomas L. Young -Barrow,Middleton,Pope,,,,1839-08-01,M,sen,GA,,2,Democrat,,,,,,,,,,B000184,,,,,,401183,,,,470,Middleton P. Barrow -Chilcott,George,Miles,,,,1828-01-02,M,sen,CO,,2,Republican,,,,,,,,,,C000352,,,,,,402491,,,,1690,George M. Chilcott -Alexander,Armstead,Milton,,,,1834-05-26,M,rep,MO,2,,Democrat,,,,,,,,,,A000090,,,,,,400749,,,,78,Armstead M. Alexander -Anthony,Henry,Bowen,,,,1815-04-01,M,sen,RI,,2,Republican,,,,,,,,,,A000262,,,,,,400900,,,,212,Henry B. Anthony -Bagley,John,Holroyd,Jr.,,,1832-11-26,M,rep,NY,15,,Democrat,,,,,,,,,,B000033,,,,,,401038,,,,337,John H. Bagley Jr. -Barr,Samuel,Fleming,,,,1829-06-15,M,rep,PA,14,,Republican,,,,,,,,,,B000171,,,,,,401172,,,,459,Samuel Fleming Barr -Belford,James,Burns,,,,1837-09-28,M,rep,CO,1,,Republican,,,,,,,,,,B000326,,,,,,401318,,,,593,James B. Belford -Bisbee,Horatio,,Jr.,,,1839-05-01,M,rep,FL,2,,Republican,,,,,,,,,,B000485,,,,,,401466,,,,730,Horatio Bisbee Jr. -Bowen,Thomas,Mead,,,,1835-10-26,M,sen,CO,,2,Republican,,,,,,,,,,B000686,,,,,,401648,,,,900,Thomas M. Bowen -Brainerd,Samuel,Myron,,,,1842-11-13,M,rep,PA,27,,Republican,,,,,,,,,,B000761,,,,,,401720,,,,970,Samuel Myron Brainerd -Bratton,John,,,,,1831-03-07,M,rep,SC,4,,Democrat,,,,,,,,,,B000772,,,,,,401731,,,,980,John Bratton -Breitung,Edward,,,,,1831-11-10,M,rep,MI,11,,Republican,,,,,,,,,,B000795,,,,,,401752,,,,1001,Edward Breitung -Brents,Thomas,Hurley,,,,1840-12-24,M,rep,WA,-1,,Republican,,,,,,,,,,B000806,,,,,,401763,,,,,Thomas Hurley Brents -Brewer,Francis,Beattie,,,,1820-10-08,M,rep,NY,33,,Republican,,,,,,,,,,B000809,,,,,,401766,,,,1014,Francis B. Brewer -Brewer,John,Hart,,,,1844-03-29,M,rep,NJ,2,,Republican,,,,,,,,,,B000810,,,,,,401767,,,,1015,J. Hart Brewer -Broadhead,James,Overton,,,,1819-05-29,M,rep,MO,9,,Democrat,,,,,,,,,,B000848,,,,,,401805,,,,1049,James Broadhead -Buchanan,Hugh,,,,,1823-09-15,M,rep,GA,4,,Democrat,,,,,,,,,,B001003,,,,,,401953,,,,1185,Hugh Buchanan -Buckner,Aylett,Hawes,,,,1816-12-14,M,rep,MO,7,,Democrat,,,,,,,,,,B001031,,,,,,401981,,,,1212,Aylett Hawes Buckner -Budd,James,Herbert,,,,1851-05-18,M,rep,CA,2,,Democrat,,,,,,,,,,B001034,,,,,,401984,,,,1214,James Budd -Calkins,William,Henry,,,,1842-02-18,M,rep,IN,13,,Republican,,,,,,,,,,C000048,,,,,,402209,,,,1422,William H. Calkins -Cassidy,George,Williams,,,,1836-04-25,M,rep,NV,0,,Democrat,,,,,,,,,,C000237,,,,,,402382,,,,1586,George Williams Cassidy -Chalmers,James,Ronald,,,,1831-01-12,M,rep,MS,2,,Independent,,,,,,,,,,C000272,,,,,,402415,,,,1617,James Ronald Chalmers -Clay,James,Franklin,,,,1840-10-29,M,rep,KY,2,,Democrat,,,,,,,,,,C000484,,,,,,402622,,,,1812,James Franklin Clay -Connolly,Daniel,Ward,,,,1847-04-24,M,rep,PA,12,,Democrat,,,,,,,,,,C000696,,,,,,402821,,,,1998,Daniel W. Connolly -Converse,George,Leroy,,,,1827-06-04,M,rep,OH,13,,Democrat,,,,,,,,,,C000711,,,,,,402835,,,,2011,George L. Converse -Cook,John,Calhoun,,,,1846-12-26,M,rep,IA,6,,Democrat,,,,,,,,,,C000719,,,,,,402842,,,,2018,John C. Cook -Cosgrove,John,,,,,1839-09-12,M,rep,MO,6,,Democrat,,,,,,,,,,C000793,,,,,,402913,,,,2080,John Cosgrove (Missouri politician) -Covington,George,Washington,,,,1838-09-12,M,rep,MD,1,,Democrat,,,,,,,,,,C000815,,,,,,402933,,,,2097,George Washington Covington -Craig,George,Henry,,,,1845-12-25,M,rep,AL,4,,Republican,,,,,,,,,,C000855,,,,,,402971,,,,2132,George Henry Craig -Culbertson,William,Wirt,,,,1835-09-22,M,rep,KY,9,,Republican,,,,,,,,,,C000966,,,,,,403077,,,,2232,William Wirt Culbertson -Cullen,William,,,,,1826-03-04,M,rep,IL,8,,Republican,,,,,,,,,,C000971,,,,,,403082,,,,2237,William Cullen (representative) -Cutts,Marsena,Edgar,,,,1833-05-22,M,rep,IA,6,,Republican,,,,,,,,,,C001032,,,,,,403139,,,,2293,Marsena E. Cutts -Davis,George,Royal,,,,1840-01-03,M,rep,IL,3,,Republican,,,,,,,,,,D000100,,,,,,403236,,,,2381,George R. Davis -Davis,Lowndes,Henry,,,,1836-12-13,M,rep,MO,14,,Democrat,,,,,,,,,,D000124,,,,,,403259,,,,2402,Lowndes Henry Davis -Deuster,Peter,Victor,,,,1831-02-13,M,rep,WI,4,,Democrat,,,,,,,,,,D000274,,,,,,403409,,,,2530,Peter V. Deuster -Dibrell,George,Gibbs,,,,1822-04-12,M,rep,TN,3,,Democrat,,,,,,,,,,D000301,,,,,,403423,,,,2554,George Gibbs Dibrell -Dorsheimer,William,,,,,1832-02-05,M,rep,NY,7,,Democrat,,,,,,,,,,D000442,,,,,,403552,,,,2679,William Dorsheimer -Dowd,Clement,,,,,1832-08-27,M,rep,NC,6,,Democrat,,,,,,,,,,D000463,,,,,,403573,,,,2697,Clement Dowd -Duncan,William,Addison,,,,1836-02-02,M,rep,PA,19,,Democrat,,,,,,,,,,D000538,,,,,,403645,,,,2762,William Addison Duncan -Eaton,William,Wallace,,,,1816-10-11,M,rep,CT,1,,Democrat,,,,,,,,,,E000028,,,,,,403723,,,,2832,William W. Eaton -Elliott,Mortimer,Fitzland,,,,1839-09-24,M,rep,PA,-1,,Democrat,,,,,,,,,,E000126,,,,,,403817,,,,2915,Mortimer Fitzland Elliott -Ellis,Ezekiel,John,,,,1840-10-15,M,rep,LA,2,,Democrat,,,,,,,,,,E000134,,,,,,403825,,,,2923,E. John Ellis -English,William,Eastin,,,,1850-11-03,M,rep,IN,7,,Democrat,,,,,,,,,,E000190,,,,,,403878,,,,2971,William E. English -Evins,John,Hamilton,,,,1830-07-18,M,rep,SC,4,,Democrat,,,,,,,,,,E000272,,,,,,403951,,,,3033,John H. Evins -Ferrell,Thomas,Merrill,,,,1844-06-20,M,rep,NJ,1,,Democrat,,,,,,,,,,F000089,,,,,,404047,,,,3117,Thomas M. Ferrell -Fiedler,William,Henry Frederick,,,,1847-08-25,M,rep,NJ,6,,Democrat,,,,,,,,,,F000103,,,,,,404060,,,,3130,William H. F. Fiedler -Finerty,John,Frederick,,,,1846-09-10,M,rep,IL,2,,Ind. Democrat,,,,,,,,,,F000127,,,,,,404082,,,,3150,John F. Finerty -Follett,John,Fassett,,,,1831-02-18,M,rep,OH,1,,Democrat,,,,,,,,,,F000243,,,,,,404197,,,,3253,John F. Follett -Garland,Augustus,Hill,,,,1832-06-11,M,sen,AR,,2,Democrat,,,,,,,,,,G000065,,,,,,404438,,,,3475,Augustus Hill Garland -Garrison,George,Tankard,,,,1835-01-14,M,rep,VA,1,,Democrat,,,,,,,,,,G000084,,,,,,404456,,,,3492,George Tankard Garrison -George,Melvin,Clark,,,,1849-05-13,M,rep,OR,1,,Republican,,,,,,,,,,G000128,,,,,,404498,,,,3533,Melvin Clark George -Glascock,John,Raglan,,,,1845-08-25,M,rep,CA,-1,,Democrat,,,,,,,,,,G000229,,,,,,404591,,,,3622,John R. Glascock -Graves,Alexander,,,,,1844-08-25,M,rep,MO,5,,Democrat,,,,,,,,,,G000390,,,,,,404740,,,,3759,Alexander Graves -Hancock,John,,,,,1824-10-24,M,rep,TX,10,,Democrat,,,,,,,,,,H000150,,,,,,405032,,,,4028,John Hancock (Texas politician) -Hardeman,Thomas,,Jr.,,,1825-01-12,M,rep,GA,0,,Democrat,,,,,,,,,,H000181,,,,,,405062,,,,4049,Thomas Hardeman Jr. -Hardy,John,,,,,1835-09-19,M,rep,NY,9,,Democrat,,,,,,,,,,H000196,,,,,,405077,,,,4063,John Hardy (US politician) -Hart,Alphonso,,,,,1830-07-04,M,rep,OH,12,,Republican,,,,,,,,,,H000282,,,,,,405156,,,,4140,Alphonso Hart -Haskell,Dudley,Chase,,,,1842-03-23,M,rep,KS,2,,Republican,,,,,,,,,,H000316,,,,,,405189,,,,4171,Dudley C. Haskell -Hatch,Herschel,Harrison,,,,1837-02-17,M,rep,MI,10,,Republican,,,,,,,,,,H000335,,,,,,405205,,,,4185,Herschel H. Hatch -Herndon,Thomas,Hord,,,,1828-07-01,M,rep,AL,1,,Democrat,,,,,,,,,,H000534,,,,,,405396,,,,4358,Thomas H. Herndon -Hewitt,Goldsmith,Whitehouse,,,,1834-02-14,M,rep,AL,6,,Democrat,,,,,,,,,,H000553,,,,,,405415,,,,4376,Goldsmith W. Hewitt -Hoblitzell,Fetter,Schrier,,,,1838-10-07,M,rep,MD,3,,Democrat,,,,,,,,,,H000664,,,,,,405519,,,,4472,Fetter Schrier Hoblitzell -Holton,Hart,Benton,,,,1835-10-13,M,rep,MD,5,,Republican,,,,,,,,,,H000751,,,,,,405602,,,,4547,Hart Benton Holton -Hooper,Benjamin,Stephen,,,,1835-03-06,M,rep,VA,4,,Readjuster,,,,,,,,,,H000763,,,,,,405613,,,,4557,Benjamin Stephen Hooper -Hopkins,James,Herron,,,,1832-11-03,M,rep,PA,22,,Democrat,,,,,,,,,,H000775,,,,,,405625,,,,4569,James Herron Hopkins -Horr,Roswell,Gilbert,,,,1830-11-26,M,rep,MI,8,,Republican,,,,,,,,,,H000794,,,,,,405643,,,,4585,Roswell G. Horr -Houseman,Julius,,,,,1832-12-08,M,rep,MI,5,,Democrat,,,,,,,,,,H000820,,,,,,405667,,,,4608,Julius Houseman -Howey,Benjamin,Franklin,,,,1828-03-17,M,rep,NJ,4,,Republican,,,,,,,,,,H000869,,,,,,405716,,,,4655,Benjamin Franklin Howey -Hunt,Carleton,,,,,1836-01-01,M,rep,LA,1,,Democrat,,,,,,,,,,H000969,,,,,,405813,,,,4742,Carleton Hunt -Hurd,Frank,Hunt,,,,1840-12-25,M,rep,OH,10,,Democrat,,,,,,,,,,H001002,,,,,,405842,,,,4772,Frank H. Hurd -Hutchins,Waldo,,,,,1822-09-30,M,rep,NY,12,,Democrat,,,,,,,,,,H001009,,,,,,405849,,,,4779,Waldo Hutchins -Jeffords,Elza,,,,,1826-05-23,M,rep,MS,3,,Republican,,,,,,,,,,J000071,,,,,,405975,,,,4904,Elza Jeffords -Jones,Burr,W.,,,,1846-03-09,M,rep,WI,3,,Democrat,,,,,,,,,,J000213,,,,,,406108,,,,5025,Burr W. Jones -Jordan,Isaac,M.,,,,1835-05-05,M,rep,OH,2,,Democrat,,,,,,,,,,J000268,,,,,,406160,,,,5074,Isaac M. Jordan -Kasson,John,Adam,,,,1822-01-11,M,rep,IA,7,,Republican,,,,,,,,,,K000018,,,,,,406189,,,,5100,John A. Kasson -Kellogg,William,Pitt,,,,1830-12-08,M,rep,LA,3,,Republican,,,,,,,,,,K000069,,,,,,406239,,,,5147,William Pitt Kellogg -Lacey,Edward,Samuel,,,,1835-11-26,M,rep,MI,3,,Republican,,,,,,,,,,L000009,,,,,,406519,,,,5390,Edward S. Lacey -Lamar,Lucius,Quintus Cincinnatus,,,,1825-09-17,M,sen,MS,,2,Democrat,,,,,,,,,,L000030,,,,,,406540,,,,5416,Lucius Quintus Cincinnatus Lamar II -Lamb,John,Edward,,,,1852-12-26,M,rep,IN,8,,Democrat,,,,,,,,,,L000034,,,,,,406544,,,,5420,John Edward Lamb -Lawrence,George,Van Eman,,,,1818-11-13,M,rep,PA,24,,Republican,,,,,,,,,,L000134,,,,,,406639,,,,5511,George Van Eman Lawrence -Lewis,Edward,Taylor,,,,1834-10-26,M,rep,LA,6,,Democrat,,,,,,,,,,L000280,,,,,,406778,,,,5637,Edward T. Lewis -Luna,Tranquilino,,,,,1849-02-25,M,rep,NM,-1,,Republican,,,,,,,,,,L000513,,,,,,406999,,,,,Tranquilino Luna -Lyman,Theodore,,,,,1833-08-23,M,rep,MA,9,,Ind. Republican,,,,,,,,,,L000529,,,,,,407013,,,,5851,Theodore Lyman (Massachusetts) -Mackey,Edmund,William McGregor,,,,1846-03-08,M,rep,SC,7,,Republican,,,,,,,,,,M000024,,,,,,407052,,,,5886,Edmund William McGregor Mackey -Maginnis,Martin,,,,,1841-10-27,M,rep,MT,-1,,Democrat,,,,,,,,,,M000050,,,,,,407078,,,,,Martin Maginnis -Manning,Vannoy,Hartrog,,Van,,1839-07-26,M,rep,MS,-1,,Democrat,,,,,,,,,,M000111,,,,,,407135,,,,5965,Van H. Manning -Manzanares,Francisco,Antonio,,,,1843-01-25,M,rep,NM,-1,,Democrat,,,,,,,,,,M000118,,,,,,407142,,,,,Francisco Antonio Manzanares -Mayo,Robert,Murphy,,,,1836-04-28,M,rep,VA,1,,Readjuster,,,,,,,,,,M000287,,,,,,407303,,,,6114,Robert Murphy Mayo -McCoid,Moses,Ayers,,,,1840-11-05,M,rep,IA,1,,Republican,,,,,,,,,,M000348,,,,,,407357,,,,6164,Moses A. McCoid -McCormick,John,Watts,,,,1831-12-20,M,rep,OH,11,,Republican,,,,,,,,,,M000368,,,,,,407373,,,,6180,John W. McCormick -Moulton,Samuel,Wheeler,,,,1821-01-20,M,rep,IL,17,,Democrat,,,,,,,,,,M001047,,,,,,408014,,,,6767,Samuel W. Moulton -Muldrow,Henry,Lowndes,,,,1837-02-08,M,rep,MS,1,,Democrat,,,,,,,,,,M001068,,,,,,408034,,,,6786,Henry L. Muldrow -Murray,Robert,Maynard,,,,1841-11-28,M,rep,OH,3,,Democrat,,,,,,,,,,M001113,,,,,,408076,,,,6824,Robert Maynard Murray -Nicholls,John,Calhoun,,,,1834-04-25,M,rep,GA,1,,Democrat,,,,,,,,,,N000087,,,,,,408172,,,,6914,John C. Nicholls -Ochiltree,Thomas,Peck,,,,1837-10-26,M,rep,TX,7,,Independent,,,,,,,,,,O000021,,,,,,408319,,,,7009,Thomas P. Ochiltree -Oury,Granville,Henderson,,,,1825-03-12,M,rep,AZ,0,,Democrat,,,,,,,,,,O000135,,,,,,408387,,,,,Granville Henderson Oury -Paige,David,Raymond,,,,1844-04-08,M,rep,OH,20,,Democrat,,,,,,,,,,P000025,,,,,,408436,,,,7163,David R. Paige -Palmer,Thomas,Witherell,,,,1830-01-25,M,sen,MI,,2,Republican,,,,,,,,,,P000044,,,,,,408454,,,,7181,Thomas W. Palmer -Patton,John,Denniston,,,,1829-11-28,M,rep,PA,25,,Democrat,,,,,,,,,,P000139,,,,,,408545,,,,7264,John Denniston Patton -Paul,John,,,,,1839-06-30,M,rep,VA,7,,Readjuster,,,,,,,,,,P000144,,,,,,408549,,,,7267,John Paul Sr. (judge) -Peelle,Stanton,Judkins,,,,1843-02-11,M,rep,IN,7,,Republican,,,,,,,,,,P000185,,,,,,408589,,,,7303,Stanton J. Peelle -Pike,Austin,Franklin,,,,1819-10-16,M,sen,NH,,2,Republican,,,,,,,,,,P000345,,,,,,408742,,,,7447,Austin F. Pike -Poland,Luke,Potter,,,,1815-11-01,M,rep,VT,2,,Republican,,,,,,,,,,P000406,,,,,,408799,,,,7504,Luke P. Poland -Pool,Walter,Freshwater,,,,1850-10-10,M,rep,NC,1,,Republican,,,,,,,,,,P000428,,,,,,408819,,,,7522,Walter F. Pool -Post,George,Adams,,,,1854-09-01,M,rep,PA,15,,Democrat,,,,,,,,,,P000453,,,,,,408840,,,,7544,George Adams Post -Post,Morton,Everel,,,,1840-12-25,M,rep,WY,0,,Democrat,,,,,,,,,,P000456,,,,,,408843,,,,,Morton Everel Post -Potter,Orlando,Brunson,,,,1823-03-10,M,rep,NY,11,,Democrat,,,,,,,,,,P000466,,,,,,408853,,,,7557,Orlando B. Potter -Pryor,Luke,,,,,1820-07-05,M,rep,AL,8,,Democrat,,,,,,,,,,P000557,,,,,,408940,,,,7640,Luke Pryor -Pusey,William,Henry Mills,,,,1826-07-29,M,rep,IA,9,,Democrat,,,,,,,,,,P000579,,,,,,408962,,,,7660,William Henry Mills Pusey -Ray,Ossian,,,,,1835-12-13,M,rep,NH,2,,Republican,,,,,,,,,,R000079,,,,,,409059,,,,7751,Ossian Ray -Raymond,John,Baldwin,,,,1844-12-05,M,rep,DK,-1,,Republican,,,,,,,,,,R000085,,,,,,409065,,,,,John B. Raymond -Riddleberger,Harrison,Holt,,,,1844-10-04,M,sen,VA,,2,Republican,,,,,,,,,,R000241,,,,,,409217,,,,7894,Harrison H. Riddleberger -Robinson,George,Dexter,,,,1834-01-20,M,rep,MA,12,,Republican,,,,,,,,,,R000335,,,,,,409306,,,,7975,George D. Robinson -Robinson,James,Sidney,,,,1827-10-14,M,rep,OH,9,,Republican,,,,,,,,,,R000339,,,,,,409310,,,,7978,James S. Robinson -Robinson,William,Erigena,,,,1814-05-06,M,rep,NY,2,,Democrat,,,,,,,,,,R000355,,,,,,409326,,,,7993,William Erigena Robinson -Rogers,William,Findlay,,,,1820-03-01,M,rep,NY,32,,Democrat,,,,,,,,,,R000407,,,,,,409373,,,,8038,William Findlay Rogers -Rosecrans,William,Starke,,,,1819-09-06,M,rep,CA,1,,Democrat,,,,,,,,,,R000440,,,,,,409404,,,,8063,William Rosecrans -Russell,William,Augustus,,,,1831-04-22,M,rep,MA,8,,Republican,,,,,,,,,,R000541,,,,,,409498,,,,8143,William A. Russell -Sabin,Dwight,May,,,,1843-04-25,M,sen,MN,,2,Republican,,,,,,,,,,S000003,,,,,,409524,,,,8165,Dwight M. Sabin -Saulsbury,Eli,,,,,1817-12-29,M,sen,DE,,2,Democrat,,,,,,,,,,S000072,,,,,,409584,,,,8222,Eli M. Saulsbury -Scales,Alfred,Moore,,,,1827-11-26,M,rep,NC,5,,Democrat,,,,,,,,,,S000103,,,,,,409613,,,,8248,Alfred Moore Scales -Shaw,Aaron,,,,,1811-12-19,M,rep,IL,16,,Democrat,,,,,,,,,,S000301,,,,,,409800,,,,8413,Aaron Shaw (representative) -Shelley,Charles,Miller,,,,1833-12-28,M,rep,AL,4,,Democrat,,,,,,,,,,S000326,,,,,,409823,,,,8436,Charles M. Shelley -Singiser,Theodore,Frelinghuysen,,,,1845-03-15,M,rep,ID,-1,,Republican,,,,,,,,,,S000443,,,,,,409937,,,,,Theodore Frelinghuysen Singiser -Skinner,Charles,Rufus,,,,1844-08-04,M,rep,NY,22,,Republican,,,,,,,,,,S000467,,,,,,409957,,,,8559,Charles R. Skinner -Slocum,Henry,Warner,,,,1827-09-24,M,rep,NY,-1,,Democrat,,,,,,,,,,S000496,,,,,,409983,,,,8584,Henry Warner Slocum -Smith,Abraham,Herr,,,,1815-03-07,M,rep,PA,9,,Republican,,,,,,,,,,S000509,,,,,,409995,,,,8597,Abraham Herr Smith -Smith,Hiram,Ypsilanti,,,,1843-03-22,M,rep,IA,7,,Republican,,,,,,,,,,S000550,,,,,,410032,,,,8632,Hiram Y. Smith -Stevens,Robert,Smith,,,,1824-03-27,M,rep,NY,31,,Democrat,,,,,,,,,,S000886,,,,,,410348,,,,8916,Robert S. Stevens -Stockslager,Strother,Madison,,,,1842-05-07,M,rep,IN,3,,Democrat,,,,,,,,,,S000938,,,,,,410397,,,,8961,Strother M. Stockslager -Sumner,Charles,Allen,,,,1835-08-02,M,rep,CA,-1,,Democrat,,,,,,,,,,S001069,,,,,,410523,,,,9084,Charles A. Sumner -Sumner,Daniel,Hadley,,,,1837-09-15,M,rep,WI,2,,Democrat,,,,,,,,,,S001070,,,,,,410524,,,,9085,Daniel H. Sumner -Tabor,Horace,Austin Warner,,,,1830-11-26,M,sen,CO,,2,Republican,,,,,,,,,,T000004,,,,,,410594,,,,9147,Horace Tabor -Thompson,Philip,Burton,Jr.,,,1845-10-15,M,rep,KY,8,,Democrat,,,,,,,,,,T000212,,,,,,410791,,,,9334,Philip B. Thompson Jr. -Tully,Pleasant,Britton,,,,1829-03-21,M,rep,CA,4,,Democrat,,,,,,,,,,T000407,,,,,,410976,,,,9504,Pleasant B. Tully -Turner,Oscar,,,,,1825-02-03,M,rep,KY,1,,Ind. Democrat,,,,,,,,,,T000425,,,,,,410993,,,,9519,Oscar Turner (1825–1896) -Valentine,Edward,Kimble,,,,1843-06-01,M,rep,NE,3,,Republican,,,,,,,,,,V000005,,,,,,411064,,,,9586,Edward K. Valentine -Van Alstyne,Thomas,Jefferson,,,,1827-07-25,M,rep,NY,16,,Democrat,,,,,,,,,,V000013,,,,,,411071,,,,9592,Thomas J. Van Alstyne -Vance,Robert,Brank,,,,1828-04-24,M,rep,NC,8,,Democrat,,,,,,,,,,V000019,,,,,,411115,,,,9599,Robert B. Vance -Wallace,Jonathan,Hasson,,,,1824-10-31,M,rep,OH,18,,Democrat,,,,,,,,,,W000080,,,,,,411259,,,,9766,Jonathan H. Wallace -Warner,Richard,,,,,1835-09-19,M,rep,TN,5,,Democrat,,,,,,,,,,W000156,,,,,,411329,,,,9834,Richard Warner (Tennessee) -Weller,Luman,Hamlin,,,,1833-08-24,M,rep,IA,4,,National Greenbacker,,,,,,,,,,W000275,,,,,,411440,,,,9935,Luman Hamlin Weller -Wemple,Edward,,,,,1843-10-23,M,rep,NY,20,,Democrat,,,,,,,,,,W000292,,,,,,411456,,,,9950,Edward Wemple -White,John,Daugherty,,,,1849-01-16,M,rep,KY,10,,Republican,,,,,,,,,,W000381,,,,,,411542,,,,10034,John D. White -Williams,Thomas,,,,,1825-08-11,M,rep,AL,5,,Democrat,,,,,,,,,,W000537,,,,,,411694,,,,10180,Thomas Williams (Alabama) -Wilson,James,,,,,1835-08-16,M,rep,IA,5,,Republican,,,,,,,,,,W000590,,,,,,411747,,,,10232,James Wilson (Secretary of Agriculture) -Winans,John,,,,,1831-09-27,M,rep,WI,1,,Democrat,,,,,,,,,,W000627,,,,,,411781,,,,10266,John Winans -Wise,John,Sergeant,,,,1846-12-27,M,rep,VA,-1,,Readjuster,,,,,,,,,,W000651,,,,,,411805,,,,10288,John Sergeant Wise -Wood,Thomas,Jefferson,,,,1844-09-30,M,rep,IN,10,,Democrat,,,,,,,,,,W000704,,,,,,411856,,,,10334,Thomas Jefferson Wood -Woodward,Gilbert,Motier,,,,1835-12-25,M,rep,WI,7,,Democrat,,,,,,,,,,W000731,,,,,,411883,,,,10361,Gilbert M. Woodward -Yaple,George,Lewis,,,,1851-02-20,M,rep,MI,4,,Democrat,,,,,,,,,,Y000005,,,,,,411939,,,,10413,George L. Yaple -York,Tyre,,,,,1836-05-04,M,rep,NC,7,,Ind. Democrat,,,,,,,,,,Y000022,,,,,,411956,,,,10429,Tyre York -Young,Hiram,Casey,,,,1828-12-14,M,rep,TN,10,,Democrat,,,,,,,,,,Y000037,,,,,,411969,,,,10440,H. Casey Young -Sheffield,William,Paine,,,,1820-08-30,M,sen,RI,,2,Republican,,,,,,,,,,S000319,,,,,,409816,,,,8429,William Paine Sheffield Sr. -Adams,John,Joseph,,,,1848-09-16,M,rep,NY,7,,Democrat,,,,,,,,,,A000040,,,,,,400701,,,,33,John J. Adams -Aiken,David,Wyatt,,,,1828-03-17,M,rep,SC,3,,Democrat,,,,,,,,,,A000061,,,,,,400721,,,,51,D. Wyatt Aiken -Anderson,Charles,Marley,,,,1845-01-05,M,rep,OH,4,,Democrat,,,,,,,,,,A000185,,,,,,400840,,,,164,Charles Marley Anderson -Arnot,John,,Jr.,,,1831-03-11,M,rep,NY,28,,Democrat,,,,,,,,,,A000301,,,,,,400943,,,,253,John Arnot Jr. -Ballentine,John,Goff,,,,1825-05-20,M,rep,TN,7,,Democrat,,,,,,,,,,B000105,,,,,,401106,,,,399,John Goff Ballentine -Barksdale,Ethelbert,,,,,1824-01-04,M,rep,MS,7,,Democrat,,,,,,,,,,B000146,,,,,,401148,,,,438,Ethelbert Barksdale -Beach,Lewis,,,,,1835-03-30,M,rep,NY,15,,Democrat,,,,,,,,,,B000263,,,,,,401257,,,,538,Lewis Beach -Bean,Curtis,Coe,,,,1828-01-04,M,rep,AZ,0,,Republican,,,,,,,,,,B000278,,,,,,401272,,,,,Curtis Coe Bean -Bennett,Risden,Tyler,,,,1840-06-18,M,rep,NC,6,,Democrat,,,,,,,,,,B000381,,,,,,401373,,,,643,Risden Tyler Bennett -Boyle,Charles,Edmund,,,,1836-02-04,M,rep,PA,21,,Democrat,,,,,,,,,,B000728,,,,,,401688,,,,940,Charles Edmund Boyle -Brady,James,Dennis,,,,1843-04-03,M,rep,VA,4,,Republican,,,,,,,,,,B000752,,,,,,401712,,,,963,James Dennis Brady -Bragg,Edward,Stuyvesant,,,,1827-02-20,M,rep,WI,2,,Democrat,,,,,,,,,,B000757,,,,,,401716,,,,966,Edward S. Bragg -Brown,Joseph,Emerson,,,,1821-04-15,M,sen,GA,,3,Democrat,,,,,,,,,,B000936,,,,,,401890,,,,1126,Joseph E. Brown -Brown,William,Wallace,,,,1836-04-22,M,rep,PA,16,,Republican,,,,,,,,,,B000952,,,,,,401905,,,,1141,William Wallace Brown -Buck,John,Ransom,,,,1835-12-06,M,rep,CT,1,,Republican,,,,,,,,,,B001018,,,,,,401968,,,,1199,John R. Buck -Burleigh,Henry,Gordon,,,,1832-06-02,M,rep,NY,18,,Republican,,,,,,,,,,B001106,,,,,,402051,,,,1277,Henry G. Burleigh -Cabell,George,Craighead,,,,1836-01-25,M,rep,VA,5,,Democrat,,,,,,,,,,C000004,,,,,,402166,,,,1379,George Cabell -Caldwell,Andrew,Jackson,,,,1837-07-22,M,rep,TN,6,,Democrat,,,,,,,,,,C000028,,,,,,402189,,,,1402,Andrew Jackson Caldwell -Campbell,Jacob,Miller,,,,1821-11-20,M,rep,PA,17,,Republican,,,,,,,,,,C000086,,,,,,402242,,,,1451,Jacob Miller Campbell -Carleton,Ezra,Child,,,,1838-09-06,M,rep,MI,7,,Democrat,,,,,,,,,,C000147,,,,,,402296,,,,1504,Ezra C. Carleton -Chace,Jonathan,,,,,1829-07-22,M,sen,RI,,2,Republican,,,,,,,,,,C000267,,,,,,402410,,,,1613,Jonathan Chace -Cobb,Thomas,Reed,,,,1828-07-02,M,rep,IN,2,,Democrat,,,,,,,,,,C000552,,,,,,402685,,,,1872,Thomas R. Cobb -Cole,William,Hinson,,,,1837-01-11,M,rep,MD,3,,Democrat,,,,,,,,,,C000615,,,,,,402744,,,,1929,William Hinson Cole -Comstock,Charles,Carter,,,,1818-03-05,M,rep,MI,5,,Democrat,,,,,,,,,,C000662,,,,,,402789,,,,1967,Charles C. Comstock -Cox,William,Ruffin,,,,1831-03-11,M,rep,NC,4,,Democrat,,,,,,,,,,C000841,,,,,,402958,,,,2120,William Ruffin Cox -Croxton,Thomas,,,,,1822-03-08,M,rep,VA,1,,Democrat,,,,,,,,,,C000950,,,,,,403062,,,,2217,Thomas Croxton -Curtin,Andrew,Gregg,,,,1817-04-22,M,rep,PA,20,,Democrat,,,,,,,,,,C001004,,,,,,403111,,,,2265,Andrew Gregg Curtin -Dawson,William,,,,,1848-03-17,M,rep,MO,14,,Democrat,,,,,,,,,,D000154,,,,,,403287,,,,2429,William Dawson (Missouri) -Dowdney,Abraham,,,,,1841-10-31,M,rep,NY,12,,Democrat,,,,,,,,,,D000465,,,,,,403575,,,,2699,Abraham Dowdney -Eden,John,Rice,,,,1826-02-01,M,rep,IL,17,,Democrat,,,,,,,,,,E000042,,,,,,403737,,,,2843,John R. Eden -Eldredge,Nathaniel,Buel,,,,1813-03-28,M,rep,MI,2,,Democrat,,,,,,,,,,E000104,,,,,,403795,,,,2893,Nathaniel B. Eldredge -Ellsberry,William,Wallace,,,,1833-12-18,M,rep,OH,11,,Democrat,,,,,,,,,,E000143,,,,,,403834,,,,2932,William W. Ellsberry -Ellwood,Reuben,,,,,1821-02-21,M,rep,IL,5,,Republican,,,,,,,,,,E000151,,,,,,403842,,,,2939,Reuben Ellwood -Ely,Frederick,David,,,,1838-09-24,M,rep,MA,9,,Republican,,,,,,,,,,E000165,,,,,,403856,,,,2953,Frederick D. Ely -Eustis,James,Biddle,,,,1834-08-27,M,sen,LA,,3,Democrat,,,,,,,,,,E000229,,,,,,403914,,,,3000,James B. Eustis -Evans,Isaac,Newton,,,,1827-07-29,M,rep,PA,7,,Republican,,,,,,,,,,E000244,,,,,,403928,,,,3010,Isaac Newton Evans -Evarts,William,Maxwell,,,,1818-02-06,M,sen,NY,,3,Republican,,,,,,,,,,E000262,,,,,,403943,,,,3024,William M. Evarts -Everhart,James,Bowen,,,,1821-07-26,M,rep,PA,6,,Republican,,,,,,,,,,E000270,,,,,,403949,,,,3031,James Bowen Everhart -Findlay,John,Van Lear,,,,1839-12-21,M,rep,MD,4,,Democrat,,,,,,,,,,F000121,,,,,,404077,,,,3145,John Van Lear Findlay -Fleeger,George,Washington,,,,1839-03-13,M,rep,PA,26,,Republican,,,,,,,,,,F000193,,,,,,404148,,,,3209,George Washington Fleeger -Ford,George,,,,,1846-01-11,M,rep,IN,13,,Democrat,,,,,,,,,,F000259,,,,,,404211,,,,3267,George Ford (politician) -Frederick,Benjamin,Todd,,,,1834-10-05,M,rep,IA,5,,Democrat,,,,,,,,,,F000357,,,,,,404304,,,,3350,Benjamin T. Frederick -Geddes,George,Washington,,,,1824-07-16,M,rep,OH,16,,Democrat,,,,,,,,,,G000115,,,,,,404487,,,,3522,George W. Geddes -Gibson,Eustace,,,,,1842-10-04,M,rep,WV,4,,Democrat,,,,,,,,,,G000160,,,,,,404527,,,,3560,Eustace Gibson -Gilfillan,John,Bachop,,,,1835-02-11,M,rep,MN,4,,Republican,,,,,,,,,,G000186,,,,,,404551,,,,3585,John Gilfillan -Green,Robert,Stockton,,,,1831-03-25,M,rep,NJ,3,,Democrat,,,,,,,,,,G000416,,,,,,404764,,,,3782,Robert Stockton Green -Green,Wharton,Jackson,,,,1831-02-28,M,rep,NC,3,,Democrat,,,,,,,,,,G000419,,,,,,404767,,,,3784,Wharton J. Green -Hahn,Michael,,,,,1830-11-24,M,rep,LA,2,,Republican,,,,,,,,,,H000019,,,,,,404904,,,,3907,Michael Hahn -Hailey,John,,,,,1835-08-29,M,rep,ID,-1,,Democrat,,,,,,,,,,H000023,,,,,,404908,,,,,John Hailey -Hale,John,Blackwell,,,,1831-02-27,M,rep,MO,2,,Democrat,,,,,,,,,,H000033,,,,,,404918,,,,3921,John Blackwell Hale -Hall,Benton,Jay,,,,1835-01-13,M,rep,IA,1,,Democrat,,,,,,,,,,H000044,,,,,,404929,,,,3932,Benton Jay Hall -Halsell,John,Edward,,,,1826-09-11,M,rep,KY,3,,Democrat,,,,,,,,,,H000086,,,,,,404968,,,,3968,John Edward Halsell -Hammond,Nathaniel,Job,,,,1833-12-26,M,rep,GA,5,,Democrat,,,,,,,,,,H000130,,,,,,405012,,,,4009,Nathaniel Job Hammond -Hampton,Wade,,,,,1818-03-28,M,sen,SC,,3,Democrat,,,,,,,,,,H000141,,,,,,405023,,,,4020,Wade Hampton III -Hanback,Lewis,,,,,1839-03-27,M,rep,KS,6,,Republican,,,,,,,,,,H000142,,,,,,405024,,,,4021,Lewis Hanback -Harris,Henry,Richard,,,,1828-02-02,M,rep,GA,4,,Democrat,,,,,,,,,,H000239,,,,,,405117,,,,4101,Henry R. Harris -Haynes,Martin,Alonzo,,,,1842-07-30,M,rep,NH,1,,Republican,,,,,,,,,,H000400,,,,,,405267,,,,4239,Martin Alonzo Haynes -Henley,Barclay,,,,,1843-03-17,M,rep,CA,1,,Democrat,,,,,,,,,,H000498,,,,,,405361,,,,4324,Barclay Henley -Hewitt,Abram,Stevens,,,,1822-07-31,M,rep,NY,10,,Democrat,,,,,,,,,,H000552,,,,,,405414,,,,4375,Abram Hewitt -Hill,William,David,,,,1833-10-01,M,rep,OH,6,,Democrat,,,,,,,,,,H000609,,,,,,405469,,,,4425,William D. Hill -Ingalls,John,James,,,,1833-12-29,M,sen,KS,,3,Republican,,,,,,,,,,I000012,,,,,,405874,,,,4801,John James Ingalls -Irion,Alfred,Briggs,,,,1833-02-18,M,rep,LA,6,,Democrat,,,,,,,,,,I000031,,,,,,405889,,,,4816,Alfred Briggs Irion -James,Darwin,Rush,,,,1834-05-14,M,rep,NY,3,,Republican,,,,,,,,,,J000048,,,,,,405953,,,,4882,Darwin R. James -Johnson,Frederick,Avery,,,,1833-01-02,M,rep,NY,21,,Republican,,,,,,,,,,J000131,,,,,,406030,,,,4952,Frederick A. Johnson -Jones,James,Henry,,,,1830-09-13,M,rep,TX,3,,Democrat,,,,,,,,,,J000230,,,,,,406123,,,,5041,James H. Jones -King,John,Floyd,,,,1842-04-20,M,rep,LA,5,,Democrat,,,,,,,,,,K000206,,,,,,406367,,,,5265,J. Floyd King -Kleiner,John,Jay,,,,1845-02-08,M,rep,IN,1,,Democrat,,,,,,,,,,K000263,,,,,,406421,,,,5318,John J. Kleiner -Le Fevre,Benjamin,,,,,1838-10-08,M,rep,OH,5,,Democrat,,,,,,,,,,L000159,,,,,,406663,,,,5578,Benjamin Le Fevre -Libbey,Harry,,,,,1843-11-22,M,rep,VA,2,,Republican,,,,,,,,,,L000298,,,,,,406793,,,,5653,Harry Libbey -Lindsley,James,Girard,,,,1819-03-19,M,rep,NY,17,,Republican,,,,,,,,,,L000329,,,,,,406822,,,,5681,James Girard Lindsley -Little,John,,,,,1837-04-25,M,rep,OH,8,,Republican,,,,,,,,,,L000351,,,,,,406843,,,,5701,John Little (congressman) -Logan,John,Alexander,,,,1826-02-09,M,sen,IL,,3,Republican,,,,,,,,,,L000403,,,,,,406894,,,,5746,John A. Logan -Lore,Charles,Brown,,,,1831-03-16,M,rep,DE,0,,Democrat,,,,,,,,,,L000443,,,,,,406934,,,,5780,Charles B. Lore -Louttit,James,Alexander,,,,1848-10-16,M,rep,CA,2,,Republican,,,,,,,,,,L000453,,,,,,406943,,,,5789,James A. Louttit -Lovering,Henry,Bacon,,,,1841-04-08,M,rep,MA,6,,Democrat,,,,,,,,,,L000464,,,,,,406953,,,,5799,Henry B. Lovering -Lowry,Robert,,,,,1824-04-02,M,rep,IN,12,,Democrat,,,,,,,,,,L000487,,,,,,406975,,,,5818,Robert Lowry (Indiana) -Markham,Henry,Harrison,,,,1840-11-16,M,rep,CA,6,,Republican,,,,,,,,,,M000134,,,,,,407157,,,,5984,Henry Markham -Martin,John,Mason,,,,1837-01-20,M,rep,AL,6,,Democrat,,,,,,,,,,M000188,,,,,,407209,,,,6030,John Mason Martin -Maybury,William,Cotter,,,,1848-11-20,M,rep,MI,1,,Democrat,,,,,,,,,,M000280,,,,,,407297,,,,6108,William C. Maybury -Millard,Stephen,Columbus,,,,1841-01-14,M,rep,NY,26,,Republican,,,,,,,,,,M000711,,,,,,407694,,,,6471,Stephen C. Millard -Miller,James,Francis,,,,1830-08-01,M,rep,TX,8,,Democrat,,,,,,,,,,M000732,,,,,,407711,,,,6487,James Francis Miller -Mitchell,Charles,Le Moyne,,,,1844-08-06,M,rep,CT,2,,Democrat,,,,,,,,,,M000807,,,,,,407782,,,,6556,Charles Le Moyne Mitchell -Morrison,William,Ralls,,,,1824-09-14,M,rep,IL,18,,Democrat,,,,,,,,,,M001000,,,,,,407968,,,,6725,William Ralls Morrison -Murphy,Jeremiah,Henry,,,,1835-02-19,M,rep,IA,2,,Democrat,,,,,,,,,,M001096,,,,,,408060,,,,6811,Jeremiah Henry Murphy -Neece,William,Henry,,,,1831-02-26,M,rep,IL,11,,Democrat,,,,,,,,,,N000020,,,,,,408112,,,,6853,William H. Neece -Negley,James,Scott,,,,1826-12-22,M,rep,PA,22,,Republican,,,,,,,,,,N000024,,,,,,408116,,,,6857,James S. Negley -O’Hara,James,Edward,,,,1844-02-26,M,rep,NC,2,,Republican,,,,,,,,,,O000054,,,,,,408289,,,,7042,James E. O'Hara -Payne,Henry,B.,,,,1810-11-30,M,sen,OH,,3,Democrat,,,,,,,,,,P000151,,,,,,408555,,,,7272,Henry B. Payne -Pettibone,Augustus,Herman,,,,1835-01-21,M,rep,TN,1,,Republican,,,,,,,,,,P000269,,,,,,408669,,,,7377,Augustus Herman Pettibone -Pirce,William,Almy,,,,1824-02-29,M,rep,RI,2,,Republican,,,,,,,,,,P000365,,,,,,408761,,,,7466,William A. Pirce -Price,Hugh,Hiram,,,,1859-12-02,M,rep,WI,8,,Republican,,,,,,,,,,P000526,,,,,,408910,,,,7613,Hugh H. Price -Price,William,Thompson,,,,1824-06-17,M,rep,WI,8,,Republican,,,,,,,,,,P000534,,,,,,408918,,,,7620,William T. Price -Pulitzer,Joseph,,,,,1847-04-10,M,rep,NY,9,,Democrat,,,,,,,,,,P000568,,,,,,408951,,,,7651,Joseph Pulitzer -Rankin,Joseph,,,,,1833-09-25,M,rep,WI,5,,Democrat,,,,,,,,,,R000057,,,,,,409037,,,,7732,Joseph Rankin -Ranney,Ambrose,Arnold,,,,1821-04-17,M,rep,MA,3,,Republican,,,,,,,,,,R000058,,,,,,409038,,,,7733,Ambrose Ranney -Reese,Seaborn,,,,,1846-11-28,M,rep,GA,8,,Democrat,,,,,,,,,,R000136,,,,,,409115,,,,7802,Seaborn Reese -Reid,James,Wesley,,,,1849-06-11,M,rep,NC,5,,Democrat,,,,,,,,,,R000148,,,,,,409125,,,,7811,James W. Reid (politician) -Rice,William,Whitney,,,,1826-03-07,M,rep,MA,10,,Republican,,,,,,,,,,R000205,,,,,,409181,,,,7861,William W. Rice -Riggs,James,Milton,,,,1839-04-17,M,rep,IL,12,,Democrat,,,,,,,,,,R000253,,,,,,409229,,,,7903,James M. Riggs -Robertson,Thomas,Austin,,,,1848-09-09,M,rep,KY,4,,Democrat,,,,,,,,,,R000325,,,,,,409296,,,,7965,Thomas A. Robertson -Sadler,Thomas,William,,,,1831-04-17,M,rep,AL,5,,Democrat,,,,,,,,,,S000010,,,,,,409530,,,,8171,Thomas William Sadler -Sessions,Walter,Loomis,,,,1820-10-04,M,rep,NY,34,,Republican,,,,,,,,,,S000251,,,,,,409752,,,,8368,Walter L. Sessions -Seymour,Edward,Woodruff,,,,1832-08-30,M,rep,CT,4,,Democrat,,,,,,,,,,S000266,,,,,,409767,,,,8383,Edward Woodruff Seymour -Singleton,Otho,Robards,,,,1814-10-14,M,rep,MS,5,,Democrat,,,,,,,,,,S000445,,,,,,409939,,,,8541,Otho R. Singleton -Smalls,Robert,,,,,1839-04-05,M,rep,SC,7,,Republican,,,,,,,,,,S000502,,,,,,409989,,,,8590,Robert Smalls -Spriggs,John,Thomas,,,,1825-04-05,M,rep,NY,23,,Democrat,,,,,,,,,,S000754,,,,,,410221,,,,8812,John T. Spriggs -St. Martin,Louis,,,,,1820-05-17,M,rep,LA,1,,Democrat,,,,,,,,,,S000768,,,,,,410235,,,,8181,Louis St. Martin -Stone,Eben,Francis,,,,1822-08-03,M,rep,MA,7,,Republican,,,,,,,,,,S000956,,,,,,410415,,,,8978,Eben F. Stone -Storm,John,Brutzman,,,,1838-09-19,M,rep,PA,11,,Democrat,,,,,,,,,,S000975,,,,,,410434,,,,8996,John Brutzman Storm -Strait,Horace,Burton,,,,1835-01-26,M,rep,MN,3,,Republican,,,,,,,,,,S000988,,,,,,410446,,,,9009,Horace B. Strait -Swinburne,John,,,,,1820-05-30,M,rep,NY,19,,Republican,,,,,,,,,,S001120,,,,,,410572,,,,9128,John Swinburne (New York) -Swope,John,Augustus,,,,1827-12-25,M,rep,PA,19,,Democrat,,,,,,,,,,S001128,,,,,,410579,,,,9135,John Augustus Swope -Taylor,Isaac,Hamilton,,,,1840-04-18,M,rep,OH,18,,Republican,,,,,,,,,,T000081,,,,,,410665,,,,9212,Isaac H. Taylor -Taylor,John,May,,,,1838-05-18,M,rep,TN,8,,Democrat,,,,,,,,,,T000090,,,,,,410673,,,,9221,John May Taylor -Taylor,Zachary,,,,,1849-05-09,M,rep,TN,10,,Republican,,,,,,,,,,T000106,,,,,,410688,,,,9237,Zachary Taylor (Tennessee) -Throckmorton,James,Webb,,,,1825-02-01,M,rep,TX,5,,Democrat,,,,,,,,,,T000246,,,,,,410824,,,,9363,James W. Throckmorton -Trigg,Connally,Findlay,,,,1847-09-18,M,rep,VA,9,,Democrat,,,,,,,,,,T000369,,,,,,410938,,,,9469,Connally Findlay Trigg -Tucker,John,Randolph,,,,1823-12-24,M,rep,VA,10,,Democrat,,,,,,,,,,T000401,,,,,,410970,,,,9499,John Randolph Tucker (politician) -Van Eaton,Henry,Smith,,,,1826-09-14,M,rep,MS,6,,Democrat,,,,,,,,,,V000038,,,,,,411083,,,,9614,Henry Smith Van Eaton -Viele,Egbert,Ludoricus,,,,1825-06-17,M,rep,NY,13,,Democrat,,,,,,,,,,V000097,,,,,,411152,,,,9670,Egbert Ludovicus Viele -Wadsworth,William,Henry,,,,1821-07-04,M,rep,KY,9,,Republican,,,,,,,,,,W000015,,,,,,411194,,,,9708,William H. Wadsworth -Wait,John,Turner,,,,1811-08-27,M,rep,CT,3,,Republican,,,,,,,,,,W000025,,,,,,411204,,,,9717,John T. Wait -Wakefield,James,Beach,,,,1825-03-21,M,rep,MN,2,,Republican,,,,,,,,,,W000026,,,,,,411205,,,,9718,James Wakefield -Wallace,Nathaniel,Dick,,,,1845-10-27,M,rep,LA,2,,Democrat,,,,,,,,,,W000081,,,,,,411260,,,,9767,Nathaniel D. Wallace -Ward,James,Hugh,,,,1853-11-30,M,rep,IL,3,,Democrat,,,,,,,,,,W000134,,,,,,411309,,,,9815,James Hugh Ward -Ward,Thomas,Bayless,,,,1835-04-27,M,rep,IN,9,,Democrat,,,,,,,,,,W000142,,,,,,411316,,,,9822,Thomas B. Ward -Warner,Adoniram,Judson,,,,1834-01-13,M,rep,OH,17,,Democrat,,,,,,,,,,W000151,,,,,,411325,,,,9830,Adoniram J. Warner -Weaver,Archibald,Jerard,,,,1843-04-15,M,rep,NE,1,,Republican,,,,,,,,,,W000223,,,,,,411391,,,,9892,Archibald J. Weaver -Wellborn,Olin,,,,,1843-06-18,M,rep,TX,6,,Democrat,,,,,,,,,,W000272,,,,,,411438,,,,9933,Olin Wellborn -White,Alexander,Colwell,,,,1833-12-12,M,rep,PA,25,,Republican,,,,,,,,,,W000354,,,,,,411516,,,,10008,Alexander Colwell White -White,Milo,,,,,1830-08-17,M,rep,MN,1,,Republican,,,,,,,,,,W000387,,,,,,411547,,,,10040,Milo White -Willis,Albert,Shelby,,,,1843-01-22,M,rep,KY,5,,Democrat,,,,,,,,,,W000557,,,,,,411713,,,,10199,Albert S. Willis -Wilson,Ephraim,King,,,,1821-12-22,M,sen,MD,,3,Democrat,,,,,,,,,,W000577,,,,,,411732,,,,10217,Ephraim King Wilson II -Winans,Edwin,Baruch,,,,1826-05-16,M,rep,MI,6,,Democrat,,,,,,,,,,W000625,,,,,,411779,,,,10264,Edwin B. Winans (politician) -Wolford,Frank,Lane,,,,1817-09-02,M,rep,KY,11,,Democrat,,,,,,,,,,W000681,,,,,,411833,,,,10313,Frank Lane Wolford -Worthington,Nicholas,Ellsworth,,,,1836-03-30,M,rep,IL,10,,Democrat,,,,,,,,,,W000749,,,,,,411898,,,,10378,Nicholas E. Worthington -Cheney,Person,Colby,,,,1828-02-25,M,sen,NH,,2,Republican,,,,,,,,,,C000343,,,,,,402483,,,,1683,Person Colby Cheney -Williams,Abram,Pease,,,,1832-02-03,M,sen,CA,,1,Republican,,,,,,,,,,W000486,,,,,,411643,,,,10131,Abram Williams -Allen,Charles,Herbert,,,,1848-04-15,M,rep,MA,8,,Republican,,,,,,,,,,A000116,,,,,,400773,,,,102,Charles Herbert Allen -Anderson,Albert,Raney,,,,1837-11-08,M,rep,IA,8,,Ind. Republican,,,,,,,,,,A000180,,,,,,400835,,,,159,Albert R. Anderson -Anderson,George,Alburtus,,,,1853-03-11,M,rep,IL,12,,Democrat,,,,,,,,,,A000187,,,,,,400842,,,,166,George A. Anderson -Barry,Frederick,George,,,,1845-01-12,M,rep,MS,4,,Democrat,,,,,,,,,,B000188,,,,,,401187,,,,474,Frederick G. Barry -Belmont,Perry,,,,,1851-12-28,M,rep,NY,1,,Democrat,,,,,,,,,,B000353,,,,,,401345,,,,618,Perry Belmont -Bliss,Archibald,Meserole,,,,1838-01-25,M,rep,NY,5,,Democrat,,,,,,,,,,B000558,,,,,,401532,,,,795,Archibald M. Bliss -Blodgett,Rufus,,,,,1834-10-09,M,sen,NJ,,1,Democrat,,,,,,,,,,B000562,,,,,,401536,,,,799,Rufus Blodgett -Bound,Franklin,,,,,1829-04-09,M,rep,PA,14,,Republican,,,,,,,,,,B000667,,,,,,401629,,,,883,Franklin Bound -Bowen,Henry,,,,,1841-12-26,M,rep,VA,9,,Republican,,,,,,,,,,B000683,,,,,,401645,,,,897,Henry Bowen -Brown,Charles,Elwood,,,,1834-07-04,M,rep,OH,2,,Republican,,,,,,,,,,B000907,,,,,,401864,,,,1102,Charles Elwood Brown -Brown,John,Robert,,,,1842-01-14,M,rep,VA,5,,Republican,,,,,,,,,,B000931,,,,,,401885,,,,1121,John Robert Brown (Virginia politician) -Bryce,Lloyd,Stephens,,,,1851-09-04,M,rep,NY,7,,Democrat,,,,,,,,,,B000998,,,,,,401948,,,,1180,Lloyd Bryce -Bunnell,Frank,Charles,,,,1842-03-19,M,rep,PA,15,,Republican,,,,,,,,,,B001064,,,,,,402011,,,,1241,Frank Charles Bunnell -Burnett,Edward,,,,,1849-03-16,M,rep,MA,9,,Democrat,,,,,,,,,,B001119,,,,,,402064,,,,1289,Edward Burnett -Butler,Roderick,Randum,,,,1827-04-09,M,rep,TN,1,,Republican,,,,,,,,,,B001188,,,,,,402130,,,,1348,Roderick R. Butler -Campbell,James,Edwin,,,,1843-07-07,M,rep,OH,7,,Democrat,,,,,,,,,,C000087,,,,,,402243,,,,1452,James E. Campbell -Clardy,Martin,Linn,,,,1844-04-26,M,rep,MO,10,,Democrat,,,,,,,,,,C000417,,,,,,402556,,,,1749,Martin L. Clardy -Collins,Patrick,Andrew,,,,1844-03-12,M,rep,MA,4,,Democrat,,,,,,,,,,C000641,,,,,,402769,,,,1948,Patrick Collins (mayor) -Crouse,George,Washington,,,,1832-11-23,M,rep,OH,20,,Republican,,,,,,,,,,C000936,,,,,,403048,,,,2203,George W. Crouse -Davenport,Ira,,,,,1841-06-28,M,rep,NY,29,,Republican,,,,,,,,,,D000072,,,,,,403210,,,,2354,Ira Davenport (politician) -Davidson,Alexander,Caldwell,,,,1826-12-26,M,rep,AL,4,,Democrat,,,,,,,,,,D000082,,,,,,403219,,,,2364,Alexander C. Davidson -Davis,Robert,Thompson,,,,1823-08-28,M,rep,MA,1,,Republican,,,,,,,,,,D000130,,,,,,403265,,,,2407,Robert T. Davis -Dawes,Henry,Laurens,,,,1816-10-30,M,sen,MA,,1,Republican,,,,,,,,,,D000148,,,,,,403281,,,,2423,Henry L. Dawes -Dougherty,Charles,,,,,1850-10-15,M,rep,FL,2,,Democrat,,,,,,,,,,D000445,,,,,,403555,,,,2682,Charles Dougherty (Florida politician) -Dunham,Ransom,Williams,,,,1838-03-21,M,rep,IL,1,,Republican,,,,,,,,,,D000541,,,,,,403649,,,,2766,Ransom W. Dunham -Dunn,Poindexter,,,,,1834-11-03,M,rep,AR,1,,Democrat,,,,,,,,,,D000552,,,,,,403659,,,,2775,Poindexter Dunn -Edmunds,George,Franklin,,,,1828-02-01,M,sen,VT,,1,Republican,,,,,,,,,,E000056,,,,,,403751,,,,2855,George F. Edmunds -Farwell,Charles,Benjamin,,,,1823-07-01,M,sen,IL,,3,Republican,,,,,,,,,,F000037,,,,,,403998,,,,3075,Charles B. Farwell -Fisher,Spencer,Oliver,,,,1843-02-03,M,rep,MI,10,,Democrat,,,,,,,,,,F000153,,,,,,404108,,,,3172,Spencer O. Fisher -Foran,Martin,Ambrose,,,,1844-11-11,M,rep,OH,21,,Democrat,,,,,,,,,,F000254,,,,,,404208,,,,3263,Martin A. Foran -French,Carlos,,,,,1835-08-06,M,rep,CT,2,,Democrat,,,,,,,,,,F000376,,,,,,404321,,,,3368,Carlos French -Fuller,William,Elijah,,,,1846-03-30,M,rep,IA,4,,Republican,,,,,,,,,,F000414,,,,,,404356,,,,3401,William E. Fuller -Gaines,William,Embre,,,,1844-08-30,M,rep,VA,4,,Republican,,,,,,,,,,G000009,,,,,,404386,,,,3427,William E. Gaines -Glass,Presley,Thornton,,,,1824-10-18,M,rep,TN,9,,Democrat,,,,,,,,,,G000233,,,,,,404595,,,,3626,Presley T. Glass -Glover,John,Milton,,,,1852-06-23,M,rep,MO,9,,Democrat,,,,,,,,,,G000244,,,,,,404606,,,,3635,John Milton Glover -Granger,Miles,Tobey,,,,1817-08-12,M,rep,CT,4,,Democrat,,,,,,,,,,G000378,,,,,,404729,,,,3751,Miles T. Granger -Greenman,Edward,Whitford,,,,1840-01-26,M,rep,NY,18,,Democrat,,,,,,,,,,G000433,,,,,,404781,,,,3797,Edward W. Greenman -Guenther,Richard,William,,,,1845-11-30,M,rep,WI,2,,Republican,,,,,,,,,,G000516,,,,,,404861,,,,3869,Richard W. Guenther -Hall,Norman,,,,,1829-11-17,M,rep,PA,26,,Democrat,,,,,,,,,,H000063,,,,,,404948,,,,3949,Norman Hall (politician) -Hayden,Edward,Daniel,,,,1833-12-27,M,rep,MA,5,,Republican,,,,,,,,,,H000386,,,,,,405254,,,,4228,Edward D. Hayden -Hearst,George,,,,,1820-09-03,M,sen,CA,,1,Democrat,,,,,,,,,,H000428,,,,,,405294,,,,4266,George Hearst -Hiestand,John,Andrew,,,,1824-10-02,M,rep,PA,9,,Republican,,,,,,,,,,H000569,,,,,,405431,,,,4389,John Andrew Hiestand -Hires,George,,,,,1835-01-26,M,rep,NJ,1,,Republican,,,,,,,,,,H000642,,,,,,405497,,,,4451,George Hires -Hiscock,Frank,,,,,1834-09-06,M,sen,NY,,1,Republican,,,,,,,,,,H000643,,,,,,405498,,,,4452,Frank Hiscock -Hogg,Charles,Edgar,,,,1852-12-21,M,rep,WV,4,,Democrat,,,,,,,,,,H000701,,,,,,405554,,,,4504,Charles E. Hogg -Holmes,Adoniram,Judson,,,,1842-03-02,M,rep,IA,10,,Republican,,,,,,,,,,H000733,,,,,,405584,,,,4530,Adoniram J. Holmes -Hopkins,Samuel,Isaac,,,,1843-12-12,M,rep,VA,6,,Union,,,,,,,,,,H000779,,,,,,405629,,,,4572,Samuel I. Hopkins -Hopkins,Stephen,Tyng,,,,1849-03-25,M,rep,NY,17,,Republican,,,,,,,,,,H000782,,,,,,405632,,,,4575,Stephen T. Hopkins -Hovey,Alvin,Peterson,,,,1821-09-06,M,rep,IN,1,,Republican,,,,,,,,,,H000833,,,,,,405680,,,,4621,Alvin Peterson Hovey -Howard,Jonas,George,,,,1825-05-22,M,rep,IN,3,,Democrat,,,,,,,,,,H000842,,,,,,405689,,,,4629,Jonas G. Howard -Hudd,Thomas,Richard,,,,1835-10-02,M,rep,WI,5,,Democrat,,,,,,,,,,H000902,,,,,,405748,,,,4684,Thomas R. Hudd -Hutton,John,Edward,,,,1828-03-28,M,rep,MO,7,,Democrat,,,,,,,,,,H001019,,,,,,405856,,,,4783,John E. Hutton -Jackson,Oscar,Lawrence,,,,1840-09-02,M,rep,PA,24,,Republican,,,,,,,,,,J000024,,,,,,405930,,,,4861,Oscar Lawrence Jackson -Johnston,James,Thomas,,,,1839-01-19,M,rep,IN,8,,Republican,,,,,,,,,,J000188,,,,,,406083,,,,5003,James T. Johnston -Johnston,Thomas,Dillard,,,,1840-04-01,M,rep,NC,9,,Democrat,,,,,,,,,,J000199,,,,,,406094,,,,5013,Thomas D. Johnston -Jones,James,Taylor,,,,1832-07-20,M,rep,AL,1,,Democrat,,,,,,,,,,J000233,,,,,,406126,,,,5043,James T. Jones -Kane,Nicholas,Thomas,,,,1846-09-12,M,rep,NY,19,,Democrat,,,,,,,,,,K000007,,,,,,406181,,,,5094,Nicholas T. Kane -Laffoon,Polk,,,,,1844-10-24,M,rep,KY,2,,Democrat,,,,,,,,,,L000016,,,,,,406526,,,,5398,Polk Laffoon -Landes,Silas,Zephaniah,,,,1842-05-15,M,rep,IL,16,,Democrat,,,,,,,,,,L000048,,,,,,406557,,,,5431,Silas Z. Landes -Latham,Louis,Charles,,,,1840-09-11,M,rep,NC,1,,Democrat,,,,,,,,,,L000109,,,,,,406616,,,,5489,Louis C. Latham -Long,John,Davis,,,,1838-10-27,M,rep,MA,2,,Republican,,,,,,,,,,L000423,,,,,,406913,,,,5762,John Davis Long -Lyman,Joseph,,,,,1840-09-13,M,rep,IA,9,,Republican,,,,,,,,,,L000526,,,,,,407010,,,,5848,Joseph Lyman -Lynch,John,,,,,1843-11-01,M,rep,PA,12,,Democrat,,,,,,,,,,L000532,,,,,,407016,,,,5854,John Lynch (Pennsylvania) -MacDonald,John,Lewis,,,,1838-02-22,M,rep,MN,3,,Democrat,,,,,,,,,,M000003,,,,,,407033,,,,5871,John L. MacDonald -Maffett,James,Thompson,,,,1837-02-02,M,rep,PA,25,,Republican,,,,,,,,,,M000044,,,,,,407072,,,,5904,James Thompson Maffett -Mahoney,Peter,Paul,,,,1848-06-25,M,rep,NY,4,,Democrat,,,,,,,,,,M000068,,,,,,407096,,,,5927,Peter P. Mahoney -Matson,Courtland,Cushing,,,,1841-04-25,M,rep,IN,5,,Democrat,,,,,,,,,,M000248,,,,,,407266,,,,6081,Courtland C. Matson -McCullogh,Welty,,,,,1847-10-10,M,rep,PA,21,,Republican,,,,,,,,,,M000394,,,,,,407395,,,,6205,Welty McCullogh -McShane,John,Albert,,,,1850-08-25,M,rep,NE,1,,Democrat,,,,,,,,,,M000601,,,,,,407590,,,,6383,John A. McShane -Merriman,Truman,Adams,,,,1839-09-05,M,rep,NY,11,,Democrat,,,,,,,,,,M000658,,,,,,407644,,,,6431,Truman A. Merriman -Moffatt,Seth,Crittenden,,,,1841-08-10,M,rep,MI,11,,Republican,,,,,,,,,,M000837,,,,,,407811,,,,6580,Seth C. Moffatt -Morse,Leopold,,,,,1831-08-15,M,rep,MA,3,,Democrat,,,,,,,,,,M001012,,,,,,407979,,,,6736,Leopold Morse -Neal,John,Randolph,,,,1836-11-26,M,rep,TN,3,,Democrat,,,,,,,,,,N000013,,,,,,408107,,,,6849,John R. Neal -Newton,Cherubusco,,,,,1848-05-15,M,rep,LA,5,,Democrat,,,,,,,,,,N000074,,,,,,408161,,,,6902,Cherubusco Newton -Nichols,John,,,,,1834-11-14,M,rep,NC,4,,Independent,,,,,,,,,,N000091,,,,,,408176,,,,6918,John Nichols (politician) -Norwood,Thomas,Manson,,,,1830-04-26,M,rep,GA,1,,Democrat,,,,,,,,,,N000160,,,,,,408241,,,,6978,Thomas M. Norwood -Paddock,Algernon,Sidney,,,,1830-11-09,M,sen,NE,,1,Republican,,,,,,,,,,P000010,,,,,,408421,,,,7148,Algernon Paddock -Parker,Abraham,X.,,,,1831-11-14,M,rep,NY,22,,Republican,,,,,,,,,,P000053,,,,,,408463,,,,7187,Abraham X. Parker -Patton,John,,,,,1823-01-06,M,rep,PA,20,,Republican,,,,,,,,,,P000138,,,,,,408544,,,,7262,John Patton (1823–97) -Phelps,William,Walter,,,,1839-08-24,M,rep,NJ,5,,Republican,,,,,,,,,,P000302,,,,,,408702,,,,7407,William Walter Phelps -Pidcock,James,Nelson,,,,1836-02-08,M,rep,NJ,4,,Democrat,,,,,,,,,,P000331,,,,,,408728,,,,7433,James N. Pidcock -Plumb,Ralph,,,,,1816-03-29,M,rep,IL,8,,Republican,,,,,,,,,,P000390,,,,,,408784,,,,7490,Ralph Plumb -Posey,Francis,Blackburn,,,,1848-04-28,M,rep,IN,1,,Republican,,,,,,,,,,P000451,,,,,,408837,,,,7542,Francis B. Posey -Reagan,John,Henninger,,,,1818-10-08,M,sen,TX,,1,Democrat,,,,,,,,,,R000098,,,,,,409078,,,,7769,John Henninger Reagan -Rice,Edmund,,,,,1819-02-14,M,rep,MN,4,,Democrat,,,,,,,,,,R000196,,,,,,409172,,,,7852,Edmund Rice (politician) -Robertson,Edward,White,,,,1823-06-13,M,rep,LA,6,,Democrat,,,,,,,,,,R000321,,,,,,409292,,,,7961,Edward White Robertson -Romeis,Jacob,,,,,1835-12-01,M,rep,OH,10,,Republican,,,,,,,,,,R000415,,,,,,409381,,,,8045,Jacob Romeis -Russell,John,Edwards,,,,1834-01-20,M,rep,MA,10,,Democrat,,,,,,,,,,R000530,,,,,,409488,,,,8132,John E. Russell -Sawyer,Philetus,,,,,1816-09-22,M,sen,WI,,1,Republican,,,,,,,,,,S000091,,,,,,409603,,,,8239,Philetus Sawyer -Scott,William,Lawrence,,,,1828-07-02,M,rep,PA,27,,Democrat,,,,,,,,,,S000188,,,,,,409693,,,,8314,William Lawrence Scott -Seymour,Henry,William,,,,1834-07-21,M,rep,MI,11,,Republican,,,,,,,,,,S000267,,,,,,409768,,,,8384,Henry W. Seymour -Shaw,Frank,Thomas,,,,1841-10-07,M,rep,MD,2,,Democrat,,,,,,,,,,S000304,,,,,,409802,,,,8415,Frank Thomas Shaw -Smith,Henry,,,,,1838-07-22,M,rep,WI,4,,Union,,,,,,,,,,S000546,,,,,,410028,,,,8629,Henry Smith (Wisconsin) -Snyder,Charles,Philip,,,,1847-06-09,M,rep,WV,3,,Democrat,,,,,,,,,,S000665,,,,,,410138,,,,8732,Charles P. Snyder -Sowden,William,Henry,,,,1840-06-06,M,rep,PA,10,,Democrat,,,,,,,,,,S000692,,,,,,410163,,,,8755,William Henry Sowden -Symes,George,Gifford,,,,1840-04-28,M,rep,CO,1,,Republican,,,,,,,,,,S001133,,,,,,410584,,,,9140,George G. Symes -Tarsney,Timothy,Edward,,,,1849-02-04,M,rep,MI,8,,Democrat,,,,,,,,,,T000044,,,,,,410632,,,,9182,Timothy E. Tarsney -Taulbee,William,Preston,,,,1851-10-22,M,rep,KY,10,,Democrat,,,,,,,,,,T000055,,,,,,410643,,,,9191,William P. Taulbee -Thomas,George,Morgan,,,,1828-11-23,M,rep,KY,9,,Republican,,,,,,,,,,T000167,,,,,,410748,,,,9293,George M. Thomas -Thomas,John,Robert,,,,1846-10-11,M,rep,IL,20,,Republican,,,,,,,,,,T000176,,,,,,410757,,,,9302,John R. Thomas -Thompson,Thomas,Larkin,,,,1838-05-31,M,rep,CA,1,,Democrat,,,,,,,,,,T000219,,,,,,410798,,,,9340,Thomas Larkin Thompson -Toole,Joseph,Kemp,,,,1851-05-12,M,rep,MT,-1,,Democrat,,,,,,,,,,T000312,,,,,,410885,,,,,Joseph Toole -Vance,Robert,Johnstone,,,,1854-03-15,M,rep,CT,1,,Democrat,,,,,,,,,,V000020,,,,,,411116,,,,9600,Robert J. Vance -Voorhees,Charles,Stewart,,,,1853-06-04,M,rep,WA,-1,,Democrat,,,,,,,,,,V000115,,,,,,411169,,,,,Charles Stewart Voorhees -Weaver,James,Baird,,,,1833-06-12,M,rep,IA,6,,National Greenbacker,,,,,,,,,,W000225,,,,,,411393,,,,9894,James B. Weaver -Weber,John,Baptiste,,,,1842-09-21,M,rep,NY,33,,Republican,,,,,,,,,,W000236,,,,,,411404,,,,9902,John B. Weber -West,George,,,,,1823-02-17,M,rep,NY,20,,Republican,,,,,,,,,,W000302,,,,,,411466,,,,9960,George West -White,James,Bain,,,,1835-06-26,M,rep,IN,12,,Republican,,,,,,,,,,W000378,,,,,,411539,,,,10031,James Bain White -White,Stephen,Van Culen,,,,1831-08-01,M,rep,NY,3,,Republican,,,,,,,,,,W000395,,,,,,411555,,,,10046,Stephen V. White -Whiting,William,,,,,1841-05-24,M,rep,MA,11,,Republican,,,,,,,,,,W000418,,,,,,411577,,,,10067,William Whiting II -Wilkins,Beriah,,,,,1846-07-10,M,rep,OH,16,,Democrat,,,,,,,,,,W000474,,,,,,411631,,,,10119,Beriah Wilkins -Wilson,Thomas,,,,,1827-05-16,M,rep,MN,1,,Democrat,,,,,,,,,,W000614,,,,,,411771,,,,10255,Thomas Wilson (Minnesota) -Woodburn,William,,,,,1838-04-14,M,rep,NV,0,,Republican,,,,,,,,,,W000710,,,,,,411862,,,,10340,William Woodburn -Harrison,Benjamin,,,,,1833-08-20,M,sen,IN,,1,Republican,,,,,,,,,,H000263,,,,,,405139,,,,4124,Benjamin Harrison -Adams,George,Everett,,,,1840-06-18,M,rep,IL,4,,Republican,,,,,,,,,,A000034,,,,,,400695,,,,27,George E. Adams -Allen,Edward,Payson,,,,1839-10-28,M,rep,MI,2,,Republican,,,,,,,,,,A000119,,,,,,400776,,,,104,Edward P. Allen -Allen,John,Beard,,,,1845-05-18,M,sen,WA,,1,Republican,,,,,,,,,,A000130,,,,,,400786,,,,113,John B. Allen -Anderson,Chapman,Levy,,,,1845-03-15,M,rep,MS,5,,Democrat,,,,,,,,,,A000183,,,,,,400838,,,,162,Chapman L. Anderson -Anderson,John,Alexander,,,,1834-06-26,M,rep,KS,5,,Republican,,,,,,,,,,A000194,,,,,,400849,,,,172,John Alexander Anderson -Atkinson,George,Wesley,,,,1845-06-29,M,rep,WV,1,,Republican,,,,,,,,,,A000330,,,,,,400979,,,,284,George W. Atkinson -Baker,Charles,Simeon,,,,1839-02-18,M,rep,NY,30,,Republican,,,,,,,,,,B000057,,,,,,401062,,,,359,Charles S. Baker -Banks,Nathaniel,Prentice,,,,1816-01-30,M,rep,MA,5,,Republican,,,,,,,,,,B000116,,,,,,401117,,,,409,Nathaniel P. Banks -Barbour,John,Strode,Jr.,,,1820-12-29,M,sen,VA,,2,Democrat,,,,,,,,,,B000129,,,,,,401130,,,,422,John S. Barbour Jr. -Barnes,George,Thomas,,,,1833-08-14,M,rep,GA,10,,Democrat,,,,,,,,,,B000157,,,,,,401159,,,,447,George Barnes (American politician) -Bayne,Thomas,McKee,,,,1836-06-14,M,rep,PA,23,,Republican,,,,,,,,,,B000261,,,,,,401255,,,,536,Thomas McKee Bayne -Beck,James,Burnie,,,,1822-02-13,M,sen,KY,,2,Democrat,,,,,,,,,,B000289,,,,,,401282,,,,560,James B. Beck -Beckwith,Charles,Dyer,,,,1838-10-22,M,rep,NJ,5,,Republican,,,,,,,,,,B000295,,,,,,401288,,,,566,Charles D. Beckwith -Biggs,Marion,,,,,1823-05-02,M,rep,CA,2,,Democrat,,,,,,,,,,B000458,,,,,,401443,,,,708,Marion Biggs -Bliss,Aaron,Thomas,,,,1837-05-22,M,rep,MI,8,,Republican,,,,,,,,,,B000557,,,,,,401531,,,,794,Aaron T. Bliss -Boothman,Melvin,Morella,,,,1846-10-16,M,rep,OH,6,,Republican,,,,,,,,,,B000632,,,,,,401597,,,,856,Melvin M. Boothman -Bowden,George,Edwin,,,,1852-07-06,M,rep,VA,2,,Republican,,,,,,,,,,B000677,,,,,,401639,,,,892,George E. Bowden -Brewer,Mark,Spencer,,,,1837-10-22,M,rep,MI,6,,Republican,,,,,,,,,,B000811,,,,,,401768,,,,1016,Mark S. Brewer -Brower,John,Morehead,,,,1845-07-19,M,rep,NC,5,,Republican,,,,,,,,,,B000898,,,,,,401855,,,,1093,John M. Brower -Browne,Thomas,Henry Bayly,,,,1844-02-08,M,rep,VA,1,,Republican,,,,,,,,,,B000957,,,,,,401909,,,,1145,Thomas H. B. Browne -Browne,Thomas,McLelland,,,,1829-04-19,M,rep,IN,6,,Republican,,,,,,,,,,B000958,,,,,,401910,,,,1146,Thomas M. Browne -Buckalew,Charles,Rollin,,,,1821-12-28,M,rep,PA,17,,Democrat,,,,,,,,,,B001019,,,,,,401969,,,,1200,Charles R. Buckalew -Burnes,James,Nelson,,,,1827-08-22,M,rep,MO,-1,,Democrat,,,,,,,,,,B001116,,,,,,402061,,,,1286,James N. Burnes -Butler,Matthew,Calbraith,,,,1836-03-08,M,sen,SC,,2,Democrat,,,,,,,,,,B001184,,,,,,402126,,,,1344,Matthew Butler -Butterworth,Benjamin,,,,,1837-10-22,M,rep,OH,1,,Republican,,,,,,,,,,B001200,,,,,,402142,,,,1360,Benjamin Butterworth -Campbell,Felix,,,,,1829-02-28,M,rep,NY,2,,Democrat,,,,,,,,,,C000082,,,,,,402238,,,,1447,Felix Campbell -Candler,Allen,Daniel,,,,1834-11-04,M,rep,GA,9,,Democrat,,,,,,,,,,C000109,,,,,,402261,,,,1472,Allen D. Candler -Candler,John,Wilson,,,,1828-02-10,M,rep,MA,9,,Republican,,,,,,,,,,C000111,,,,,,402263,,,,1474,John W. Candler -Carlton,Henry,Hull,,,,1835-05-14,M,rep,GA,8,,Democrat,,,,,,,,,,C000155,,,,,,402304,,,,1511,Henry Hull Carlton -Casey,Lyman,Rufus,,,,1837-05-06,M,sen,ND,,1,Republican,,,,,,,,,,C000227,,,,,,402372,,,,1576,Lyman R. Casey -Caswell,Lucien,Bonaparte,,,,1827-11-27,M,rep,WI,1,,Republican,,,,,,,,,,C000245,,,,,,402389,,,,1593,Lucien B. Caswell -Cheadle,Joseph,Bonaparte,,,,1842-08-14,M,rep,IN,9,,Republican,,,,,,,,,,C000339,,,,,,402479,,,,1679,Joseph B. Cheadle -Clark,Charles,Benjamin,,,,1844-08-24,M,rep,WI,6,,Republican,,,,,,,,,,C000422,,,,,,402561,,,,1754,Charles B. Clark -Clements,Judson,Claudius,,,,1846-02-12,M,rep,GA,7,,Democrat,,,,,,,,,,C000508,,,,,,402644,,,,1833,Judson C. Clements -Clunie,Thomas,Jefferson,,,,1852-03-25,M,rep,CA,5,,Democrat,,,,,,,,,,C000536,,,,,,402670,,,,1858,Thomas J. Clunie -Coke,Richard,,,,,1829-03-13,M,sen,TX,,2,Democrat,,,,,,,,,,C000601,,,,,,402730,,,,1915,Richard Coke -Coleman,Hamilton,Dudley,,,,1845-05-12,M,rep,LA,2,,Republican,,,,,,,,,,C000619,,,,,,402748,,,,1932,Hamilton D. Coleman -Colquitt,Alfred,Holt,,,,1824-04-20,M,sen,GA,,2,Democrat,,,,,,,,,,C000647,,,,,,402775,,,,1953,Alfred H. Colquitt -Comstock,Solomon,Gilman,,,,1842-05-09,M,rep,MN,5,,Republican,,,,,,,,,,C000665,,,,,,402792,,,,1970,Solomon Comstock -Conger,Edwin,Hurd,,,,1843-03-07,M,rep,IA,7,,Republican,,,,,,,,,,C000675,,,,,,402801,,,,1978,Edwin H. Conger -Connell,William,James,,,,1846-07-06,M,rep,NE,1,,Republican,,,,,,,,,,C000688,,,,,,402814,,,,1990,William James Connell -Cooper,William,Craig,,,,1832-12-18,M,rep,OH,9,,Republican,,,,,,,,,,C000765,,,,,,402885,,,,2059,William C. Cooper -Cothran,James,Sproull,,,,1830-08-08,M,rep,SC,3,,Democrat,,,,,,,,,,C000798,,,,,,402917,,,,2084,James S. Cothran -Cox,Samuel,Sullivan,,,,1824-09-30,M,rep,NY,9,,Democrat,,,,,,,,,,C000839,,,,,,402956,,,,2118,Samuel S. Cox -Craig,Samuel,Alfred,,,,1839-11-19,M,rep,PA,21,,Republican,,,,,,,,,,C000860,,,,,,402975,,,,2136,Samuel Alfred Craig -Culbertson,William,Constantine,,,,1825-11-25,M,rep,PA,26,,Republican,,,,,,,,,,C000965,,,,,,403076,,,,2231,William Constantine Culbertson -Cutcheon,Byron,M.,,,,1836-05-11,M,rep,MI,9,,Republican,,,,,,,,,,C001022,,,,,,403129,,,,2283,Byron M. Cutcheon -Dargan,George,William,,,,1841-05-11,M,rep,SC,6,,Democrat,,,,,,,,,,D000053,,,,,,403192,,,,2337,George W. Dargan -Darlington,Smedley,,,,,1827-12-24,M,rep,PA,6,,Republican,,,,,,,,,,D000058,,,,,,403197,,,,2342,Smedley Darlington -Davidson,Robert,Hamilton McWhorta,,,,1832-09-23,M,rep,FL,1,,Democrat,,,,,,,,,,D000085,,,,,,403222,,,,2367,Robert H. M. Davidson -De Haven,John,Jefferson,,,,1849-03-12,M,rep,CA,1,,Republican,,,,,,,,,,D000200,,,,,,403306,,,,2470,John J. De Haven -De Lano,Milton,,,,,1844-08-11,M,rep,NY,26,,Republican,,,,,,,,,,D000207,,,,,,403312,,,,2480,Milton De Lano -Dibble,Samuel,,,,,1837-09-16,M,rep,SC,1,,Democrat,,,,,,,,,,D000300,,,,,,403422,,,,2553,Samuel Dibble -Dixon,Nathan,Fellows,,,,1847-08-28,M,sen,RI,,2,Republican,,,,,,,,,,D000377,,,,,,403493,,,,2624,Nathan F. Dixon III -Dolph,Joseph,Norton,,,,1835-10-19,M,sen,OR,,2,Republican,,,,,,,,,,D000405,,,,,,403519,,,,2649,Joseph N. Dolph -Dorsey,George,Washington Emery,,,,1842-01-25,M,rep,NE,3,,Republican,,,,,,,,,,D000439,,,,,,403549,,,,2676,George Washington Emery Dorsey -Dunnell,Mark,Hill,,,,1823-07-02,M,rep,MN,1,,Republican,,,,,,,,,,D000555,,,,,,403662,,,,2778,Mark H. Dunnell -Evans,Henry,Clay,,,,1843-06-18,M,rep,TN,3,,Republican,,,,,,,,,,E000242,,,,,,403926,,,,3008,Henry Clay Evans -Ewart,Hamilton,Glover,,,,1849-10-23,M,rep,NC,9,,Republican,,,,,,,,,,E000274,,,,,,403953,,,,3035,Hamilton G. Ewart -Farquhar,John,McCreath,,,,1832-04-17,M,rep,NY,32,,Republican,,,,,,,,,,F000027,,,,,,403989,,,,3066,John M. Farquhar -Featherstone,Lewis,Porter,,,,1851-07-28,M,rep,AR,1,,Union Labor,,,,,,,,,,F000056,,,,,,404016,,,,3089,Lewis P. Featherstone -Finley,Hugh,Franklin,,,,1833-01-18,M,rep,KY,11,,Republican,,,,,,,,,,F000133,,,,,,404088,,,,3155,Hugh F. Finley -Fitzgerald,Frank,Thomas,,,,1857-05-04,M,rep,NY,6,,Democrat,,,,,,,,,,F000163,,,,,,404118,,,,3181,Frank T. Fitzgerald -Flood,Thomas,Schmeck,,,,1844-04-12,M,rep,NY,28,,Republican,,,,,,,,,,F000212,,,,,,404167,,,,3227,Thomas S. Flood -Frank,Nathan,,,,,1852-02-23,M,rep,MO,9,,Republican,,,,,,,,,,F000340,,,,,,404288,,,,3338,Nathan Frank -Gay,Edward,James,,,,1816-02-03,M,rep,LA,3,,Democrat,,,,,,,,,,G000103,,,,,,404475,,,,3511,Edward James Gay (1816–1889) -Gest,William,Harrison,,,,1838-01-07,M,rep,IL,11,,Republican,,,,,,,,,,G000143,,,,,,404512,,,,3546,William H. Gest -Gibson,Randall,Lee,,,,1832-09-10,M,sen,LA,,2,Democrat,,,,,,,,,,G000165,,,,,,404532,,,,3565,Randall L. Gibson -Gifford,Oscar,Sherman,,,,1842-10-20,M,rep,SD,-1,,Republican,,,,,,,,,,G000170,,,,,,404537,,,,3570,Oscar S. Gifford -Greenhalge,Frederic,Thomas,,,,1842-07-19,M,rep,MA,8,,Republican,,,,,,,,,,G000431,,,,,,404779,,,,3795,Frederic T. Greenhalge -Grimes,Thomas,Wingfield,,,,1844-12-18,M,rep,GA,4,,Democrat,,,,,,,,,,G000476,,,,,,404821,,,,3835,Thomas Wingfield Grimes -Hall,Darwin,Scott,,,,1844-01-23,M,rep,MN,3,,Republican,,,,,,,,,,H000047,,,,,,404932,,,,3935,Darwin Hall -Hare,Silas,,,,,1827-11-13,M,rep,TX,5,,Democrat,,,,,,,,,,H000203,,,,,,405083,,,,4070,Silas Hare -Hays,Edward,Retilla,,,,1847-05-26,M,rep,IA,7,,Republican,,,,,,,,,,H000404,,,,,,405271,,,,4243,Edward R. Hays -Higgins,Anthony,,,,,1840-10-01,M,sen,DE,,2,Republican,,,,,,,,,,H000577,,,,,,405439,,,,4397,Anthony Higgins (politician) -Hill,Charles,Augustus,,,,1833-08-23,M,rep,IL,8,,Republican,,,,,,,,,,H000588,,,,,,405450,,,,4406,Charles A. Hill -Jackson,James,Monroe,,,,1825-12-03,M,rep,WV,4,,Democrat,,,,,,,,,,J000018,,,,,,405925,,,,4856,James M. Jackson -Kelley,Harrison,,,,,1836-05-12,M,rep,KS,4,,Republican,,,,,,,,,,K000059,,,,,,406229,,,,5137,Harrison Kelley -Kelley,William,Darrah,,,,1814-04-12,M,rep,PA,4,,Republican,,,,,,,,,,K000062,,,,,,406232,,,,5140,William D. Kelley -Kenna,John,Edward,,,,1848-04-10,M,sen,WV,,2,Democrat,,,,,,,,,,K000099,,,,,,406267,,,,5173,John E. Kenna -Kennedy,Robert,Patterson,,,,1840-01-23,M,rep,OH,8,,Republican,,,,,,,,,,K000115,,,,,,406281,,,,5185,Robert P. Kennedy -Kerr,Daniel,,,,,1836-06-18,M,rep,IA,5,,Republican,,,,,,,,,,K000134,,,,,,406300,,,,5203,Daniel Kerr (politician) -Kerr,James,,,,,1851-10-02,M,rep,PA,28,,Democrat,,,,,,,,,,K000135,,,,,,406301,,,,5204,James Kerr (Pennsylvania) -Kinsey,William,Medcalf,,,,1846-10-28,M,rep,MO,10,,Republican,,,,,,,,,,K000229,,,,,,406388,,,,5286,William Medcalf Kinsey -Knapp,Charles,Junius,,,,1845-06-30,M,rep,NY,17,,Republican,,,,,,,,,,K000278,,,,,,406435,,,,5330,Charles J. Knapp -Laidlaw,William,Grant,,,,1840-01-01,M,rep,NY,34,,Republican,,,,,,,,,,L000022,,,,,,406532,,,,5408,William G. Laidlaw -Laird,James,,,,,1849-06-20,M,rep,NE,2,,Republican,,,,,,,,,,L000023,,,,,,406533,,,,5409,James Laird (politician) -Langston,John,Mercer,,,,1829-12-14,M,rep,VA,4,,Republican,,,,,,,,,,L000074,,,,,,406583,,,,5456,John Mercer Langston -Lansing,Frederick,,,,,1838-02-16,M,rep,NY,22,,Republican,,,,,,,,,,L000085,,,,,,406594,,,,5467,Frederick Lansing -Lawler,Frank,,,,,1842-06-25,M,rep,IL,2,,Democrat,,,,,,,,,,L000128,,,,,,406633,,,,5505,Frank Lawler -Laws,Gilbert,Lafayette,,,,1838-03-11,M,rep,NE,2,,Republican,,,,,,,,,,L000143,,,,,,406648,,,,5520,Gilbert L. Laws -Lehlbach,Herman,,,,,1845-07-03,M,rep,NJ,6,,Republican,,,,,,,,,,L000223,,,,,,406727,,,,5590,Herman Lehlbach -Maish,Levi,,,,,1837-11-22,M,rep,PA,19,,Democrat,,,,,,,,,,M000072,,,,,,407100,,,,5931,Levi Maish -Manderson,Charles,Frederick,,,,1837-02-09,M,sen,NE,,2,Republican,,,,,,,,,,M000095,,,,,,407119,,,,5951,Charles F. Manderson -Marston,Gilman,,,,,1811-08-20,M,sen,NH,,2,Republican,,,,,,,,,,M000165,,,,,,407187,,,,6011,Gilman Marston -Martin,William,Harrison,,,,1823-05-23,M,rep,TX,2,,Democrat,,,,,,,,,,M000203,,,,,,407223,,,,6043,William Harrison Martin -Mathews,George,Arthur,,,,1852-06-04,M,rep,DK,-1,,Republican,,,,,,,,,,M000235,,,,,,407253,,,,,George A. Mathews -McAdoo,William,,,,,1853-10-25,M,rep,NJ,7,,Democrat,,,,,,,,,,M000292,,,,,,407307,,,,6118,William McAdoo (New Jersey politician) -McCarthy,John,Henry,,,,1850-11-16,M,rep,NY,8,,Democrat,,,,,,,,,,M000313,,,,,,407325,,,,6135,John H. McCarthy -McClammy,Charles,Washington,,,,1839-05-29,M,rep,NC,3,,Democrat,,,,,,,,,,M000324,,,,,,407334,,,,6143,Charles W. McClammy -McCord,Myron,Hawley,,,,1840-11-26,M,rep,WI,9,,Republican,,,,,,,,,,M000361,,,,,,407366,,,,6174,Myron H. McCord -McCormick,Henry,Clay,,,,1844-06-30,M,rep,PA,16,,Republican,,,,,,,,,,M000366,,,,,,407371,,,,6178,Henry Clay McCormick -McDuffie,John,Van,,,,1841-05-16,M,rep,AL,4,,Republican,,,,,,,,,,M000428,,,,,,407428,,,,6234,John Van McDuffie -McPherson,John,Rhoderic,,,,1833-05-09,M,sen,NJ,,2,Democrat,,,,,,,,,,M000593,,,,,,407582,,,,6375,John R. McPherson -Miles,Frederick,,,,,1815-12-19,M,rep,CT,4,,Republican,,,,,,,,,,M000704,,,,,,407687,,,,6465,Frederick Miles -Miller,Thomas,Ezekiel,,,,1849-06-17,M,rep,SC,7,,Republican,,,,,,,,,,M000757,,,,,,407735,,,,6511,Thomas E. Miller -Moffitt,John,Henry,,,,1843-01-08,M,rep,NY,21,,Republican,,,,,,,,,,M000841,,,,,,407815,,,,6583,John H. Moffitt -Moody,Gideon,Curtis,,,,1832-10-16,M,sen,SD,,3,Republican,,,,,,,,,,M000879,,,,,,407851,,,,6614,Gideon C. Moody -Moore,Orren,Cheney,,,,1839-08-10,M,rep,NH,2,,Republican,,,,,,,,,,M000910,,,,,,407882,,,,6644,Orren C. Moore -Morey,Henry,Lee,,,,1841-04-08,M,rep,OH,7,,Republican,,,,,,,,,,M000943,,,,,,407911,,,,6671,Henry Lee Morey -Morgan,James,Bright,,,,1833-03-14,M,rep,MS,2,,Democrat,,,,,,,,,,M000952,,,,,,407920,,,,6680,James B. Morgan -Morrill,Edmund,Needham,,,,1834-02-12,M,rep,KS,1,,Republican,,,,,,,,,,M000968,,,,,,407936,,,,6695,Edmund Needham Morrill -Morrow,William,W.,,,,1843-07-15,M,rep,CA,4,,Republican,,,,,,,,,,M001006,,,,,,407973,,,,6731,William W. Morrow -Niedringhaus,Frederick,Gottlieb,,,,1837-10-21,M,rep,MO,8,,Republican,,,,,,,,,,N000104,,,,,,408188,,,,6928,Frederick G. Niedringhaus -Nute,Alonzo,,,,,1826-02-12,M,rep,NH,1,,Republican,,,,,,,,,,N000173,,,,,,408253,,,,6988,Alonzo Nute -Nutting,Newton,Wright,,,,1840-10-22,M,rep,NY,27,,Republican,,,,,,,,,,N000174,,,,,,408254,,,,6989,Newton W. Nutting -O’Neall,John,Henry,,,,1838-10-30,M,rep,IN,2,,Democrat,,,,,,,,,,O000091,,,,,,408300,,,,7074,John H. O'Neall -Osborne,Edwin,Sylvanus,,,,1839-08-07,M,rep,PA,12,,Republican,,,,,,,,,,O000110,,,,,,408366,,,,7091,Edwin Sylvanus Osborne -Owen,William,Dale,,,,1846-09-06,M,rep,IN,10,,Republican,,,,,,,,,,O000155,,,,,,408406,,,,7135,William D. Owen -Payson,Lewis,Edwin,,,,1840-09-17,M,rep,IL,9,,Republican,,,,,,,,,,P000157,,,,,,408561,,,,7277,Lewis E. Payson -Penington,John,Brown,,,,1825-12-20,M,rep,DE,0,,Democrat,,,,,,,,,,P000209,,,,,,408612,,,,7325,John B. Penington -Perry,William,Hayne,,,,1839-06-09,M,rep,SC,4,,Democrat,,,,,,,,,,P000246,,,,,,408649,,,,7359,William H. Perry -Peters,Samuel,Ritter,,,,1842-08-16,M,rep,KS,7,,Republican,,,,,,,,,,P000256,,,,,,408659,,,,7369,Samuel R. Peters -Phelan,James,,,,,1856-12-07,M,rep,TN,10,,Democrat,,,,,,,,,,P000289,,,,,,408689,,,,7394,James Phelan Jr. -Pierce,Gilbert,Ashville,,,,1839-01-11,M,sen,ND,,3,Republican,,,,,,,,,,P000334,,,,,,408731,,,,7436,Gilbert A. Pierce -Pindar,John,Sigsbee,,,,1835-11-18,M,rep,NY,24,,Democrat,,,,,,,,,,P000359,,,,,,408755,,,,7460,John S. Pindar -Plumb,Preston,B.,,,,1837-10-12,M,sen,KS,,2,Republican,,,,,,,,,,P000389,,,,,,408783,,,,7489,Preston B. Plumb -Pugsley,Jacob,Joseph,,,,1838-01-25,M,rep,OH,12,,Republican,,,,,,,,,,P000566,,,,,,408949,,,,7649,Jacob J. Pugsley -Quinn,John,,,,,1839-08-09,M,rep,NY,11,,Democrat,,,,,,,,,,Q000018,,,,,,408980,,,,7677,John Quinn (New York politician) -Randall,Samuel,Jackson,,,,1828-10-10,M,rep,PA,3,,Democrat,,,,,,,,,,R000039,,,,,,409020,,,,7715,Samuel J. Randall -Ransom,Matt,Whitaker,,,,1826-10-08,M,sen,NC,,2,Democrat,,,,,,,,,,R000062,,,,,,409042,,,,7737,Matt Whitaker Ransom -Ray,Joseph,Warren,,,,1849-05-25,M,rep,PA,24,,Republican,,,,,,,,,,R000078,,,,,,409058,,,,7750,Joseph Warren Ray -Reed,Joseph,Rea,,,,1835-03-12,M,rep,IA,9,,Republican,,,,,,,,,,R000124,,,,,,409103,,,,7791,Joseph Rea Reed -Rockwell,Francis,Williams,,,,1844-05-26,M,rep,MA,12,,Republican,,,,,,,,,,R000365,,,,,,409335,,,,8001,Francis W. Rockwell -Rogers,John,Henry,,,,1845-10-09,M,rep,AR,4,,Democrat,,,,,,,,,,R000399,,,,,,409366,,,,8030,John Henry Rogers -Rowell,Jonathan,Harvey,,,,1833-02-10,M,rep,IL,14,,Republican,,,,,,,,,,R000478,,,,,,409439,,,,8094,Jonathan H. Rowell -Rowland,Alfred,,,,,1844-02-09,M,rep,NC,6,,Democrat,,,,,,,,,,R000479,,,,,,409440,,,,8095,Alfred Rowland -Ryan,Thomas,,,,,1837-11-25,M,rep,KS,4,,Republican,,,,,,,,,,R000559,,,,,,409515,,,,8157,Thomas Ryan (congressman) -Sawyer,John,Gilbert,,,,1825-06-05,M,rep,NY,31,,Republican,,,,,,,,,,S000088,,,,,,409600,,,,8236,John G. Sawyer -Seney,George,Ebbert,,,,1832-05-29,M,rep,OH,5,,Democrat,,,,,,,,,,S000241,,,,,,409745,,,,8362,George E. Seney -Simonds,William,Edgar,,,,1842-11-24,M,rep,CT,1,,Republican,,,,,,,,,,S000424,,,,,,409918,,,,8522,William E. Simonds -Skinner,Thomas,Gregory,,,,1842-01-22,M,rep,NC,1,,Democrat,,,,,,,,,,S000470,,,,,,409960,,,,8562,Thomas Gregory Skinner -Smith,Charles,Brooks,,,,1844-02-24,M,rep,WV,4,,Republican,,,,,,,,,,S000521,,,,,,410005,,,,8606,Charles Brooks Smith -Snider,Samuel,Prather,,,,1845-10-09,M,rep,MN,4,,Republican,,,,,,,,,,S000653,,,,,,410127,,,,8722,Samuel Snider -Spooner,Henry,Joshua,,,,1839-08-06,M,rep,RI,1,,Republican,,,,,,,,,,S000740,,,,,,410209,,,,8799,Henry J. Spooner -Stewart,John,David,,,,1833-08-02,M,rep,GA,5,,Democrat,,,,,,,,,,S000914,,,,,,410374,,,,8940,John D. Stewart (politician) -Stivers,Moses,Dunning,,,,1828-12-30,M,rep,NY,15,,Republican,,,,,,,,,,S000930,,,,,,410389,,,,8955,Moses D. Stivers -Stockbridge,Henry,,Jr.,,,1856-09-18,M,rep,MD,4,,Republican,,,,,,,,,,S000933,,,,,,410392,,,,8958,Henry Stockbridge Jr. -Struble,Isaac,S.,,,,1843-11-03,M,rep,IA,11,,Republican,,,,,,,,,,S001028,,,,,,410485,,,,9047,Isaac S. Struble -Sweney,Joseph,Henry,,,,1845-10-02,M,rep,IA,4,,Republican,,,,,,,,,,S001112,,,,,,410564,,,,9122,Joseph Henry Sweney -Thomas,Ormsby,Brunson,,,,1832-08-21,M,rep,WI,7,,Republican,,,,,,,,,,T000180,,,,,,410761,,,,9305,Ormsby B. Thomas -Thompson,Albert,Clifton,,,,1842-01-23,M,rep,OH,11,,Republican,,,,,,,,,,T000191,,,,,,410771,,,,9314,Albert C. Thompson -Townsend,Charles,Champlain,,,,1841-11-24,M,rep,PA,25,,Republican,,,,,,,,,,T000329,,,,,,410900,,,,9433,Charles Champlain Townsend -Townshend,Richard,Wellington,,,,1840-04-30,M,rep,IL,19,,Democrat,,,,,,,,,,T000339,,,,,,410910,,,,9443,Richard W. Townshend -Turner,Charles,Henry,,,,1861-05-26,M,rep,NY,6,,Democrat,,,,,,,,,,T000415,,,,,,410984,,,,9511,Charles Henry Turner (U.S. Representative) -Turner,Erastus,Johnson,,,,1846-12-26,M,rep,KS,6,,Republican,,,,,,,,,,T000419,,,,,,410988,,,,9514,Erastus J. Turner -Van Schaick,Isaac,Whitbeck,,,,1817-12-07,M,rep,WI,4,,Republican,,,,,,,,,,V000058,,,,,,411100,,,,9634,Isaac W. Van Schaick -Vandever,William,,,,,1817-03-31,M,rep,CA,6,,Republican,,,,,,,,,,V000031,,,,,,411124,,,,9607,William Vandever -Vaux,Richard,,,,,1816-12-19,M,rep,PA,3,,Democrat,,,,,,,,,,V000078,,,,,,411135,,,,9654,Richard Vaux -Venable,Edward,Carrington,,,,1853-01-31,M,rep,VA,4,,Democrat,,,,,,,,,,V000085,,,,,,411141,,,,9660,Edward Carrington Venable -Waddill,Edmund,,Jr.,,,1855-05-22,M,rep,VA,3,,Republican,,,,,,,,,,W000003,,,,,,411182,,,,9696,Edmund Waddill Jr. -Wade,William,Henry,,,,1835-11-03,M,rep,MO,13,,Republican,,,,,,,,,,W000008,,,,,,411187,,,,9701,William H. Wade -Walker,James,Peter,,,,1851-03-14,M,rep,MO,14,,Democrat,,,,,,,,,,W000058,,,,,,411237,,,,9746,James P. Walker -Wallace,Rodney,,,,,1823-12-21,M,rep,MA,11,,Republican,,,,,,,,,,W000083,,,,,,411262,,,,9769,Rodney Wallace (Massachusetts) -Wallace,William,Copeland,,,,1856-05-21,M,rep,NY,3,,Republican,,,,,,,,,,W000085,,,,,,411264,,,,9771,William C. Wallace -Washburn,William,Drew,,,,1831-01-14,M,sen,MN,,2,Republican,,,,,,,,,,W000175,,,,,,411348,,,,9853,William D. Washburn -Watson,Lewis,Findlay,,,,1819-04-14,M,rep,PA,27,,Republican,,,,,,,,,,W000204,,,,,,411375,,,,9876,Lewis Findlay Watson -Wheeler,Frank,Willis,,,,1853-03-02,M,rep,MI,10,,Republican,,,,,,,,,,W000333,,,,,,411495,,,,9987,Frank W. Wheeler -Whitelaw,Robert,Henry,,,,1854-01-30,M,rep,MO,14,,Democrat,,,,,,,,,,W000407,,,,,,411567,,,,10057,Robert Henry Whitelaw -Whitthorne,Washington,Curran,,,,1825-04-19,M,rep,TN,7,,Democrat,,,,,,,,,,W000429,,,,,,411588,,,,10076,Washington C. Whitthorne -Wickham,Charles,Preston,,,,1836-09-15,M,rep,OH,14,,Republican,,,,,,,,,,W000441,,,,,,411599,,,,10087,Charles Preston Wickham -Wilber,David,,,,,1820-10-05,M,rep,NY,24,,Republican,,,,,,,,,,W000452,,,,,,411609,,,,10097,David Wilber -Wiley,John,McClure,,,,1846-08-11,M,rep,NY,33,,Democrat,,,,,,,,,,W000468,,,,,,411625,,,,10113,John M. Wiley -Wilkinson,Theodore,Stark,,,,1847-12-18,M,rep,LA,1,,Democrat,,,,,,,,,,W000477,,,,,,411634,,,,10122,Theodore Stark Wilkinson (Louisiana) -Williams,Elihu,Stephen,,,,1835-01-24,M,rep,OH,3,,Republican,,,,,,,,,,W000496,,,,,,411653,,,,10141,Elihu S. Williams -Wilson,James,Falconer,,,,1828-10-19,M,sen,IA,,2,Republican,,,,,,,,,,W000594,,,,,,411749,,,,10234,James F. Wilson -Yardley,Robert,Morris,,,,1850-10-09,M,rep,PA,7,,Republican,,,,,,,,,,Y000007,,,,,,411941,,,,10415,Robert Morris Yardley -Yoder,Samuel,S.,,,,1841-08-16,M,rep,OH,4,,Democrat,,,,,,,,,,Y000020,,,,,,411954,,,,10427,Samuel S. Yoder -Carey,Joseph,Maull,,,,1845-01-19,M,sen,WY,,2,Republican,,,,,,,,,,C000145,,,,,,402294,,,,1502,Joseph M. Carey -Carlisle,John,Griffin,,,,1834-09-05,M,sen,KY,,2,Democrat,,,,,,,,,,C000152,,,,,,402301,,,,1509,John G. Carlisle -McConnell,William,John,,,,1839-09-18,M,sen,ID,,3,Republican,,,,,,,,,,M000357,,,,,,407363,,,,6170,William J. McConnell -Power,Thomas,Charles,,,,1839-05-22,M,sen,MT,,2,Republican,,,,,,,,,,P000486,,,,,,408871,,,,7576,Thomas C. Power -Sanders,Wilbur,Fiske,,,,1834-05-02,M,sen,MT,,1,Republican,,,,,,,,,,S000039,,,,,,409556,,,,8201,Wilbur F. Sanders -Amerman,Lemuel,,,,,1846-10-29,M,rep,PA,11,,Democrat,,,,,,,,,,A000171,,,,,,400826,,,,151,Lemuel Amerman -Andrew,John,Forrester,,,,1850-11-26,M,rep,MA,3,,Democrat,,,,,,,,,,A000242,,,,,,400871,,,,191,John F. Andrew -Antony,Edwin,Le Roy,,,,1852-01-05,M,rep,TX,9,,Democrat,,,,,,,,,,A000264,,,,,,400902,,,,214,Edwin Le Roy Antony -Atkinson,Louis,Evans,,,,1841-04-16,M,rep,PA,18,,Republican,,,,,,,,,,A000331,,,,,,400980,,,,285,Louis E. Atkinson -Babbitt,Clinton,,,,,1831-11-16,M,rep,WI,1,,Democrat,,,,,,,,,,B000001,,,,,,401007,,,,311,Clinton Babbitt -Bacon,Henry,,,,,1846-03-14,M,rep,NY,15,,Democrat,,,,,,,,,,B000016,,,,,,401021,,,,324,Henry Bacon (New York) -Bartine,Horace,Franklin,,,,1848-03-21,M,rep,NV,0,,Republican,,,,,,,,,,B000197,,,,,,401196,,,,483,Horace F. Bartine -Beeman,Joseph,Henry,,,,1833-11-17,M,rep,MS,5,,Democrat,,,,,,,,,,B000309,,,,,,401301,,,,579,Joseph H. Beeman -Belknap,Charles,Eugene,,,,1846-10-17,M,rep,MI,5,,Republican,,,,,,,,,,B000328,,,,,,401320,,,,595,Charles E. Belknap -Bentley,Henry,Wilbur,,,,1838-09-30,M,rep,NY,23,,Democrat,,,,,,,,,,B000393,,,,,,401384,,,,653,Henry Wilbur Bentley -Bergen,Christopher,Augustus,,,,1841-08-02,M,rep,NJ,1,,Republican,,,,,,,,,,B000404,,,,,,401392,,,,662,Christopher A. Bergen -Blount,James,Henderson,,,,1837-09-12,M,rep,GA,6,,Democrat,,,,,,,,,,B000568,,,,,,401541,,,,804,James Henderson Blount -Boody,David,Augustus,,,,1837-08-13,M,rep,NY,2,,Democrat,,,,,,,,,,B000625,,,,,,401590,,,,849,David A. Boody -Bowman,Thomas,,,,,1848-05-25,M,rep,IA,9,,Democrat,,,,,,,,,,B000706,,,,,,401668,,,,920,Thomas Bowman (Iowa politician) -Brice,Calvin,Stewart,,,,1845-09-17,M,sen,OH,,3,Democrat,,,,,,,,,,B000818,,,,,,401775,,,,1022,Calvin S. Brice -Brown,John,Brewer,,,,1836-05-13,M,rep,MD,1,,Democrat,,,,,,,,,,B000930,,,,,,401884,,,,1120,John Brewer Brown -Brunner,David,B.,,,,1835-03-07,M,rep,PA,9,,Democrat,,,,,,,,,,B000980,,,,,,401932,,,,1165,David B. Brunner -Buchanan,James,,,,,1839-06-17,M,rep,NJ,2,,Republican,,,,,,,,,,B001004,,,,,,401955,,,,1187,James Buchanan (New Jersey) -Buchanan,John,Alexander,,,,1843-10-07,M,rep,VA,9,,Democrat,,,,,,,,,,B001007,,,,,,401957,,,,1189,John A. Buchanan -Bullock,Robert,,,,,1828-12-08,M,rep,FL,2,,Democrat,,,,,,,,,,B001052,,,,,,402000,,,,1231,Robert Bullock -Bunting,Thomas,Lathrop,,,,1844-04-24,M,rep,NY,33,,Democrat,,,,,,,,,,B001067,,,,,,402013,,,,1243,Thomas L. Bunting -Busey,Samuel,Thompson,,,,1835-11-16,M,rep,IL,15,,Democrat,,,,,,,,,,B001164,,,,,,402106,,,,1327,Samuel T. Busey -Bushnell,Allen,Ralph,,,,1833-07-18,M,rep,WI,3,,Democrat,,,,,,,,,,B001170,,,,,,402112,,,,1332,Allen R. Bushnell -Butler,Walter,Halben,,,,1852-02-13,M,rep,IA,4,,Democrat,,,,,,,,,,B001193,,,,,,402135,,,,1353,Walter Halben Butler -Byrns,Samuel,,,,,1848-03-04,M,rep,MO,10,,Democrat,,,,,,,,,,B001219,,,,,,402158,,,,1374,Samuel Byrns -Cable,Benjamin,Taylor,,,,1853-08-11,M,rep,IL,11,,Democrat,,,,,,,,,,C000006,,,,,,402168,,,,1381,Benjamin T. Cable -Caine,John,Thomas,,,,1829-01-08,M,rep,UT,-1,,Democrat,,,,,,,,,,C000023,,,,,,402184,,,,,John Thomas Caine -Call,Wilkinson,,,,,1834-01-09,M,sen,FL,,3,Democrat,,,,,,,,,,C000051,,,,,,402211,,,,1425,Wilkinson Call -Cameron,James,Donald,,,,1833-05-14,M,sen,PA,,3,Republican,,,,,,,,,,C000065,,,,,,402223,,,,1435,J. Donald Cameron -Castle,James,Nathan,,,,1836-05-23,M,rep,MN,4,,Democrat,,,,,,,,,,C000242,,,,,,402387,,,,1591,James Castle (politician) -Cate,William,Henderson,,,,1839-11-11,M,rep,AR,1,,Democrat,,,,,,,,,,C000249,,,,,,402393,,,,1597,William H. Cate -Chapin,Alfred,Clark,,,,1848-03-08,M,rep,NY,1,,Democrat,,,,,,,,,,C000304,,,,,,402446,,,,1647,Alfred C. Chapin -Cheatham,Henry,Plummer,,,,1857-12-27,M,rep,NC,2,,Republican,,,,,,,,,,C000340,,,,,,402480,,,,1680,Henry P. Cheatham -Clover,Benjamin,Hutchinson,,,,1837-12-22,M,rep,KS,3,,Populist,,,,,,,,,,C000533,,,,,,402667,,,,1855,Benjamin H. Clover -Coburn,Frank,Potter,,,,1858-12-06,M,rep,WI,7,,Democrat,,,,,,,,,,C000557,,,,,,402689,,,,1875,Frank P. Coburn -Coolidge,Frederick,Spaulding,,,,1841-12-07,M,rep,MA,11,,Democrat,,,,,,,,,,C000739,,,,,,402860,,,,2034,Frederick S. Coolidge -Cowles,William,Henry Harrison,,,,1840-04-22,M,rep,NC,8,,Democrat,,,,,,,,,,C000829,,,,,,402947,,,,2110,William H.H. Cowles -Cox,Isaac,Newton,,,,1846-08-01,M,rep,NY,17,,Democrat,,,,,,,,,,C000832,,,,,,402949,,,,2112,Isaac N. Cox -Craig,Alexander,Kerr,,,,1828-02-21,M,rep,PA,24,,Democrat,,,,,,,,,,C000854,,,,,,402970,,,,2131,Alexander Kerr Craig -Crosby,John,Crawford,,,,1859-06-15,M,rep,MA,12,,Democrat,,,,,,,,,,C000929,,,,,,403041,,,,2196,John Crawford Crosby -Cutting,John,Tyler,,,,1844-09-07,M,rep,CA,4,,Republican,,,,,,,,,,C001030,,,,,,403137,,,,2291,John T. Cutting -Daniell,Warren,Fisher,,,,1826-06-26,M,rep,NH,2,,Democrat,,,,,,,,,,D000039,,,,,,403179,,,,2327,Warren F. Daniell -Dickerson,W.,W.,,William Worth,,1851-11-29,M,rep,KY,6,,Democrat,,,,,,,,,,D000310,,,,,,403431,,,,2563,William Worth Dickerson -Dixon,William,Wirt,,,,1838-06-03,M,rep,MT,1,,Democrat,,,,,,,,,,D000378,,,,,,403494,,,,2625,William W. Dixon -Doan,Robert,Eachus,,,,1831-07-23,M,rep,OH,10,,Republican,,,,,,,,,,D000379,,,,,,403495,,,,2626,Robert E. Doan -Dungan,James,Irvine,,,,1844-05-29,M,rep,OH,13,,Democrat,,,,,,,,,,D000539,,,,,,403647,,,,2764,James I. Dungan -Everett,Robert,William,,,,1839-03-03,M,rep,GA,7,,Democrat,,,,,,,,,,E000267,,,,,,403947,,,,3029,Robert W. Everett -Felton,Charles,Norton,,,,1832-01-01,M,sen,CA,,1,Republican,,,,,,,,,,F000068,,,,,,404026,,,,3098,Charles N. Felton -Flick,James,Patton,,,,1845-08-28,M,rep,IA,8,,Republican,,,,,,,,,,F000206,,,,,,404161,,,,3222,James Patton Flick -Flower,Roswell,Pettibone,,,,1835-08-07,M,rep,NY,12,,Democrat,,,,,,,,,,F000217,,,,,,404172,,,,3231,Roswell P. Flower -Ford,Melbourne,Haddock,,,,1849-06-30,M,rep,MI,5,,Democrat,,,,,,,,,,F000265,,,,,,404216,,,,3271,Melbourne H. Ford -Forney,William,Henry,,,,1823-11-09,M,rep,AL,7,,Democrat,,,,,,,,,,F000280,,,,,,404230,,,,3283,William H. Forney -Fowler,Samuel,,,,,1851-03-22,M,rep,NJ,4,,Democrat,,,,,,,,,,F000326,,,,,,404276,,,,3329,Samuel Fowler (1851–1919) -Gamble,John,Rankin,,,,1848-01-15,M,rep,SD,-1,,Republican,,,,,,,,,,G000030,,,,,,404406,,,,,John Rankin Gamble -Gantz,Martin,Kissinger,,,,1862-01-28,M,rep,OH,4,,Democrat,,,,,,,,,,G000043,,,,,,404418,,,,3455,Martin K. Gantz -Gibson,Charles,Hopper,,,,1842-01-19,M,sen,MD,,3,Democrat,,,,,,,,,,G000157,,,,,,404524,,,,3557,Charles Hopper Gibson -Gillespie,Eugene,Pierce,,,,1852-09-24,M,rep,PA,25,,Democrat,,,,,,,,,,G000195,,,,,,404560,,,,3593,Eugene Pierce Gillespie -Gordon,John,Brown,,,,1832-02-06,M,sen,GA,,3,Democrat,,,,,,,,,,G000313,,,,,,404671,,,,3697,John Brown Gordon -Greenleaf,Halbert,Stevens,,,,1827-04-12,M,rep,NY,30,,Democrat,,,,,,,,,,G000432,,,,,,404780,,,,3796,Halbert S. Greenleaf -Hallowell,Edwin,,,,,1844-04-02,M,rep,PA,7,,Democrat,,,,,,,,,,H000084,,,,,,404966,,,,3966,Edwin Hallowell -Halvorson,Kittel,,,,,1846-12-15,M,rep,MN,5,,Populist,,,,,,,,,,H000094,,,,,,404976,,,,3976,Kittel Halvorson -Hamilton,John,Taylor,,,,1843-10-16,M,rep,IA,5,,Democrat,,,,,,,,,,H000113,,,,,,404995,,,,3994,John Taylor Hamilton -Harries,William,Henry,,,,1843-01-15,M,rep,MN,1,,Democrat,,,,,,,,,,H000228,,,,,,405106,,,,4093,William H. Harries -Harvey,David,Archibald,,,,1845-03-20,M,rep,OK,-1,,Republican,,,,,,,,,,H000305,,,,,,405178,,,,,David Archibald Harvey -Haynes,William,Elisha,,,,1829-10-19,M,rep,OH,7,,Democrat,,,,,,,,,,H000401,,,,,,405268,,,,4240,William E. Haynes -Hemphill,John,James,,,,1849-08-25,M,rep,SC,5,,Democrat,,,,,,,,,,H000469,,,,,,405332,,,,4297,John J. Hemphill -Herbert,Hilary,Abner,,,,1834-03-12,M,rep,AL,2,,Democrat,,,,,,,,,,H000524,,,,,,405387,,,,4349,Hilary A. Herbert -Hoar,Sherman,,,,,1860-07-30,M,rep,MA,5,,Democrat,,,,,,,,,,H000657,,,,,,405512,,,,4465,Sherman Hoar -Houk,Leonidas,Campbell,,,,1836-06-08,M,rep,TN,2,,Republican,,,,,,,,,,H000818,,,,,,405665,,,,4606,Leonidas C. Houk -Irby,John,Laurens Manning,,,,1854-09-10,M,sen,SC,,3,Democrat,,,,,,,,,,I000027,,,,,,405885,,,,4813,John L. M. Irby -Johnstone,George,,,,,1846-04-18,M,rep,SC,3,,Democrat,,,,,,,,,,J000202,,,,,,406097,,,,5015,George Johnstone (congressman) -Jolley,John,Lawlor,,,,1840-07-14,M,rep,SD,-1,,Republican,,,,,,,,,,J000203,,,,,,406098,,,,5016,John L. Jolley -Kendall,John,Wilkerson,,,,1834-06-26,M,rep,KY,10,,Democrat,,,,,,,,,,K000092,,,,,,406260,,,,5166,John W. Kendall -Lagan,Matthew,Diamond,,,,1829-06-20,M,rep,LA,2,,Democrat,,,,,,,,,,L000019,,,,,,406529,,,,5405,Matthew D. Lagan -Lawson,John,William,,,,1837-09-13,M,rep,VA,2,,Democrat,,,,,,,,,,L000145,,,,,,406650,,,,5522,John W. Lawson -Lee,William,Henry Fitzhugh,,,,1837-05-31,M,rep,VA,8,,Democrat,,,,,,,,,,L000208,,,,,,406711,,,,5572,William Henry Fitzhugh Lee -Lester,Posey,Green,,,,1850-03-12,M,rep,VA,5,,Democrat,,,,,,,,,,L000254,,,,,,406757,,,,5619,Posey G. Lester -Lewis,Clarke,,,,,1840-11-08,M,rep,MS,4,,Democrat,,,,,,,,,,L000276,,,,,,406774,,,,5633,Clarke Lewis -Little,Joseph,James,,,,1841-06-05,M,rep,NY,12,,Democrat,,,,,,,,,,L000353,,,,,,406845,,,,5703,Joseph J. Little -Long,John,Benjamin,,,,1843-09-08,M,rep,TX,2,,Democrat,,,,,,,,,,L000422,,,,,,406912,,,,5761,John B. Long -Mansur,Charles,Harley,,,,1835-03-06,M,rep,MO,2,,Democrat,,,,,,,,,,M000115,,,,,,407139,,,,5969,Charles H. Mansur -McClellan,Charles,A. O.,,,,1835-05-25,M,rep,IN,12,,Democrat,,,,,,,,,,M000329,,,,,,407339,,,,6148,Charles A. O. McClellan -McDonald,Edward,Francis,,,,1844-09-21,M,rep,NJ,7,,Democrat,,,,,,,,,,M000409,,,,,,407409,,,,6217,Edward F. McDonald -McKenna,Joseph,,,,,1843-08-10,M,rep,CA,3,,Republican,,,,,,,,,,M000500,,,,,,407495,,,,6294,Joseph McKenna -McKinney,Luther,Franklin,,,,1841-04-25,M,rep,NH,1,,Democrat,,,,,,,,,,M000526,,,,,,407518,,,,6316,Luther F. McKinney -Miller,Lucas,Miltiades,,,,1824-09-15,M,rep,WI,6,,Democrat,,,,,,,,,,M000746,,,,,,407725,,,,6500,Lucas M. Miller -Moore,Littleton,Wilde,,,,1835-03-25,M,rep,TX,8,,Democrat,,,,,,,,,,M000908,,,,,,407880,,,,6642,Littleton W. Moore -Newberry,Walter,Cass,,,,1835-12-23,M,rep,IL,4,,Democrat,,,,,,,,,,N000063,,,,,,408151,,,,6891,Walter C. Newberry -Norton,Richard,Henry,,,,1849-11-06,M,rep,MO,7,,Democrat,,,,,,,,,,N000157,,,,,,408239,,,,6976,Richard Henry Norton -O’Donnell,James,,,,,1840-03-25,M,rep,MI,3,,Republican,,,,,,,,,,O000039,,,,,,408283,,,,7027,James O'Donnell (politician) -Ohliger,Lewis,Philip,,,,1843-01-03,M,rep,OH,16,,Democrat,,,,,,,,,,O000057,,,,,,408333,,,,7045,Lewis P. Ohliger -Otis,John,Grant,,,,1838-02-10,M,rep,KS,4,,Populist,,,,,,,,,,O000129,,,,,,408382,,,,7110,John G. Otis -Owens,James,W.,,,,1837-10-24,M,rep,OH,14,,Democrat,,,,,,,,,,O000158,,,,,,408409,,,,7137,James W. Owens (congressman) -Page,Henry,,,,,1841-06-28,M,rep,MD,1,,Democrat,,,,,,,,,,P000016,,,,,,408427,,,,7154,Henry Page -Palmer,John,McAuley,,,,1817-09-13,M,sen,IL,,3,Democrat,,,,,,,,,,P000042,,,,,,408452,,,,7179,John M. Palmer (politician) -Parrett,William,Fletcher,,,,1825-08-10,M,rep,IN,1,,Democrat,,,,,,,,,,P000078,,,,,,408488,,,,7211,William F. Parrett -Pattison,John,M.,,,,1847-06-13,M,rep,OH,11,,Democrat,,,,,,,,,,P000135,,,,,,408541,,,,7259,John M. Pattison -Patton,David,Henry,,,,1837-11-26,M,rep,IN,10,,Democrat,,,,,,,,,,P000137,,,,,,408543,,,,7261,David Henry Patton -Peel,Samuel,West,,,,1831-09-13,M,rep,AR,5,,Democrat,,,,,,,,,,P000184,,,,,,408588,,,,7302,Samuel W. Peel -Peffer,William,Alfred,,,,1831-09-10,M,sen,KS,,3,Populist,,,,,,,,,,P000188,,,,,,408592,,,,7306,William A. Peffer -Pugh,James,Lawrence,,,,1820-12-12,M,sen,AL,,3,Democrat,,,,,,,,,,P000561,,,,,,408944,,,,7644,James L. Pugh -Quackenbush,John,Adam,,,,1828-10-15,M,rep,NY,18,,Republican,,,,,,,,,,Q000001,,,,,,408965,,,,7663,John A. Quackenbush -Raines,John,,,,,1840-05-06,M,rep,NY,29,,Republican,,,,,,,,,,R000013,,,,,,408995,,,,7690,John Raines -Rife,John,Winebrenner,,,,1846-08-14,M,rep,PA,14,,Republican,,,,,,,,,,R000251,,,,,,409227,,,,7902,John Winebrenner Rife -Rockwell,Hosea,Hunt,,,,1840-05-31,M,rep,NY,28,,Democrat,,,,,,,,,,R000366,,,,,,409336,,,,8002,Hosea H. Rockwell -Russell,Leslie,W.,,,,1840-04-15,M,rep,NY,22,,Republican,,,,,,,,,,R000535,,,,,,409492,,,,8137,Leslie W. Russell -Sanford,John,,,,,1851-01-18,M,rep,NY,20,,Republican,,,,,,,,,,S000047,,,,,,409564,,,,8208,John Sanford (1851) -Scott,Owen,,,,,1848-07-06,M,rep,IL,14,,Democrat,,,,,,,,,,S000183,,,,,,409689,,,,8310,Owen Scott -Scull,Edward,,,,,1818-02-05,M,rep,PA,20,,Republican,,,,,,,,,,S000205,,,,,,409710,,,,8329,Edward Scull -Seerley,John,Joseph,,,,1852-03-13,M,rep,IA,1,,Democrat,,,,,,,,,,S000226,,,,,,409731,,,,8348,John Joseph Seerley -Shonk,George,Washington,,,,1850-04-26,M,rep,PA,12,,Republican,,,,,,,,,,S000376,,,,,,409870,,,,8483,George Washington Shonk -Snow,Herman,Wilber,,,,1836-07-03,M,rep,IL,9,,Democrat,,,,,,,,,,S000660,,,,,,410134,,,,8729,Herman W. Snow -Spinola,Francis,Barretto,,,,1821-03-19,M,rep,NY,10,,Democrat,,,,,,,,,,S000738,,,,,,410207,,,,8798,Francis B. Spinola -Squire,Watson,Carvosso,,,,1838-05-18,M,sen,WA,,3,Republican,,,,,,,,,,S000761,,,,,,410228,,,,8819,Watson C. Squire -Stackhouse,Eli,Thomas,,,,1824-03-27,M,rep,SC,6,,Democrat,,,,,,,,,,S000774,,,,,,410240,,,,8822,Eli T. Stackhouse -Stahlnecker,William,Griggs,,,,1849-06-20,M,rep,NY,14,,Democrat,,,,,,,,,,S000781,,,,,,410247,,,,8826,William G. Stahlnecker -Stanford,Leland,,,,,1824-03-09,M,sen,CA,,3,Republican,,,,,,,,,,S000793,,,,,,410259,,,,8836,Leland Stanford -Steward,Lewis,,,,,1824-11-21,M,rep,IL,8,,Democrat,,,,,,,,,,S000897,,,,,,410358,,,,8925,Lewis Steward -Stewart,Andrew,,,,,1836-04-06,M,rep,PA,24,,Republican,,,,,,,,,,S000900,,,,,,410361,,,,8928,"Andrew Stewart (American politician, died 1903)" -Stewart,Charles,,,,,1836-05-30,M,rep,TX,1,,Democrat,,,,,,,,,,S000904,,,,,,410365,,,,8931,Charles Stewart (Texas politician) -Stout,Byron,Gray,,,,1829-01-12,M,rep,MI,6,,Democrat,,,,,,,,,,S000980,,,,,,410439,,,,9001,Byron G. Stout -Stump,Herman,,,,,1837-08-08,M,rep,MD,2,,Democrat,,,,,,,,,,S001043,,,,,,410499,,,,9060,Herman Stump -Taylor,Abner,,,,,,M,rep,IL,1,,Republican,,,,,,,,,,T000062,,,,,,410648,,,,9196,Abner Taylor -Taylor,Ezra,Booth,,,,1823-07-09,M,rep,OH,19,,Republican,,,,,,,,,,T000073,,,,,,410658,,,,9206,Ezra B. Taylor -Taylor,Joseph,Danner,,,,1830-11-07,M,rep,OH,18,,Republican,,,,,,,,,,T000093,,,,,,410676,,,,9224,Joseph D. Taylor -Taylor,Vincent,Albert,,,,1845-12-06,M,rep,OH,20,,Republican,,,,,,,,,,T000101,,,,,,410684,,,,9232,Vincent A. Taylor -Tillman,George,Dionysius,,,,1826-08-21,M,rep,SC,2,,Democrat,,,,,,,,,,T000275,,,,,,410848,,,,9387,George D. Tillman -Townsend,Hosea,,,,,1840-06-16,M,rep,CO,1,,Republican,,,,,,,,,,T000334,,,,,,410905,,,,9438,Hosea Townsend -Van Horn,George,,,,,1850-02-05,M,rep,NY,24,,Democrat,,,,,,,,,,V000041,,,,,,411086,,,,9617,George Van Horn -Vance,Zebulon,Baird,,,,1830-05-13,M,sen,NC,,3,Democrat,,,,,,,,,,V000021,,,,,,411117,,,,9601,Zebulon Baird Vance -Vilas,William,Freeman,,,,1840-07-09,M,sen,WI,,3,Democrat,,,,,,,,,,V000099,,,,,,411154,,,,9671,William Freeman Vilas -Voorhees,Daniel,Wolsey,,,,1827-09-26,M,sen,IN,,3,Democrat,,,,,,,,,,V000116,,,,,,411170,,,,9685,Daniel W. Voorhees -Warwick,John,George,,,,1830-12-23,M,rep,OH,16,,Democrat,,,,,,,,,,W000169,,,,,,411342,,,,9847,John G. Warwick -Wheeler,Harrison,H.,,,,1839-03-22,M,rep,MI,9,,Democrat,,,,,,,,,,W000336,,,,,,411498,,,,9990,Harrison H. Wheeler -White,Edward,Douglass,,,,1845-11-03,M,sen,LA,,3,Democrat,,,,,,,,,,W000366,,,,,,411528,,,,10019,Edward Douglass White -White,Frederick,Edward,,,,1844-01-19,M,rep,IA,6,,Democrat,,,,,,,,,,W000369,,,,,,411530,,,,10022,Frederick Edward White -Wike,Scott,,,,,1834-04-06,M,rep,IL,12,,Democrat,,,,,,,,,,W000451,,,,,,411608,,,,10096,Scott Wike -Willcox,Washington,Frederick,,,,1834-08-22,M,rep,CT,2,,Democrat,,,,,,,,,,W000480,,,,,,411637,,,,10125,Washington F. Willcox -Williams,Archibald,Hunter Arrington,,,,1842-10-22,M,rep,NC,5,,Democrat,,,,,,,,,,W000489,,,,,,411646,,,,10134,Archibald Hunter Arrington Williams -Williams,George,Fred,,,,1852-07-10,M,rep,MA,9,,Democrat,,,,,,,,,,W000497,,,,,,411654,,,,10142,George F. Williams -Wilson,John,Henry,,,,1846-01-30,M,rep,KY,11,,Republican,,,,,,,,,,W000601,,,,,,411756,,,,10241,John Henry Wilson (Kentucky) -Wilson,Robert,Patterson Clark,,,,1834-08-08,M,rep,MO,4,,Democrat,,,,,,,,,,W000611,,,,,,411766,,,,10250,Robert Patterson Clark Wilson -Winn,Thomas,Elisha,,,,1839-05-21,M,rep,GA,9,,Democrat,,,,,,,,,,W000638,,,,,,411792,,,,10276,Thomas E. Winn -Youmans,Henry,Melville,,,,1832-05-15,M,rep,MI,8,,Democrat,,,,,,,,,,Y000027,,,,,,411961,,,,10434,Henry M. Youmans -Hill,David,Bennett,,,,1843-08-29,M,sen,NY,,3,Democrat,,,,,,,,,,H000590,,,,,,405452,,,,4408,David B. Hill -Hunton,Eppa,,,,,1822-09-22,M,sen,VA,,2,Democrat,,,,,,,,,,H000999,,,,,,405839,,,,4770,Eppa Hunton -Mills,Roger,Quarles,,,,1832-03-30,M,sen,TX,,1,Democrat,,,,,,,,,,M000777,,,,,,407755,,,,6531,Roger Q. Mills -Perkins,Bishop,Walden,,,,1841-10-18,M,sen,KS,,2,Republican,,,,,,,,,,P000228,,,,,,408631,,,,7342,Bishop W. Perkins -Adams,Silas,,,,,1839-02-09,M,rep,KY,11,,Republican,,,,,,,,,,A000047,,,,,,400708,,,,40,Silas Adams -Alderson,John,Duffy,,,,1854-11-29,M,rep,WV,3,,Democrat,,,,,,,,,,A000080,,,,,,400739,,,,68,John D. Alderson -Alexander,Sydenham,Benoni,,,,1840-12-08,M,rep,NC,6,,Democrat,,,,,,,,,,A000102,,,,,,400760,,,,90,Sydenham Benoni Alexander -Arnold,Marshall,,,,,1845-10-21,M,rep,MO,14,,Democrat,,,,,,,,,,A000292,,,,,,400934,,,,244,Marshall Arnold -Baldwin,Melvin,Riley,,,,1838-04-12,M,rep,MN,6,,Democrat,,,,,,,,,,B000094,,,,,,401096,,,,389,Melvin Baldwin -Barnes,Lyman,Eddy,,,,1855-06-30,M,rep,WI,8,,Democrat,,,,,,,,,,B000159,,,,,,401161,,,,449,Lyman E. Barnes -Barwig,Charles,,,,,1837-03-19,M,rep,WI,2,,Democrat,,,,,,,,,,B000218,,,,,,401215,,,,500,Charles Barwig -Beckner,William,Morgan,,,,1841-06-19,M,rep,KY,10,,Democrat,,,,,,,,,,B000294,,,,,,401287,,,,565,William M. Beckner -Beltzhoover,Frank,Eckels,,,,1841-11-06,M,rep,PA,19,,Democrat,,,,,,,,,,B000355,,,,,,401347,,,,620,Frank Eckels Beltzhoover -Black,John,Charles,,,,1839-01-27,M,rep,IL,-1,,Democrat,,,,,,,,,,B000504,,,,,,401483,,,,748,John C. Black -Blair,Henry,William,,,,1834-12-06,M,rep,NH,1,,Republican,,,,,,,,,,B000524,,,,,,401500,,,,765,Henry W. Blair -Boen,Haldor,Erickson,,,,1851-01-02,M,rep,MN,7,,Populist,,,,,,,,,,B000590,,,,,,401558,,,,821,Haldor Boen -Bower,William,Horton,,,,1850-06-06,M,rep,NC,8,,Democrat,,,,,,,,,,B000688,,,,,,401650,,,,902,William H. Bower -Branch,William,Augustus Blount,,,,1847-02-26,M,rep,NC,1,,Democrat,,,,,,,,,,B000765,,,,,,401724,,,,974,William A. B. Branch -Bratton,Robert,Franklin,,,,1845-05-13,M,rep,MD,1,,Democrat,,,,,,,,,,B000773,,,,,,401732,,,,981,Robert Franklin Bratton -Brawley,William,Huggins,,,,1841-05-13,M,rep,SC,1,,Democrat,,,,,,,,,,B000775,,,,,,401734,,,,983,William H. Brawley -Breckinridge,Clifton,Rodes,,,,1846-11-22,M,rep,AR,2,,Democrat,,,,,,,,,,B000784,,,,,,401742,,,,991,Clifton R. Breckinridge -Breckinridge,William,Campbell Preston,,,,1837-08-28,M,rep,KY,7,,Democrat,,,,,,,,,,B000790,,,,,,401747,,,,996,William Campbell Preston Breckinridge -Bretz,John,Lewis,,,,1852-09-21,M,rep,IN,2,,Democrat,,,,,,,,,,B000807,,,,,,401764,,,,1012,John L. Bretz -Brickner,George,H.,,,,1834-01-21,M,rep,WI,5,,Democrat,,,,,,,,,,B000821,,,,,,401778,,,,1025,George H. Brickner -Brookshire,Elijah,Voorhees,,,,1856-08-15,M,rep,IN,8,,Democrat,,,,,,,,,,B000886,,,,,,401843,,,,1083,Elijah V. Brookshire -Brown,Jason,Brevoort,,,,1839-02-26,M,rep,IN,3,,Democrat,,,,,,,,,,B000924,,,,,,401879,,,,1114,Jason B. Brown -Bryan,William,Jennings,,,,1860-03-19,M,rep,NE,1,,Democrat,,,,,,,,,,B000995,,,,,,401946,,,,1179,William Jennings Bryan -Bundy,Hezekiah,Sanford,,,,1817-08-15,M,rep,OH,10,,Republican,,,,,,,,,,B001059,,,,,,402006,,,,1237,Hezekiah S. Bundy -Bunn,Benjamin,Hickman,,,,1844-10-19,M,rep,NC,4,,Democrat,,,,,,,,,,B001062,,,,,,402009,,,,1240,Benjamin H. Bunn -Burnes,Daniel,Dee,,,,1851-01-04,M,rep,MO,4,,Democrat,,,,,,,,,,B001115,,,,,,402060,,,,1285,Daniel Dee Burnes -Bynum,William,Dallas,,,,1846-06-26,M,rep,IN,7,,Democrat,,,,,,,,,,B001205,,,,,,402146,,,,1363,William D. Bynum -Cabaniss,Thomas,Banks,,,,1835-08-31,M,rep,GA,6,,Democrat,,,,,,,,,,C000001,,,,,,402163,,,,1377,Thomas Banks Cabaniss -Cadmus,Cornelius,Andrew,,,,1844-10-07,M,rep,NJ,5,,Democrat,,,,,,,,,,C000010,,,,,,402172,,,,1385,Cornelius A. Cadmus -Caldwell,John,Alexander,,,,1852-04-21,M,rep,OH,2,,Republican,,,,,,,,,,C000034,,,,,,402195,,,,1408,John A. Caldwell -Camden,Johnson,Newlon,,,,1828-03-06,M,sen,WV,,2,Democrat,,,,,,,,,,C000062,,,,,,402220,,,,1432,Johnson N. Camden -Caminetti,Anthony,,,,,1854-07-30,M,rep,CA,2,,Democrat,,,,,,,,,,C000069,,,,,,402227,,,,1438,Anthony Caminetti -Campbell,Timothy,John,,,,1840-01-08,M,rep,NY,9,,Democrat,,,,,,,,,,C000103,,,,,,402256,,,,1467,Timothy J. Campbell -Cannon,Marion,,,,,1834-10-30,M,rep,CA,6,,Populist,,,,,,,,,,C000122,,,,,,402273,,,,1484,Marion Cannon -Capehart,James,,,,,1847-03-07,M,rep,WV,4,,Democrat,,,,,,,,,,C000129,,,,,,402279,,,,1490,James Capehart -Caruth,Asher,Graham,,,,1844-02-07,M,rep,KY,5,,Democrat,,,,,,,,,,C000208,,,,,,402354,,,,1557,Asher G. Caruth -Causey,John,Williams,,,,1841-09-19,M,rep,DE,0,,Democrat,,,,,,,,,,C000257,,,,,,402401,,,,1605,John W. Causey -Childs,Robert,Andrew,,,,1845-03-22,M,rep,IL,8,,Republican,,,,,,,,,,C000354,,,,,,402493,,,,1692,Robert A. Childs -Chipman,John,Logan,,,,1830-06-05,M,rep,MI,1,,Democrat,,,,,,,,,,C000367,,,,,,402506,,,,1704,John Logan Chipman -Clancy,John,Michael,,,,1837-05-07,M,rep,NY,2,,Democrat,,,,,,,,,,C000410,,,,,,402549,,,,1742,John Michael Clancy -Coffeen,Henry,Asa,,,,1841-02-14,M,rep,WY,0,,Democrat,,,,,,,,,,C000585,,,,,,402714,,,,1900,Henry A. Coffeen -Compton,Barnes,,,,,1830-11-16,M,rep,MD,5,,Democrat,,,,,,,,,,C000660,,,,,,402787,,,,1965,Barnes Compton -Conn,Charles,Gerard,,,,1844-01-29,M,rep,IN,13,,Democrat,,,,,,,,,,C000683,,,,,,402809,,,,1985,Charles G. Conn -Coombs,William,Jerome,,,,1833-12-24,M,rep,NY,4,,Democrat,,,,,,,,,,C000742,,,,,,402863,,,,2037,William J. Coombs -Cooper,George,William,,,,1851-05-21,M,rep,IN,5,,Democrat,,,,,,,,,,C000750,,,,,,402871,,,,2045,George W. Cooper -Cornish,Johnston,,,,,1858-06-13,M,rep,NJ,4,,Democrat,,,,,,,,,,C000786,,,,,,402906,,,,2075,Johnston Cornish -Covert,James,Way,,,,1842-09-02,M,rep,NY,1,,Democrat,,,,,,,,,,C000814,,,,,,402932,,,,2096,James W. Covert -Davis,John,,,,,1826-08-09,M,rep,KS,5,,Populist,,,,,,,,,,D000115,,,,,,403252,,,,2396,John Davis (Kansas politician) -De Forest,Robert,Elliott,,,,1845-02-20,M,rep,CT,4,,Democrat,,,,,,,,,,D000190,,,,,,403302,,,,2462,Robert E. De Forest -Denson,William,Henry,,,,1846-03-04,M,rep,AL,7,,Democrat,,,,,,,,,,D000253,,,,,,403391,,,,2511,William Henry Denson -Donovan,Dennis,D.,,,,1859-01-31,M,rep,OH,5,,Democrat,,,,,,,,,,D000420,,,,,,403533,,,,2661,Dennis D. Donovan -Dunn,John,Thomas,,,,1838-06-04,M,rep,NJ,8,,Democrat,,,,,,,,,,D000550,,,,,,403657,,,,2773,John T. Dunn -Dunphy,Edward,John,,,,1856-05-12,M,rep,NY,8,,Democrat,,,,,,,,,,D000556,,,,,,403663,,,,2779,Edward J. Dunphy -Durborow,Allan,Cathcart,Jr.,,,1857-11-10,M,rep,IL,3,,Democrat,,,,,,,,,,D000564,,,,,,403667,,,,2785,Allan C. Durborow Jr. -Edmunds,Paul,Carrington,,,,1836-11-01,M,rep,VA,6,,Democrat,,,,,,,,,,E000057,,,,,,403752,,,,2856,Paul C. Edmunds -Ellis,William,Thomas,,,,1845-07-24,M,rep,KY,2,,Democrat,,,,,,,,,,E000139,,,,,,403830,,,,2928,William Thomas Ellis -English,Thomas,Dunn,,,,1819-06-29,M,rep,NJ,6,,Democrat,,,,,,,,,,E000188,,,,,,403876,,,,2969,Thomas Dunn English -English,Warren,Barkley,,,,1840-05-01,M,rep,CA,3,,Democrat,,,,,,,,,,E000189,,,,,,403877,,,,2970,Warren B. English -Enloe,Benjamin,Augustine,,,,1848-01-18,M,rep,TN,8,,Democrat,,,,,,,,,,E000192,,,,,,403880,,,,2973,Benjamin A. Enloe -Enochs,William,Henry,,,,1842-03-29,M,rep,OH,10,,Republican,,,,,,,,,,E000193,,,,,,403881,,,,2974,William H. Enochs -Epes,James,Fletcher,,,,1842-05-23,M,rep,VA,4,,Democrat,,,,,,,,,,E000195,,,,,,403882,,,,2975,James F. Epes -Everett,William,,,,,1839-10-10,M,rep,MA,7,,Democrat,,,,,,,,,,E000269,,,,,,403948,,,,3030,William Everett -Faulkner,Charles,James,,,,1847-09-21,M,sen,WV,,1,Democrat,,,,,,,,,,F000045,,,,,,404005,,,,3081,Charles James Faulkner -Fellows,John,R.,,,,1832-07-29,M,rep,NY,14,,Democrat,,,,,,,,,,F000067,,,,,,404025,,,,3097,John R. Fellows -Fielder,George,Bragg,,,,1842-07-24,M,rep,NJ,7,,Democrat,,,,,,,,,,F000109,,,,,,404066,,,,3136,George Bragg Fielder -Fitch,Ashbel,Parmelee,,,,1848-10-08,M,rep,NY,15,,Democrat,,,,,,,,,,F000157,,,,,,404112,,,,3176,Ashbel P. Fitch -Fithian,George,Washington,,,,1854-07-04,M,rep,IL,16,,Democrat,,,,,,,,,,F000162,,,,,,404117,,,,3180,George W. Fithian -Forman,William,St. John,,,,1847-01-20,M,rep,IL,18,,Democrat,,,,,,,,,,F000275,,,,,,404225,,,,3278,William St. John Forman -Funk,Benjamin,Franklin,,,,1838-10-17,M,rep,IL,14,,Republican,,,,,,,,,,F000427,,,,,,404368,,,,3412,Benjamin F. Funk -Funston,Edward,Hogue,,,,1836-09-16,M,rep,KS,2,,Republican,,,,,,,,,,F000429,,,,,,404370,,,,3414,Edward H. Funston -Fyan,Robert,Washington,,,,1835-03-11,M,rep,MO,13,,Democrat,,,,,,,,,,F000436,,,,,,404377,,,,3418,Robert Washington Fyan -Geary,Thomas,J.,,,,1854-01-18,M,rep,CA,1,,Democrat,,,,,,,,,,G000113,,,,,,404485,,,,3520,Thomas J. Geary -Geissenhainer,Jacob,Augustus,,,,1839-08-28,M,rep,NJ,3,,Democrat,,,,,,,,,,G000119,,,,,,404491,,,,3526,Jacob Augustus Geissenhainer -George,James,Zachariah,,,,1826-10-20,M,sen,MS,,1,Democrat,,,,,,,,,,G000127,,,,,,404497,,,,3532,James Z. George -Goldzier,Julius,,,,,1854-01-20,M,rep,IL,4,,Democrat,,,,,,,,,,G000269,,,,,,404631,,,,3659,Julius Goldzier -Goodnight,Isaac,Herschel,,,,1849-01-31,M,rep,KY,3,,Democrat,,,,,,,,,,G000292,,,,,,404651,,,,3677,Isaac Goodnight -Gorman,James,Sedgwick,,,,1850-12-28,M,rep,MI,2,,Democrat,,,,,,,,,,G000328,,,,,,404686,,,,3711,James S. Gorman -Grady,Benjamin,Franklin,,,,1831-10-10,M,rep,NC,3,,Democrat,,,,,,,,,,G000350,,,,,,404706,,,,3729,Benjamin F. Grady -Graham,John,Hugh,,,,1835-04-01,M,rep,NY,5,,Democrat,,,,,,,,,,G000358,,,,,,404713,,,,3736,John H. Graham -Gray,George,,,,,1840-05-04,M,sen,DE,,1,Democrat,,,,,,,,,,G000396,,,,,,404746,,,,3765,George Gray (senator) -Gresham,Walter,,,,,1841-07-22,M,rep,TX,10,,Democrat,,,,,,,,,,G000452,,,,,,404798,,,,3813,Walter Gresham (Texas politician) -Griffin,Levi,Thomas,,,,1837-05-23,M,rep,MI,1,,Democrat,,,,,,,,,,G000463,,,,,,404808,,,,3822,Levi T. Griffin -Haines,Charles,Delemere,,,,1856-06-09,M,rep,NY,19,,Democrat,,,,,,,,,,H000025,,,,,,404910,,,,3913,Charles Delemere Haines -Hall,Osee,Matson,,,,1847-09-10,M,rep,MN,3,,Democrat,,,,,,,,,,H000065,,,,,,404950,,,,3951,Osee M. Hall -Hammond,Thomas,,,,,1843-02-27,M,rep,IN,10,,Democrat,,,,,,,,,,H000134,,,,,,405016,,,,4013,Thomas Hammond (politician) -Hare,Darius,Dodge,,,,1843-01-09,M,rep,OH,13,,Democrat,,,,,,,,,,H000201,,,,,,405081,,,,4068,Darius D. Hare -Harter,Michael,Daniel,,,,1846-04-06,M,rep,OH,14,,Democrat,,,,,,,,,,H000296,,,,,,405169,,,,4153,Michael D. Harter -Hatch,William,Henry,,,,1833-09-11,M,rep,MO,1,,Democrat,,,,,,,,,,H000339,,,,,,405208,,,,4188,William H. Hatch -Haugen,Nils,Pederson,,,,1849-03-09,M,rep,WI,10,,Republican,,,,,,,,,,H000351,,,,,,405220,,,,4196,Nils P. Haugen -Hayes,Walter,Ingalls,,,,1841-12-09,M,rep,IA,2,,Democrat,,,,,,,,,,H000394,,,,,,405262,,,,4233,Walter I. Hayes -Heard,John,Taddeus,,,,1840-10-29,M,rep,MO,7,,Democrat,,,,,,,,,,H000427,,,,,,405293,,,,4265,John T. Heard -Henderson,John,Steele,,,,1846-01-06,M,rep,NC,7,,Democrat,,,,,,,,,,H000485,,,,,,405348,,,,4312,John S. Henderson -Henderson,Thomas,Jefferson,,,,1824-11-29,M,rep,IL,7,,Republican,,,,,,,,,,H000489,,,,,,405352,,,,4316,Thomas J. Henderson (politician) -Hendrix,Joseph,Clifford,,,,1853-05-25,M,rep,NY,3,,Democrat,,,,,,,,,,H000496,,,,,,405359,,,,4322,Joseph C. Hendrix -Henry,Winder,Laird,,,,1864-12-20,M,rep,MD,1,,Democrat,,,,,,,,,,H000521,,,,,,405384,,,,4346,Winder Laird Henry -Hines,William,Henry,,,,1856-03-15,M,rep,PA,12,,Democrat,,,,,,,,,,H000635,,,,,,405491,,,,4447,William Henry Hines -Hopkins,Albert,Cole,,,,1837-09-15,M,rep,PA,16,,Republican,,,,,,,,,,H000769,,,,,,405619,,,,4563,Albert Cole Hopkins -Houk,George,Washington,,,,1825-09-25,M,rep,OH,3,,Democrat,,,,,,,,,,H000816,,,,,,405663,,,,4604,George W. Houk -Houk,John,Chiles,,,,1860-02-26,M,rep,TN,2,,Republican,,,,,,,,,,H000817,,,,,,405664,,,,4605,John C. Houk -Hudson,Thomas,Jefferson,,,,1839-10-30,M,rep,KS,3,,Populist,,,,,,,,,,H000909,,,,,,405755,,,,4689,Thomas Jefferson Hudson -Ikirt,George,Pierce,,,,1852-11-03,M,rep,OH,18,,Democrat,,,,,,,,,,I000008,,,,,,405870,,,,4797,George P. Ikirt -Izlar,James,Ferdinand,,,,1832-11-25,M,rep,SC,1,,Democrat,,,,,,,,,,I000054,,,,,,405908,,,,4838,James F. Izlar -Johnson,Tom,Loftin,,,,1854-07-18,M,rep,OH,21,,Democrat,,,,,,,,,,J000178,,,,,,406073,,,,4994,Tom L. Johnson -Jorden,Edwin,James,,,,1863-08-30,M,rep,PA,15,,Republican,,,,,,,,,,J000270,,,,,,406162,,,,5075,Edwin J. Jorden -Joseph,Antonio,,,,,1846-08-25,M,rep,NM,-1,,Democrat,,,,,,,,,,J000272,,,,,,406164,,,,,Antonio Joseph (politician) -Kilgore,Constantine,Buckley,,,,1835-02-20,M,rep,TX,3,,Democrat,,,,,,,,,,K000173,,,,,,406336,,,,5237,Constantine B. Kilgore -Kribbs,George,Frederic,,,,1846-11-08,M,rep,PA,28,,Democrat,,,,,,,,,,K000330,,,,,,406484,,,,5368,George Frederic Kribbs -Lane,Edward,,,,,1842-03-27,M,rep,IL,17,,Democrat,,,,,,,,,,L000058,,,,,,406567,,,,5440,Edward Lane -Lapham,Oscar,,,,,1837-06-29,M,rep,RI,1,,Democrat,,,,,,,,,,L000093,,,,,,406601,,,,5474,Oscar Lapham -Lilly,William,,,,,1821-06-03,M,rep,PA,-1,,Republican,,,,,,,,,,L000312,,,,,,406806,,,,5665,William Lilly (congressman) -Lisle,Marcus,Claiborne,,,,1862-09-23,M,rep,KY,10,,Democrat,,,,,,,,,,L000345,,,,,,406837,,,,5695,Marcus C. Lisle -Lockwood,Daniel,Newton,,,,1844-06-01,M,rep,NY,32,,Democrat,,,,,,,,,,L000392,,,,,,406884,,,,5737,Daniel N. Lockwood -Lucas,William,Vincent,,,,1835-07-03,M,rep,SD,-1,,Republican,,,,,,,,,,L000495,,,,,,406982,,,,5825,William V. Lucas -Lynch,Thomas,,,,,1844-11-21,M,rep,WI,9,,Democrat,,,,,,,,,,L000534,,,,,,407019,,,,5856,Thomas Lynch (congressman) -Magner,Thomas,Francis,,,,1860-03-08,M,rep,NY,6,,Democrat,,,,,,,,,,M000051,,,,,,407079,,,,5911,Thomas F. Magner -Marshall,James,William,,,,1844-03-31,M,rep,VA,9,,Democrat,,,,,,,,,,M000156,,,,,,407178,,,,6002,James William Marshall (politician) -Martin,Augustus,Newton,,,,1847-03-23,M,rep,IN,11,,Democrat,,,,,,,,,,M000167,,,,,,407189,,,,6013,Augustus N. Martin -Martin,John,,,,,1833-11-12,M,sen,KS,,2,Democrat,,,,,,,,,,M000185,,,,,,407206,,,,6027,John Martin (Kansas) -Marvin,Francis,,,,,1828-03-08,M,rep,NY,17,,Republican,,,,,,,,,,M000209,,,,,,407228,,,,6047,Francis Marvin -McDannold,John,James,,,,1851-08-29,M,rep,IL,12,,Democrat,,,,,,,,,,M000401,,,,,,407402,,,,6210,John James McDannold -McDowell,Alexander,,,,,1845-03-04,M,rep,PA,-1,,Republican,,,,,,,,,,M000417,,,,,,407417,,,,6223,Alexander McDowell -McEttrick,Michael,Joseph,,,,1848-06-22,M,rep,MA,10,,Ind. Democrat,,,,,,,,,,M000430,,,,,,407430,,,,6236,Michael J. McEttrick -McKaig,William,McMahon,,,,1845-07-29,M,rep,MD,6,,Democrat,,,,,,,,,,M000488,,,,,,407483,,,,6283,William McMahon McKaig -McKeighan,William,Arthur,,,,1842-01-19,M,rep,NE,5,,Populist,,,,,,,,,,M000498,,,,,,407493,,,,6292,William A. McKeighan -McNagny,William,Forgy,,,,1850-04-19,M,rep,IN,12,,Democrat,,,,,,,,,,M000580,,,,,,407571,,,,6364,William F. McNagny -Mitchell,John,Lendrum,,,,1842-10-19,M,sen,WI,,1,Democrat,,,,,,,,,,M000821,,,,,,407796,,,,6568,John L. Mitchell -Montgomery,Alexander,Brooks,,,,1837-12-11,M,rep,KY,4,,Democrat,,,,,,,,,,M000863,,,,,,407836,,,,6600,Alexander B. Montgomery -Moon,John,Wesley,,,,1836-01-18,M,rep,MI,9,,Republican,,,,,,,,,,M000885,,,,,,407857,,,,6619,John W. Moon -Moore,Horace,Ladd,,,,1837-02-25,M,rep,KS,2,,Democrat,,,,,,,,,,M000901,,,,,,407873,,,,6635,Horace Ladd Moore -Murphy,Edward,,Jr.,,,1836-12-15,M,sen,NY,,1,Democrat,,,,,,,,,,M001090,,,,,,408054,,,,6806,Edward Murphy Jr. -Mutchler,William,,,,,1831-12-21,M,rep,PA,8,,Democrat,,,,,,,,,,M001125,,,,,,408087,,,,6834,William Mutchler -O’Ferrall,Charles,Triplett,,,,1840-10-21,M,rep,VA,7,,Democrat,,,,,,,,,,O000040,,,,,,408284,,,,7028,Charles Triplett O'Ferrall -O’Neil,Joseph,Henry,,,,1853-03-23,M,rep,MA,9,,Democrat,,,,,,,,,,O000092,,,,,,408301,,,,7075,Joseph H. O'Neil -O’Neill,Charles,,,,,1821-03-21,M,rep,PA,2,,Republican,,,,,,,,,,O000093,,,,,,408302,,,,7076,Charles O'Neill (Pennsylvania politician) -O’Neill,John,Joseph,,,,1846-06-25,M,rep,MO,11,,Democrat,,,,,,,,,,O000097,,,,,,408306,,,,7080,John Joseph O'Neill (U.S. politician) -Oates,William,Calvin,,,,1835-11-30,M,rep,AL,3,,Democrat,,,,,,,,,,O000005,,,,,,408317,,,,6996,William C. Oates -Outhwaite,Joseph,Hodson,,,,1841-12-05,M,rep,OH,12,,Democrat,,,,,,,,,,O000136,,,,,,408388,,,,7116,Joseph H. Outhwaite -Page,Charles,Harrison,,,,1843-07-19,M,rep,RI,2,,Democrat,,,,,,,,,,P000015,,,,,,408426,,,,7153,Charles H. Page -Paschal,Thomas,Moore,,,,1845-12-15,M,rep,TX,12,,Democrat,,,,,,,,,,P000094,,,,,,408504,,,,7226,Thomas M. Paschal -Pasco,Samuel,,,,,1834-06-28,M,sen,FL,,1,Democrat,,,,,,,,,,P000095,,,,,,408505,,,,7227,Samuel Pasco -Pearson,Albert,Jackson,,,,1846-05-20,M,rep,OH,16,,Democrat,,,,,,,,,,P000164,,,,,,408569,,,,7285,Albert J. Pearson -Pence,Lafayette,,,Lafe,,1857-12-23,M,rep,CO,1,,Populist,,,,,,,,,,P000199,,,,,,408602,,,,7315,Lafe Pence -Pendleton,John,Overton,,,,1851-07-04,M,rep,WV,1,,Democrat,,,,,,,,,,P000205,,,,,,408608,,,,7321,John O. Pendleton -Pigott,James,Protus,,,,1852-09-11,M,rep,CT,2,,Democrat,,,,,,,,,,P000344,,,,,,408741,,,,7446,James P. Pigott -Randall,Charles,Sturtevant,,,,1824-02-20,M,rep,MA,13,,Republican,,,,,,,,,,R000037,,,,,,409018,,,,7713,Charles S. Randall -Reilly,James,Bernard,,,,1845-08-12,M,rep,PA,13,,Democrat,,,,,,,,,,R000153,,,,,,409130,,,,7814,James Bernard Reilly -Richards,James,Alexander Dudley,,,,1845-03-22,M,rep,OH,17,,Democrat,,,,,,,,,,R000213,,,,,,409189,,,,7868,James A. D. Richards -Richardson,George,Frederick,,,,1850-07-01,M,rep,MI,5,,Democrat,,,,,,,,,,R000220,,,,,,409196,,,,7875,George F. Richardson -Ritchie,Byron,Foster,,,,1853-01-29,M,rep,OH,9,,Democrat,,,,,,,,,,R000272,,,,,,409246,,,,7918,Byron F. Ritchie -Roach,William,Nathaniel,,,,1840-09-25,M,sen,ND,,1,Democrat,,,,,,,,,,R000290,,,,,,409263,,,,7934,William N. Roach -Ryan,William,,,,,1840-03-08,M,rep,NY,16,,Democrat,,,,,,,,,,R000561,,,,,,409517,,,,8159,William Ryan (53rd Congress) -Schermerhorn,Simon,Jacob,,,,1827-09-25,M,rep,NY,21,,Democrat,,,,,,,,,,S000123,,,,,,409631,,,,8262,Simon J. Schermerhorn -Shaw,George,Bullen,,,,1854-03-12,M,rep,WI,7,,Republican,,,,,,,,,,S000305,,,,,,409803,,,,8416,George B. Shaw -Shell,George,Washington,,,,1831-11-13,M,rep,SC,4,,Democrat,,,,,,,,,,S000324,,,,,,409821,,,,8434,George W. Shell -Sherman,John,,,,,1823-05-10,M,sen,OH,,1,Republican,,,,,,,,,,S000346,,,,,,409842,,,,8454,John Sherman -Sickles,Daniel,Edgar,,,,1819-10-20,M,rep,NY,10,,Democrat,,,,,,,,,,S000402,,,,,,409896,,,,8503,Daniel Sickles -Sipe,William,Allen,,,,1844-07-01,M,rep,PA,24,,Democrat,,,,,,,,,,S000451,,,,,,409944,,,,8547,William Allen Sipe -Smith,James,,Jr.,,,1851-06-12,M,sen,NJ,,1,Democrat,,,,,,,,,,S000561,,,,,,410043,,,,8641,James Smith Jr. -Snodgrass,Henry,Clay,,,,1848-03-29,M,rep,TN,3,,Democrat,,,,,,,,,,S000655,,,,,,410129,,,,8724,Henry C. Snodgrass -Somers,Peter,J.,,,,1850-04-12,M,rep,WI,4,,Democrat,,,,,,,,,,S000677,,,,,,410149,,,,8740,Peter J. Somers -Sperry,Lewis,,,,,1848-01-23,M,rep,CT,1,,Democrat,,,,,,,,,,S000732,,,,,,410201,,,,8792,Lewis Sperry -Springer,William,McKendree,,,,1836-05-30,M,rep,IL,13,,Democrat,,,,,,,,,,S000757,,,,,,410224,,,,8815,William McKendree Springer -Stevens,Moses,Tyler,,,,1825-10-10,M,rep,MA,5,,Democrat,,,,,,,,,,S000884,,,,,,410346,,,,8914,Moses T. Stevens -Stockbridge,Francis,Brown,,,,1826-04-09,M,sen,MI,,1,Republican,,,,,,,,,,S000932,,,,,,410391,,,,8957,Francis B. Stockbridge -Stockdale,Thomas,Ringland,,,,1828-03-28,M,rep,MS,6,,Democrat,,,,,,,,,,S000934,,,,,,410393,,,,8959,T. R. Stockdale -Stone,William,Johnson,,,,1841-06-26,M,rep,KY,1,,Democrat,,,,,,,,,,S000969,,,,,,410428,,,,8990,William Johnson Stone -Storer,Bellamy,,,,,1847-08-28,M,rep,OH,1,,Republican,,,,,,,,,,S000970,,,,,,410430,,,,8992,Bellamy Storer (1847–1922) -Straus,Isidor,,,,,1845-02-06,M,rep,NY,15,,Democrat,,,,,,,,,,S001000,,,,,,410458,,,,9020,Isidor Straus -Sweet,Willis,,,,,1856-01-01,M,rep,ID,1,,Republican,,,,,,,,,,S001110,,,,,,410562,,,,9120,Willis Sweet -Taylor,Alfred,Alexander,,,,1848-08-06,M,rep,TN,1,,Republican,,,,,,,,,,T000064,,,,,,410650,,,,9198,Alfred A. Taylor -Taylor,Arthur,Herbert,,,,1852-02-29,M,rep,IN,1,,Democrat,,,,,,,,,,T000065,,,,,,410651,,,,9199,Arthur H. Taylor -Tracey,Charles,,,,,1847-05-27,M,rep,NY,20,,Democrat,,,,,,,,,,T000341,,,,,,410912,,,,9445,Charles Tracey -Turpie,David,,,,,1828-07-08,M,sen,IN,,1,Democrat,,,,,,,,,,T000432,,,,,,411000,,,,9526,David Turpie -Turpin,Louis,Washington,,,,1849-02-22,M,rep,AL,9,,Democrat,,,,,,,,,,T000434,,,,,,411002,,,,9528,Louis Washington Turpin -Van Voorhis,John,,,,,1826-10-22,M,rep,NY,31,,Republican,,,,,,,,,,V000063,,,,,,411105,,,,9639,John Van Voorhis -Warner,John,De Witt,,,,1851-10-30,M,rep,NY,13,,Democrat,,,,,,,,,,W000153,,,,,,411327,,,,9832,John De Witt Warner -Waugh,Daniel,Webster,,,,1842-03-07,M,rep,IN,9,,Republican,,,,,,,,,,W000214,,,,,,411383,,,,9884,Daniel W. Waugh -Weadock,Thomas,Addis Emmet,,,,1850-01-01,M,rep,MI,10,,Democrat,,,,,,,,,,W000219,,,,,,411387,,,,9888,Thomas A. E. Weadock -Wells,Owen,Augustine,,,,1844-02-04,M,rep,WI,6,,Democrat,,,,,,,,,,W000286,,,,,,411451,,,,9946,Owen A. Wells -Wever,John,Madison,,,,1847-02-24,M,rep,NY,23,,Republican,,,,,,,,,,W000313,,,,,,411477,,,,9971,John M. Wever -Wheeler,Hamilton,Kinkaid,,,,1848-08-05,M,rep,IL,9,,Republican,,,,,,,,,,W000335,,,,,,411497,,,,9989,Hamilton K. Wheeler -White,Stephen,Mallory,,,,1853-01-19,M,sen,CA,,1,Democrat,,,,,,,,,,W000394,,,,,,411554,,,,10045,Stephen M. White -White,William,John,,,,1850-10-07,M,rep,OH,20,,Republican,,,,,,,,,,W000398,,,,,,411558,,,,10049,William J. White -Whiting,Justin,Rice,,,,1847-02-18,M,rep,MI,7,,Democrat,,,,,,,,,,W000415,,,,,,411574,,,,10064,Justin Rice Whiting -Wilson,William,Lyne,,,,1843-05-03,M,rep,WV,2,,Democrat,,,,,,,,,,W000623,,,,,,411777,,,,10262,William Lyne Wilson -Wise,George,Douglas,,,,1831-06-04,M,rep,VA,3,,Democrat,,,,,,,,,,W000648,,,,,,411802,,,,10285,George D. Wise -Wolverton,Simon,Peter,,,,1837-01-28,M,rep,PA,17,,Democrat,,,,,,,,,,W000685,,,,,,411837,,,,10316,Simon Peter Wolverton -Wright,Myron,Benjamin,,,,1847-06-12,M,rep,PA,15,,Republican,,,,,,,,,,W000767,,,,,,411916,,,,10395,Myron Benjamin Wright -Blanchard,Newton,Crain,,,,1849-01-29,M,sen,LA,,3,Democrat,,,,,,,,,,B000541,,,,,,401516,,,,781,Newton C. Blanchard -Jarvis,Thomas,Jordan,,,,1836-01-18,M,sen,NC,,3,Democrat,,,,,,,,,,J000063,,,,,,405968,,,,4897,Thomas Jordan Jarvis -Patton,John,,Jr.,,,1850-10-30,M,sen,MI,,1,Republican,,,,,,,,,,P000141,,,,,,408547,,,,7263,John Patton Jr. -Walsh,Patrick,,,,,1840-01-01,M,sen,GA,,2,Democrat,,,,,,,,,,W000103,,,,,,411281,,,,9787,Patrick Walsh (Southern U.S. politician) -Abbott,Jo,,,Joseph,,1840-01-15,M,rep,TX,6,,Democrat,,,,,,,,,,A000005,,,,,,400667,,,,4,Joseph Abbott (Texas politician) -Aitken,David,Demerest,,,,1853-09-05,M,rep,MI,6,,Republican,,,,,,,,,,A000068,,,,,,400728,,,,58,David D. Aitken -Aldrich,James,Franklin,,,,1853-04-06,M,rep,IL,1,,Republican,,,,,,,,,,A000082,,,,,,400741,,,,70,J. Frank Aldrich -Aldrich,Truman,Heminway,,,,1848-10-17,M,rep,AL,9,,Republican,,,,,,,,,,A000085,,,,,,400744,,,,73,Truman H. Aldrich -Allen,Clarence,Emir,,,,1852-09-08,M,rep,UT,1,,Republican,,,,,,,,,,A000117,,,,,,400774,,,,103,Clarence Emir Allen -Anderson,William,Coleman,,,,1853-07-10,M,rep,TN,1,,Republican,,,,,,,,,,A000238,,,,,,400866,,,,187,William Coleman Anderson -Apsley,Lewis,Dewart,,,,1852-09-29,M,rep,MA,4,,Republican,,,,,,,,,,A000271,,,,,,400910,,,,221,Lewis D. Apsley -Arnold,Warren,Otis,,,,1839-06-03,M,rep,RI,2,,Republican,,,,,,,,,,A000298,,,,,,400940,,,,250,Warren O. Arnold -Atwood,Harrison,Henry,,,,1863-08-26,M,rep,MA,10,,Republican,,,,,,,,,,A000336,,,,,,400985,,,,290,Harrison Henry Atwood -Avery,John,,,,,1824-02-29,M,rep,MI,11,,Republican,,,,,,,,,,A000346,,,,,,400996,,,,300,John Avery (politician) -Baker,Henry,Moore,,,,1841-01-11,M,rep,NH,2,,Republican,,,,,,,,,,B000061,,,,,,401065,,,,363,Henry Moore Baker -Baker,Lucien,,,,,1846-06-08,M,sen,KS,,2,Republican,,,,,,,,,,B000070,,,,,,401073,,,,369,Lucien Baker -Baker,William,,,,,1831-04-29,M,rep,KS,6,,Populist,,,,,,,,,,B000075,,,,,,401078,,,,373,William Baker (Kansas politician) -Bartlett,Franklin,,,,,1847-09-10,M,rep,NY,7,,Democrat,,,,,,,,,,B000202,,,,,,401201,,,,487,Franklin Bartlett -Bell,Charles,Keith,,,,1853-04-18,M,rep,TX,8,,Democrat,,,,,,,,,,B000333,,,,,,401325,,,,599,Charles K. Bell -Black,Frank,Swett,,,,1853-03-08,M,rep,NY,19,,Republican,,,,,,,,,,B000496,,,,,,401476,,,,740,Frank S. Black -Black,James,Conquest Cross,,,,1842-05-09,M,rep,GA,10,,Democrat,,,,,,,,,,B000502,,,,,,401482,,,,746,James C. C. Black -Blue,Richard,Whiting,,,,1841-09-08,M,rep,KS,-1,,Republican,,,,,,,,,,B000573,,,,,,401546,,,,809,Richard W. Blue -Boatner,Charles,Jahleal,,,,1849-01-23,M,rep,LA,5,,Democrat,,,,,,,,,,B000580,,,,,,401551,,,,813,Charles J. Boatner -Bowers,William,Wallace,,,,1834-10-20,M,rep,CA,7,,Republican,,,,,,,,,,B000692,,,,,,401654,,,,906,William W. Bowers -Brown,Foster,Vincent,,,,1852-12-24,M,rep,TN,3,,Republican,,,,,,,,,,B000915,,,,,,401871,,,,1108,Foster V. Brown -Buck,Charles,Francis,,,,1841-11-05,M,rep,LA,2,,Democrat,,,,,,,,,,B001012,,,,,,401962,,,,1193,Charles F. Buck -Burrell,Orlando,,,,,1826-07-26,M,rep,IL,20,,Republican,,,,,,,,,,B001136,,,,,,402079,,,,1304,Orlando Burrell -Burton,Charles,Germman,,,,1846-04-04,M,rep,MO,15,,Republican,,,,,,,,,,B001147,,,,,,402090,,,,1315,Charles Germman Burton -Butler,Marion,,,,,1863-05-20,M,sen,NC,,2,Populist,,,,,,,,,,B001183,,,,,,402125,,,,1343,Marion Butler -Caffery,Donelson,,,,,1835-09-10,M,sen,LA,,2,Democrat,,,,,,,,,,C000016,,,,,,402178,,,,1391,Donelson Caffery -Chandler,William,Eaton,,,,1835-12-28,M,sen,NH,,2,Republican,,,,,,,,,,C000298,,,,,,402440,,,,1641,William E. Chandler -Chilton,Horace,,,,,1853-12-29,M,sen,TX,,2,Democrat,,,,,,,,,,C000357,,,,,,402496,,,,1694,Horace Chilton -Clark,Charles,Nelson,,,,1827-08-21,M,rep,MO,1,,Republican,,,,,,,,,,C000423,,,,,,402562,,,,1755,Charles Nelson Clark -Clarke,Richard,Henry,,,,1843-02-09,M,rep,AL,1,,Democrat,,,,,,,,,,C000469,,,,,,402607,,,,1799,Richard Henry Clarke -Cobb,James,Edward,,,,1835-10-05,M,rep,AL,5,,Democrat,,,,,,,,,,C000549,,,,,,402682,,,,1869,James E. Cobb -Cobb,Seth,Wallace,,,,1838-12-05,M,rep,MO,12,,Democrat,,,,,,,,,,C000550,,,,,,402683,,,,1870,Seth Wallace Cobb -Cockrell,Jeremiah,Vardaman,,,,1832-05-07,M,rep,TX,13,,Democrat,,,,,,,,,,C000577,,,,,,402706,,,,1893,Jeremiah V. Cockrell -Coffin,Charles,Edward,,,,1841-07-18,M,rep,MD,5,,Republican,,,,,,,,,,C000588,,,,,,402717,,,,1903,Charles Edward Coffin -Cogswell,William,,,,,1838-08-23,M,rep,MA,6,,Republican,,,,,,,,,,C000595,,,,,,402724,,,,1910,William Cogswell -Cook,Samuel,Andrew,,,,1849-01-28,M,rep,WI,6,,Republican,,,,,,,,,,C000726,,,,,,402848,,,,2024,Samuel A. Cook -Cooper,Charles,Merian,,,,1856-01-16,M,rep,FL,2,,Democrat,,,,,,,,,,C000746,,,,,,402867,,,,2041,Charles Merian Cooper -Cowen,John,Kissig,,,,1844-10-28,M,rep,MD,4,,Democrat,,,,,,,,,,C000822,,,,,,402940,,,,2104,John Kissig Cowen -Crain,William,Henry,,,,1848-11-25,M,rep,TX,11,,Democrat,,,,,,,,,,C000865,,,,,,402980,,,,2141,William H. Crain -Crisp,Charles,Frederick,,,,1845-01-29,M,rep,GA,3,,Democrat,,,,,,,,,,C000908,,,,,,403020,,,,2177,Charles Frederick Crisp -Crowley,Miles,,,,,1859-02-22,M,rep,TX,10,,Democrat,,,,,,,,,,C000944,,,,,,403056,,,,2211,Miles Crowley -Crowther,George,Calhoun,,,,1849-01-26,M,rep,MO,4,,Republican,,,,,,,,,,C000949,,,,,,403061,,,,2216,George Calhoun Crowther -Culberson,David,Browning,,,,1830-09-29,M,rep,TX,4,,Democrat,,,,,,,,,,C000964,,,,,,403075,,,,2230,David B. Culberson -Curtis,Newton,Martin,,,,1835-05-21,M,rep,NY,22,,Republican,,,,,,,,,,C001012,,,,,,403119,,,,2273,Newton Martin Curtis -Daniels,Charles,,,,,1825-03-24,M,rep,NY,33,,Republican,,,,,,,,,,D000040,,,,,,403180,,,,2328,Charles Daniels (New York politician) -De Witt,Francis,Byron,,,,1849-03-11,M,rep,OH,5,,Republican,,,,,,,,,,D000286,,,,,,403328,,,,2547,Francis B. De Witt -Denny,Walter,McKennon,,,,1853-10-28,M,rep,MS,6,,Democrat,,,,,,,,,,D000251,,,,,,403389,,,,2509,Walter M. Denny -Doolittle,William,Hall,,,,1848-11-06,M,rep,WA,-1,,Republican,,,,,,,,,,D000430,,,,,,403541,,,,2669,William H. Doolittle -Downing,Finis,Ewing,,,,1846-08-24,M,rep,IL,16,,Democrat,,,,,,,,,,D000473,,,,,,403582,,,,2705,Finis E. Downing -Draper,William,Franklin,,,,1842-04-09,M,rep,MA,11,,Republican,,,,,,,,,,D000488,,,,,,403596,,,,2719,William Franklin Draper (politician) -Ellett,Tazewell,,,,,1856-01-01,M,rep,VA,3,,Democrat,,,,,,,,,,E000117,,,,,,403808,,,,2906,Tazewell Ellett -Erdman,Constantine,Jacob,,,,1846-09-04,M,rep,PA,9,,Democrat,,,,,,,,,,E000199,,,,,,403886,,,,2978,Constantine Jacob Erdman -Gear,John,Henry,,,,1825-04-07,M,sen,IA,,2,Republican,,,,,,,,,,G000110,,,,,,404482,,,,3517,John H. Gear -Goodwyn,Albert,Taylor,,,,1842-12-17,M,rep,AL,5,,Populist,,,,,,,,,,G000305,,,,,,404664,,,,3690,Albert Taylor Goodwyn -Griswold,Matthew,,,,,1833-06-06,M,rep,PA,26,,Republican,,,,,,,,,,G000487,,,,,,404832,,,,3845,Matthew Griswold (congressman) -Hadley,William,Flavius Lester,,,,1847-06-15,M,rep,IL,18,,Republican,,,,,,,,,,H000009,,,,,,404894,,,,3899,William F. L. Hadley -Hainer,Eugene,Jerome,,,,1851-08-16,M,rep,NE,4,,Republican,,,,,,,,,,H000024,,,,,,404909,,,,3912,Eugene Jerome Hainer -Hall,Uriel,Sebree,,,,1852-04-12,M,rep,MO,2,,Democrat,,,,,,,,,,H000075,,,,,,404958,,,,3957,Uriel Sebree Hall -Halterman,Frederick,,,,,1831-10-22,M,rep,PA,3,,Republican,,,,,,,,,,H000093,,,,,,404975,,,,3975,Frederick Halterman -Hanly,James,Franklin,,,,1863-04-04,M,rep,IN,-1,,Republican,,,,,,,,,,H000159,,,,,,405041,,,,,Frank Hanly -Hardy,Alexander,Merrill,,,,1847-12-16,M,rep,IN,2,,Republican,,,,,,,,,,H000194,,,,,,405075,,,,4061,Alexander M. Hardy -Harris,Isham,Green,,,,1818-02-10,M,sen,TN,,2,Democrat,,,,,,,,,,H000243,,,,,,405121,,,,4104,Isham G. Harris -Harris,Stephen,Ross,,,,1824-05-22,M,rep,OH,13,,Republican,,,,,,,,,,H000253,,,,,,405131,,,,4114,Stephen Ross Harris -Harrison,George,Paul,,,,1841-03-19,M,rep,AL,3,,Democrat,,,,,,,,,,H000270,,,,,,405146,,,,4130,"George Paul Harrison, Jr." -Hart,Joseph,Johnson,,,,1859-04-18,M,rep,PA,8,,Democrat,,,,,,,,,,H000289,,,,,,405162,,,,4146,Joseph Johnson Hart -Hatch,Jethro,Ayers,,,,1837-06-18,M,rep,IN,10,,Republican,,,,,,,,,,H000337,,,,,,405207,,,,4187,Jethro A. Hatch -Heiner,Daniel,Brodhead,,,,1854-12-30,M,rep,PA,21,,Republican,,,,,,,,,,H000453,,,,,,405318,,,,4284,Daniel B. Heiner -Hendrick,John,Kerr,,,,1849-10-10,M,rep,KY,1,,Democrat,,,,,,,,,,H000491,,,,,,405354,,,,4317,John Kerr Hendrick -Hopkins,Nathan,Thomas,,,,1852-10-27,M,rep,KY,10,,Republican,,,,,,,,,,H000777,,,,,,405627,,,,4570,Nathan T. Hopkins -Hubbard,Joel,Douglas,,,,1860-11-06,M,rep,MO,8,,Republican,,,,,,,,,,H000884,,,,,,405730,,,,4668,Joel Douglas Hubbard -Hulick,George,Washington,,,,1833-06-29,M,rep,OH,6,,Republican,,,,,,,,,,H000937,,,,,,405782,,,,4714,George W. Hulick -Huling,James,Hall,,,,1844-03-24,M,rep,WV,3,,Republican,,,,,,,,,,H000938,,,,,,405783,,,,4715,James Hall Huling -Hutcheson,Joseph,Chappell,,,,1842-05-18,M,rep,TX,1,,Democrat,,,,,,,,,,H001007,,,,,,405847,,,,4777,Joseph Chappell Hutcheson -Hyde,Samuel,Clarence,,,,1842-04-22,M,rep,WA,-1,,Republican,,,,,,,,,,H001024,,,,,,405860,,,,4787,Samuel C. Hyde -Johnson,Grove,Lawrence,,,,1841-03-27,M,rep,CA,2,,Republican,,,,,,,,,,J000134,,,,,,406033,,,,4956,Grove L. Johnson -Kem,Omer,Madison,,,,1855-11-13,M,rep,NE,6,,Populist,,,,,,,,,,K000083,,,,,,406252,,,,5159,Omer Madison Kem -Kendall,Joseph,Morgan,,,,1863-05-12,M,rep,KY,10,,Democrat,,,,,,,,,,K000095,,,,,,406263,,,,5169,Joseph M. Kendall -Kiefer,Andrew,Robert,,,,1832-05-25,M,rep,MN,4,,Republican,,,,,,,,,,K000166,,,,,,406330,,,,5231,Andrew Kiefer -Kirkpatrick,Snyder,Solomon,,,,1848-02-21,M,rep,KS,3,,Republican,,,,,,,,,,K000238,,,,,,406397,,,,5295,Snyder S. Kirkpatrick -Kyle,John,Curtis,,,,1851-07-17,M,rep,MS,2,,Democrat,,,,,,,,,,K000354,,,,,,406506,,,,5387,John Kyle -Lawson,Thomas,Graves,,,,1835-05-02,M,rep,GA,8,,Democrat,,,,,,,,,,L000146,,,,,,406651,,,,5523,Thomas G. Lawson -Layton,Fernando,Coello,,,,1847-04-11,M,rep,OH,4,,Democrat,,,,,,,,,,L000152,,,,,,406657,,,,5528,Fernando C. Layton -Le Fever,Jacob,,,,,1830-04-20,M,rep,NY,18,,Republican,,,,,,,,,,L000158,,,,,,406662,,,,5576,Jacob LeFever -Leighty,Jacob,D.,,,,1839-11-15,M,rep,IN,12,,Republican,,,,,,,,,,L000233,,,,,,406736,,,,5598,Jacob D. Leighty -Leisenring,John,,,,,1853-06-03,M,rep,PA,12,,Republican,,,,,,,,,,L000235,,,,,,406738,,,,5600,John Leisenring -Leonard,Fred,Churchill,,,,1856-02-16,M,rep,PA,16,,Republican,,,,,,,,,,L000245,,,,,,406748,,,,5610,Fred Churchill Leonard -Lewis,John,William,,,,1841-10-14,M,rep,KY,4,,Republican,,,,,,,,,,L000288,,,,,,406785,,,,5644,John W. Lewis -Lindsay,William,,,,,1835-09-04,M,sen,KY,,2,Democrat,,,,,,,,,,L000327,,,,,,406820,,,,5679,William Lindsay (Kentucky politician) -Linton,William,Seelye,,,,1856-02-04,M,rep,MI,8,,Republican,,,,,,,,,,L000341,,,,,,406834,,,,5692,William S. Linton -Lockhart,James,Alexander,,,,1850-06-02,M,rep,NC,6,,Democrat,,,,,,,,,,L000391,,,,,,406883,,,,5736,James A. Lockhart -Mantle,Lee,,,,,1851-12-13,M,sen,MT,,1,Silver Republican,,,,,,,,,,M000116,,,,,,407140,,,,5970,Lee Mantle -McBride,George,Wycliffe,,,,1854-03-13,M,sen,OR,,2,Republican,,,,,,,,,,M000300,,,,,,407315,,,,6126,George W. McBride -McCall,John,Ethridge,,,,1859-08-14,M,rep,TN,8,,Republican,,,,,,,,,,M000304,,,,,,407318,,,,6129,John E. McCall -McClure,Addison,S.,,,,1839-10-10,M,rep,OH,17,,Republican,,,,,,,,,,M000344,,,,,,407353,,,,6161,Addison S. McClure -McCormick,Richard,Cunningham,,,,1832-05-23,M,rep,NY,1,,Republican,,,,,,,,,,M000371,,,,,,407376,,,,6183,Richard Cunningham McCormick -McDearmon,James,Calvin,,,,1844-06-13,M,rep,TN,9,,Democrat,,,,,,,,,,M000402,,,,,,407403,,,,6211,James C. McDearmon -McGann,Lawrence,Edward,,,,1852-02-02,M,rep,IL,3,,Democrat,,,,,,,,,,M000441,,,,,,407440,,,,6245,Lawrence E. McGann -McKenney,William,Robertson,,,,1851-12-02,M,rep,VA,4,,Democrat,,,,,,,,,,M000502,,,,,,407497,,,,6296,William Robertson McKenney -Meiklejohn,George,de Rue,,,,1857-08-26,M,rep,NE,3,,Republican,,,,,,,,,,M000634,,,,,,407621,,,,6409,George de Rue Meiklejohn -Meredith,Elisha,Edward,,,,1848-12-26,M,rep,VA,8,,Democrat,,,,,,,,,,M000647,,,,,,407633,,,,6420,Elisha E. Meredith -Miles,Joshua,Weldon,,,,1858-12-09,M,rep,MD,1,,Democrat,,,,,,,,,,M000706,,,,,,407689,,,,6467,Joshua Weldon Miles -Miller,Orrin,Larrabee,,,,1856-01-11,M,rep,KS,2,,Republican,,,,,,,,,,M000749,,,,,,407728,,,,6503,Orrin Larrabee Miller -Milnes,Alfred,,,,,1844-05-28,M,rep,MI,3,,Republican,,,,,,,,,,M000783,,,,,,407761,,,,6536,Alfred Milnes -Miner,Henry,Clay,,,,1842-03-23,M,rep,NY,9,,Democrat,,,,,,,,,,M000792,,,,,,407770,,,,6545,Henry C. Miner -Morse,Elijah,Adams,,,,1841-05-25,M,rep,MA,12,,Republican,,,,,,,,,,M001007,,,,,,407974,,,,6732,Elijah A. Morse -Moses,Charles,Leavell,,,,1856-05-02,M,rep,GA,4,,Democrat,,,,,,,,,,M001027,,,,,,407994,,,,6749,Charles L. Moses -Mozley,Norman,Adolphus,,,,1865-12-11,M,rep,MO,14,,Republican,,,,,,,,,,M001056,,,,,,408022,,,,6775,Norman Adolphus Mozley -Murphy,Everett,Jerome,,,,1852-07-24,M,rep,IL,21,,Republican,,,,,,,,,,M001091,,,,,,408055,,,,6807,Everett J. Murphy -Murphy,Nathan,Oakes,,,,1849-10-14,M,rep,AZ,0,,Republican,,,,,,,,,,M001102,,,,,,408066,,,,,Oakes Murphy -Murray,George,Washington,,,,1853-09-22,M,rep,SC,1,,Republican,,,,,,,,,,M001106,,,,,,408070,,,,6818,George W. Murray -Neill,Robert,,,,,1838-11-12,M,rep,AR,6,,Democrat,,,,,,,,,,N000025,,,,,,408117,,,,6858,Robert Neill (American politician) -Noonan,George,Henry,,,,1828-08-20,M,rep,TX,12,,Republican,,,,,,,,,,N000131,,,,,,408215,,,,6953,George H. Noonan -Owens,William,Claiborne,,,,1849-10-17,M,rep,KY,7,,Democrat,,,,,,,,,,O000161,,,,,,408411,,,,7139,William Claiborne Owens -Patterson,Josiah,,,,,1837-04-14,M,rep,TN,10,,Democrat,,,,,,,,,,P000124,,,,,,408532,,,,7249,Josiah Patterson -Pendleton,George,Cassety,,,,1845-04-23,M,rep,TX,7,,Democrat,,,,,,,,,,P000202,,,,,,408605,,,,7318,George C. Pendleton -Pettigrew,Richard,Franklin,,,,1848-07-23,M,sen,SD,,2,Silver Republican,,,,,,,,,,P000271,,,,,,408671,,,,7379,Richard F. Pettigrew -Phillips,Thomas,Wharton,,,,1835-02-23,M,rep,PA,25,,Republican,,,,,,,,,,P000313,,,,,,408712,,,,7418,Thomas Wharton Phillips -Pickler,John,Alfred,,,,1844-01-24,M,rep,SD,-1,,Republican,,,,,,,,,,P000329,,,,,,408726,,,,7431,John Pickler -Poole,Theodore,Lewis,,,,1840-04-10,M,rep,NY,27,,Republican,,,,,,,,,,P000429,,,,,,408820,,,,7523,Theodore L. Poole -Post,Philip,Sidney,,,,1833-03-19,M,rep,IL,-1,,Republican,,,,,,,,,,P000457,,,,,,408844,,,,7548,Philip S. Post -Price,Andrew,,,,,1854-04-02,M,rep,LA,3,,Democrat,,,,,,,,,,P000521,,,,,,408906,,,,7609,Andrew Price (politician) -Raney,John,Henry,,,,1849-09-28,M,rep,MO,13,,Republican,,,,,,,,,,R000052,,,,,,409033,,,,7728,John Henry Raney -Remann,Frederick,,,,,1847-05-10,M,rep,IL,18,,Republican,,,,,,,,,,R000161,,,,,,409138,,,,7821,Frederick Remann -Rinaker,John,Irving,,,,1830-11-01,M,rep,IL,16,,Republican,,,,,,,,,,R000261,,,,,,409236,,,,7909,John I. Rinaker -Robinson,John,Buchanan,,,,1846-05-23,M,rep,PA,6,,Republican,,,,,,,,,,R000342,,,,,,409313,,,,7981,John Buchanan Robinson -Rusk,Harry,Welles,,,,1852-10-17,M,rep,MD,3,,Democrat,,,,,,,,,,R000516,,,,,,409474,,,,8119,Harry Welles Rusk -Russell,Benjamin,Edward,,,,1845-10-05,M,rep,GA,2,,Democrat,,,,,,,,,,R000520,,,,,,409478,,,,8123,Benjamin E. Russell -Scranton,Joseph,Augustine,,,,1838-07-26,M,rep,PA,11,,Republican,,,,,,,,,,S000192,,,,,,409697,,,,8317,Joseph A. Scranton -Settle,Thomas,,,,,1865-03-10,M,rep,NC,5,,Republican,,,,,,,,,,S000253,,,,,,409755,,,,8371,"Thomas Settle (North Carolina, 53rd–54th Congress)" -Sewell,William,Joyce,,,,1835-12-06,M,sen,NJ,,2,Republican,,,,,,,,,,S000262,,,,,,409763,,,,8379,William Joyce Sewell -Shaw,John,Gilbert,,,,1859-01-16,M,rep,NC,3,,Democrat,,,,,,,,,,S000309,,,,,,409807,,,,8420,John G. Shaw -Shoup,George,Laird,,,,1836-06-15,M,sen,ID,,2,Republican,,,,,,,,,,S000382,,,,,,409876,,,,8489,George L. Shoup -Sorg,Paul,John,,,,1840-09-23,M,rep,OH,3,,Democrat,,,,,,,,,,S000679,,,,,,410151,,,,8742,Paul J. Sorg -Spencer,James,Grafton,,,,1844-09-13,M,rep,MS,7,,Democrat,,,,,,,,,,S000726,,,,,,410195,,,,8786,James G. Spencer -Stahle,James,Alonzo,,,,1829-01-11,M,rep,PA,19,,Republican,,,,,,,,,,S000780,,,,,,410246,,,,8825,James Alonzo Stahle -Stephenson,Samuel,Merritt,,,,1831-12-23,M,rep,MI,12,,Republican,,,,,,,,,,S000865,,,,,,410327,,,,8895,Samuel M. Stephenson -Strong,Luther,Martin,,,,1838-06-23,M,rep,OH,8,,Republican,,,,,,,,,,S001014,,,,,,410471,,,,9033,Luther M. Strong -Taft,Charles,Phelps,,,,1843-12-21,M,rep,OH,1,,Republican,,,,,,,,,,T000007,,,,,,410597,,,,9150,Charles Phelps Taft -Tarsney,John,Charles,,,,1845-11-07,M,rep,MO,5,,Democrat,,,,,,,,,,T000043,,,,,,410631,,,,9181,John Charles Tarsney -Thomas,Henry,Franklin,,,,1843-12-17,M,rep,MI,4,,Republican,,,,,,,,,,T000168,,,,,,410749,,,,9294,Henry F. Thomas -Thurston,John,Mellen,,,,1847-08-21,M,sen,NE,,2,Republican,,,,,,,,,,T000256,,,,,,410831,,,,9371,John Mellen Thurston -Tracewell,Robert,John,,,,1852-05-07,M,rep,IN,3,,Republican,,,,,,,,,,T000340,,,,,,410911,,,,9444,Robert J. Tracewell -Tracey,John,Plank,,,,1836-09-18,M,rep,MO,7,,Republican,,,,,,,,,,T000342,,,,,,410913,,,,9446,John Plank Tracey -Treloar,William,Mitchellson,,,,1850-09-21,M,rep,MO,9,,Republican,,,,,,,,,,T000363,,,,,,410933,,,,9464,William M. Treloar -Turner,Henry,Gray,,,,1839-03-20,M,rep,GA,11,,Democrat,,,,,,,,,,T000421,,,,,,410990,,,,9516,Henry Gray Turner -Turner,Smith,Spangler,,,,1842-11-21,M,rep,VA,7,,Democrat,,,,,,,,,,T000427,,,,,,410995,,,,9521,Smith S. Turner -Tyler,David,Gardiner,,,,1846-07-12,M,rep,VA,2,,Democrat,,,,,,,,,,T000448,,,,,,411016,,,,9540,David Gardiner Tyler -Van Horn,Robert,Thompson,,,,1824-05-19,M,rep,MO,5,,Republican,,,,,,,,,,V000042,,,,,,411087,,,,9618,Robert T. Van Horn -Walsh,James,Joseph,,,,1858-05-22,M,rep,NY,8,,Democrat,,,,,,,,,,W000098,,,,,,411277,,,,9783,James J. Walsh (New York) -Walthall,Edward,Cary,,,,1831-04-04,M,sen,MS,,2,Democrat,,,,,,,,,,W000111,,,,,,411289,,,,9793,Edward C. Walthall -Washington,Joseph,Edwin,,,,1851-11-10,M,rep,TN,6,,Democrat,,,,,,,,,,W000181,,,,,,411354,,,,9857,Joseph E. Washington -Watson,David,Kemper,,,,1849-06-18,M,rep,OH,12,,Republican,,,,,,,,,,W000200,,,,,,411371,,,,9872,David K. Watson -Willis,Jonathan,Spencer,,,,1830-04-05,M,rep,DE,0,,Republican,,,,,,,,,,W000562,,,,,,411718,,,,10204,Jonathan S. Willis -Wilson,George,Washington,,,,1840-02-22,M,rep,OH,7,,Republican,,,,,,,,,,W000583,,,,,,411738,,,,10223,George W. Wilson -Wilson,John,Lockwood,,,,1850-08-07,M,sen,WA,,1,Republican,,,,,,,,,,W000602,,,,,,411757,,,,10242,John L. Wilson -Wolcott,Edward,Oliver,,,,1848-03-26,M,sen,CO,,2,Republican,,,,,,,,,,W000667,,,,,,411820,,,,10302,Edward O. Wolcott -Wood,Benson,,,,,1839-03-31,M,rep,IL,19,,Republican,,,,,,,,,,W000691,,,,,,411843,,,,10321,Benson Wood -Woodard,Frederick,Augustus,,,,1854-02-12,M,rep,NC,2,,Democrat,,,,,,,,,,W000707,,,,,,411859,,,,10337,Frederick Augustus Woodard -Woodman,Charles,Walhart,,,,1844-03-11,M,rep,IL,4,,Republican,,,,,,,,,,W000715,,,,,,411867,,,,10345,Charles W. Woodman -Woomer,Ephraim,Milton,,,,1844-01-14,M,rep,PA,14,,Republican,,,,,,,,,,W000739,,,,,,411889,,,,10368,Ephraim Milton Woomer -Yoakum,Charles,Henderson,,,,1849-07-10,M,rep,TX,3,,Democrat,,,,,,,,,,Y000018,,,,,,411952,,,,10425,Charles Henderson Yoakum -Brown,Arthur,,,,,1843-03-08,M,sen,UT,,3,Republican,,,,,,,,,,B000902,,,,,,401859,,,,1097,Arthur Brown (Utah senator) -Cannon,Frank,Jenne,,,,1859-01-25,M,sen,UT,,1,Silver Republican,,,,,,,,,,C000118,,,,,,402269,,,,1480,Frank J. Cannon -McKinley,William,,Jr.,,,1843-01-29,M,rep,OH,18,,Republican,,,,,,,,,,M000522,,,,,,407515,,,,6312,William McKinley -Arnold,William,Carlile,,,,1851-07-15,M,rep,PA,28,,Republican,,,,,,,,,,A000299,,,,,,400941,,,,251,William Carlile Arnold -Baker,Jehu,,,,,1822-11-04,M,rep,IL,21,,Democrat,,,,,,,,,,B000066,,,,,,401070,,,,366,Jehu Baker -Barber,Isaac,Ambrose,,,,1852-01-26,M,rep,MD,1,,Republican,,,,,,,,,,B000121,,,,,,401122,,,,414,Isaac Ambrose Barber -Barlow,Charles,Averill,,,,1858-03-17,M,rep,CA,6,,Populist,,,,,,,,,,B000149,,,,,,401151,,,,441,Charles A. Barlow -Barrett,William,Emerson,,,,1858-12-29,M,rep,MA,7,,Republican,,,,,,,,,,B000180,,,,,,401179,,,,466,William Emerson Barrett -Barrows,Samuel,June,,,,1845-05-26,M,rep,MA,10,,Republican,,,,,,,,,,B000186,,,,,,401185,,,,472,Samuel J. Barrows -Beach,Clifton,Bailey,,,,1845-09-16,M,rep,OH,20,,Republican,,,,,,,,,,B000262,,,,,,401256,,,,537,Clifton B. Beach -Belden,James,Jerome,,,,1825-09-30,M,rep,NY,27,,Republican,,,,,,,,,,B000325,,,,,,401317,,,,592,James J. Belden -Belford,Joseph,McCrum,,,,1852-08-05,M,rep,NY,1,,Republican,,,,,,,,,,B000327,,,,,,401319,,,,594,Joseph M. Belford -Belknap,Hugh,Reid,,,,1860-09-01,M,rep,IL,3,,Republican,,,,,,,,,,B000329,,,,,,401321,,,,596,Hugh R. Belknap -Benner,George,Jacob,,,,1859-04-13,M,rep,PA,19,,Democrat,,,,,,,,,,B000366,,,,,,401358,,,,628,George Jacob Benner -Bennett,Charles,Goodwin,,,,1863-12-11,M,rep,NY,5,,Republican,,,,,,,,,,B000372,,,,,,401364,,,,634,Charles G. Bennett -Bodine,Robert,Nall,,,,1837-12-17,M,rep,MO,2,,Democrat,,,,,,,,,,B000584,,,,,,401554,,,,817,Robert N. Bodine -Booze,William,Samuel,,,,1862-01-09,M,rep,MD,3,,Republican,,,,,,,,,,B000633,,,,,,401598,,,,857,William Samuel Booze -Botkin,Jeremiah,Dunham,,,,1849-04-24,M,rep,KS,-1,,Populist,,,,,,,,,,B000654,,,,,,401617,,,,873,Jeremiah D. Botkin -Brewster,Henry,Colvin,,,,1845-09-07,M,rep,NY,31,,Republican,,,,,,,,,,B000815,,,,,,401772,,,,1020,Henry C. Brewster -Broderick,Case,,,,,1839-09-23,M,rep,KS,1,,Republican,,,,,,,,,,B000856,,,,,,401813,,,,1056,Case Broderick -Brucker,Ferdinand,,,,,1858-01-08,M,rep,MI,8,,Democrat,,,,,,,,,,B000973,,,,,,401925,,,,1158,Ferdinand Brucker -Callahan,James,Yancy,,,,1852-12-19,M,rep,OK,-1,,Free Silver,,,,,,,,,,C000053,,,,,,402212,,,,,James Yancy Callahan -Campbell,James,Romulus,,,,1853-05-04,M,rep,IL,20,,Democrat,,,,,,,,,,C000089,,,,,,402245,,,,1454,James R. Campbell (Illinois politician) -Castle,Curtis,Harvey,,,,1848-10-04,M,rep,CA,7,,Populist,,,,,,,,,,C000241,,,,,,402386,,,,1590,Curtis H. Castle -Clardy,John,Daniel,,,,1828-08-30,M,rep,KY,2,,Democrat,,,,,,,,,,C000415,,,,,,402554,,,,1747,John Daniel Clardy -Clark,Samuel,Mercer,,,,1842-10-11,M,rep,IA,1,,Republican,,,,,,,,,,C000452,,,,,,402590,,,,1783,Samuel M. Clark -Codding,James,Hodge,,,,1849-07-08,M,rep,PA,15,,Republican,,,,,,,,,,C000580,,,,,,402709,,,,1896,James Hodge Codding -Colson,David,Grant,,,,1861-04-01,M,rep,KY,11,,Republican,,,,,,,,,,C000649,,,,,,402777,,,,1955,David Grant Colson -Connolly,James,Austin,,,,1843-03-08,M,rep,IL,17,,Republican,,,,,,,,,,C000697,,,,,,402822,,,,1999,James A. Connolly -Cooke,Edward,Dean,,,,1849-10-17,M,rep,IL,6,,Republican,,,,,,,,,,C000731,,,,,,402853,,,,2029,Edward D. Cooke -Cranford,John,Walter,,,,,M,rep,TX,4,,Democrat,,,,,,,,,,C000876,,,,,,402989,,,,2148,John W. Cranford -Curtis,George,Martin,,,,1844-04-01,M,rep,IA,2,,Republican,,,,,,,,,,C001010,,,,,,403117,,,,2271,George M. Curtis -Davison,George,Mosby,,,,1855-03-23,M,rep,KY,8,,Republican,,,,,,,,,,D000144,,,,,,403277,,,,2419,George M. Davison -Deboe,William,Joseph,,,,1849-06-30,M,sen,KY,,3,Republican,,,,,,,,,,D000182,,,,,,403343,,,,2455,William Joseph Deboe -Dockery,Alexander,Monroe,,,,1845-02-11,M,rep,MO,3,,Democrat,,,,,,,,,,D000384,,,,,,403500,,,,2631,Alexander Monroe Dockery -Dorr,Charles,Phillips,,,,1852-08-12,M,rep,WV,3,,Republican,,,,,,,,,,D000436,,,,,,403546,,,,2673,Charles Dorr -Earle,Joseph,Haynsworth,,,,1847-04-30,M,sen,SC,,3,Democrat,,,,,,,,,,E000009,,,,,,403705,,,,2815,Joseph H. Earle -Evans,Walter,,,,,1842-09-18,M,rep,KY,5,,Republican,,,,,,,,,,E000260,,,,,,403941,,,,3022,Walter Evans (American politician) -Fenton,Lucien,Jerome,,,,1844-05-07,M,rep,OH,10,,Republican,,,,,,,,,,F000076,,,,,,404034,,,,3106,Lucien J. Fenton -Fischer,Israel,Frederick,,,,1858-08-17,M,rep,NY,4,,Republican,,,,,,,,,,F000138,,,,,,404093,,,,3159,Israel F. Fischer -Foote,Wallace,Turner,Jr.,,,1864-04-07,M,rep,NY,23,,Republican,,,,,,,,,,F000252,,,,,,404206,,,,3261,Wallace T. Foote Jr. -Fowler,John,Edgar,,,,1866-09-08,M,rep,NC,3,,Populist,,,,,,,,,,F000323,,,,,,404272,,,,3325,John Edgar Fowler -Griffin,Michael,,,,,1842-09-09,M,rep,WI,7,,Republican,,,,,,,,,,G000464,,,,,,404809,,,,3823,Michael Griffin (politician) -Gunn,James,,,,,1843-03-06,M,rep,ID,1,,Populist,,,,,,,,,,G000525,,,,,,404871,,,,3878,James Gunn (congressman) -Hager,Alva,Lysander,,,,1850-10-29,M,rep,IA,9,,Republican,,,,,,,,,,H000015,,,,,,404900,,,,3903,Alva L. Hager -Handy,Levin,Irving,,,,1861-12-24,M,rep,DE,0,,Democrat,,,,,,,,,,H000156,,,,,,405038,,,,4033,L. Irving Handy -Harris,William,Alexander,,,,1841-10-29,M,sen,KS,,3,Populist,,,,,,,,,,H000258,,,,,,405135,,,,4119,William Alexander Harris (Kansas) -Hartman,Charles,Sampson,,,,1861-03-01,M,rep,MT,1,,Silver Republican,,,,,,,,,,H000300,,,,,,405173,,,,4157,Charles S. Hartman -Heitfeld,Henry,,,,,1859-01-12,M,sen,ID,,3,Democrat,,,,,,,,,,H000458,,,,,,405323,,,,4288,Henry Heitfeld -Henry,Charles,Lewis,,,,1849-07-01,M,rep,IN,8,,Republican,,,,,,,,,,H000503,,,,,,405366,,,,4329,Charles L. Henry -Hicks,Josiah,Duane,,,,1844-08-01,M,rep,PA,20,,Republican,,,,,,,,,,H000565,,,,,,405427,,,,4386,Josiah Duane Hicks -Hilborn,Samuel,Greeley,,,,1834-12-09,M,rep,CA,3,,Republican,,,,,,,,,,H000583,,,,,,405445,,,,4402,Samuel G. Hilborn -Hinrichsen,William,Henry,,,,1850-05-27,M,rep,IL,16,,Democrat,,,,,,,,,,H000637,,,,,,405492,,,,4448,William H. Hinrichsen -Holman,William,Steele,,,,1822-09-06,M,rep,IN,4,,Democrat,,,,,,,,,,H000732,,,,,,405583,,,,4529,William S. Holman -Howard,Milford,Wriarson,,,,1862-12-18,M,rep,AL,7,,Populist,,,,,,,,,,H000843,,,,,,405690,,,,4630,Milford W. Howard -Howe,James,Robinson,,,,1839-01-27,M,rep,NY,6,,Republican,,,,,,,,,,H000852,,,,,,405699,,,,4638,James R. Howe -Hunter,Andrew,Jackson,,,,1831-12-17,M,rep,IL,19,,Democrat,,,,,,,,,,H000980,,,,,,405824,,,,4752,Andrew J. Hunter -Hurley,Denis,Michael,,,,1843-03-14,M,rep,NY,2,,Republican,,,,,,,,,,H001004,,,,,,405844,,,,4774,Denis M. Hurley -Johnson,Henry,Underwood,,,,1850-10-28,M,rep,IN,6,,Republican,,,,,,,,,,J000138,,,,,,406037,,,,4960,Henry U. Johnson -Jones,James,Kimbrough,,,,1839-09-29,M,sen,AR,,3,Democrat,,,,,,,,,,J000231,,,,,,406124,,,,5042,James Kimbrough Jones -Jones,John,Percival,,,,1829-01-27,M,sen,NV,,3,Republican,,,,,,,,,,J000237,,,,,,406130,,,,5046,John P. Jones -Jones,William,Carey,,,,1855-04-05,M,rep,WA,-1,,Silver Republican,,,,,,,,,,J000260,,,,,,406152,,,,5068,William Carey Jones -Kelley,John,Edward,,,,1853-03-27,M,rep,SD,-1,,Populist,,,,,,,,,,K000060,,,,,,406230,,,,5138,John Edward Kelley -Kenney,Richard,Rolland,,,,1856-09-09,M,sen,DE,,2,Democrat,,,,,,,,,,K000121,,,,,,406287,,,,5190,Richard R. Kenney -Kirkpatrick,William,Sebring,,,,1844-04-21,M,rep,PA,8,,Republican,,,,,,,,,,K000241,,,,,,406400,,,,5298,William Sebring Kirkpatrick -Knowles,Freeman,Tulley,,,,1846-10-10,M,rep,SD,-1,,Populist,,,,,,,,,,K000293,,,,,,406449,,,,5344,Freeman Knowles -Kulp,Monroe,Henry,,,,1858-10-23,M,rep,PA,17,,Republican,,,,,,,,,,K000338,,,,,,406491,,,,5374,Monroe Henry Kulp -Kyle,James,Henderson,,,,1854-02-24,M,sen,SD,,3,Republican,,,,,,,,,,K000353,,,,,,406505,,,,5386,James H. Kyle -Love,William,Franklin,,,,1850-03-29,M,rep,MS,6,,Democrat,,,,,,,,,,L000461,,,,,,406950,,,,5796,William F. Love -Low,Philip,Burrill,,,,1836-05-06,M,rep,NY,15,,Republican,,,,,,,,,,L000471,,,,,,406960,,,,5806,Philip B. Low -Maguire,James,George,,,,1853-02-22,M,rep,CA,4,,Democrat,,,,,,,,,,M000059,,,,,,407087,,,,5918,James G. Maguire -Mahany,Rowland,Blennerhassett,,,,1864-09-28,M,rep,NY,32,,Republican,,,,,,,,,,M000062,,,,,,407090,,,,5921,Rowland B. Mahany -Marshall,George,Alexander,,,,1851-09-14,M,rep,OH,4,,Democrat,,,,,,,,,,M000153,,,,,,407175,,,,5999,George Alexander Marshall -Martin,Charles,Henry,,,,1848-08-28,M,rep,NC,6,,Populist,,,,,,,,,,M000172,,,,,,407194,,,,6018,Charles H. Martin (North Carolina) -Maxwell,Samuel,,,,,1825-05-20,M,rep,NE,3,,Populist,,,,,,,,,,M000270,,,,,,407288,,,,6098,Samuel Maxwell -McCormick,Nelson,B.,,,,1847-11-20,M,rep,KS,6,,Populist,,,,,,,,,,M000370,,,,,,407375,,,,6182,Nelson B. McCormick -McDonald,John,,,,,1837-05-24,M,rep,MD,6,,Republican,,,,,,,,,,M000411,,,,,,407411,,,,6218,John McDonald (Maryland politician) -McEwan,Thomas,,Jr.,,,1854-02-26,M,rep,NJ,7,,Republican,,,,,,,,,,M000431,,,,,,407431,,,,6237,Thomas McEwan Jr. -McIntire,William,Watson,,,,1850-06-30,M,rep,MD,4,,Republican,,,,,,,,,,M000480,,,,,,407477,,,,6278,William Watson McIntire -McLaurin,John,Lowndes,,,,1860-05-09,M,sen,SC,,3,Democrat,,,,,,,,,,M000543,,,,,,407535,,,,6331,John L. McLaurin -McMillin,Benton,,,,,1845-09-11,M,rep,TN,4,,Democrat,,,,,,,,,,M000575,,,,,,407566,,,,6359,Benton McMillin -Miller,Warren,,,,,1847-04-02,M,rep,WV,4,,Republican,,,,,,,,,,M000761,,,,,,407739,,,,6515,Warren Miller (West Virginia Congressman) -Milliken,Seth,Llewellyn,,,,1831-12-12,M,rep,ME,3,,Republican,,,,,,,,,,M000769,,,,,,407747,,,,6523,Seth L. Milliken -Mills,Daniel,Webster,,,,1838-02-25,M,rep,IL,4,,Republican,,,,,,,,,,M000773,,,,,,407751,,,,6527,Daniel W. Mills -Mitchell,John,Murry,,,,1858-03-18,M,rep,NY,8,,Republican,,,,,,,,,,M000822,,,,,,407797,,,,6569,John M. Mitchell -Morrill,Justin,Smith,,,,1810-04-14,M,sen,VT,,3,Republican,,,,,,,,,,M000969,,,,,,407937,,,,6696,Justin Smith Morrill -Northway,Stephen,Asa,,,,1833-06-19,M,rep,OH,19,,Republican,,,,,,,,,,N000144,,,,,,408227,,,,6964,Stephen A. Northway -Odell,Benjamin,Baker,Jr.,,,1854-01-14,M,rep,NY,17,,Republican,,,,,,,,,,O000036,,,,,,408321,,,,7024,Benjamin Odell (politician) -Ogden,Henry,Warren,,,,1842-10-21,M,rep,LA,4,,Democrat,,,,,,,,,,O000044,,,,,,408327,,,,7032,Henry Warren Ogden -Osborne,John,Eugene,,,,1858-06-19,M,rep,WY,0,,Democrat,,,,,,,,,,O000113,,,,,,408369,,,,7094,John Eugene Osborne -Perkins,George,Douglas,,,,1840-02-29,M,rep,IA,11,,Republican,,,,,,,,,,P000233,,,,,,408636,,,,7346,George D. Perkins -Peters,Mason,Summers,,,,1844-09-03,M,rep,KS,2,,Populist,,,,,,,,,,P000254,,,,,,408657,,,,7367,Mason S. Peters -Pitney,Mahlon,,,,,1858-02-05,M,rep,NJ,4,,Republican,,,,,,,,,,P000370,,,,,,408765,,,,7471,Mahlon Pitney -Plowman,Thomas,Scales,,,,1843-06-08,M,rep,AL,4,,Democrat,,,,,,,,,,P000388,,,,,,408782,,,,7488,Thomas S. Plowman -Pritchard,Jeter,Connelly,,,,1857-07-12,M,sen,NC,,3,Republican,,,,,,,,,,P000545,,,,,,408929,,,,7631,Jeter Connelly Pritchard -Quigg,Lemuel,Ely,,,,1863-02-12,M,rep,NY,14,,Republican,,,,,,,,,,Q000011,,,,,,408974,,,,7672,Lemuel E. Quigg -Rawlins,Joseph,Lafayette,,,,1850-03-28,M,sen,UT,,3,Democrat,,,,,,,,,,R000073,,,,,,409053,,,,7745,Joseph Lafayette Rawlins -Royse,Lemuel,Willard,,,,1847-01-19,M,rep,IN,13,,Republican,,,,,,,,,,R000490,,,,,,409449,,,,8099,Lemuel W. Royse -Sauerhering,Edward,,,,,1864-06-24,M,rep,WI,2,,Republican,,,,,,,,,,S000071,,,,,,409583,,,,8221,Edward Sauerhering -Sayers,Joseph,Draper,,,,1841-09-23,M,rep,TX,9,,Democrat,,,,,,,,,,S000099,,,,,,409609,,,,8244,Joseph D. Sayers -Shannon,Richard,Cutts,,,,1839-02-12,M,rep,NY,13,,Republican,,,,,,,,,,S000288,,,,,,409787,,,,8401,Richard C. Shannon -Shuford,Alonzo,Craig,,,,1858-03-01,M,rep,NC,7,,Populist,,,,,,,,,,S000389,,,,,,409883,,,,8494,Alonzo C. Shuford -Simpkins,John,,,,,1862-06-27,M,rep,MA,13,,Republican,,,,,,,,,,S000428,,,,,,409922,,,,8526,John Simpkins -Simpson,Jeremiah,,,Jerry,,1842-03-31,M,rep,KS,7,,Populist,,,,,,,,,,S000432,,,,,,409926,,,,8529,Jerry Simpson -Skinner,Harry,,,,,1855-05-25,M,rep,NC,1,,Populist,,,,,,,,,,S000468,,,,,,409958,,,,8560,Harry Skinner -Snover,Horace,Greeley,,,,1847-09-21,M,rep,MI,7,,Republican,,,,,,,,,,S000658,,,,,,410132,,,,8727,Horace G. Snover -Spalding,George,,,,,1836-11-12,M,rep,MI,2,,Republican,,,,,,,,,,S000696,,,,,,410167,,,,8759,George Spalding -Stone,Charles,Warren,,,,1843-06-29,M,rep,PA,27,,Republican,,,,,,,,,,S000953,,,,,,410412,,,,8975,Charles Warren Stone -Stone,William,Alexis,,,,1846-04-18,M,rep,PA,23,,Republican,,,,,,,,,,S000966,,,,,,410425,,,,8987,William A. Stone -Strait,Thomas,Jefferson,,,,1846-12-25,M,rep,SC,5,,Democrat,,,,,,,,,,S000989,,,,,,410447,,,,9010,Thomas J. Strait -Strode,Jesse,Burr,,,,1845-02-18,M,rep,NE,1,,Republican,,,,,,,,,,S001007,,,,,,410464,,,,9026,Jesse Burr Strode -Strowd,William,Franklin,,,,1832-12-07,M,rep,NC,4,,Populist,,,,,,,,,,S001027,,,,,,410484,,,,9046,William Franklin Strowd -Sturtevant,John,Cirby,,,,1835-02-20,M,rep,PA,26,,Republican,,,,,,,,,,S001050,,,,,,410504,,,,9065,John Cirby Sturtevant -Thorp,Robert,Taylor,,,,1850-03-12,M,rep,VA,4,,Republican,,,,,,,,,,T000244,,,,,,410822,,,,9361,Robert Taylor Thorp -Todd,Albert,May,,,,1850-06-03,M,rep,MI,3,,Democrat,,,,,,,,,,T000291,,,,,,410864,,,,9403,Albert M. Todd -Turley,Thomas,Battle,,,,1845-04-05,M,sen,TN,,2,Democrat,,,,,,,,,,T000412,,,,,,410981,,,,9507,Thomas B. Turley -Turner,George,,,,,1850-02-25,M,sen,WA,,3,Democrat,,,,,,,,,,T000420,,,,,,410989,,,,9515,George Turner (U.S. politician) -Updegraff,Thomas,,,,,1834-04-03,M,rep,IA,4,,Republican,,,,,,,,,,U000019,,,,,,411042,,,,9564,Thomas Updegraff -Vehslage,John,Herman George,,,,1842-12-20,M,rep,NY,7,,Democrat,,,,,,,,,,V000080,,,,,,411137,,,,9656,John H. G. Vehslage -Vest,George,Graham,,,,1830-12-06,M,sen,MO,,3,Democrat,,,,,,,,,,V000091,,,,,,411146,,,,9665,George Graham Vest -Vincent,William,Davis,,,,1852-10-11,M,rep,KS,5,,Populist,,,,,,,,,,V000103,,,,,,411158,,,,9675,William D. Vincent -Walker,James,Alexander,,,,1832-08-27,M,rep,VA,9,,Republican,,,,,,,,,,W000056,,,,,,411235,,,,9744,James A. Walker -Walker,Joseph,Henry,,,,1829-12-21,M,rep,MA,3,,Republican,,,,,,,,,,W000062,,,,,,411241,,,,9750,Joseph H. Walker -Ward,William,Lukens,,,,1856-09-02,M,rep,NY,16,,Republican,,,,,,,,,,W000144,,,,,,411318,,,,9824,William L. Ward -Wellington,George,Louis,,,,1852-01-28,M,sen,MD,,3,Republican,,,,,,,,,,W000279,,,,,,411444,,,,9939,George L. Wellington -White,George,Elon,,,,1848-03-07,M,rep,IL,5,,Republican,,,,,,,,,,W000371,,,,,,411532,,,,10024,George E. White -Wilber,David,Forrest,,,,1859-12-07,M,rep,NY,21,,Republican,,,,,,,,,,W000453,,,,,,411610,,,,10098,David F. Wilber -Williams,Morgan,B.,,,,1831-09-17,M,rep,PA,12,,Republican,,,,,,,,,,W000530,,,,,,411687,,,,10172,Morgan B. Williams -Wilson,Francis,Henry,,,,1844-02-11,M,rep,NY,3,,Republican,,,,,,,,,,W000579,,,,,,411734,,,,10219,Francis H. Wilson -Wright,Ashley,Bascom,,,,1841-05-25,M,rep,MA,1,,Republican,,,,,,,,,,W000754,,,,,,411903,,,,10382,Ashley B. Wright -Yost,Jacob,,,,,1853-04-01,M,rep,VA,10,,Republican,,,,,,,,,,Y000025,,,,,,411959,,,,10432,Jacob Yost (Virginia congressman) -Simon,Joseph,,,,,1851-02-07,M,sen,OR,,3,Republican,,,,,,,,,,S000422,,,,,,409916,,,,8521,Joseph Simon -Sullivan,William,Van Amberg,,,,1857-12-18,M,sen,MS,,2,Democrat,,,,,,,,,,S001062,,,,,,410516,,,,9077,William V. Sullivan -Aldrich,William,Farrington,,,,1853-03-11,M,rep,AL,4,,Republican,,,,,,,,,,A000087,,,,,,400746,,,,75,William F. Aldrich -Allen,John,Mills,,,,1846-07-08,M,rep,MS,1,,Democrat,,,,,,,,,,A000134,,,,,,400790,,,,117,John Mills Allen -Allen,William,Vincent,,,,1847-01-28,M,sen,NE,,1,Populist,,,,,,,,,,A000153,,,,,,400808,,,,134,William V. Allen -Atwater,John,Wilbur,,,,1840-12-27,M,rep,NC,4,,Populist,,,,,,,,,,A000334,,,,,,400983,,,,288,John Wilbur Atwater -Bailey,Willis,Joshua,,,,1854-10-12,M,rep,KS,-1,,Republican,,,,,,,,,,B000051,,,,,,401056,,,,353,Willis J. Bailey -Baird,Samuel,Thomas,,,,1861-05-05,M,rep,LA,5,,Democrat,,,,,,,,,,B000055,,,,,,401060,,,,357,Samuel T. Baird -Baker,William,Benjamin,,,,1840-07-22,M,rep,MD,2,,Republican,,,,,,,,,,B000076,,,,,,401079,,,,374,William Benjamin Baker -Barber,Laird,Howard,,,,1848-10-25,M,rep,PA,8,,Democrat,,,,,,,,,,B000123,,,,,,401124,,,,416,Laird Howard Barber -Barham,John,All,,,,1843-07-17,M,rep,CA,1,,Republican,,,,,,,,,,B000140,,,,,,401141,,,,432,John All Barham -Bate,William,Brimage,,,,1826-10-07,M,sen,TN,,1,Democrat,,,,,,,,,,B000227,,,,,,401223,,,,508,William B. Bate -Berry,Albert,Seaton,,,,1836-05-13,M,rep,KY,6,,Democrat,,,,,,,,,,B000414,,,,,,401401,,,,670,Albert S. Berry -Bland,Richard,Parks,,,,1835-08-19,M,rep,MO,8,,Democrat,,,,,,,,,,B000544,,,,,,401519,,,,784,Richard P. Bland -Bradley,Thomas,Joseph,,,,1870-01-02,M,rep,NY,9,,Democrat,,,,,,,,,,B000746,,,,,,401705,,,,957,Thomas J. Bradley -Brenner,John,Lewis,,,,1832-02-02,M,rep,OH,3,,Democrat,,,,,,,,,,B000801,,,,,,401758,,,,1006,John Lewis Brenner -Brewer,Willis,,,,,1844-03-15,M,rep,AL,5,,Democrat,,,,,,,,,,B000812,,,,,,401769,,,,1017,Willis Brewer -Brown,Seth,W.,,,,1841-01-04,M,rep,OH,6,,Republican,,,,,,,,,,B000943,,,,,,401897,,,,1133,Seth W. Brown -Campbell,Albert,James,,,,1857-12-12,M,rep,MT,1,,Democrat,,,,,,,,,,C000074,,,,,,402231,,,,1441,Albert J. Campbell -Catchings,Thomas,Clendinen,,,,1847-01-11,M,rep,MS,3,,Democrat,,,,,,,,,,C000247,,,,,,402391,,,,1595,Thomas C. Catchings -Chanler,William,Astor,,,,1867-06-11,M,rep,NY,14,,Democrat,,,,,,,,,,C000303,,,,,,402445,,,,1646,William A. Chanler -Chickering,Charles,Addison,,,,1843-11-26,M,rep,NY,24,,Republican,,,,,,,,,,C000351,,,,,,402490,,,,1689,Charles A. Chickering -Clarke,Frank,Gay,,,,1850-09-10,M,rep,NH,2,,Republican,,,,,,,,,,C000460,,,,,,402598,,,,1791,Frank Gay Clarke -Clayton,Bertram,Tracy,,,,1862-10-19,M,rep,NY,4,,Democrat,,,,,,,,,,C000492,,,,,,402630,,,,1819,Bertram Tracy Clayton -Cochrane,Aaron,Van Schaick,,,,1858-03-14,M,rep,NY,19,,Republican,,,,,,,,,,C000568,,,,,,402697,,,,1884,Aaron Van Schaick Cochrane -Cockrell,Francis,Marion,,,,1834-10-01,M,sen,MO,,1,Democrat,,,,,,,,,,C000576,,,,,,402705,,,,1892,Francis Cockrell -Cox,Nicholas,Nichols,,,,1837-01-06,M,rep,TN,7,,Democrat,,,,,,,,,,C000838,,,,,,402955,,,,2117,Nicholas N. Cox -Cusack,Thomas,,,,,1858-10-05,M,rep,IL,4,,Democrat,,,,,,,,,,C001015,,,,,,403122,,,,2276,Thomas Cusack (politician) -Daly,William,Davis,,,,1851-06-04,M,rep,NJ,7,,Democrat,,,,,,,,,,D000015,,,,,,403158,,,,2309,William Davis Daly -Danford,Lorenzo,,,,,1829-10-18,M,rep,OH,16,,Republican,,,,,,,,,,D000028,,,,,,403169,,,,2320,Lorenzo Danford -Davenport,Samuel,Arza,,,,1834-01-15,M,rep,PA,-1,,Republican,,,,,,,,,,D000077,,,,,,403215,,,,2359,Samuel Arza Davenport -Davenport,Stanley,Woodward,,,,1861-07-21,M,rep,PA,12,,Democrat,,,,,,,,,,D000078,,,,,,403216,,,,2360,Stanley Woodward Davenport -Davis,Cushman,Kellogg,,,,1838-06-16,M,sen,MN,,1,Republican,,,,,,,,,,D000095,,,,,,403232,,,,2377,Cushman Kellogg Davis -De Vries,Marion,,,,,1865-08-15,M,rep,CA,2,,Democrat,,,,,,,,,,D000277,,,,,,403323,,,,2535,Marion De Vries -Dingley,Nelson,,Jr.,,,1832-02-15,M,rep,ME,-1,,Republican,,,,,,,,,,D000356,,,,,,403473,,,,2606,Nelson Dingley Jr. -Driggs,Edmund,Hope,,,,1865-05-02,M,rep,NY,3,,Democrat,,,,,,,,,,D000497,,,,,,403604,,,,2727,Edmund H. Driggs -Epes,Sydney,Parham,,,,1865-08-20,M,rep,VA,4,,Democrat,,,,,,,,,,E000196,,,,,,403883,,,,2976,Sidney Parham Epes -Ermentrout,Daniel,,,,,1837-01-24,M,rep,PA,9,,Democrat,,,,,,,,,,E000205,,,,,,403892,,,,2982,Daniel Ermentrout -Faris,George,Washington,,,,1854-06-09,M,rep,IN,5,,Republican,,,,,,,,,,F000016,,,,,,403978,,,,3057,George W. Faris -Fitzpatrick,Thomas,Young,,,,1850-09-20,M,rep,KY,10,,Democrat,,,,,,,,,,F000177,,,,,,404132,,,,3195,Thomas Y. Fitzpatrick -Foster,Addison,Gardner,,,,1837-01-28,M,sen,WA,,1,Republican,,,,,,,,,,F000298,,,,,,404247,,,,3300,Addison G. Foster -Freer,Romeo,Hoyt,,,,1846-11-09,M,rep,WV,4,,Republican,,,,,,,,,,F000367,,,,,,404313,,,,3360,Romeo H. Freer -Gaston,Athelston,,,,,1838-04-24,M,rep,PA,26,,Democrat,,,,,,,,,,G000095,,,,,,404467,,,,3503,Athelston Gaston -Gayle,June,Ward,,,,1865-02-22,M,rep,KY,7,,Democrat,,,,,,,,,,G000107,,,,,,404479,,,,3514,June Ward Gayle -Glynn,Martin,Henry,,,,1871-09-27,M,rep,NY,20,,Democrat,,,,,,,,,,G000247,,,,,,404609,,,,3638,Martin H. Glynn -Greene,William,Laury,,,,1849-10-03,M,rep,NE,6,,Populist,,,,,,,,,,G000429,,,,,,404777,,,,3793,William Laury Greene -Grout,William,Wallace,,,,1836-05-24,M,rep,VT,2,,Republican,,,,,,,,,,G000501,,,,,,404846,,,,3858,William W. Grout -Hanna,Marcus,Alonzo,,,,1837-09-24,M,sen,OH,,1,Republican,,,,,,,,,,H000163,,,,,,405045,,,,4039,Mark Hanna -Harmer,Alfred,Crout,,,,1825-08-08,M,rep,PA,5,,Republican,,,,,,,,,,H000215,,,,,,405093,,,,4080,Alfred C. Harmer -Hawley,Joseph,Roswell,,,,1826-10-31,M,sen,CT,,1,Republican,,,,,,,,,,H000377,,,,,,405245,,,,4220,Joseph Roswell Hawley -Hawley,Robert,Bradley,,,,1849-10-25,M,rep,TX,10,,Republican,,,,,,,,,,H000378,,,,,,405246,,,,4221,Robert B. Hawley -Hayward,Monroe,Leland,,,,1840-12-22,M,sen,NE,,1,Republican,,,,,,,,,,H000409,,,,,,405276,,,,4248,Monroe Hayward -Henry,Patrick,,,,,1843-02-12,M,rep,MS,7,,Democrat,,,,,,,,,,H000512,,,,,,405375,,,,4338,Patrick Henry (U.S. Congressman) -Hoffecker,John,Henry,,,,1827-09-12,M,rep,DE,0,,Republican,,,,,,,,,,H000680,,,,,,405533,,,,4484,John H. Hoffecker -Hoffecker,Walter,Oakley,,,,1854-09-20,M,rep,DE,0,,Republican,,,,,,,,,,H000681,,,,,,405534,,,,4485,Walter O. Hoffecker -Hooker,Warren,Brewster,,,,1856-11-24,M,rep,NY,-1,,Republican,,,,,,,,,,H000760,,,,,,405611,,,,4555,Warren B. Hooker -Johnston,David,Emmons,,,,1845-04-10,M,rep,WV,3,,Democrat,,,,,,,,,,J000186,,,,,,406081,,,,5002,David Emmons Johnston -Kerr,Josiah,Leeds,,,,1861-01-10,M,rep,MD,1,,Republican,,,,,,,,,,K000142,,,,,,406308,,,,5211,Josiah Kerr -Kerr,Winfield,Scott,,,,1852-06-23,M,rep,OH,14,,Republican,,,,,,,,,,K000145,,,,,,406311,,,,5214,Winfield S. Kerr -Lane,Joseph,Reed,,,,1858-05-06,M,rep,IA,2,,Republican,,,,,,,,,,L000063,,,,,,406572,,,,5445,Joseph R. Lane -Lentz,John,Jacob,,,,1856-01-27,M,rep,OH,12,,Democrat,,,,,,,,,,L000244,,,,,,406747,,,,5609,John J. Lentz -Linney,Romulus,Zachariah,,,,1841-12-26,M,rep,NC,8,,Republican,,,,,,,,,,L000339,,,,,,406832,,,,5690,Romulus Zachariah Linney -Lybrand,Archibald,,,,,1840-05-23,M,rep,OH,8,,Republican,,,,,,,,,,L000523,,,,,,407007,,,,5845,Archibald Lybrand -May,Mitchell,,,,,1870-07-10,M,rep,NY,6,,Democrat,,,,,,,,,,M000276,,,,,,407294,,,,6104,Mitchell May -McAleer,William,,,,,1838-01-06,M,rep,PA,3,,Democrat,,,,,,,,,,M000294,,,,,,407309,,,,6120,William McAleer -McComas,Louis,Emory,,,,1846-10-28,M,sen,MD,,1,Republican,,,,,,,,,,M000351,,,,,,407359,,,,6165,Louis E. McComas -McDowell,John,Anderson,,,,1853-09-25,M,rep,OH,17,,Democrat,,,,,,,,,,M000421,,,,,,407421,,,,6227,John A. McDowell -McPherson,Smith,,,,,1848-02-14,M,rep,IA,9,,Republican,,,,,,,,,,M000594,,,,,,407583,,,,6376,Smith McPherson -Meekison,David,,,,,1849-11-14,M,rep,OH,5,,Democrat,,,,,,,,,,M000630,,,,,,407617,,,,6405,David Meekison -Mesick,William,Smith,,,,1856-08-26,M,rep,MI,11,,Republican,,,,,,,,,,M000666,,,,,,407652,,,,6439,William S. Mesick -Noonan,Edward,Thomas,,,,1861-10-23,M,rep,IL,5,,Democrat,,,,,,,,,,N000130,,,,,,408214,,,,6952,Edward Thomas Noonan -Norton,James,,,,,1843-10-08,M,rep,SC,6,,Democrat,,,,,,,,,,N000149,,,,,,408231,,,,6968,James Norton (South Carolina politician) -O’Grady,James,Mary Early,,,,1863-03-31,M,rep,NY,31,,Republican,,,,,,,,,,O000051,,,,,,408286,,,,7039,James M. E. O'Grady -Packer,Horace,Billings,,,,1851-10-11,M,rep,PA,16,,Republican,,,,,,,,,,P000007,,,,,,408418,,,,7146,Horace Billings Packer -Pearce,Charles,Edward,,,,1842-05-29,M,rep,MO,12,,Republican,,,,,,,,,,P000582,,,,,,408564,,,,7280,Charles Edward Pearce -Pearson,Richmond,,,,,1852-01-26,M,rep,NC,9,,Republican,,,,,,,,,,P000169,,,,,,408574,,,,7289,Richmond Pearson -Perea,Pedro,,,,,1852-04-22,M,rep,NM,-1,,Republican,,,,,,,,,,P000225,,,,,,408628,,,,,Pedro Perea -Phillips,Fremont,Orestes,,,,1856-03-16,M,rep,OH,20,,Republican,,,,,,,,,,P000307,,,,,,408707,,,,7412,Fremont O. Phillips -Powers,Horace,Henry,,,,1835-05-29,M,rep,VT,1,,Republican,,,,,,,,,,P000490,,,,,,408875,,,,7580,H. Henry Powers -Pugh,Samuel,Johnson,,,,1850-01-28,M,rep,KY,9,,Republican,,,,,,,,,,P000564,,,,,,408947,,,,7647,Samuel Johnson Pugh -Quarles,Joseph,Very,,,,1843-12-16,M,sen,WI,,1,Republican,,,,,,,,,,Q000003,,,,,,408967,,,,7665,Joseph V. Quarles -Quarles,Julian,Minor,,,,1848-09-25,M,rep,VA,10,,Democrat,,,,,,,,,,Q000004,,,,,,408968,,,,7666,Julian M. Quarles -Reed,Thomas,Brackett,,,,1839-10-18,M,rep,ME,1,,Republican,,,,,,,,,,R000128,,,,,,409107,,,,7795,Thomas Brackett Reed -Ridgely,Edwin,Reed,,,,1844-05-09,M,rep,KS,3,,Populist,,,,,,,,,,R000244,,,,,,409220,,,,7896,Edwin R. Ridgely -Robbins,Gaston,Ahi,,,,1858-09-26,M,rep,AL,4,,Democrat,,,,,,,,,,R000299,,,,,,409271,,,,7942,Gaston A. Robbins -Ross,Jonathan,,,,,1826-04-30,M,sen,VT,,3,Republican,,,,,,,,,,R000450,,,,,,409414,,,,8072,Jonathan Ross (senator) -Ryan,James,Wilfrid,,,,1858-10-16,M,rep,PA,13,,Democrat,,,,,,,,,,R000557,,,,,,409513,,,,8156,James Wilfrid Ryan -Settle,Evan,Evans,,,,1848-12-01,M,rep,KY,7,,Democrat,,,,,,,,,,S000252,,,,,,409753,,,,8369,Evan E. Settle -Sprague,Charles,Franklin,,,,1857-06-10,M,rep,MA,11,,Republican,,,,,,,,,,S000742,,,,,,410211,,,,8801,Charles F. Sprague -Stallings,Jesse,Francis,,,,1856-04-04,M,rep,AL,2,,Democrat,,,,,,,,,,S000784,,,,,,410250,,,,8828,Jesse F. Stallings -Stewart,Alexander,,,,,1829-09-12,M,rep,WI,9,,Republican,,,,,,,,,,S000898,,,,,,410359,,,,8926,Alexander Stewart (American politician) -Stewart,William,Morris,,,,1827-08-09,M,sen,NV,,1,Republican,,,,,,,,,,S000922,,,,,,410382,,,,8948,William Morris Stewart -Sutherland,Roderick,Dhu,,,,1862-04-27,M,rep,NE,5,,Populist,,,,,,,,,,S001085,,,,,,410538,,,,9097,Roderick Dhu Sutherland -Terry,William,Leake,,,,1850-09-27,M,rep,AR,4,,Democrat,,,,,,,,,,T000137,,,,,,410719,,,,9265,William L. Terry -Thropp,Joseph,Earlston,,,,1847-10-04,M,rep,PA,20,,Republican,,,,,,,,,,T000248,,,,,,410826,,,,9365,Joseph Earlston Thropp -Turner,Oscar,,,,,1867-10-19,M,rep,KY,5,,Democrat,,,,,,,,,,T000426,,,,,,410994,,,,9520,Oscar Turner (1867–1902) -Underhill,John,Quincy,,,,1848-02-19,M,rep,NY,16,,Democrat,,,,,,,,,,U000008,,,,,,411032,,,,9555,John Q. Underhill -Waters,Russell,Judson,,,,1843-06-06,M,rep,CA,6,,Republican,,,,,,,,,,W000188,,,,,,411360,,,,9863,Russell J. Waters -Weaver,Walter,Lowrie,,,,1851-04-01,M,rep,OH,7,,Republican,,,,,,,,,,W000229,,,,,,411397,,,,9896,Walter L. Weaver -Weymouth,George,Warren,,,,1850-08-25,M,rep,MA,4,,Republican,,,,,,,,,,W000316,,,,,,411478,,,,9972,George W. Weymouth -Wheeler,Joseph,,,,,1836-09-10,M,rep,AL,8,,Democrat,,,,,,,,,,W000338,,,,,,411500,,,,9992,Joseph Wheeler -White,George,Henry,,,,1852-12-18,M,rep,NC,2,,Republican,,,,,,,,,,W000372,,,,,,411533,,,,10025,George Henry White -Wilson,Edgar,,,,,1861-02-25,M,rep,ID,1,,Silver Republican,,,,,,,,,,W000573,,,,,,411728,,,,10213,Edgar Wilson -Wilson,Stanyarne,,,,,1860-01-10,M,rep,SC,4,,Democrat,,,,,,,,,,W000612,,,,,,411767,,,,10251,Stanyarne Wilson -Wise,Richard,Alsop,,,,1843-09-02,M,rep,VA,2,,Republican,,,,,,,,,,W000653,,,,,,411807,,,,10290,Richard Alsop Wise -Young,William,Albin,,,,1860-05-17,M,rep,VA,2,,Democrat,,,,,,,,,,Y000056,,,,,,411988,,,,10457,William Albin Young -Ziegler,Edward,Danner,,,,1844-03-03,M,rep,PA,19,,Democrat,,,,,,,,,,Z000006,,,,,,411999,,,,10466,Edward Danner Ziegler -Bard,Thomas,Robert,,,,1841-12-08,M,sen,CA,,1,Republican,,,,,,,,,,B000138,,,,,,401139,,,,430,Thomas R. Bard -Allen,Henry,Dixon,,,,1854-06-24,M,rep,KY,2,,Democrat,,,,,,,,,,A000125,,,,,,400781,,,,109,Henry Dixon Allen -Aplin,Henry,Harrison,,,,1841-04-15,M,rep,MI,10,,Republican,,,,,,,,,,A000265,,,,,,400903,,,,215,Henry H. Aplin -Barney,Samuel,Stebbins,,,,1846-01-31,M,rep,WI,5,,Republican,,,,,,,,,,B000163,,,,,,401165,,,,452,Samuel S. Barney -Bell,John,Calhoun,,,,1851-12-11,M,rep,CO,2,,Populist,,,,,,,,,,B000341,,,,,,401333,,,,607,John Calhoun Bell -Bellamy,John,Dillard,,,,1854-03-24,M,rep,NC,6,,Democrat,,,,,,,,,,B000349,,,,,,401341,,,,615,John Dillard Bellamy -Belmont,Oliver,Hazard Perry,,,,1858-11-12,M,rep,NY,13,,Democrat,,,,,,,,,,B000352,,,,,,401344,,,,617,Oliver Belmont -Berry,James,Henderson,,,,1841-05-15,M,sen,AR,,2,Democrat,,,,,,,,,,B000418,,,,,,401405,,,,674,James Henderson Berry -Billmeyer,Alexander,,,,,1841-01-07,M,rep,PA,17,,Democrat,,,,,,,,,,B000465,,,,,,401448,,,,712,Alexander Billmeyer -Blackburn,Joseph,Clay Stiles,,,,1838-10-01,M,sen,KY,,2,Democrat,,,,,,,,,,B000508,,,,,,401487,,,,751,Joseph Clay Stiles Blackburn -Boutelle,Charles,Addison,,,,1839-02-09,M,rep,ME,-1,,Republican,,,,,,,,,,B000673,,,,,,401635,,,,888,Charles A. Boutelle -Bristow,Henry,,,,,1840-06-05,M,rep,NY,3,,Republican,,,,,,,,,,B000843,,,,,,401800,,,,1045,Henry Bristow -Bromwell,Jacob,Henry,,,,1848-05-11,M,rep,OH,2,,Republican,,,,,,,,,,B000866,,,,,,401823,,,,1065,Jacob H. Bromwell -Brosius,Marriott,,,,,1843-03-07,M,rep,PA,10,,Republican,,,,,,,,,,B000892,,,,,,401849,,,,1089,Marriott Henry Brosius -Bull,Melville,,,,,1854-09-29,M,rep,RI,1,,Republican,,,,,,,,,,B001048,,,,,,401997,,,,1227,Melville Bull -Burke,Robert,Emmet,,,,1847-08-01,M,rep,TX,6,,Democrat,,,,,,,,,,B001097,,,,,,402043,,,,1270,Robert E. Burke -Burton,Joseph,Ralph,,,,1852-11-16,M,sen,KS,,2,Republican,,,,,,,,,,B001154,,,,,,402096,,,,1320,Joseph R. Burton -Carmack,Edward,Ward,,,,1858-11-05,M,sen,TN,,2,Democrat,,,,,,,,,,C000157,,,,,,402306,,,,1513,Edward W. Carmack -Clark,William,Andrews,,,,1839-01-08,M,sen,MT,,2,Democrat,,,,,,,,,,C000454,,,,,,402592,,,,1785,William A. Clark -Conry,Joseph,Aloysius,,,,1868-09-12,M,rep,MA,9,,Democrat,,,,,,,,,,C000706,,,,,,402830,,,,2006,Joseph A. Conry -Coombs,Frank,Leslie,,,,1853-12-27,M,rep,CA,1,,Republican,,,,,,,,,,C000741,,,,,,402862,,,,2036,Frank Coombs -Cooney,James,,,,,1848-07-28,M,rep,MO,7,,Democrat,,,,,,,,,,C000744,,,,,,402865,,,,2039,James Cooney (Missouri) -Corliss,John,Blaisdell,,,,1851-06-07,M,rep,MI,1,,Republican,,,,,,,,,,C000779,,,,,,402899,,,,2070,John Blaisdell Corliss -Creamer,Thomas,James,,,,1843-05-26,M,rep,NY,8,,Democrat,,,,,,,,,,C000899,,,,,,403011,,,,2169,Thomas J. Creamer -Crump,Rousseau,Owen,,,,1843-05-20,M,rep,MI,10,,Republican,,,,,,,,,,C000957,,,,,,403069,,,,2224,Rousseau Owen Crump -Cummings,Amos,Jay,,,,1841-05-15,M,rep,NY,10,,Democrat,,,,,,,,,,C000983,,,,,,403092,,,,2248,Amos J. Cummings -Dahle,Herman,Bjorn,,,,1855-03-30,M,rep,WI,2,,Republican,,,,,,,,,,D000005,,,,,,403149,,,,2299,Herman Dahle -De Graffenreid,Reese,Calhoun,,,,1859-05-07,M,rep,TX,3,,Democrat,,,,,,,,,,D000194,,,,,,403304,,,,2467,Reese C. De Graffenreid -Dietrich,Charles,Henry,,,,1853-11-26,M,sen,NE,,1,Republican,,,,,,,,,,D000341,,,,,,403459,,,,2591,Charles Henry Dietrich -Dubois,Fred,Thomas,,,,1851-05-29,M,sen,ID,,2,Democrat,,,,,,,,,,D000509,,,,,,403620,,,,2738,Fred Dubois -Eddy,Frank,Marion,,,,1856-04-01,M,rep,MN,7,,Republican,,,,,,,,,,E000038,,,,,,403733,,,,2839,Frank Eddy -Edwards,Caldwell,,,,,1841-01-08,M,rep,MT,1,,Populist,,,,,,,,,,E000061,,,,,,403756,,,,2860,Caldwell Edwards -Elliott,William,,,,,1838-09-03,M,rep,SC,1,,Democrat,,,,,,,,,,E000129,,,,,,403820,,,,2918,William Elliott (American politician) -Emerson,Louis,Woodard,,,,1857-07-25,M,rep,NY,23,,Republican,,,,,,,,,,E000173,,,,,,403863,,,,2960,Louis W. Emerson -Feely,John,Joseph,,,,1875-08-01,M,rep,IL,2,,Democrat,,,,,,,,,,F000058,,,,,,404018,,,,3091,John J. Feely -Flanagan,De,Witt Clinton,,,,1870-12-28,M,rep,NJ,4,,Democrat,,,,,,,,,,F000185,,,,,,404140,,,,3202,De Witt C. Flanagan -Fleming,William,Henry,,,,1856-10-18,M,rep,GA,10,,Democrat,,,,,,,,,,F000198,,,,,,404153,,,,3214,William Henry Fleming -Flynn,Dennis,Thomas,,,,1861-02-13,M,rep,OK,-1,,Republican,,,,,,,,,,F000226,,,,,,404181,,,,,Dennis Thomas Flynn -Fox,Andrew,Fuller,,,,1849-04-26,M,rep,MS,4,,Democrat,,,,,,,,,,F000330,,,,,,404278,,,,3330,Andrew F. Fox -Gibson,Paris,,,,,1830-07-01,M,sen,MT,,1,Democrat,,,,,,,,,,G000164,,,,,,404531,,,,3564,Paris Gibson -Glenn,Thomas,Louis,,,,1847-02-02,M,rep,ID,1,,Populist,,,,,,,,,,G000239,,,,,,404601,,,,3631,Thomas L. Glenn -Gordon,Robert,Bryarly,,,,1855-08-06,M,rep,OH,4,,Democrat,,,,,,,,,,G000314,,,,,,404672,,,,3698,Robert B. Gordon -Green,Henry,Dickinson,,,,1857-05-03,M,rep,PA,9,,Democrat,,,,,,,,,,G000411,,,,,,404759,,,,3777,Henry Dickinson Green -Grow,Galusha,Aaron,,,,1823-08-31,M,rep,PA,-1,,Republican,,,,,,,,,,G000507,,,,,,404852,,,,3863,Galusha A. Grow -Hall,James,Knox Polk,,,,1844-09-30,M,rep,PA,28,,Democrat,,,,,,,,,,H000054,,,,,,404939,,,,3941,James Knox Polk Hall -Hanbury,Harry,Alfred,,,,1863-01-01,M,rep,NY,4,,Republican,,,,,,,,,,H000143,,,,,,405025,,,,4022,Harry A. Hanbury -Heatwole,Joel,Prescott,,,,1856-08-22,M,rep,MN,3,,Republican,,,,,,,,,,H000434,,,,,,405300,,,,4272,Joel Heatwole -Henderson,David,Bremner,,,,1840-03-14,M,rep,IA,3,,Republican,,,,,,,,,,H000478,,,,,,405341,,,,4306,David B. Henderson -Henry,Patrick,,,,,1861-02-15,M,rep,MS,3,,Democrat,,,,,,,,,,H000513,,,,,,405376,,,,4339,Pat Henry (politician) -Hoar,George,Frisbie,,,,1826-08-29,M,sen,MA,,2,Republican,,,,,,,,,,H000654,,,,,,405509,,,,4462,George Frisbie Hoar -Hooker,Charles,Edward,,,,,M,rep,MS,7,,Democrat,,,,,,,,,,H000758,,,,,,405609,,,,4553,Charles E. Hooker -Irwin,Harvey,Samuel,,,,1844-12-10,M,rep,KY,5,,Republican,,,,,,,,,,I000041,,,,,,405898,,,,4826,Harvey Samuel Irwin -Jack,Summers,Melville,,,,1852-07-18,M,rep,PA,21,,Republican,,,,,,,,,,J000001,,,,,,405909,,,,4839,Summers Melville Jack -Jackson,Alfred,Metcalf,,,,1860-07-14,M,rep,KS,3,,Democrat,,,,,,,,,,J000003,,,,,,405911,,,,4841,Alfred Metcalf Jackson -Jett,Thomas,Marion,,,,1862-05-01,M,rep,IL,18,,Democrat,,,,,,,,,,J000102,,,,,,406004,,,,4929,Thomas M. Jett -Joy,Charles,Frederick,,,,1849-12-11,M,rep,MO,11,,Republican,,,,,,,,,,J000274,,,,,,406166,,,,5079,Charles Frederick Joy -Kearns,Thomas,,,,,1862-04-11,M,sen,UT,,1,Republican,,,,,,,,,,K000034,,,,,,406204,,,,5114,Thomas Kearns -Kern,Frederick,John,,,,1864-09-02,M,rep,IL,21,,Democrat,,,,,,,,,,K000131,,,,,,406297,,,,5200,Fred J. Kern -Kleberg,Rudolph,,,,,1847-06-26,M,rep,TX,11,,Democrat,,,,,,,,,,K000258,,,,,,406417,,,,5315,Rudolph Kleberg -Knox,William,Shadrach,,,,1843-09-10,M,rep,MA,5,,Republican,,,,,,,,,,K000299,,,,,,406455,,,,5350,William Shadrach Knox -Lanham,Samuel,Willis Tucker,,,,1846-07-04,M,rep,TX,8,,Democrat,,,,,,,,,,L000078,,,,,,406587,,,,5460,S. W. T. Lanham -Lessler,Montague,,,,,1869-01-01,M,rep,NY,7,,Republican,,,,,,,,,,L000253,,,,,,406756,,,,5618,Montague Lessler -Lewis,Robert,Jacob,,,,1864-12-30,M,rep,PA,19,,Republican,,,,,,,,,,L000292,,,,,,406789,,,,5648,Robert Jacob Lewis -Loud,Eugene,Francis,,,,1847-03-12,M,rep,CA,5,,Republican,,,,,,,,,,L000448,,,,,,406938,,,,5784,Eugene F. Loud -McCulloch,Philip,Doddridge,Jr.,,,1851-06-23,M,rep,AR,1,,Democrat,,,,,,,,,,M000391,,,,,,407392,,,,6202,Philip D. McCulloch Jr. -McMillan,James,,,,,1838-05-12,M,sen,MI,,2,Republican,,,,,,,,,,M000567,,,,,,407557,,,,6352,James McMillan (politician) -McRae,Thomas,Chipman,,,,1851-12-21,M,rep,AR,3,,Democrat,,,,,,,,,,M000597,,,,,,407586,,,,6379,Thomas Chipman McRae -Mercer,David,Henry,,,,1857-07-09,M,rep,NE,2,,Republican,,,,,,,,,,M000643,,,,,,407629,,,,6416,David Henry Mercer -Mickey,J.,Ross,,,,1856-01-05,M,rep,IL,15,,Democrat,,,,,,,,,,M000694,,,,,,407678,,,,6457,J. Ross Mickey -Millard,Joseph,Hopkins,,,,1836-04-20,M,sen,NE,,2,Republican,,,,,,,,,,M000710,,,,,,407693,,,,6470,Joseph Millard -Mitchell,John,Hipple,,,,1835-06-22,M,sen,OR,,2,Republican,,,,,,,,,,M000818,,,,,,407793,,,,6565,John H. Mitchell -Moody,James,Montraville,,,,1858-02-12,M,rep,NC,9,,Republican,,,,,,,,,,M000880,,,,,,407852,,,,6615,James M. Moody -Moody,Malcolm,Adelbert,,,,1854-11-30,M,rep,OR,2,,Republican,,,,,,,,,,M000882,,,,,,407854,,,,6616,Malcolm A. Moody -Moody,William,Henry,,,,1853-12-23,M,rep,MA,6,,Republican,,,,,,,,,,M000883,,,,,,407855,,,,6617,William Henry Moody -Morgan,John,Tyler,,,,1824-06-20,M,sen,AL,,2,Democrat,,,,,,,,,,M000954,,,,,,407922,,,,6682,John Tyler Morgan -Morris,Robert,Page Walter,,,,1853-06-30,M,rep,MN,6,,Republican,,,,,,,,,,M000986,,,,,,407954,,,,6713,Page Morris -Moss,John,McKenzie,,,,1868-01-03,M,rep,KY,3,,Republican,,,,,,,,,,M001036,,,,,,408003,,,,6757,J. McKenzie Moss -Muller,Nicholas,,,,,1836-11-15,M,rep,NY,7,,Democrat,,,,,,,,,,M001071,,,,,,408037,,,,6789,Nicholas Muller -Mutchler,Howard,,,,,1859-02-12,M,rep,PA,8,,Democrat,,,,,,,,,,M001124,,,,,,408086,,,,6833,Howard Mutchler -Naphen,Henry,Francis,,,,1852-08-14,M,rep,MA,10,,Democrat,,,,,,,,,,N000004,,,,,,408098,,,,6841,Henry F. Naphen -Neville,William,,,,,1843-12-29,M,rep,NE,6,,Populist,,,,,,,,,,N000056,,,,,,408144,,,,6884,William Neville -Norton,James,Albert,,,,1843-11-11,M,rep,OH,13,,Democrat,,,,,,,,,,N000150,,,,,,408232,,,,6969,James A. Norton -Otey,Peter,Johnston,,,,1840-12-22,M,rep,VA,6,,Democrat,,,,,,,,,,O000126,,,,,,408379,,,,7107,Peter J. Otey -Patterson,Thomas,MacDonald,,,,1839-11-04,M,sen,CO,,2,Democrat,,,,,,,,,,P000130,,,,,,408537,,,,7255,Thomas M. Patterson -Polk,Rufus,King,,,,1866-08-23,M,rep,PA,17,,Democrat,,,,,,,,,,P000410,,,,,,408803,,,,7508,Rufus King Polk -Pugsley,Cornelius,Amory,,,,1850-07-17,M,rep,NY,16,,Democrat,,,,,,,,,,P000565,,,,,,408948,,,,7648,Cornelius Amory Pugsley -Quay,Matthew,Stanley,,,,1833-09-30,M,sen,PA,,1,Republican,,,,,,,,,,Q000006,,,,,,408969,,,,7668,Matthew Quay -Ray,George,Washington,,,,1844-02-03,M,rep,NY,26,,Republican,,,,,,,,,,R000076,,,,,,409056,,,,7748,George W. Ray -Reeves,Walter,,,,,1848-09-25,M,rep,IL,11,,Republican,,,,,,,,,,R000139,,,,,,409118,,,,7805,Walter Reeves -Rhea,William,Francis,,,,1858-04-20,M,rep,VA,9,,Democrat,,,,,,,,,,R000183,,,,,,409159,,,,7840,William Francis Rhea -Robinson,John,Seaton,,,,1856-05-04,M,rep,NE,3,,Democrat,,,,,,,,,,R000345,,,,,,409316,,,,7984,John Seaton Robinson -Rumple,John,Nicholas William,,,,1841-03-04,M,rep,IA,2,,Republican,,,,,,,,,,R000504,,,,,,409463,,,,8111,John N. W. Rumple -Russell,Charles,Addison,,,,1852-03-02,M,rep,CT,3,,Republican,,,,,,,,,,R000521,,,,,,409479,,,,8124,Charles Addison Russell -Salmon,Joshua,S.,,,,1846-02-02,M,rep,NJ,4,,Democrat,,,,,,,,,,S000017,,,,,,409537,,,,8182,Joshua S. Salmon -Schirm,Charles,Reginald,,,,1864-08-12,M,rep,MD,4,,Republican,,,,,,,,,,S000127,,,,,,409635,,,,8264,Charles Reginald Schirm -Selby,Thomas,Jefferson,,,,1840-12-04,M,rep,IL,16,,Democrat,,,,,,,,,,S000231,,,,,,409736,,,,8352,Thomas J. Selby -Shattuc,William,Bunn,,,,1841-06-11,M,rep,OH,1,,Republican,,,,,,,,,,S000300,,,,,,409799,,,,8412,William B. Shattuc -Shaw,Albert,Duane,,,,1841-12-21,M,rep,NY,-1,,Republican,,,,,,,,,,S000302,,,,,,409801,,,,8414,Albert D. Shaw -Shelden,Carlos,Douglas,,,,1840-06-10,M,rep,MI,12,,Republican,,,,,,,,,,S000321,,,,,,409818,,,,8431,Carlos D. Shelden -Sheppard,John,Levi,,,,1852-04-13,M,rep,TX,4,,Democrat,,,,,,,,,,S000336,,,,,,409833,,,,8445,John Levi Sheppard -Showalter,Joseph,Baltzell,,,,1851-02-11,M,rep,PA,25,,Republican,,,,,,,,,,S000385,,,,,,409879,,,,8491,Joseph Baltzell Showalter -Smith,Henry,Cassorte,,,,1856-06-02,M,rep,MI,2,,Republican,,,,,,,,,,S000547,,,,,,410029,,,,8630,Henry C. Smith -Snodgrass,Charles,Edward,,,,1866-12-28,M,rep,TN,4,,Democrat,,,,,,,,,,S000654,,,,,,410128,,,,8723,Charles Edward Snodgrass -Stark,William,Ledyard,,,,1853-07-29,M,rep,NE,4,,Populist,,,,,,,,,,S000811,,,,,,410276,,,,8850,William Ledyard Stark -Steele,George,Washington,,,,1839-12-13,M,rep,IN,11,,Republican,,,,,,,,,,S000830,,,,,,410294,,,,8867,George Washington Steele -Stewart,James,Fleming,,,,1851-06-15,M,rep,NJ,5,,Republican,,,,,,,,,,S000911,,,,,,410372,,,,8937,James F. Stewart -Stewart,John,Knox,,,,1853-10-20,M,rep,NY,21,,Republican,,,,,,,,,,S000916,,,,,,410376,,,,8942,John Knox Stewart -Stokes,James,William,,,,1853-12-12,M,rep,SC,7,,Democrat,,,,,,,,,,S000947,,,,,,410406,,,,8970,J. William Stokes -Storm,Frederic,,,,,1844-07-02,M,rep,NY,1,,Republican,,,,,,,,,,S000974,,,,,,410433,,,,8995,Frederic Storm -Swann,Edward,,,,,1862-03-10,M,rep,NY,10,,Democrat,,,,,,,,,,S001090,,,,,,410543,,,,9103,Edward Swann -Talbert,William,Jasper,,,,1846-10-06,M,rep,SC,2,,Democrat,,,,,,,,,,T000016,,,,,,410606,,,,9158,W. Jasper Talbert -Tayler,Robert,Walker,,,,1852-11-26,M,rep,OH,18,,Republican,,,,,,,,,,T000061,,,,,,410647,,,,9195,Robert Walker Tayler -Tompkins,Arthur,Sidney,,,,1865-08-26,M,rep,NY,17,,Republican,,,,,,,,,,T000302,,,,,,410875,,,,9413,Arthur S. Tompkins -Tompkins,Emmett,,,,,1853-09-01,M,rep,OH,12,,Republican,,,,,,,,,,T000307,,,,,,410880,,,,9418,Emmett Tompkins -Wagoner,George,Chester Robinson,,,,1863-09-03,M,rep,MO,12,,Republican,,,,,,,,,,W000022,,,,,,411201,,,,9714,George Chester Robinson Wagoner -Weeks,Edgar,,,,,1839-08-03,M,rep,MI,7,,Republican,,,,,,,,,,W000243,,,,,,411411,,,,9908,Edgar Weeks -Wheeler,Charles,Kennedy,,,,1863-04-18,M,rep,KY,1,,Democrat,,,,,,,,,,W000331,,,,,,411493,,,,9985,Charles K. Wheeler -White,James,Bamford,,,,1842-06-06,M,rep,KY,10,,Democrat,,,,,,,,,,W000379,,,,,,411540,,,,10032,James Bamford White -Wilcox,Robert,William,,,,1855-02-15,M,rep,HI,-1,,,,,,,,,,,,W000459,,,,,,411616,,,,,Robert William Wilcox -Woods,Samuel,Davis,,,,1845-09-19,M,rep,CA,2,,Republican,,,,,,,,,,W000726,,,,,,411878,,,,10356,Samuel D. Woods -Wooten,Dudley,Goodall,,,,1860-06-19,M,rep,TX,6,,Democrat,,,,,,,,,,W000740,,,,,,411890,,,,10369,Dudley G. Wooten -Young,James,Rankin,,,,1847-03-10,M,rep,PA,4,,Republican,,,,,,,,,,Y000041,,,,,,411973,,,,10444,James R. Young (Pennsylvania politician) -Alger,Russell,Alexander,,,,1836-02-27,M,sen,MI,,2,Republican,,,,,,,,,,A000107,,,,,,400765,,,,94,Russell A. Alger -Dryden,John,Fairfield,,,,1839-08-07,M,sen,NJ,,2,Republican,,,,,,,,,,D000507,,,,,,403614,,,,2736,John F. Dryden -Allee,James,Frank,,,,1857-12-02,M,sen,DE,,2,Republican,,,,,,,,,,A000110,,,,,,400767,,,,96,J. Frank Allee -Allison,William,Boyd,,,,1829-03-02,M,sen,IA,,3,Republican,,,,,,,,,,A000160,,,,,,400815,,,,141,William B. Allison -Ankeny,Levi,,,,,1844-08-01,M,sen,WA,,3,Republican,,,,,,,,,,A000258,,,,,,400894,,,,208,Levi Ankeny -Badger,De,Witt Clinton,,,,1858-08-07,M,rep,OH,12,,Democrat,,,,,,,,,,B000021,,,,,,401026,,,,329,De Witt C. Badger -Baker,Robert,,,,,,M,rep,NY,6,,Democrat,,,,,,,,,,B000073,,,,,,401076,,,,371,Robert Baker (New York politician) -Ball,Thomas,Henry,,,,1859-01-14,M,rep,TX,8,,Democrat,,,,,,,,,,B000101,,,,,,401103,,,,396,Thomas Henry Ball -Bassett,Edward,Murray,,,,1863-02-07,M,rep,NY,5,,Democrat,,,,,,,,,,B000225,,,,,,401221,,,,506,Edward Bassett -Bell,Theodore,Arlington,,,,1872-07-25,M,rep,CA,2,,Democrat,,,,,,,,,,B000347,,,,,,401339,,,,613,Theodore Arlington Bell -Benny,Allan,,,,,1867-07-12,M,rep,NJ,9,,Democrat,,,,,,,,,,B000385,,,,,,401376,,,,646,Allan Benny -Benton,Maecenas,Eason,,,,1848-01-29,M,rep,MO,15,,Democrat,,,,,,,,,,B000397,,,,,,401388,,,,657,Maecenas Eason Benton -Boreing,Vincent,,,,,1839-11-24,M,rep,KY,11,,Republican,,,,,,,,,,B000637,,,,,,401602,,,,861,Vincent Boreing -Breazeale,Phanor,,,,,1858-12-29,M,rep,LA,4,,Democrat,,,,,,,,,,B000781,,,,,,401739,,,,988,Phanor Breazeale -Brown,James,W.,,,,1844-07-14,M,rep,PA,32,,Ind. Republican,,,,,,,,,,B000923,,,,,,401878,,,,1113,James W. Brown -Burk,Henry,,,,,1850-09-26,M,rep,PA,3,,Republican,,,,,,,,,,B001085,,,,,,402031,,,,1259,Henry Burk -Butler,James,Joseph,,,,1862-08-29,M,rep,MO,12,,Democrat,,,,,,,,,,B001178,,,,,,402120,,,,1339,James Joseph Butler -Cassingham,John,Wilson,,,,1840-06-22,M,rep,OH,17,,Democrat,,,,,,,,,,C000239,,,,,,402384,,,,1588,John W. Cassingham -Cochran,Charles,Fremont,,,,1846-09-27,M,rep,MO,4,,Democrat,,,,,,,,,,C000562,,,,,,402693,,,,1879,Charles F. Cochran -Connell,William,,,,,1827-09-10,M,rep,PA,10,,Republican,,,,,,,,,,C000687,,,,,,402813,,,,1989,William Connell (Pennsylvania politician) -Cowherd,William,Strother,,,,1860-09-01,M,rep,MO,5,,Democrat,,,,,,,,,,C000825,,,,,,402943,,,,2106,William S. Cowherd -Croft,George,William,,,,1846-12-20,M,rep,SC,2,,Democrat,,,,,,,,,,C000921,,,,,,403033,,,,2189,George W. Croft -Croft,Theodore,Gaillard,,,,1874-11-26,M,rep,SC,2,,Democrat,,,,,,,,,,C000922,,,,,,403034,,,,2190,Theodore G. Croft -Crowley,Joseph,Burns,,,,1858-07-19,M,rep,IL,23,,Democrat,,,,,,,,,,C000943,,,,,,403055,,,,2210,Joseph B. Crowley -Daniels,Milton,John,,,,1838-04-18,M,rep,CA,8,,Republican,,,,,,,,,,D000042,,,,,,403182,,,,2330,Milton J. Daniels -Davis,Robert,Wyche,,,,1849-03-15,M,rep,FL,2,,Democrat,,,,,,,,,,D000132,,,,,,403267,,,,2408,Robert Wyche Davis -De Nivernais,Edward,James,,,,,M,rep,CA,-1,,Democratic and Union Labor,,,,,,,,,,D000230,,,,,,403318,,,,, -Degetau,Federico,,,,,1862-12-05,M,rep,PR,0,,Republican,,,,,,,,,,D000196,,,,,,403352,,,,,Federico Degetau -Denny,James,William,,,,1838-11-20,M,rep,MD,4,,Democrat,,,,,,,,,,D000250,,,,,,403388,,,,2508,James William Denny -Dickerman,Charles,Heber,,,,1843-02-03,M,rep,PA,16,,Democrat,,,,,,,,,,D000307,,,,,,403428,,,,2560,Charles Heber Dickerman -Dinsmore,Hugh,Anderson,,,,1850-12-24,M,rep,AR,3,,Democrat,,,,,,,,,,D000358,,,,,,403475,,,,2608,Hugh A. Dinsmore -Dougherty,John,,,,,1857-02-25,M,rep,MO,3,,Democrat,,,,,,,,,,D000447,,,,,,403557,,,,2683,John Dougherty (Missouri politician) -Douglas,William,Harris,,,,1853-12-05,M,rep,NY,15,,Republican,,,,,,,,,,D000458,,,,,,403568,,,,2693,William H. Douglas -Emerich,Martin,,,,,1846-04-27,M,rep,IL,1,,Democrat,,,,,,,,,,E000170,,,,,,403861,,,,2958,Martin Emerich -Evans,Alvin,,,,,1845-10-04,M,rep,PA,19,,Republican,,,,,,,,,,E000232,,,,,,403917,,,,3003,Alvin Evans -Fairbanks,Charles,Warren,,,,1852-05-11,M,sen,IN,,3,Republican,,,,,,,,,,F000003,,,,,,403965,,,,3046,Charles W. Fairbanks -Fitzpatrick,Morgan,Cassius,,,,1868-10-29,M,rep,TN,4,,Democrat,,,,,,,,,,F000176,,,,,,404131,,,,3194,Morgan Cassius Fitzpatrick -Foerderer,Robert,Hermann,,,,1860-05-16,M,rep,PA,4,,Republican,,,,,,,,,,F000232,,,,,,404187,,,,3245,Robert H. Foerderer -Foraker,Joseph,Benson,,,,1846-07-05,M,sen,OH,,3,Republican,,,,,,,,,,F000253,,,,,,404207,,,,3262,Joseph B. Foraker -Foster,George,Peter,,,,1858-04-03,M,rep,IL,4,,Democrat,,,,,,,,,,F000303,,,,,,404252,,,,3305,George Peter Foster -Fulton,Charles,William,,,,1853-08-24,M,sen,OR,,3,Republican,,,,,,,,,,F000420,,,,,,404362,,,,3407,Charles William Fulton -Gibson,Henry,Richard,,,,1837-12-24,M,rep,TN,2,,Republican,,,,,,,,,,G000161,,,,,,404528,,,,3561,Henry R. Gibson -Gill,Joseph,John,,,,1846-09-21,M,rep,OH,16,,Republican,,,,,,,,,,G000189,,,,,,404554,,,,3588,Joseph J. Gill -Gillet,Charles,William,,,,1840-11-26,M,rep,NY,33,,Republican,,,,,,,,,,G000199,,,,,,404563,,,,3597,Charles W. Gillet -Gooch,Daniel,Linn,,,,1853-10-28,M,rep,KY,6,,Democrat,,,,,,,,,,G000273,,,,,,404635,,,,3662,Daniel Linn Gooch -Gorman,Arthur,Pue,,,,1839-03-11,M,sen,MD,,3,Democrat,,,,,,,,,,G000326,,,,,,404684,,,,3709,Arthur Pue Gorman -Griffith,Francis,Marion,,,,1849-08-21,M,rep,IN,4,,Democrat,,,,,,,,,,G000468,,,,,,404813,,,,3827,Francis M. Griffith -Hansbrough,Henry,Clay,,,,1848-01-30,M,sen,ND,,3,Republican,,,,,,,,,,H000169,,,,,,405051,,,,4042,Henry C. Hansbrough -Hildebrant,Charles,Quinn,,,,1864-10-17,M,rep,OH,6,,Republican,,,,,,,,,,H000585,,,,,,405447,,,,4404,Charles Q. Hildebrant -Hopkins,Albert,Jarvis,,,,1846-08-15,M,sen,IL,,3,Republican,,,,,,,,,,H000770,,,,,,405620,,,,4564,Albert J. Hopkins -Houston,Henry,Aydelotte,,,,1847-07-10,M,rep,DE,0,,Democrat,,,,,,,,,,H000823,,,,,,405670,,,,4611,Henry A. Houston -Howell,George,,,,,1859-06-28,M,rep,PA,10,,Democrat,,,,,,,,,,H000862,,,,,,405709,,,,4649,George Howell (Pennsylvania) -Hunter,Whiteside,Godfrey,,,,1841-12-25,M,rep,KY,11,,Republican,,,,,,,,,,H000989,,,,,,405830,,,,4760,W. Godfrey Hunter -Jackson,Amos,Henry,,,,1846-05-10,M,rep,OH,13,,Republican,,,,,,,,,,J000004,,,,,,405912,,,,4842,Amos H. Jackson -Kehoe,James,Nicholas,,,,1862-07-15,M,rep,KY,9,,Democrat,,,,,,,,,,K000045,,,,,,406215,,,,5123,James Nicholas Kehoe -Kittredge,Alfred,Beard,,,,1861-03-28,M,sen,SD,,3,Republican,,,,,,,,,,K000255,,,,,,406414,,,,5312,Alfred B. Kittredge -Kluttz,Theodore,Franklin,,,,1848-10-04,M,rep,NC,8,,Democrat,,,,,,,,,,K000275,,,,,,406432,,,,5327,Theodore F. Kluttz -Kyle,Thomas,Barton,,,,1856-03-10,M,rep,OH,7,,Republican,,,,,,,,,,K000355,,,,,,406507,,,,5388,Thomas B. Kyle -Lanning,William,Mershon,,,,1849-01-01,M,rep,NJ,4,,Republican,,,,,,,,,,L000084,,,,,,406593,,,,5466,William M. Lanning -Latimer,Asbury,Churchwell,,,,1851-07-31,M,sen,SC,,3,Democrat,,,,,,,,,,L000114,,,,,,406620,,,,5493,Asbury Latimer -Lind,John,,,,,1854-03-25,M,rep,MN,5,,Democrat,,,,,,,,,,L000319,,,,,,406813,,,,5672,John Lind (politician) -Livernash,Edward,James,,,,1866-02-14,M,rep,CA,4,,Democrat,,,,,,,,,,L000365,,,,,,406857,,,,5714,Edward J. Livernash -Long,Chester,Isaiah,,,,1860-10-12,M,sen,KS,,3,Republican,,,,,,,,,,L000412,,,,,,406903,,,,5754,Chester I. Long -Lucking,Alfred,,,,,1856-12-18,M,rep,MI,1,,Democrat,,,,,,,,,,L000500,,,,,,406987,,,,5830,Alfred Lucking -Maddox,John,W.,,,,1848-06-03,M,rep,GA,7,,Democrat,,,,,,,,,,M000040,,,,,,407068,,,,5901,John W. Maddox -Mahoney,William,Frank,,,,1856-02-22,M,rep,IL,8,,Democrat,,,,,,,,,,M000069,,,,,,407097,,,,5928,William F. Mahoney -Mallory,Stephen,Russell,,,,1848-11-02,M,sen,FL,,3,Democrat,,,,,,,,,,M000085,,,,,,407111,,,,5943,Stephen Mallory II -McClellan,George,Brinton,,,,1865-11-23,M,rep,NY,12,,Democrat,,,,,,,,,,M000331,,,,,,407341,,,,6150,George B. McClellan Jr. -McCreary,James,Bennett,,,,1838-07-08,M,sen,KY,,3,Democrat,,,,,,,,,,M000382,,,,,,407385,,,,6194,James B. McCreary -Metcalf,Victor,Howard,,,,1853-10-10,M,rep,CA,3,,Republican,,,,,,,,,,M000672,,,,,,407657,,,,6443,Victor H. Metcalf -Miers,Robert,Walter,,,,1848-01-27,M,rep,IN,2,,Democrat,,,,,,,,,,M000700,,,,,,407684,,,,6463,Robert W. Miers -Morgan,Stephen,,,,,1854-01-25,M,rep,OH,10,,Republican,,,,,,,,,,M000957,,,,,,407925,,,,6684,Stephen Morgan (U.S. politician) -Otis,Norton,Prentiss,,,,1840-03-18,M,rep,NY,19,,Republican,,,,,,,,,,O000130,,,,,,408383,,,,7111,Norton P. Otis -Pettus,Edmund,Winston,,,,1821-07-06,M,sen,AL,,3,Democrat,,,,,,,,,,P000279,,,,,,408679,,,,7385,Edmund Pettus -Pierce,Rice,Alexander,,,,1848-07-03,M,rep,TN,9,,Democrat,,,,,,,,,,P000337,,,,,,408734,,,,7439,Rice Alexander Pierce -Platt,Orville,Hitchcock,,,,1827-07-19,M,sen,CT,,3,Republican,,,,,,,,,,P000382,,,,,,408776,,,,7482,Orville H. Platt -Platt,Thomas,Collier,,,,1833-07-15,M,sen,NY,,3,Republican,,,,,,,,,,P000383,,,,,,408777,,,,7483,Thomas C. Platt -Porter,Henry,Kirke,,,,1840-11-24,M,rep,PA,31,,Ind. Republican,,,,,,,,,,P000441,,,,,,408832,,,,7535,Henry Kirke Porter -Powers,Samuel,Leland,,,,1848-10-26,M,rep,MA,12,,Republican,,,,,,,,,,P000492,,,,,,408877,,,,7582,Samuel L. Powers -Rhea,John,Stockdale,,,,1855-03-09,M,rep,KY,3,,Democrat,,,,,,,,,,R000182,,,,,,409158,,,,7839,John Stockdale Rhea -Richardson,James,Daniel,,,,1843-03-10,M,rep,TN,5,,Democrat,,,,,,,,,,R000222,,,,,,409198,,,,7877,James D. Richardson -Rider,Ira,Edgar,,,,1868-11-17,M,rep,NY,14,,Democrat,,,,,,,,,,R000242,,,,,,409218,,,,7895,Ira E. Rider -Robb,Edward,,,,,1857-03-19,M,rep,MO,13,,Democrat,,,,,,,,,,R000296,,,,,,409268,,,,7939,Edward Robb -Robinson,James,McClellan,,,,1861-05-31,M,rep,IN,12,,Democrat,,,,,,,,,,R000338,,,,,,409309,,,,7977,James M. Robinson (Indiana) -Rodey,Bernard,Shandon,,,,1856-03-01,M,rep,NM,-1,,Republican,,,,,,,,,,R000372,,,,,,409342,,,,,Bernard Shandon Rodey -Scarborough,Robert,Bethea,,,,1861-10-29,M,rep,SC,6,,Democrat,,,,,,,,,,S000107,,,,,,409616,,,,8251,Robert B. Scarborough -Scudder,Townsend,,,,,1865-07-26,M,rep,NY,1,,Democrat,,,,,,,,,,S000202,,,,,,409707,,,,8326,Townsend Scudder -Shiras,George,III,,,,1859-01-01,M,rep,PA,29,,Ind. Republican,,,,,,,,,,S000370,,,,,,409864,,,,8477,George Shiras III -Shober,Francis,Emanuel,,,,1860-10-24,M,rep,NY,17,,Democrat,,,,,,,,,,S000373,,,,,,409867,,,,8480,Francis Emanuel Shober -Shull,Joseph,Horace,,,,1848-08-17,M,rep,PA,26,,Democrat,,,,,,,,,,S000391,,,,,,409885,,,,8496,Joseph Horace Shull -Skiles,William,Woodburn,,,,1849-12-11,M,rep,OH,14,,Republican,,,,,,,,,,S000466,,,,,,409956,,,,8558,William W. Skiles -Smith,George,Joseph,,,,1859-11-07,M,rep,NY,24,,Republican,,,,,,,,,,S000538,,,,,,410020,,,,8621,George J. Smith -Spalding,Burleigh,Folsom,,,,1853-12-03,M,rep,ND,-1,,Republican,,,,,,,,,,S000695,,,,,,410166,,,,8758,Burleigh F. Spalding -Spooner,John,Coit,,,,1843-01-06,M,sen,WI,,3,Republican,,,,,,,,,,S000741,,,,,,410210,,,,8800,John Coit Spooner -Tate,Farish,Carter,,,,1856-11-20,M,rep,GA,9,,Democrat,,,,,,,,,,T000046,,,,,,410634,,,,9184,Farish Carter Tate -Teller,Henry,Moore,,,,1830-05-23,M,sen,CO,,3,Democrat,,,,,,,,,,T000116,,,,,,410698,,,,9246,Henry M. Teller -Thayer,John,Randolph,,,,1845-03-09,M,rep,MA,3,,Democrat,,,,,,,,,,T000149,,,,,,410731,,,,9277,John R. Thayer -Thomas,Lot,,,,,1843-10-17,M,rep,IA,11,,Republican,,,,,,,,,,T000179,,,,,,410760,,,,9304,Lot Thomas -Thompson,Charles,Winston,,,,1860-12-30,M,rep,AL,5,,Democrat,,,,,,,,,,T000196,,,,,,410775,,,,9318,Charles Winston Thompson -Tongue,Thomas,H.,,,,1844-06-23,M,rep,OR,-1,,Republican,,,,,,,,,,T000309,,,,,,410882,,,,9420,Thomas H. Tongue -Van Voorhis,Henry,Clay,,,,1852-05-11,M,rep,OH,15,,Republican,,,,,,,,,,V000062,,,,,,411104,,,,9638,H. Clay Van Voorhis -Vandiver,Willard,Duncan,,,,1854-03-30,M,rep,MO,14,,Democrat,,,,,,,,,,V000032,,,,,,411125,,,,9608,Willard Duncan Vandiver -Wade,Martin,Joseph,,,,1861-10-20,M,rep,IA,2,,Democrat,,,,,,,,,,W000007,,,,,,411186,,,,9700,Martin Joseph Wade -Warner,Vespasian,,,,,1842-04-23,M,rep,IL,19,,Republican,,,,,,,,,,W000158,,,,,,411331,,,,9836,Vespasian Warner -Warnock,William,Robert,,,,1838-08-29,M,rep,OH,8,,Republican,,,,,,,,,,W000161,,,,,,411334,,,,9839,William R. Warnock -Williams,James,Robert,,,,1850-12-27,M,rep,IL,24,,Democrat,,,,,,,,,,W000508,,,,,,411665,,,,10153,James R. Williams -Wilson,John,Frank,,,,1846-05-07,M,rep,AZ,0,,Democrat,,,,,,,,,,W000599,,,,,,411754,,,,,John Frank Wilson -Wright,Charles,Frederick,,,,1856-05-03,M,rep,PA,14,,Republican,,,,,,,,,,W000756,,,,,,411905,,,,10384,Charles Frederick Wright -Wynn,William,Joseph,,,,1860-06-12,M,rep,CA,5,,Democrat,,,,,,,,,,W000785,,,,,,411932,,,,10406,William J. Wynn -Dick,Charles,William Frederick,,,,1858-11-03,M,sen,OH,,1,Republican,,,,,,,,,,D000302,,,,,,403424,,,,2555,Charles W. F. Dick -Adams,Henry,Cullen,,,,1850-11-28,M,rep,WI,2,,Republican,,,,,,,,,,A000037,,,,,,400698,,,,30,Henry Cullen Adams -Adams,Robert,,Jr.,,,1849-02-26,M,rep,PA,2,,Republican,,,,,,,,,,A000044,,,,,,400705,,,,36,Robert Adams Jr. -Aldrich,Nelson,Wilmarth,,,,1841-11-06,M,sen,RI,,1,Republican,,,,,,,,,,A000083,,,,,,400742,,,,71,Nelson W. Aldrich -Allen,Henry,Crosby,,,,1872-05-13,M,rep,NJ,6,,Republican,,,,,,,,,,A000124,,,,,,400780,,,,108,Henry C. Allen -Babcock,Joseph,Weeks,,,,1850-03-06,M,rep,WI,3,,Republican,,,,,,,,,,B000004,,,,,,401010,,,,314,Joseph W. Babcock -Beidler,Jacob,Atlee,,,,1852-11-02,M,rep,OH,20,,Republican,,,,,,,,,,B000317,,,,,,401309,,,,585,Jacob A. Beidler -Beveridge,Albert,Jeremiah,,,,1862-10-06,M,sen,IN,,1,Republican,,,,,,,,,,B000429,,,,,,401415,,,,683,Albert J. Beveridge -Bishop,Roswell,Peter,,,,1843-01-06,M,rep,MI,9,,Republican,,,,,,,,,,B000489,,,,,,401470,,,,734,Roswell P. Bishop -Blackburn,Edmond,Spencer,,,,1868-09-22,M,rep,NC,8,,Republican,,,,,,,,,,B000507,,,,,,401486,,,,750,Edmond Spencer Blackburn -Bowersock,Justin,De Witt,,,,1842-09-19,M,rep,KS,2,,Republican,,,,,,,,,,B000693,,,,,,401655,,,,907,Justin De Witt Bowersock -Bowie,Sydney,Johnston,,,,1865-07-26,M,rep,AL,4,,Democrat,,,,,,,,,,B000695,,,,,,401657,,,,909,Sydney J. Bowie -Broocks,Moses,Lycurgus,,,,1864-11-01,M,rep,TX,2,,Democrat,,,,,,,,,,B000870,,,,,,401827,,,,1068,Moses L. Broocks -Brooks,Franklin,Eli,,,,1860-11-19,M,rep,CO,-1,,Republican,,,,,,,,,,B000878,,,,,,401835,,,,1075,Franklin E. Brooks -Brown,Webster,Everett,,,,1851-07-16,M,rep,WI,10,,Republican,,,,,,,,,,B000946,,,,,,401899,,,,1135,Webster E. Brown -Buckman,Clarence,Bennett,,,,1851-04-01,M,rep,MN,6,,Republican,,,,,,,,,,B001029,,,,,,401979,,,,1209,Clarence Buckman -Bulkeley,Morgan,Gardner,,,,1837-12-26,M,sen,CT,,1,Republican,,,,,,,,,,B001044,,,,,,401994,,,,1223,Morgan Bulkeley -Burkett,Elmer,Jacob,,,,1867-12-01,M,sen,NE,,1,Republican,,,,,,,,,,B001103,,,,,,402048,,,,1275,Elmer Burkett -Burrows,Julius,Caesar,,,,1837-01-09,M,sen,MI,,1,Republican,,,,,,,,,,B001142,,,,,,402085,,,,1310,Julius C. Burrows -Butler,Mounce,Gore,,,,1849-05-11,M,rep,TN,4,,Democrat,,,,,,,,,,B001185,,,,,,402127,,,,1345,Mounce Gore Butler -Campbell,William,Wildman,,,,1853-04-02,M,rep,OH,5,,Republican,,,,,,,,,,C000106,,,,,,402259,,,,1470,William Wildman Campbell -Carter,Thomas,Henry,,,,1854-10-30,M,sen,MT,,1,Republican,,,,,,,,,,C000200,,,,,,402346,,,,1550,Thomas H. Carter -Castor,George,Albert,,,,1855-08-06,M,rep,PA,3,,Republican,,,,,,,,,,C000244,,,,,,402388,,,,1592,George A. Castor -Cromer,George,Washington,,,,1856-05-13,M,rep,IN,8,,Republican,,,,,,,,,,C000924,,,,,,403036,,,,2192,George W. Cromer -Dale,Thomas,Henry,,,,1846-06-12,M,rep,PA,10,,Republican,,,,,,,,,,D000010,,,,,,403153,,,,2303,Thomas Henry Dale -Daniel,John,Warwick,,,,1842-09-05,M,sen,VA,,1,Democrat,,,,,,,,,,D000035,,,,,,403175,,,,2325,John W. Daniel -Davis,Thomas,Beall,,,,1828-04-25,M,rep,WV,2,,Democrat,,,,,,,,,,D000137,,,,,,403271,,,,2412,Thomas Beall Davis -Dayton,Alston,Gordon,,,,1857-10-18,M,rep,WV,2,,Republican,,,,,,,,,,D000163,,,,,,403295,,,,2438,Alston G. Dayton -Deemer,Elias,,,,,1838-01-03,M,rep,PA,15,,Republican,,,,,,,,,,D000186,,,,,,403347,,,,2458,Elias Deemer -Depew,Chauncey,Mitchell,,,,1834-04-23,M,sen,NY,,1,Republican,,,,,,,,,,D000264,,,,,,403401,,,,2520,Chauncey Depew -Dickson,Frank,Stoddard,,,,1876-10-06,M,rep,IL,23,,Republican,,,,,,,,,,D000329,,,,,,403447,,,,2579,Frank S. Dickson -Dovener,Blackburn,Barrett,,,,1842-04-20,M,rep,WV,1,,Republican,,,,,,,,,,D000461,,,,,,403571,,,,2696,Blackburn B. Dovener -Dresser,Solomon,Robert,,,,1842-02-01,M,rep,PA,21,,Republican,,,,,,,,,,D000493,,,,,,403600,,,,2723,Solomon Robert Dresser -Field,Scott,,,,,1847-01-26,M,rep,TX,6,,Democrat,,,,,,,,,,F000107,,,,,,404064,,,,3134,Scott Field (politician) -Flack,William,Henry,,,,1861-03-22,M,rep,NY,26,,Republican,,,,,,,,,,F000180,,,,,,404135,,,,3198,William H. Flack -Fletcher,Loren,,,,,1833-04-10,M,rep,MN,5,,Republican,,,,,,,,,,F000202,,,,,,404157,,,,3218,Loren Fletcher -Flint,Frank,Putnam,,,,1862-07-15,M,sen,CA,,1,Republican,,,,,,,,,,F000207,,,,,,404162,,,,3223,Frank Putnam Flint -Frazier,James,Beriah,,,,1856-10-18,M,sen,TN,,1,Democrat,,,,,,,,,,F000352,,,,,,404299,,,,3345,James B. Frazier -Fulkerson,Frank,Ballard,,,,1866-03-05,M,rep,MO,4,,Republican,,,,,,,,,,F000403,,,,,,404345,,,,3390,Frank B. Fulkerson -Garber,Harvey,Cable,,,,1866-07-06,M,rep,OH,4,,Democrat,,,,,,,,,,G000044,,,,,,404419,,,,3456,Harvey C. Garber -Gearin,John,McDermeid,,,,1851-08-15,M,sen,OR,,2,Democrat,,,,,,,,,,G000112,,,,,,404484,,,,3519,John M. Gearin -Gilbert,George,Gilmore,,,,1849-12-24,M,rep,KY,8,,Democrat,,,,,,,,,,G000174,,,,,,404540,,,,3574,George G. Gilbert -Gilbert,Newton,Whiting,,,,1862-05-24,M,rep,IN,12,,Republican,,,,,,,,,,G000176,,,,,,404542,,,,3576,Newton W. Gilbert -Gillett,James,Norris,,,,1860-09-20,M,rep,CA,1,,Republican,,,,,,,,,,G000202,,,,,,404566,,,,3600,James Gillett -Grosvenor,Charles,Henry,,,,1833-09-20,M,rep,OH,11,,Republican,,,,,,,,,,G000497,,,,,,404842,,,,3855,Charles H. Grosvenor -Hale,Eugene,,,,,1836-06-09,M,sen,ME,,1,Republican,,,,,,,,,,H000029,,,,,,404914,,,,3917,Eugene Hale -Hearst,William,Randolph,,,,1863-04-29,M,rep,NY,11,,Democrat,,,,,,,,,,H000429,,,,,,405295,,,,4267,William Randolph Hearst -Hedge,Thomas,,,,,1844-06-24,M,rep,IA,1,,Republican,,,,,,,,,,H000441,,,,,,405307,,,,4277,Thomas Hedge -Hemenway,James,Alexander,,,,1860-03-08,M,sen,IN,,3,Republican,,,,,,,,,,H000467,,,,,,405330,,,,4295,James A. Hemenway -Hermann,Binger,,,,,1843-02-19,M,rep,OR,1,,Republican,,,,,,,,,,H000531,,,,,,405393,,,,4355,Binger Hermann -Hitt,Robert,Roberts,,,,1834-01-16,M,rep,IL,13,,Republican,,,,,,,,,,H000649,,,,,,405504,,,,4458,Robert R. Hitt -Hoar,Rockwood,,,,,1855-08-24,M,rep,MA,3,,Republican,,,,,,,,,,H000655,,,,,,405510,,,,4463,Rockwood Hoar -Hogg,Herschel,Millard,,,,1853-11-21,M,rep,CO,2,,Republican,,,,,,,,,,H000703,,,,,,405556,,,,4506,Herschel M. Hogg -Hopkins,Francis,Alexander,,,,1853-05-27,M,rep,KY,10,,Democrat,,,,,,,,,,H000773,,,,,,405623,,,,4567,Francis A. Hopkins -Hunt,John,Thomas,,,,1860-02-02,M,rep,MO,11,,Democrat,,,,,,,,,,H000973,,,,,,405817,,,,4745,John T. Hunt -Kean,John,,,,,1852-12-04,M,sen,NJ,,1,Republican,,,,,,,,,,K000028,,,,,,406199,,,,5108,John Kean (New Jersey) -Kennedy,John,Lauderdale,,,,1854-10-27,M,rep,NE,2,,Republican,,,,,,,,,,K000108,,,,,,406275,,,,5181,John L. Kennedy -Ketcham,John,Henry,,,,1832-12-21,M,rep,NY,21,,Republican,,,,,,,,,,K000152,,,,,,406316,,,,5219,John H. Ketcham -Klepper,Frank,B.,,,,1864-06-22,M,rep,MO,3,,Republican,,,,,,,,,,K000265,,,,,,406423,,,,5319,Frank B. Klepper -Kline,Marcus,Charles Lawrence,,,,1855-03-26,M,rep,PA,13,,Democrat,,,,,,,,,,K000268,,,,,,406426,,,,5322,Marcus C. L. Kline -Lacey,John,Fletcher,,,,1841-05-30,M,rep,IA,6,,Republican,,,,,,,,,,L000010,,,,,,406520,,,,5391,John F. Lacey -Landis,Frederick,,,,,1872-08-18,M,rep,IN,11,,Republican,,,,,,,,,,L000051,,,,,,406560,,,,5433,Frederick Landis -Le Fevre,Frank,Jacob,,,,1874-11-30,M,rep,NY,24,,Republican,,,,,,,,,,L000160,,,,,,406664,,,,5579,Frank J. LeFevre -Lester,Rufus,Ezekiel,,,,1837-12-12,M,rep,GA,1,,Democrat,,,,,,,,,,L000255,,,,,,406758,,,,5620,Rufus E. Lester -Lilley,Mial,Eben,,,,1850-05-30,M,rep,PA,14,,Republican,,,,,,,,,,L000309,,,,,,406803,,,,5662,Mial Eben Lilley -Littauer,Lucius,Nathan,,,,1859-01-20,M,rep,NY,25,,Republican,,,,,,,,,,L000347,,,,,,406839,,,,5697,Lucius Littauer -Little,John,Sebastian,,,,1853-03-15,M,rep,AR,4,,Democrat,,,,,,,,,,L000352,,,,,,406844,,,,5702,John Sebastian Little -Mahon,Thaddeus,Maclay,,,,1840-05-21,M,rep,PA,17,,Republican,,,,,,,,,,M000066,,,,,,407094,,,,5925,Thaddeus Maclay Mahon -Marsh,Benjamin,Franklin,,,,,M,rep,IL,14,,Republican,,,,,,,,,,M000145,,,,,,407168,,,,5992,Benjamin F. Marsh -McCarthy,John,Jay,,,,1857-07-19,M,rep,NE,3,,Republican,,,,,,,,,,M000314,,,,,,407326,,,,6136,John McCarthy (Nebraska politician) -McCleary,James,Thompson,,,,1853-02-05,M,rep,MN,2,,Republican,,,,,,,,,,M000326,,,,,,407336,,,,6145,James McCleary -McDermott,Allan,Langdon,,,,1854-03-30,M,rep,NJ,10,,Democrat,,,,,,,,,,M000403,,,,,,407404,,,,6212,Allan Langdon McDermott -McNary,William,Sarsfield,,,,1863-03-29,M,rep,MA,10,,Democrat,,,,,,,,,,M000584,,,,,,407575,,,,6368,William S. McNary -Michalek,Anthony,,,,,1878-01-16,M,rep,IL,5,,Republican,,,,,,,,,,M000691,,,,,,407675,,,,6454,Anthony Michalek -Minor,Edward,Sloman,,,,1840-12-13,M,rep,WI,9,,Republican,,,,,,,,,,M000798,,,,,,407774,,,,6547,Edward S. Minor -Money,Hernando,De Soto,,,,1839-08-26,M,sen,MS,,1,Democrat,,,,,,,,,,M000854,,,,,,407827,,,,6592,Hernando Money -Morrell,Edward,de Veaux,,,,1863-08-07,M,rep,PA,5,,Republican,,,,,,,,,,M000965,,,,,,407933,,,,6692,Edward de Veaux Morrell -Nevin,Robert,Murphy,,,,1850-05-05,M,rep,OH,3,,Republican,,,,,,,,,,N000057,,,,,,408145,,,,6885,Robert M. Nevin -Otjen,Theobald,,,,,1851-10-27,M,rep,WI,4,,Republican,,,,,,,,,,O000132,,,,,,408385,,,,7113,Theobald Otjen -Patterson,George,Robert,,,,1863-11-09,M,rep,PA,12,,Republican,,,,,,,,,,P000115,,,,,,408523,,,,7241,George Robert Patterson -Patterson,Gilbert,Brown,,,,1863-05-29,M,rep,NC,6,,Democrat,,,,,,,,,,P000117,,,,,,408525,,,,7243,Gilbert B. Patterson -Patterson,Malcolm,Rice,,,,1861-06-07,M,rep,TN,10,,Democrat,,,,,,,,,,P000126,,,,,,408534,,,,7251,Malcolm R. Patterson -Piles,Samuel,Henry,,,,1858-12-28,M,sen,WA,,1,Republican,,,,,,,,,,P000351,,,,,,408748,,,,7452,Samuel H. Piles -Pinckney,John,McPherson,,,,1845-05-04,M,rep,TX,8,,Democrat,,,,,,,,,,P000356,,,,,,408753,,,,7457,John M. Pinckney -Proctor,Redfield,,,,,1831-06-01,M,sen,VT,,1,Republican,,,,,,,,,,P000547,,,,,,408931,,,,7632,Redfield Proctor -Richardson,James,Montgomery,,,,1858-07-01,M,rep,KY,3,,Democrat,,,,,,,,,,R000223,,,,,,409199,,,,7878,James M. Richardson -Rives,Zeno,John,,,,1874-02-22,M,rep,IL,21,,Republican,,,,,,,,,,R000286,,,,,,409259,,,,7930,Zeno J. Rives -Robertson,Samuel,Matthews,,,,1852-01-01,M,rep,LA,6,,Democrat,,,,,,,,,,R000324,,,,,,409295,,,,7964,Samuel Matthews Robertson -Ruppert,Jacob,,Jr.,,,1867-08-05,M,rep,NY,16,,Democrat,,,,,,,,,,R000513,,,,,,409472,,,,8117,Jacob Ruppert -Samuel,Edmund,William,,,,1857-11-27,M,rep,PA,16,,Republican,,,,,,,,,,S000027,,,,,,409546,,,,8191,Edmund W. Samuel -Schneebeli,Gustav,Adolphus,,,,1853-05-23,M,rep,PA,26,,Republican,,,,,,,,,,S000134,,,,,,409642,,,,8267,Gustav A. Schneebeli -Scott,Nathan,Bay,,,,1842-12-18,M,sen,WV,,1,Republican,,,,,,,,,,S000182,,,,,,409688,,,,8309,Nathan B. Scott -Scroggy,Thomas,Edmund,,,,1843-03-18,M,rep,OH,6,,Republican,,,,,,,,,,S000195,,,,,,409700,,,,8319,Thomas E. Scroggy -Shartel,Cassius,McLean,,,,1860-04-27,M,rep,MO,15,,Republican,,,,,,,,,,S000299,,,,,,409798,,,,8411,Cassius M. Shartel -Sibley,Joseph,Crocker,,,,1850-02-18,M,rep,PA,28,,Republican,,,,,,,,,,S000398,,,,,,409892,,,,8500,Joseph C. Sibley -Smith,David,Highbaugh,,,,1854-12-19,M,rep,KY,4,,Democrat,,,,,,,,,,S000525,,,,,,410008,,,,8609,David Highbaugh Smith -Smith,Thomas,Alexander,,,,1850-09-03,M,rep,MD,1,,Democrat,,,,,,,,,,S000618,,,,,,410093,,,,8688,Thomas Alexander Smith -Smith,William,Orlando,,,,1859-06-13,M,rep,PA,27,,Republican,,,,,,,,,,S000635,,,,,,410109,,,,8704,William Orlando Smith -Smyser,Martin,Luther,,,,1851-04-03,M,rep,OH,17,,Republican,,,,,,,,,,S000645,,,,,,410119,,,,8714,Martin L. Smyser -Southall,Robert,Goode,,,,1852-12-26,M,rep,VA,4,,Democrat,,,,,,,,,,S000684,,,,,,410155,,,,8747,Robert G. Southall -Southard,James,Harding,,,,1851-01-20,M,rep,OH,9,,Republican,,,,,,,,,,S000687,,,,,,410158,,,,8750,James H. Southard -Sullivan,John,Andrew,,,,1868-05-10,M,rep,MA,11,,Democrat,,,,,,,,,,S001055,,,,,,410509,,,,9070,John Andrew Sullivan -Taliaferro,James,Piper,,,,1847-09-30,M,sen,FL,,1,Democrat,,,,,,,,,,T000026,,,,,,410615,,,,9166,James Taliaferro -Towne,Charles,Arnette,,,,1858-11-21,M,rep,NY,14,,Democrat,,,,,,,,,,T000324,,,,,,410896,,,,9429,Charles A. Towne -Trimble,South,,,,,1864-04-13,M,rep,KY,7,,Democrat,,,,,,,,,,T000376,,,,,,410945,,,,9476,South Trimble -Tyndall,William,Thomas,,,,1862-01-16,M,rep,MO,14,,Republican,,,,,,,,,,T000451,,,,,,411019,,,,9543,William T. Tyndall -Van Duzer,Clarence,Dunn,,,,1864-05-04,M,rep,NV,0,,Democrat,,,,,,,,,,V000033,,,,,,411078,,,,9609,Clarence D. Van Duzer -Van Winkle,Marshall,,,,,1869-09-28,M,rep,NJ,9,,Republican,,,,,,,,,,V000065,,,,,,411107,,,,9641,Marshall Van Winkle -Wachter,Frank,Charles,,,,1861-09-16,M,rep,MD,3,,Republican,,,,,,,,,,W000001,,,,,,411180,,,,9694,Frank Charles Wachter -Wadsworth,James,Wolcott,,,,1846-10-12,M,rep,NY,34,,Republican,,,,,,,,,,W000011,,,,,,411190,,,,9704,James Wolcott Wadsworth -Warner,William,,,,,1840-06-11,M,sen,MO,,1,Republican,,,,,,,,,,W000160,,,,,,411333,,,,9838,William Warner (Missouri) -Waskey,Frank,Hinman,,,,1875-04-20,M,rep,AK,0,,Democrat,,,,,,,,,,W000184,,,,,,411357,,,,,Frank Hinman Waskey -Webber,Amos,Richard,,,,1852-01-21,M,rep,OH,14,,Republican,,,,,,,,,,W000233,,,,,,411401,,,,9900,Amos R. Webber -Welborn,John,,,,,1857-11-20,M,rep,MO,7,,Republican,,,,,,,,,,W000260,,,,,,411428,,,,9923,John Welborn (representative) -Wharton,Charles,Stuart,,,,1875-04-22,M,rep,IL,4,,Republican,,,,,,,,,,W000322,,,,,,411484,,,,9977,Charles S. Wharton -Williamson,John,Newton,,,,1855-11-08,M,rep,OR,2,,Republican,,,,,,,,,,W000552,,,,,,411708,,,,10194,John N. Williamson -Wood,Ernest,Edward,,,,1875-08-24,M,rep,MO,12,,Democrat,,,,,,,,,,W000693,,,,,,411845,,,,10323,Ernest E. Wood -Zenor,William,Taylor,,,,1846-04-30,M,rep,IN,3,,Democrat,,,,,,,,,,Z000005,,,,,,411998,,,,10465,William T. Zenor -Benson,Alfred,Washburn,,,,1843-07-15,M,sen,KS,,2,Republican,,,,,,,,,,B000386,,,,,,401377,,,,647,Alfred W. Benson -Whyte,William,Pinkney,,,,1824-08-09,M,sen,MD,,3,Democrat,,,,,,,,,,W000435,,,,,,411594,,,,10082,William Pinkney Whyte -Acheson,Ernest,Francis,,,,1855-09-19,M,rep,PA,24,,Republican,,,,,,,,,,A000019,,,,,,400681,,,,14,Ernest F. Acheson -Bailey,Joseph,Weldon,,,,1862-10-06,M,sen,TX,,2,Democrat,,,,,,,,,,B000044,,,,,,401049,,,,347,Joseph Weldon Bailey -Bannon,Henry,Towne,,,,1867-06-05,M,rep,OH,10,,Republican,,,,,,,,,,B000118,,,,,,401119,,,,411,Henry T. Bannon -Beale,Joseph,Grant,,,,1839-03-26,M,rep,PA,27,,Republican,,,,,,,,,,B000267,,,,,,401261,,,,542,Joseph Grant Beale -Bede,James,Adam,,,,1856-01-13,M,rep,MN,8,,Republican,,,,,,,,,,B000297,,,,,,401290,,,,568,James Bede -Birdsall,Benjamin,Pixley,,,,1858-10-26,M,rep,IA,3,,Republican,,,,,,,,,,B000481,,,,,,401462,,,,726,Benjamin P. Birdsall -Bonynge,Robert,William,,,,1863-09-08,M,rep,CO,1,,Republican,,,,,,,,,,B000623,,,,,,401588,,,,847,Robert W. Bonynge -Bourne,Jonathan,,Jr.,,,1855-02-23,M,sen,OR,,2,Republican,,,,,,,,,,B000670,,,,,,401632,,,,885,Jonathan Bourne Jr. -Boyd,John,Frank,,,,1853-08-08,M,rep,NE,3,,Republican,,,,,,,,,,B000717,,,,,,401677,,,,929,John Frank Boyd -Brick,Abraham,Lincoln,,,,1860-05-27,M,rep,IN,13,,Republican,,,,,,,,,,B000819,,,,,,401776,,,,1023,Abraham L. Brick -Briggs,Frank,Obadiah,,,,1851-08-12,M,sen,NJ,,2,Republican,,,,,,,,,,B000827,,,,,,401784,,,,1030,Frank O. Briggs -Brodhead,Joseph,Davis,,,,1859-01-12,M,rep,PA,26,,Democrat,,,,,,,,,,B000860,,,,,,401817,,,,1060,Jefferson Davis Brodhead -Brown,Norris,,,,,1863-05-02,M,sen,NE,,2,Republican,,,,,,,,,,B000939,,,,,,401893,,,,1129,Norris Brown -Brumm,Charles,Napoleon,,,,1838-06-09,M,rep,PA,12,,Republican,,,,,,,,,,B000977,,,,,,401929,,,,1162,Charles N. Brumm -Brundidge,Stephen,,Jr.,,,1857-01-01,M,rep,AR,2,,Democrat,,,,,,,,,,B000979,,,,,,401931,,,,1164,Stephen Brundidge Jr. -Bryan,William,James,,,,1876-10-10,M,sen,FL,,3,Democrat,,,,,,,,,,B000994,,,,,,401945,,,,1178,William James Bryan -Burnham,Henry,Eben,,,,1844-11-08,M,sen,NH,,2,Republican,,,,,,,,,,B001125,,,,,,402070,,,,1295,Henry E. Burnham -Burton,Hiram,Rodney,,,,1841-11-13,M,rep,DE,0,,Republican,,,,,,,,,,B001151,,,,,,402093,,,,1318,Hiram R. Burton -Caldwell,Ben,Franklin,,,,1848-08-02,M,rep,IL,21,,Democrat,,,,,,,,,,C000029,,,,,,402190,,,,1403,Ben F. Caldwell -Cale,Thomas,,,,,1848-09-17,M,rep,AK,0,,Independent,,,,,,,,,,C000042,,,,,,402203,,,,,Thomas Cale -Cassel,Henry,Burd,,,,1855-10-19,M,rep,PA,9,,Republican,,,,,,,,,,C000235,,,,,,402380,,,,1584,Henry B. Cassel -Caulfield,Henry,Stewart,,,,1873-12-09,M,rep,MO,11,,Republican,,,,,,,,,,C000256,,,,,,402400,,,,1604,Henry S. Caulfield -Chaney,John,Crawford,,,,1853-02-01,M,rep,IN,2,,Republican,,,,,,,,,,C000301,,,,,,402443,,,,1644,John C. Chaney -Conner,James,Perry,,,,1851-01-27,M,rep,IA,10,,Republican,,,,,,,,,,C000690,,,,,,402816,,,,1992,James Perry Conner -Cook,George,Washington,,,,1851-11-10,M,rep,CO,-1,,Republican,,,,,,,,,,C000717,,,,,,402840,,,,2016,George W. Cook -Cooper,Samuel,Bronson,,,,1850-05-30,M,rep,TX,2,,Democrat,,,,,,,,,,C000761,,,,,,402881,,,,2055,Samuel B. Cooper -Cousins,Robert,Gordon,,,,1859-01-31,M,rep,IA,5,,Republican,,,,,,,,,,C000811,,,,,,402930,,,,2094,Robert G. Cousins -Crane,Winthrop,Murray,,,,1853-04-23,M,sen,MA,,2,Republican,,,,,,,,,,C000875,,,,,,402988,,,,2147,Winthrop M. Crane -Crawford,William,Thomas,,,,1856-06-01,M,rep,NC,10,,Democrat,,,,,,,,,,C000896,,,,,,403008,,,,2166,William T. Crawford -Cullom,Shelby,Moore,,,,1829-11-22,M,sen,IL,,2,Republican,,,,,,,,,,C000973,,,,,,403084,,,,2239,Shelby Moore Cullom -Darragh,Archibald,Bard,,,,1840-12-23,M,rep,MI,11,,Republican,,,,,,,,,,D000060,,,,,,403199,,,,2344,Archibald B. Darragh -Davey,Robert,Charles,,,,1853-10-22,M,rep,LA,2,,Democrat,,,,,,,,,,D000081,,,,,,403218,,,,2363,Robert C. Davey -Davis,Jeff,,,,,1862-05-06,M,sen,AR,,2,Democrat,,,,,,,,,,D000112,,,,,,403248,,,,2392,Jeff Davis (Arkansas governor) -Dawes,Beman,Gates,,,,1870-01-14,M,rep,OH,15,,Republican,,,,,,,,,,D000146,,,,,,403279,,,,2421,Beman Gates Dawes -Dixon,Joseph,Moore,,,,1867-07-31,M,sen,MT,,2,Republican,,,,,,,,,,D000372,,,,,,403489,,,,2620,Joseph M. Dixon -Dolliver,Jonathan,Prentiss,,,,1858-02-06,M,sen,IA,,2,Republican,,,,,,,,,,D000404,,,,,,403518,,,,2648,Jonathan P. Dolliver -Dunwell,Charles,Tappan,,,,1852-02-13,M,rep,NY,3,,Republican,,,,,,,,,,D000557,,,,,,403664,,,,2780,Charles T. Dunwell -Elkins,Stephen,Benton,,,,1841-09-26,M,sen,WV,,2,Republican,,,,,,,,,,E000110,,,,,,403801,,,,2899,Stephen Benton Elkins -Foster,John,Hopkins,,,,1862-01-31,M,rep,IN,1,,Republican,,,,,,,,,,F000307,,,,,,404256,,,,3309,John H. Foster -Foster,Murphy,James,,,,1849-01-12,M,sen,LA,,2,Democrat,,,,,,,,,,F000310,,,,,,404259,,,,3312,Murphy J. Foster -Frye,William,Pierce,,,,1830-09-02,M,sen,ME,,2,Republican,,,,,,,,,,F000398,,,,,,404340,,,,3385,William P. Frye -Fulton,Elmer,Lincoln,,,,1865-04-22,M,rep,OK,2,,Democrat,,,,,,,,,,F000421,,,,,,404363,,,,3408,Elmer L. Fulton -Gaines,John,Wesley,,,,1860-08-24,M,rep,TN,6,,Democrat,,,,,,,,,,G000007,,,,,,404384,,,,3425,John W. Gaines -Gamble,Robert,Jackson,,,,1851-02-07,M,sen,SD,,2,Republican,,,,,,,,,,G000032,,,,,,404408,,,,3447,Robert J. Gamble -Gilhams,Clarence,Chauncey,,,,1860-04-11,M,rep,IN,12,,Republican,,,,,,,,,,G000187,,,,,,404552,,,,3586,Clarence C. Gilhams -Granger,Daniel,Larned Davis,,,,1852-05-30,M,rep,RI,1,,Democrat,,,,,,,,,,G000375,,,,,,404727,,,,3749,Daniel L. D. Granger -Guggenheim,Simon,,,,,1867-12-30,M,sen,CO,,2,Republican,,,,,,,,,,G000520,,,,,,404865,,,,3873,Simon Guggenheim -Hackett,Richard,Nathaniel,,,,1866-12-04,M,rep,NC,8,,Democrat,,,,,,,,,,H000004,,,,,,404890,,,,3894,Richard N. Hackett -Hackney,Thomas,,,,,1861-12-11,M,rep,MO,15,,Democrat,,,,,,,,,,H000007,,,,,,404892,,,,3897,Thomas Hackney -Haggott,Warren,Armstrong,,,,1864-05-18,M,rep,CO,2,,Republican,,,,,,,,,,H000017,,,,,,404902,,,,3905,Warren A. Haggott -Hale,Nathan,Wesley,,,,1860-02-11,M,rep,TN,2,,Republican,,,,,,,,,,H000035,,,,,,404920,,,,3923,Nathan W. Hale -Hall,Philo,,,,,1865-12-31,M,rep,SD,-1,,Republican,,,,,,,,,,H000066,,,,,,404951,,,,3952,Philo Hall -Hamilton,Daniel,Webster,,,,1861-12-20,M,rep,IA,6,,Democrat,,,,,,,,,,H000107,,,,,,404989,,,,3988,Daniel W. Hamilton -Harding,John,Eugene,,,,1877-06-27,M,rep,OH,3,,Republican,,,,,,,,,,H000190,,,,,,405071,,,,4058,J. Eugene Harding -Haskins,Kittredge,,,,,1836-04-08,M,rep,VT,2,,Republican,,,,,,,,,,H000322,,,,,,405195,,,,4176,Kittredge Haskins -Hepburn,William,Peters,,,,1833-11-04,M,rep,IA,8,,Republican,,,,,,,,,,H000523,,,,,,405386,,,,4348,William Peters Hepburn -Hill,Wilson,Shedric,,,,1863-01-19,M,rep,MS,4,,Democrat,,,,,,,,,,H000614,,,,,,405474,,,,4430,Wilson S. Hill -Holliday,Elias,Selah,,,,1842-03-05,M,rep,IN,5,,Republican,,,,,,,,,,H000724,,,,,,405576,,,,4523,Elias S. Holliday -Jackson,William,Humphreys,,,,1839-10-15,M,rep,MD,1,,Republican,,,,,,,,,,J000029,,,,,,405935,,,,4866,William Humphreys Jackson -James,Addison,Davis,,,,1850-02-27,M,rep,KY,3,,Republican,,,,,,,,,,J000043,,,,,,405948,,,,4878,Addison James -Jenkins,John,James,,,,1843-08-24,M,rep,WI,11,,Republican,,,,,,,,,,J000084,,,,,,405986,,,,4913,John J. Jenkins -Kimball,William,Preston,,,,1857-11-04,M,rep,KY,7,,Democrat,,,,,,,,,,K000184,,,,,,406346,,,,5246,William P. Kimball -Kitchin,William,Walton,,,,1866-10-09,M,rep,NC,5,,Democrat,,,,,,,,,,K000252,,,,,,406411,,,,5309,William Walton Kitchin -Knopf,Philip,,,,,1847-11-18,M,rep,IL,7,,Republican,,,,,,,,,,K000289,,,,,,406445,,,,5340,Philip Knopf -Lamar,James,Robert,,,,1866-03-28,M,rep,MO,16,,Democrat,,,,,,,,,,L000028,,,,,,406538,,,,5414,J. Robert Lamar -Lamar,William,Bailey,,,,1853-06-12,M,rep,FL,3,,Democrat,,,,,,,,,,L000031,,,,,,406541,,,,5417,William Bailey Lamar -Landis,Charles,Beary,,,,1858-07-09,M,rep,IN,9,,Republican,,,,,,,,,,L000050,,,,,,406559,,,,5432,Charles B. Landis -Laning,Jay,Ford,,,,1853-05-15,M,rep,OH,14,,Republican,,,,,,,,,,L000079,,,,,,406588,,,,5461,J. Ford Laning -Leake,Eugene,Walter,,,,1877-07-13,M,rep,NJ,9,,Democrat,,,,,,,,,,L000175,,,,,,406677,,,,5540,Eugene W. Leake -Lenahan,John,Thomas,,,,1852-11-15,M,rep,PA,11,,Democrat,,,,,,,,,,L000239,,,,,,406742,,,,5604,John Thomas Lenahan -Lewis,Elijah,Banks,,,,1854-03-27,M,rep,GA,3,,Democrat,,,,,,,,,,L000281,,,,,,406779,,,,5638,Elijah B. Lewis -Lilley,George,Leavens,,,,1859-08-03,M,rep,CT,-1,,Republican,,,,,,,,,,L000308,,,,,,406802,,,,5661,George L. Lilley -Littlefield,Charles,Edgar,,,,1851-06-21,M,rep,ME,2,,Republican,,,,,,,,,,L000355,,,,,,406847,,,,5705,Charles E. Littlefield -Marshall,Thomas,Frank,,,,1854-03-07,M,rep,ND,-1,,Republican,,,,,,,,,,M000163,,,,,,407185,,,,6009,Thomas Frank Marshall -McGavin,Charles,,,,,1874-01-10,M,rep,IL,8,,Republican,,,,,,,,,,M000444,,,,,,407443,,,,6248,Charles McGavin -McLain,Frank,Alexander,,,,1852-01-29,M,rep,MS,7,,Democrat,,,,,,,,,,M000533,,,,,,407525,,,,6321,Frank A. McLain -McLaurin,Anselm,Joseph,,,,1848-03-26,M,sen,MS,,2,Democrat,,,,,,,,,,M000542,,,,,,407534,,,,6330,Anselm J. McLaurin -McMillan,Samuel,,,,,1850-08-06,M,rep,NY,21,,Republican,,,,,,,,,,M000569,,,,,,407560,,,,6354,Samuel McMillan -Meyer,Adolph,,,,,1842-10-19,M,rep,LA,1,,Democrat,,,,,,,,,,M000679,,,,,,407664,,,,6448,Adolph Meyer -Mouser,Grant,Earl,,,,1868-09-11,M,rep,OH,13,,Republican,,,,,,,,,,M001048,,,,,,408015,,,,6768,Grant E. Mouser -Murphy,James,William,,,,1858-04-17,M,rep,WI,3,,Democrat,,,,,,,,,,M001095,,,,,,408059,,,,6810,James William Murphy -Overstreet,Jesse,,,,,1859-12-14,M,rep,IN,7,,Republican,,,,,,,,,,O000144,,,,,,408395,,,,7124,Jesse Overstreet -Parker,William,Henry,,,,1847-05-05,M,rep,SD,-1,,Republican,,,,,,,,,,P000073,,,,,,408483,,,,7206,William H. Parker (politician) -Paynter,Thomas,Hanson,,,,1851-12-09,M,sen,KY,,2,Democrat,,,,,,,,,,P000156,,,,,,408560,,,,7276,Thomas H. Paynter -Pollard,Ernest,Mark,,,,1869-04-15,M,rep,NE,1,,Republican,,,,,,,,,,P000413,,,,,,408806,,,,7511,Ernest M. Pollard -Porter,Peter,Augustus,,,,1853-10-10,M,rep,NY,34,,Ind. Republican,,,,,,,,,,P000445,,,,,,408834,,,,7538,Peter A. Porter -Powers,Llewellyn,,,,,1836-10-14,M,rep,ME,4,,Republican,,,,,,,,,,P000491,,,,,,408876,,,,7581,Llewellyn Powers -Pratt,Le,Gage,,,,1852-12-14,M,rep,NJ,8,,Democrat,,,,,,,,,,P000504,,,,,,408889,,,,7594,Le Gage Pratt -Reyburn,John,Edgar,,,,1845-02-07,M,rep,PA,2,,Republican,,,,,,,,,,R000168,,,,,,409145,,,,7827,John E. Reyburn -Richardson,Harry,Alden,,,,1853-01-01,M,sen,DE,,2,Republican,,,,,,,,,,R000221,,,,,,409197,,,,7876,Harry A. Richardson -Rixey,John,Franklin,,,,1854-08-01,M,rep,VA,-1,,Democrat,,,,,,,,,,R000287,,,,,,409260,,,,7931,John Franklin Rixey -Ryan,William,Henry,,,,1860-05-10,M,rep,NY,35,,Democrat,,,,,,,,,,R000563,,,,,,409519,,,,8160,William H. Ryan -Sherman,James,Schoolcraft,,,,1855-10-24,M,rep,NY,27,,Republican,,,,,,,,,,S000345,,,,,,409841,,,,8453,James S. Sherman -Slemp,Campbell,,,,,1839-12-02,M,rep,VA,9,,Republican,,,,,,,,,,S000485,,,,,,409973,,,,8573,Campbell Slemp -Smith,George,Washington,,,,1846-08-18,M,rep,IL,25,,Republican,,,,,,,,,,S000541,,,,,,410023,,,,8624,George Washington Smith (congressman) -Smith,Madison,Roswell,,,,1850-07-09,M,rep,MO,13,,Democrat,,,,,,,,,,S000588,,,,,,410068,,,,8664,Madison Roswell Smith -Taylor,Robert,Love,,,,1850-07-31,M,sen,TN,,2,Democrat,,,,,,,,,,T000098,,,,,,410681,,,,9229,Robert Love Taylor -Waldo,George,Ernest,,,,1851-01-11,M,rep,NY,5,,Republican,,,,,,,,,,W000036,,,,,,411216,,,,9727,George E. Waldo -Weems,Capell,Lane,,,,1860-07-07,M,rep,OH,16,,Republican,,,,,,,,,,W000249,,,,,,411417,,,,9914,Capell L. Weems -Wiley,Ariosto,Appling,,,,1848-11-06,M,rep,AL,2,,Democrat,,,,,,,,,,W000466,,,,,,411623,,,,10111,Ariosto A. Wiley -Wiley,Oliver,Cicero,,,,1851-01-30,M,rep,AL,2,,Democrat,,,,,,,,,,W000469,,,,,,411626,,,,10114,Oliver C. Wiley -Wolf,Harry,Benjamin,,,,1880-06-16,M,rep,MD,3,,Democrat,,,,,,,,,,W000674,,,,,,411826,,,,10307,Harry Benjamin Wolf -Gary,Frank,Boyd,,,,1860-03-09,M,sen,SC,,3,Democrat,,,,,,,,,,G000090,,,,,,404462,,,,3498,Frank B. Gary -Milton,William,Hall,,,,1864-03-02,M,sen,FL,,3,Democrat,,,,,,,,,,M000788,,,,,,407766,,,,6541,William Hall Milton -Stewart,John,Wolcott,,,,1825-11-24,M,sen,VT,,1,Republican,,,,,,,,,,S000917,,,,,,410377,,,,8943,John Wolcott Stewart -Wetmore,George,Peabody,,,,1846-08-02,M,sen,RI,,2,Republican,,,,,,,,,,W000312,,,,,,411476,,,,9970,George P. Wetmore -Alexander,De,Alva Stanwood,,,,1846-07-17,M,rep,NY,36,,Republican,,,,,,,,,,A000091,,,,,,400750,,,,79,De Alva S. Alexander -Allen,Amos,Lawrence,,,,1837-03-17,M,rep,ME,1,,Republican,,,,,,,,,,A000112,,,,,,400769,,,,98,Amos L. Allen -Barclay,Charles,Frederick,,,,1844-05-09,M,rep,PA,21,,Republican,,,,,,,,,,B000135,,,,,,401136,,,,427,Charles Frederick Barclay -Barnard,William,Oscar,,,,1852-10-25,M,rep,IN,6,,Republican,,,,,,,,,,B000155,,,,,,401157,,,,445,William O. Barnard -Bartlett,George,Arthur,,,,1869-11-30,M,rep,NV,0,,Democrat,,,,,,,,,,B000203,,,,,,401202,,,,488,George A. Bartlett -Bennett,Joseph,Bentley,,,,1859-04-21,M,rep,KY,9,,Republican,,,,,,,,,,B000378,,,,,,401370,,,,640,Joseph B. Bennett -Boutell,Henry,Sherman,,,,1856-03-14,M,rep,IL,9,,Republican,,,,,,,,,,B000672,,,,,,401634,,,,887,Henry Sherman Boutell -Bowers,Eaton,Jackson,,,,1865-06-17,M,rep,MS,6,,Democrat,,,,,,,,,,B000689,,,,,,401651,,,,903,Eaton J. Bowers -Bradley,William,O’Connell,,,,1847-03-18,M,sen,KY,,3,Republican,,,,,,,,,,B000749,,,,,,401708,,,,960,William O'Connell Bradley -Bristow,Joseph,Little,,,,1861-07-22,M,sen,KS,,3,Republican,,,,,,,,,,B000844,,,,,,401801,,,,1046,Joseph L. Bristow -Brownlow,Walter,Preston,,,,1851-03-27,M,rep,TN,1,,Republican,,,,,,,,,,B000962,,,,,,401914,,,,1150,Walter P. Brownlow -Byrd,Adam,Monroe,,,,1859-07-06,M,rep,MS,5,,Democrat,,,,,,,,,,B001207,,,,,,402147,,,,1364,Adam M. Byrd -Calderhead,William,Alexander,,,,1844-09-26,M,rep,KS,5,,Republican,,,,,,,,,,C000026,,,,,,402187,,,,1400,William A. Calderhead -Capron,Adin,Ballou,,,,1841-01-09,M,rep,RI,2,,Republican,,,,,,,,,,C000135,,,,,,402285,,,,1495,Adin B. Capron -Cassidy,James,Henry,,,,1869-10-28,M,rep,OH,21,,Republican,,,,,,,,,,C000238,,,,,,402383,,,,1587,James H. Cassidy -Chapman,Pleasant,Thomas,,,,1854-10-08,M,rep,IL,24,,Republican,,,,,,,,,,C000315,,,,,,402457,,,,1657,Pleasant T. Chapman -Clay,Alexander,Stephens,,,,1853-09-25,M,sen,GA,,3,Democrat,,,,,,,,,,C000478,,,,,,402616,,,,1806,Alexander S. Clay -Cocks,William,Willets,,,,1861-07-24,M,rep,NY,1,,Republican,,,,,,,,,,C000578,,,,,,402707,,,,1894,William W. Cocks -Cole,Ralph,Dayton,,,,1873-11-30,M,rep,OH,8,,Republican,,,,,,,,,,C000612,,,,,,402741,,,,1926,Ralph D. Cole -Cook,Joel,,,,,1842-03-20,M,rep,PA,2,,Republican,,,,,,,,,,C000718,,,,,,402841,,,,2017,Joel Cook -Cooper,Allen,Foster,,,,1862-06-16,M,rep,PA,23,,Republican,,,,,,,,,,C000745,,,,,,402866,,,,2040,Allen Foster Cooper -Coudrey,Harry,Marcy,,,,1867-02-28,M,rep,MO,12,,Republican,,,,,,,,,,C000805,,,,,,402924,,,,2090,Harry M. Coudrey -Cowles,Charles,Holden,,,,1875-07-16,M,rep,NC,8,,Republican,,,,,,,,,,C000826,,,,,,402944,,,,2107,Charles H. Cowles -Craig,William,Benjamin,,,,1877-11-02,M,rep,AL,4,,Democrat,,,,,,,,,,C000861,,,,,,402976,,,,2137,William Benjamin Craig -Crawford,Coe,Isaac,,,,1858-01-14,M,sen,SD,,3,Republican,,,,,,,,,,C000888,,,,,,403000,,,,2158,Coe I. Crawford -Creager,Charles,Edward,,,,1873-04-28,M,rep,OK,3,,Republican,,,,,,,,,,C000897,,,,,,403009,,,,2167,Charles E. Creager -Crow,Charles,Augustus,,,,1873-03-31,M,rep,MO,14,,Republican,,,,,,,,,,C000937,,,,,,403049,,,,2204,Charles A. Crow -Cushman,Francis,Wellington,,,,1867-05-08,M,rep,WA,2,,Republican,,,,,,,,,,C001018,,,,,,403125,,,,2279,Francis W. Cushman -Dawson,Albert,Foster,,,,1872-01-26,M,rep,IA,2,,Republican,,,,,,,,,,D000150,,,,,,403283,,,,2425,Albert F. Dawson -De Armond,David,Albaugh,,,,1844-03-18,M,rep,MO,6,,Democrat,,,,,,,,,,D000167,,,,,,403299,,,,2453,David A. De Armond -Denby,Edwin,,,,,1870-02-18,M,rep,MI,1,,Republican,,,,,,,,,,D000232,,,,,,403370,,,,2493,Edwin Denby (politician) -Diekema,Gerrit,John,,,,1859-03-27,M,rep,MI,5,,Republican,,,,,,,,,,D000336,,,,,,403454,,,,2586,Gerrit J. Diekema -Douglas,Albert,,,,,1852-04-25,M,rep,OH,11,,Republican,,,,,,,,,,D000449,,,,,,403559,,,,2685,Albert Douglas -Durey,Cyrus,,,,,1864-05-16,M,rep,NY,25,,Republican,,,,,,,,,,D000567,,,,,,403670,,,,2787,Cyrus Durey -Edwards,Don,Calvin,,,,1861-07-13,M,rep,KY,11,,Republican,,,,,,,,,,E000065,,,,,,403758,,,,2862,Don C. Edwards -Ellis,William,Russell,,,,1850-04-23,M,rep,OR,2,,Republican,,,,,,,,,,E000138,,,,,,403829,,,,2927,William R. Ellis -Elvins,Politte,,,,,1878-03-16,M,rep,MO,13,,Republican,,,,,,,,,,E000163,,,,,,403854,,,,2951,Politte Elvins -Englebright,William,Fellows,,,,1855-11-23,M,rep,CA,1,,Republican,,,,,,,,,,E000183,,,,,,403872,,,,2967,William F. Englebright -Fassett,Jacob,Sloat,,,,1853-11-13,M,rep,NY,33,,Republican,,,,,,,,,,F000042,,,,,,404003,,,,3079,Jacob Sloat Fassett -Fish,Hamilton,,,,,1849-04-17,M,rep,NY,21,,Republican,,,,,,,,,,F000139,,,,,,404095,,,,3161,Hamilton Fish II -Foelker,Otto,Godfrey,,,,1875-12-29,M,rep,NY,3,,Republican,,,,,,,,,,F000231,,,,,,404186,,,,3244,Otto G. Foelker -Foss,Eugene,Noble,,,,1858-09-24,M,rep,MA,14,,Democrat,,,,,,,,,,F000293,,,,,,404243,,,,3295,Eugene Foss -Foulkrod,William,Walker,,,,1846-11-22,M,rep,PA,5,,Republican,,,,,,,,,,F000318,,,,,,404267,,,,3320,William Walker Foulkrod -Fowler,Charles,Newell,,,,1852-11-02,M,rep,NJ,5,,Republican,,,,,,,,,,F000320,,,,,,404269,,,,3322,Charles N. Fowler -Gaines,Joseph,Holt,,,,1864-09-03,M,rep,WV,3,,Republican,,,,,,,,,,G000008,,,,,,404385,,,,3426,Joseph H. Gaines -Gardner,Washington,,,,,1845-02-16,M,rep,MI,3,,Republican,,,,,,,,,,G000062,,,,,,404435,,,,3472,Washington Gardner -Garner,Alfred,Buckwalter,,,,1873-03-04,M,rep,PA,12,,Republican,,,,,,,,,,G000073,,,,,,404445,,,,3481,Alfred Buckwalter Garner -Gill,John,,Jr.,,,1850-06-09,M,rep,MD,4,,Democrat,,,,,,,,,,G000188,,,,,,404553,,,,3587,"John Gill, Jr." -Gillespie,Oscar,William,,,,1858-06-20,M,rep,TX,12,,Democrat,,,,,,,,,,G000198,,,,,,404562,,,,3596,Oscar W. Gillespie -Gilmore,Samuel,Louis,,,,1859-07-30,M,rep,LA,2,,Democrat,,,,,,,,,,G000223,,,,,,404585,,,,3618,Samuel Louis Gilmore -Goebel,Herman,Philip,,,,1853-04-05,M,rep,OH,2,,Republican,,,,,,,,,,G000251,,,,,,404613,,,,3642,Herman P. Goebel -Gordon,James,,,,,1833-12-06,M,sen,MS,,2,Democrat,,,,,,,,,,G000312,,,,,,404670,,,,3696,James Gordon (Mississippi) -Graff,Joseph,Verdi,,,,1854-07-01,M,rep,IL,16,,Republican,,,,,,,,,,G000351,,,,,,404707,,,,3730,Joseph V. Graff -Graham,William,Harrison,,,,1844-08-03,M,rep,PA,29,,Republican,,,,,,,,,,G000363,,,,,,404717,,,,3740,William Harrison Graham -Grant,John,Gaston,,,,1858-01-01,M,rep,NC,10,,Republican,,,,,,,,,,G000383,,,,,,404734,,,,3755,John Gaston Grant -Griggs,James,Mathews,,,,1861-03-29,M,rep,GA,2,,Democrat,,,,,,,,,,G000473,,,,,,404818,,,,3832,James M. Griggs -Hamer,Thomas,Ray,,,,1864-05-04,M,rep,ID,1,,Republican,,,,,,,,,,H000098,,,,,,404980,,,,3979,Thomas Ray Hamer -Havens,James,Smith,,,,1859-05-28,M,rep,NY,32,,Democrat,,,,,,,,,,H000358,,,,,,405227,,,,4203,James S. Havens -Heyburn,Weldon,Brinton,,,,1852-05-23,M,sen,ID,,3,Republican,,,,,,,,,,H000554,,,,,,405416,,,,4377,Weldon Brinton Heyburn -Hinshaw,Edmund,Howard,,,,1860-12-08,M,rep,NE,4,,Republican,,,,,,,,,,H000639,,,,,,405494,,,,4449,Edmund H. Hinshaw -Howard,William,Marcellus,,,,1857-12-06,M,rep,GA,8,,Democrat,,,,,,,,,,H000848,,,,,,405695,,,,4635,William Marcellus Howard -Howell,Benjamin,Franklin,,,,1844-01-27,M,rep,NJ,3,,Republican,,,,,,,,,,H000857,,,,,,405704,,,,4643,Benjamin Franklin Howell -Hubbard,William,Pallister,,,,1843-12-24,M,rep,WV,1,,Republican,,,,,,,,,,H000891,,,,,,405737,,,,4675,William Pallister Hubbard -Huff,George,Franklin,,,,1842-07-16,M,rep,PA,22,,Republican,,,,,,,,,,H000911,,,,,,405757,,,,4691,George Franklin Huff -Hughes,Charles,James,Jr.,,,1853-02-16,M,sen,CO,,3,Democrat,,,,,,,,,,H000919,,,,,,405764,,,,4698,Charles J. Hughes Jr. -Hull,John,Albert Tiffin,,,,1841-05-01,M,rep,IA,7,,Republican,,,,,,,,,,H000942,,,,,,405787,,,,4719,John A. T. Hull -Jamieson,William,Darius,,,,1873-11-09,M,rep,IA,8,,Democrat,,,,,,,,,,J000055,,,,,,405960,,,,4889,William Darius Jamieson -Johnson,Adna,Romulus,,,,1860-12-14,M,rep,OH,10,,Republican,,,,,,,,,,J000113,,,,,,406014,,,,4938,Adna R. Johnson -Johnson,Martin,Nelson,,,,1850-03-03,M,sen,ND,,3,Republican,,,,,,,,,,J000162,,,,,,406060,,,,4981,Martin N. Johnson -Johnston,Joseph,Forney,,,,1843-03-23,M,sen,AL,,3,Democrat,,,,,,,,,,J000193,,,,,,406088,,,,5007,Joseph F. Johnston -Joyce,James,,,,,1870-07-02,M,rep,OH,15,,Republican,,,,,,,,,,J000276,,,,,,406168,,,,5081,James Joyce (congressman) -Keifer,Joseph,Warren,,,,1836-01-30,M,rep,OH,7,,Republican,,,,,,,,,,K000048,,,,,,406218,,,,5126,J. Warren Keifer -Keliher,John,Austin,,,,1866-11-06,M,rep,MA,9,,Democrat,,,,,,,,,,K000055,,,,,,406225,,,,5133,John A. Keliher -Kennedy,James,,,,,1853-09-03,M,rep,OH,18,,Republican,,,,,,,,,,K000106,,,,,,406273,,,,5179,James Kennedy (congressman) -Knapp,Charles,Luman,,,,1847-07-04,M,rep,NY,28,,Republican,,,,,,,,,,K000279,,,,,,406436,,,,5331,Charles L. Knapp -Kronmiller,John,,,,,1858-12-06,M,rep,MD,3,,Republican,,,,,,,,,,K000331,,,,,,406485,,,,5369,John Kronmiller -Küstermann,Gustav,,,,,1850-05-24,M,rep,WI,9,,Republican,,,,,,,,,,K000346,,,,,,406499,,,,5381,Gustav Küstermann -Larrinaga,Tulio,,,,,1847-01-15,M,rep,PR,0,,Unionist,,,,,,,,,,L000102,,,,,,406609,,,,,Tulio Larrínaga -Lassiter,Francis,Rives,,,,1866-02-18,M,rep,VA,4,,Democrat,,,,,,,,,,L000106,,,,,,406613,,,,5486,Francis R. Lassiter -Law,Charles,Blakeslee,,,,1872-02-05,M,rep,NY,4,,Republican,,,,,,,,,,L000124,,,,,,406629,,,,5501,Charles B. Law -Lively,Robert,Maclin,,,,1855-01-06,M,rep,TX,3,,Democrat,,,,,,,,,,L000361,,,,,,406853,,,,5710,Robert M. Lively -Livingston,Leonidas,Felix,,,,1832-04-03,M,rep,GA,5,,Democrat,,,,,,,,,,L000368,,,,,,406860,,,,5717,Leonidas F. Livingston -Lorimer,William,,,,,1861-04-27,M,sen,IL,,3,Republican,,,,,,,,,,L000444,,,,,,406935,,,,5781,William Lorimer (politician) -Lovering,William,Croad,,,,1835-02-25,M,rep,MA,14,,Republican,,,,,,,,,,L000465,,,,,,406954,,,,5800,William C. Lovering -Lowden,Frank,Orren,,,,1861-01-26,M,rep,IL,13,,Republican,,,,,,,,,,L000472,,,,,,406961,,,,5807,Frank Orren Lowden -Lundin,Frederick,,,,,1868-05-18,M,rep,IL,7,,Republican,,,,,,,,,,L000515,,,,,,407001,,,,5840,Frederick Lundin -Massey,Zachary,David,,,,1864-11-14,M,rep,TN,1,,Republican,,,,,,,,,,M000230,,,,,,407248,,,,6067,Zachary D. Massey -Maynard,Harry,Lee,,,,1861-06-08,M,rep,VA,2,,Democrat,,,,,,,,,,M000283,,,,,,407300,,,,6111,Harry L. Maynard -McCredie,William,Wallace,,,,1862-04-27,M,rep,WA,2,,Republican,,,,,,,,,,M000384,,,,,,407386,,,,6196,William Wallace McCredie -McEnery,Samuel,Douglas,,,,1837-05-28,M,sen,LA,,3,Democrat,,,,,,,,,,M000429,,,,,,407429,,,,6235,Samuel D. McEnery -McKinlay,Duncan,E.,,,,1862-10-06,M,rep,CA,2,,Republican,,,,,,,,,,M000518,,,,,,407512,,,,6309,Duncan E. McKinlay -McLachlan,James,,,,,1852-08-01,M,rep,CA,7,,Republican,,,,,,,,,,M000532,,,,,,407524,,,,6320,James McLachlan (American politician) -Miller,James,Monroe,,,,1852-05-06,M,rep,KS,4,,Republican,,,,,,,,,,M000733,,,,,,407712,,,,6488,James Monroe Miller -Millington,Charles,Stephen,,,,1855-03-13,M,rep,NY,27,,Republican,,,,,,,,,,M000772,,,,,,407750,,,,6526,Charles S. Millington -Morehead,John,Motley,,,,1866-07-20,M,rep,NC,5,,Republican,,,,,,,,,,M000940,,,,,,407909,,,,6669,John Motley Morehead II -Morgan,Charles,Henry,,,,1842-07-05,M,rep,MO,15,,Republican,,,,,,,,,,M000944,,,,,,407912,,,,6672,Charles Henry Morgan -Moxley,William,James,,,,1851-05-22,M,rep,IL,6,,Republican,,,,,,,,,,M001053,,,,,,408020,,,,6773,William Moxley -Mudd,Sydney,Emanuel,,,,1858-02-12,M,rep,MD,5,,Republican,,,,,,,,,,M001059,,,,,,408025,,,,6777,Sydney Emanuel Mudd I -Murphy,Arthur,Phillips,,,,1870-12-10,M,rep,MO,16,,Republican,,,,,,,,,,M001087,,,,,,408051,,,,6804,Arthur P. Murphy -Nicholls,Thomas,David,,,,1870-09-16,M,rep,PA,10,,Democrat,,,,,,,,,,N000089,,,,,,408174,,,,6916,Thomas David Nicholls -O’Connell,Joseph,Francis,,,,1872-12-07,M,rep,MA,10,,Democrat,,,,,,,,,,O000026,,,,,,408274,,,,7014,Joseph F. O'Connell -Ocampo,Pablo,,,,,1853-01-25,M,rep,PI,0,,,,,,,,,,,,O000020,,,,,,408318,,,,,Pablo Ocampo -Olcott,Jacob,Van Vechten,,,,1856-05-17,M,rep,NY,15,,Republican,,,,,,,,,,O000059,,,,,,408334,,,,7047,J. Van Vechten Olcott -Palmer,Henry,Wilbur,,,,1839-07-10,M,rep,PA,11,,Republican,,,,,,,,,,P000040,,,,,,408450,,,,7177,Henry Wilbur Palmer -Parsons,Herbert,,,,,1869-10-28,M,rep,NY,13,,Republican,,,,,,,,,,P000088,,,,,,408498,,,,7220,Herbert Parsons (New York politician) -Patterson,James,O’Hanlon,,,,1857-06-25,M,rep,SC,2,,Democrat,,,,,,,,,,P000118,,,,,,408526,,,,7244,James O'H. Patterson -Pearre,George,Alexander,,,,1860-07-16,M,rep,MD,6,,Republican,,,,,,,,,,P000163,,,,,,408568,,,,7284,George Alexander Pearre -Perkins,George,Clement,,,,1839-08-23,M,sen,CA,,3,Republican,,,,,,,,,,P000232,,,,,,408635,,,,7345,George Clement Perkins -Perkins,James,Breck,,,,1847-11-04,M,rep,NY,32,,Republican,,,,,,,,,,P000234,,,,,,408637,,,,7347,James Breck Perkins -Pratt,Charles,Clarence,,,,1854-04-23,M,rep,PA,14,,Republican,,,,,,,,,,P000496,,,,,,408881,,,,7586,Charles Clarence Pratt -Reeder,William,Augustus,,,,1849-08-28,M,rep,KS,6,,Republican,,,,,,,,,,R000131,,,,,,409110,,,,7798,William Augustus Reeder -Reid,Charles,Chester,,,,1868-06-15,M,rep,AR,5,,Democrat,,,,,,,,,,R000142,,,,,,409120,,,,7807,Charles C. Reid -Reynolds,John,Merriman,,,,1848-03-05,M,rep,PA,19,,Republican,,,,,,,,,,R000176,,,,,,409152,,,,7834,John Merriman Reynolds -Rhinock,Joseph,Lafayette,,,,1863-01-04,M,rep,KY,6,,Democrat,,,,,,,,,,R000185,,,,,,409161,,,,7842,Joseph L. Rhinock -Root,Elihu,,,,,1845-02-15,M,sen,NY,,3,Republican,,,,,,,,,,R000430,,,,,,409395,,,,8055,Elihu Root -Russell,Gordon,James,,,,1859-12-22,M,rep,TX,3,,Democrat,,,,,,,,,,R000526,,,,,,409484,,,,8128,Gordon J. Russell -Scott,Charles,Frederick,,,,1860-09-07,M,rep,KS,2,,Republican,,,,,,,,,,S000166,,,,,,409673,,,,8293,Charles Frederick Scott -Sheffield,William,Paine,,,,1857-06-01,M,rep,RI,1,,Republican,,,,,,,,,,S000318,,,,,,409817,,,,8430,William Paine Sheffield Jr. -Snapp,Howard,Malcolm,,,,1855-09-27,M,rep,IL,11,,Republican,,,,,,,,,,S000650,,,,,,410124,,,,8719,Howard M. Snapp -Southwick,George,Newell,,,,1863-03-07,M,rep,NY,23,,Republican,,,,,,,,,,S000691,,,,,,410162,,,,8754,George N. Southwick -Sperry,Nehemiah,Day,,,,1827-07-10,M,rep,CT,2,,Republican,,,,,,,,,,S000733,,,,,,410202,,,,8793,Nehemiah D. Sperry -Spight,Thomas,,,,,1841-10-25,M,rep,MS,2,,Democrat,,,,,,,,,,S000734,,,,,,410203,,,,8794,Thomas Spight -Stephenson,Isaac,,,,,1829-06-18,M,sen,WI,,3,Republican,,,,,,,,,,S000863,,,,,,410325,,,,8893,Isaac Stephenson -Sturgiss,George,Cookman,,,,1842-08-16,M,rep,WV,2,,Republican,,,,,,,,,,S001049,,,,,,410503,,,,9064,George Cookman Sturgiss -Swasey,John,Philip,,,,1839-09-04,M,rep,ME,2,,Republican,,,,,,,,,,S001098,,,,,,410551,,,,9110,John P. Swasey -Tawney,James,Albertus,,,,1855-01-03,M,rep,MN,1,,Republican,,,,,,,,,,T000060,,,,,,410646,,,,9194,James Albertus Tawney -Tener,John,Kinley,,,,1863-07-25,M,rep,PA,24,,Republican,,,,,,,,,,T000123,,,,,,410707,,,,9252,John K. Tener -Thomas,Charles,Randolph,,,,1861-08-21,M,rep,NC,3,,Democrat,,,,,,,,,,T000159,,,,,,410741,,,,9287,Charles R. Thomas (1861–1931) -Thomas,William,Aubrey,,,,1866-06-07,M,rep,OH,19,,Republican,,,,,,,,,,T000186,,,,,,410767,,,,9310,W. Aubrey Thomas -Thompson,Fountain,Land,,,,1854-11-18,M,sen,ND,,3,Democrat,,,,,,,,,,T000199,,,,,,410778,,,,9321,Fountain L. Thompson -Tirrell,Charles,Quincy,,,,1844-12-10,M,rep,MA,4,,Republican,,,,,,,,,,T000287,,,,,,410860,,,,9399,Charles Q. Tirrell -Tou Velle,William,Ellsworth,,,,1862-11-23,M,rep,OH,4,,Democrat,,,,,,,,,,T000318,,,,,,410890,,,,9426,William E. Tou Velle -Wallace,Robert,Minor,,,,1856-08-06,M,rep,AR,7,,Democrat,,,,,,,,,,W000082,,,,,,411261,,,,9768,Robert M. Wallace -Wanger,Irving,Price,,,,1852-03-05,M,rep,PA,8,,Republican,,,,,,,,,,W000122,,,,,,411297,,,,9803,Irving Price Wanger -Washburn,Charles,Grenfill,,,,1857-01-28,M,rep,MA,3,,Republican,,,,,,,,,,W000171,,,,,,411344,,,,9849,Charles G. Washburn -Weisse,Charles,Herman,,,,1866-10-24,M,rep,WI,6,,Democrat,,,,,,,,,,W000259,,,,,,411427,,,,9922,Charles H. Weisse -Wheeler,Nelson,Platt,,,,1841-11-04,M,rep,PA,28,,Republican,,,,,,,,,,W000340,,,,,,411502,,,,9994,Nelson Platt Wheeler -Wiley,William,Halsted,,,,1842-07-10,M,rep,NJ,8,,Republican,,,,,,,,,,W000470,,,,,,411627,,,,10115,William H. Wiley -Willett,William,Forte,Jr.,,,1869-11-27,M,rep,NY,14,,Democrat,,,,,,,,,,W000481,,,,,,411638,,,,10126,William Willett Jr. -Young,Richard,,,,,1846-08-06,M,rep,NY,5,,Republican,,,,,,,,,,Y000049,,,,,,411981,,,,10452,Richard Young (New York congressman) -Percy,Le,Roy,,,,1860-11-09,M,sen,MS,,2,Democrat,,,,,,,,,,P000223,,,,,,408626,,,,7337,LeRoy Percy -Purcell,William,Edward,,,,1856-08-03,M,sen,ND,,3,Democrat,,,,,,,,,,P000570,,,,,,408953,,,,7652,William E. Purcell -Terrell,Joseph,Meriwether,,,,1861-06-06,M,sen,GA,,3,Democrat,,,,,,,,,,T000131,,,,,,410713,,,,9260,Joseph M. Terrell -Thornton,John,Randolph,,,,1846-08-25,M,sen,LA,,3,Democrat,,,,,,,,,,T000241,,,,,,410819,,,,9359,John Thornton (Louisiana) -Young,Lafayette,,,,,1848-05-10,M,sen,IA,,2,Republican,,,,,,,,,,Y000046,,,,,,411978,,,,10449,Lafayette Young -Akin,Theron,,,,,1855-05-23,M,rep,NY,25,,Progressive Republican,,,,,,,,,,A000071,,,,,,400730,,,,60,Theron Akin -Ames,Butler,,,,,1871-08-22,M,rep,MA,5,,Republican,,,,,,,,,,A000173,,,,,,400828,,,,153,Butler Ames -Anderson,Carl,Carey,,,,1877-12-02,M,rep,OH,13,,Democrat,,,,,,,,,,A000182,,,,,,400837,,,,161,Carl C. Anderson -Andrews,William,Henry,,,,1846-01-14,M,rep,NM,-1,,Republican,,,,,,,,,,A000252,,,,,,400888,,,,,William Henry Andrews -Andrus,John,Emory,,,,1841-02-16,M,rep,NY,19,,Republican,,,,,,,,,,A000254,,,,,,400890,,,,204,John Emory Andrus -Ayres,Steven,Beckwith,,,,1861-10-27,M,rep,NY,18,,Democrat,,,,,,,,,,A000353,,,,,,401004,,,,308,Steven Beckwith Ayres -Bates,Arthur,Laban,,,,1859-06-06,M,rep,PA,25,,Republican,,,,,,,,,,B000230,,,,,,401225,,,,510,Arthur Laban Bates -Bingham,Henry,Harrison,,,,1841-12-04,M,rep,PA,1,,Republican,,,,,,,,,,B000469,,,,,,401450,,,,715,Henry H. Bingham -Boehne,John,William,,,,1856-10-28,M,rep,IN,1,,Democrat,,,,,,,,,,B000587,,,,,,401556,,,,819,John W. Boehne -Bowman,Charles,Calvin,,,,1852-11-14,M,rep,PA,11,,Republican,,,,,,,,,,B000703,,,,,,401665,,,,917,Charles Calvin Bowman -Bradley,Thomas,Wilson,,,,1844-04-06,M,rep,NY,20,,Republican,,,,,,,,,,B000747,,,,,,401706,,,,958,Thomas W. Bradley -Brantley,William,Gordon,,,,1860-09-18,M,rep,GA,11,,Democrat,,,,,,,,,,B000770,,,,,,401729,,,,979,William Gordon Brantley -Bryan,Nathan,Philemon,,,,1872-04-23,M,sen,FL,,1,Democrat,,,,,,,,,,B000992,,,,,,401944,,,,1177,Nathan Philemon Bryan -Catlin,Theron,Ephron,,,,1878-05-16,M,rep,MO,11,,Republican,,,,,,,,,,C000252,,,,,,402396,,,,1600,Theron Ephron Catlin -Chilton,William,Edwin,,,,1858-03-17,M,sen,WV,,1,Democrat,,,,,,,,,,C000360,,,,,,402499,,,,1697,William E. Chilton -Clapp,Moses,Edwin,,,,1851-05-21,M,sen,MN,,1,Republican,,,,,,,,,,C000414,,,,,,402553,,,,1746,Moses E. Clapp -Clark,Clarence,Don,,,,1851-04-16,M,sen,WY,,1,Republican,,,,,,,,,,C000425,,,,,,402564,,,,1757,Clarence D. Clark -Connell,Richard,Edward,,,,1857-11-06,M,rep,NY,21,,Democrat,,,,,,,,,,C000686,,,,,,402812,,,,1988,Richard E. Connell -Cox,James,Middleton,,,,1870-03-31,M,rep,OH,3,,Democrat,,,,,,,,,,C000835,,,,,,402952,,,,2115,James M. Cox -Crumpacker,Edgar,Dean,,,,1851-05-27,M,rep,IN,10,,Republican,,,,,,,,,,C000958,,,,,,403070,,,,2225,Edgar D. Crumpacker -Currier,Frank,Dunklee,,,,1853-10-30,M,rep,NH,2,,Republican,,,,,,,,,,C000999,,,,,,403106,,,,2260,Frank Dunklee Currier -Curry,George,,,,,1861-04-03,M,rep,NM,-1,,Republican,,,,,,,,,,C001002,,,,,,403109,,,,2263,George Curry (politician) -Dalzell,John,,,,,1845-04-19,M,rep,PA,30,,Republican,,,,,,,,,,D000016,,,,,,403159,,,,2310,John Dalzell -Daugherty,James,Alexander,,,,1847-08-30,M,rep,MO,15,,Democrat,,,,,,,,,,D000066,,,,,,403204,,,,2348,James Alexander Daugherty -De Forest,Henry,Schermerhorn,,,,1847-02-16,M,rep,NY,23,,Republican,,,,,,,,,,D000189,,,,,,403301,,,,2461,Henry S. De Forest -Denver,Matthew,Rombach,,,,1870-12-21,M,rep,OH,6,,Democrat,,,,,,,,,,D000262,,,,,,403400,,,,2519,Matthew Denver -Dickson,William,Alexander,,,,1861-07-20,M,rep,MS,7,,Democrat,,,,,,,,,,D000334,,,,,,403452,,,,2584,William A. Dickson -Dodds,Francis,Henry,,,,1858-06-09,M,rep,MI,11,,Republican,,,,,,,,,,D000392,,,,,,403507,,,,2638,Francis H. Dodds -Draper,William,Henry,,,,1841-06-24,M,rep,NY,22,,Republican,,,,,,,,,,D000489,,,,,,403597,,,,2720,William Henry Draper (congressman) -Driscoll,Michael,Edward,,,,1851-02-09,M,rep,NY,29,,Republican,,,,,,,,,,D000502,,,,,,403609,,,,2731,Michael E. Driscoll -Dwight,John,Wilbur,,,,1859-05-24,M,rep,NY,30,,Republican,,,,,,,,,,D000581,,,,,,403684,,,,2799,John Wilbur Dwight -Ellerbe,James,Edwin,,,,1867-01-12,M,rep,SC,6,,Democrat,,,,,,,,,,E000113,,,,,,403804,,,,2902,J. Edwin Ellerbe -Evans,Lynden,,,,,1858-06-28,M,rep,IL,9,,Democrat,,,,,,,,,,E000252,,,,,,403934,,,,3017,Lynden Evans -Fornes,Charles,Vincent,,,,1844-01-22,M,rep,NY,11,,Democrat,,,,,,,,,,F000277,,,,,,404227,,,,3280,Charles V. Fornes -Foster,David,Johnson,,,,1857-06-27,M,rep,VT,1,,Republican,,,,,,,,,,F000300,,,,,,404249,,,,3302,David J. Foster -Gardner,John,James,,,,1845-10-17,M,rep,NJ,2,,Republican,,,,,,,,,,G000057,,,,,,404431,,,,3468,John J. Gardner -Gardner,Obadiah,,,,,1852-09-13,M,sen,ME,,2,Democrat,,,,,,,,,,G000060,,,,,,404434,,,,3471,Obadiah Gardner -Gill,Patrick,Francis,,,,1868-08-16,M,rep,MO,11,,Democrat,,,,,,,,,,G000191,,,,,,404556,,,,3590,Patrick F. Gill -Gordon,George,Washington,,,,1836-10-05,M,rep,TN,10,,Democrat,,,,,,,,,,G000310,,,,,,404668,,,,3694,George Gordon (Civil War General) -Gould,Samuel,Wadsworth,,,,1852-01-01,M,rep,ME,3,,Democrat,,,,,,,,,,G000343,,,,,,404699,,,,3724,Samuel Wadsworth Gould -Gregg,Curtis,Hussey,,,,1865-08-09,M,rep,PA,22,,Democrat,,,,,,,,,,G000443,,,,,,404790,,,,3806,Curtis Hussey Gregg -Hamilton,John,M.,,,,1855-03-16,M,rep,WV,4,,Democrat,,,,,,,,,,H000112,,,,,,404994,,,,3993,John M. Hamilton -Hanna,Louis,Benjamin,,,,1861-08-09,M,rep,ND,-1,,Republican,,,,,,,,,,H000162,,,,,,405044,,,,4038,L. B. Hanna -Harris,Robert,Orr,,,,1854-11-08,M,rep,MA,14,,Republican,,,,,,,,,,H000251,,,,,,405129,,,,4112,Robert O. Harris -Hartman,Jesse,Lee,,,,1853-06-18,M,rep,PA,19,,Republican,,,,,,,,,,H000301,,,,,,405174,,,,4158,Jesse Lee Hartman -Heald,William,Henry,,,,1864-08-27,M,rep,DE,0,,Republican,,,,,,,,,,H000422,,,,,,405288,,,,4260,William H. Heald -Henry,Edward,Stevens,,,,1836-02-10,M,rep,CT,1,,Republican,,,,,,,,,,H000505,,,,,,405368,,,,4331,E. Stevens Henry -Higgins,Edwin,Werter,,,,1874-07-02,M,rep,CT,3,,Republican,,,,,,,,,,H000578,,,,,,405440,,,,4398,Edwin W. Higgins -Howland,Leonard,Paul,,,,1865-12-05,M,rep,OH,20,,Republican,,,,,,,,,,H000871,,,,,,405718,,,,4657,L. Paul Howland -Hubbard,Elbert,Hamilton,,,,1849-08-19,M,rep,IA,11,,Republican,,,,,,,,,,H000882,,,,,,405728,,,,4666,Elbert H. Hubbard -Jackson,Fred,Schuyler,,,,1868-04-19,M,rep,KS,4,,Republican,,,,,,,,,,J000011,,,,,,405918,,,,4849,Fred S. Jackson -Johnson,Charles,Fletcher,,,,1859-02-14,M,sen,ME,,1,Democrat,,,,,,,,,,J000124,,,,,,406023,,,,4947,Charles Fletcher Johnson -Kendall,Nathan,Edward,,,,1868-03-17,M,rep,IA,6,,Republican,,,,,,,,,,K000096,,,,,,406264,,,,5170,Nathan E. Kendall -Kern,John,Worth,,,,1849-12-20,M,sen,IN,,1,Democrat,,,,,,,,,,K000132,,,,,,406298,,,,5201,John W. Kern -Kipp,George,Washington,,,,1847-03-28,M,rep,PA,14,,Democrat,,,,,,,,,,K000232,,,,,,406391,,,,5289,George Washington Kipp -Kopp,Arthur,William,,,,1874-02-28,M,rep,WI,3,,Republican,,,,,,,,,,K000313,,,,,,406467,,,,5357,Arthur W. Kopp -Lamb,John,,,,,1840-06-12,M,rep,VA,3,,Democrat,,,,,,,,,,L000033,,,,,,406543,,,,5419,John Lamb (congressman) -Latta,James,Polk,,,,1844-10-31,M,rep,NE,3,,Democrat,,,,,,,,,,L000117,,,,,,406623,,,,5496,James P. Latta -Lawrence,George,Pelton,,,,1859-05-19,M,rep,MA,1,,Republican,,,,,,,,,,L000133,,,,,,406638,,,,5510,George P. Lawrence -Lea,Luke,,,,,1879-04-12,M,sen,TN,,1,Democrat,,,,,,,,,,L000165,,,,,,406669,,,,5533,Luke Lea (senator) -Legarda Y Tuason,Benito,,,,,1853-09-27,M,rep,PI,0,,,,,,,,,,,,L000218,,,,,,406722,,,,,Benito Legarda -Lindsay,George,Henry,,,,1837-01-07,M,rep,NY,2,,Democrat,,,,,,,,,,L000324,,,,,,406817,,,,5676,George H. Lindsay -Lippitt,Henry,Frederick,,,,1856-10-12,M,sen,RI,,1,Republican,,,,,,,,,,L000343,,,,,,406835,,,,5693,Henry F. Lippitt -Littleton,Martin,Wiley,,,,1872-01-12,M,rep,NY,1,,Democrat,,,,,,,,,,L000359,,,,,,406851,,,,5709,Martin W. Littleton -Loudenslager,Henry,Clay,,,,1852-05-22,M,rep,NJ,1,,Republican,,,,,,,,,,L000450,,,,,,406940,,,,5786,Henry C. Loudenslager -Macon,Robert,Bruce,,,,1859-07-06,M,rep,AR,1,,Democrat,,,,,,,,,,M000035,,,,,,407063,,,,5896,Robert B. Macon -Madison,Edmond,Haggard,,,,1865-12-18,M,rep,KS,7,,Republican,,,,,,,,,,M000042,,,,,,407070,,,,5902,Edmond H. Madison -Malby,George,Roland,,,,1857-09-16,M,rep,NY,26,,Republican,,,,,,,,,,M000077,,,,,,407105,,,,5936,George R. Malby -Martine,James,Edgar,,,,1850-08-25,M,sen,NJ,,1,Democrat,,,,,,,,,,M000205,,,,,,407225,,,,6045,James Edgar Martine -Matthews,Charles,,,,,1856-10-15,M,rep,PA,24,,Republican,,,,,,,,,,M000252,,,,,,407270,,,,6083,Charles Matthews (Pennsylvania politician) -Mays,Dannite,Hill,,,,1852-04-28,M,rep,FL,3,,Democrat,,,,,,,,,,M000289,,,,,,407304,,,,6116,Dannite H. Mays -McCall,Samuel,Walker,,,,1851-02-28,M,rep,MA,8,,Republican,,,,,,,,,,M000305,,,,,,407319,,,,6130,Samuel W. McCall -McCreary,George,Deardorff,,,,1846-09-28,M,rep,PA,6,,Republican,,,,,,,,,,M000381,,,,,,407384,,,,6193,George Deardorff McCreary -McHenry,John,Geiser,,,,1868-04-26,M,rep,PA,16,,Democrat,,,,,,,,,,M000470,,,,,,407469,,,,6271,John Geiser McHenry -McKinney,James,,,,,1852-04-14,M,rep,IL,14,,Republican,,,,,,,,,,M000524,,,,,,407516,,,,6314,James McKinney -McMorran,Henry,Gordon,,,,1844-06-11,M,rep,MI,7,,Republican,,,,,,,,,,M000576,,,,,,407567,,,,6360,Henry McMorran -Mitchell,Alexander,Clark,,,,1860-10-11,M,rep,KS,2,,Republican,,,,,,,,,,M000803,,,,,,407779,,,,6552,Alexander C. Mitchell -Moon,Reuben,Osborne,,,,1847-07-22,M,rep,PA,4,,Republican,,,,,,,,,,M000886,,,,,,407858,,,,6620,Reuben Moon -Moore,John,Matthew,,,,1862-11-18,M,rep,TX,8,,Democrat,,,,,,,,,,M000904,,,,,,407876,,,,6638,John M. Moore -Morse,Elmer,Addison,,,,1870-05-11,M,rep,WI,10,,Republican,,,,,,,,,,M001008,,,,,,407975,,,,6733,Elmer A. Morse -Needham,James,Carson,,,,1864-09-17,M,rep,CA,6,,Republican,,,,,,,,,,N000021,,,,,,408113,,,,6854,James C. Needham -Nixon,George,Stuart,,,,1860-04-02,M,sen,NV,,1,Republican,,,,,,,,,,N000114,,,,,,408198,,,,6937,George S. Nixon -Nye,Frank,Mellen,,,,1852-03-07,M,rep,MN,5,,Republican,,,,,,,,,,N000175,,,,,,408255,,,,6990,Frank Nye -O’Gorman,James,Aloysius,,,,1860-05-05,M,sen,NY,,1,Democrat,,,,,,,,,,O000050,,,,,,408285,,,,7038,James Aloysius O'Gorman -Oliver,George,Tener,,,,1848-01-26,M,sen,PA,,1,Republican,,,,,,,,,,O000073,,,,,,408346,,,,7060,George T. Oliver -Olmsted,Marlin,Edgar,,,,1847-05-21,M,rep,PA,18,,Republican,,,,,,,,,,O000079,,,,,,408352,,,,7066,Marlin Edgar Olmsted -Parran,Thomas,,,,,1860-02-12,M,rep,MD,5,,Republican,,,,,,,,,,P000077,,,,,,408487,,,,7210,"Thomas Parran, Sr." -Pickett,Charles,Edgar,,,,1866-01-14,M,rep,IA,3,,Republican,,,,,,,,,,P000325,,,,,,408723,,,,7429,Charles E. Pickett -Pray,Charles,Nelson,,,,1868-04-06,M,rep,MT,1,,Republican,,,,,,,,,,P000508,,,,,,408893,,,,7598,Charles Nelson Pray -Prince,George,Washington,,,,1854-03-04,M,rep,IL,15,,Republican,,,,,,,,,,P000538,,,,,,408922,,,,7624,George W. Prince -Pujo,Arsène,Paulin,,,,1861-12-16,M,rep,LA,7,,Democrat,,,,,,,,,,P000567,,,,,,408950,,,,7650,Arsène Pujo -Randell,Choice,Boswell,,,,1857-01-01,M,rep,TX,4,,Democrat,,,,,,,,,,R000042,,,,,,409023,,,,7718,Choice B. Randell -Rayner,Isidor,,,,,1850-04-11,M,sen,MD,,1,Democrat,,,,,,,,,,R000086,,,,,,409066,,,,7757,Isidor Rayner -Redfield,William,Cox,,,,1858-06-18,M,rep,NY,5,,Democrat,,,,,,,,,,R000105,,,,,,409084,,,,7775,William C. Redfield -Rees,Rollin,Raymond,,,,1865-01-10,M,rep,KS,5,,Republican,,,,,,,,,,R000133,,,,,,409112,,,,7800,Rollin R. Rees -Reyburn,William,Stuart,,,,1882-12-17,M,rep,PA,2,,Republican,,,,,,,,,,R000169,,,,,,409146,,,,7828,William S. Reyburn -Rucker,Atterson,Walden,,,,1847-04-03,M,rep,CO,1,,Democrat,,,,,,,,,,R000492,,,,,,409451,,,,8101,Atterson W. Rucker -Simmons,James,Samuel,,,,1861-11-25,M,rep,NY,34,,Republican,,,,,,,,,,S000418,,,,,,409912,,,,8517,James S. Simmons -Smith,Sylvester,Clark,,,,1858-08-26,M,rep,CA,8,,Republican,,,,,,,,,,S000614,,,,,,410090,,,,8684,Sylvester C. Smith -Smith,Walter,Inglewood,,,,1862-07-10,M,rep,IA,9,,Republican,,,,,,,,,,S000623,,,,,,410098,,,,8692,Walter I. Smith -Speer,Peter,Moore,,,,1862-12-29,M,rep,PA,28,,Republican,,,,,,,,,,S000712,,,,,,410182,,,,8774,Peter Moore Speer -Stack,Edmund,John,,,,1874-01-31,M,rep,IL,6,,Democrat,,,,,,,,,,S000771,,,,,,410237,,,,8820,Edmund J. Stack -Sulzer,William,,,,,1863-03-18,M,rep,NY,10,,Democrat,,,,,,,,,,S001065,,,,,,410519,,,,9080,William Sulzer -Sutherland,George,,,,,1862-03-25,M,sen,UT,,1,Republican,,,,,,,,,,S001080,,,,,,410533,,,,9092,George Sutherland -Sweet,Edwin,Forrest,,,,1847-11-21,M,rep,MI,5,,Democrat,,,,,,,,,,S001107,,,,,,410559,,,,9117,Edwin F. Sweet -Taylor,Edward,Livingston,Jr.,,,1869-08-10,M,rep,OH,12,,Republican,,,,,,,,,,T000071,,,,,,410656,,,,9204,Edward L. Taylor Jr. -Thayer,John,Alden,,,,1857-12-22,M,rep,MA,3,,Democrat,,,,,,,,,,T000147,,,,,,410729,,,,9275,John A. Thayer -Thistlewood,Napoleon,Bonaparte,,,,1837-03-30,M,rep,IL,25,,Republican,,,,,,,,,,T000154,,,,,,410736,,,,9282,Napoleon B. Thistlewood -Turnbull,Robert,,,,,1850-01-11,M,rep,VA,4,,Democrat,,,,,,,,,,T000413,,,,,,410982,,,,9508,Robert Turnbull (American politician) -Utter,George,Herbert,,,,1854-07-24,M,rep,RI,2,,Republican,,,,,,,,,,U000035,,,,,,411057,,,,9579,George H. Utter -Vreeland,Edward,Butterfield,,,,1856-12-07,M,rep,NY,37,,Republican,,,,,,,,,,V000122,,,,,,411176,,,,9691,Edward B. Vreeland -Warburton,Stanton,,,,,1865-04-13,M,rep,WA,2,,Republican,,,,,,,,,,W000124,,,,,,411299,,,,9805,Stanton Warburton -Watson,Clarence,Wayland,,,,1864-05-08,M,sen,WV,,2,Democrat,,,,,,,,,,W000198,,,,,,411369,,,,9870,Clarence Wayland Watson -Wedemeyer,William,Walter,,,,1873-03-22,M,rep,MI,2,,Republican,,,,,,,,,,W000242,,,,,,411410,,,,9907,William Wedemeyer -Wickliffe,Robert,Charles,,,,1874-05-01,M,rep,LA,6,,Democrat,,,,,,,,,,W000443,,,,,,411601,,,,10089,Robert Charles Wickliffe -Wilson,William,Bauchop,,,,1862-04-02,M,rep,PA,15,,Democrat,,,,,,,,,,W000620,,,,,,411774,,,,10259,William Bauchop Wilson -Wood,Ira,Wells,,,,1856-06-19,M,rep,NJ,4,,Republican,,,,,,,,,,W000695,,,,,,411847,,,,10325,Ira W. Wood -Works,John,Downey,,,,1847-03-29,M,sen,CA,,1,Republican,,,,,,,,,,W000743,,,,,,411892,,,,10372,John D. Works -Young,Isaac,Daniel,,,,1849-03-29,M,rep,KS,6,,Republican,,,,,,,,,,Y000039,,,,,,411971,,,,10442,Isaac D. Young -du Pont,Henry,Algernon,,,,1838-07-30,M,sen,DE,,1,Republican,,,,,,,,,,D000559,,,,,,403616,,,,2781,Henry A. du Pont -Catron,Thomas,Benton,,,,1840-10-06,M,sen,NM,,1,Republican,,,,,,,,,,C000253,,,,,,402397,,,,1601,Thomas B. Catron -Jackson,William,Purnell,,,,1868-01-11,M,sen,MD,,1,Republican,,,,,,,,,,J000030,,,,,,405936,,,,4867,William Purnell Jackson -Massey,William,Alexander,,,,1856-10-07,M,sen,NV,,1,Republican,,,,,,,,,,M000229,,,,,,407247,,,,6066,William A. Massey -Perky,Kirtland,Irving,,,,1867-02-08,M,sen,ID,,3,Democrat,,,,,,,,,,P000238,,,,,,408641,,,,7351,Kirtland I. Perky -Sanders,Newell,,,,,1850-07-12,M,sen,TN,,2,Republican,,,,,,,,,,S000038,,,,,,409555,,,,8200,Newell Sanders -Ainey,William,David Blakeslee,,,,1864-04-08,M,rep,PA,14,,Republican,,,,,,,,,,A000065,,,,,,400725,,,,55,William David Blakeslee Ainey -Ansberry,Timothy,Thomas,,,,1871-12-24,M,rep,OH,5,,Democrat,,,,,,,,,,A000259,,,,,,400896,,,,209,Timothy T. Ansberry -Avis,Samuel,Brashear,,,,1872-02-19,M,rep,WV,3,,Republican,,,,,,,,,,A000348,,,,,,400999,,,,303,Samuel B. Avis -Bacon,Augustus,Octavius,,,,1839-10-20,M,sen,GA,,2,Democrat,,,,,,,,,,B000014,,,,,,401019,,,,322,Augustus Octavius Bacon -Baker,Jacob,Thompson,,,,1847-04-13,M,rep,NJ,2,,Democrat,,,,,,,,,,B000065,,,,,,401069,,,,365,J. Thompson Baker -Baltz,William,Nicolas,,,,1860-02-05,M,rep,IL,22,,Democrat,,,,,,,,,,B000107,,,,,,401108,,,,401,William N. Baltz -Bartholdt,Richard,,,,,1855-11-02,M,rep,MO,10,,Republican,,,,,,,,,,B000196,,,,,,401195,,,,482,Richard Bartholdt -Bartlett,Charles,Lafayette,,,,1853-01-31,M,rep,GA,6,,Democrat,,,,,,,,,,B000199,,,,,,401198,,,,485,Charles Lafayette Bartlett -Barton,Silas,Reynolds,,,,1872-05-21,M,rep,NE,5,,Republican,,,,,,,,,,B000216,,,,,,401213,,,,498,Silas Reynolds Barton -Beall,James,Andrew,,Jack,,1866-10-25,M,rep,TX,5,,Democrat,,,,,,,,,,B000270,,,,,,401264,,,,545,James Andrew Beall -Bell,Charles,Webster,,,,1857-06-11,M,rep,CA,9,,Republican,,,,,,,,,,B000334,,,,,,401326,,,,600,Charles W. Bell -Borchers,Charles,Martin,,,,1869-11-18,M,rep,IL,19,,Democrat,,,,,,,,,,B000635,,,,,,401600,,,,859,Charles M. Borchers -Bowdle,Stanley,Eyre,,,,1868-09-04,M,rep,OH,1,,Democrat,,,,,,,,,,B000679,,,,,,401641,,,,894,Stanley E. Bowdle -Bremner,Robert,Gunn,,,,1874-12-17,M,rep,NJ,7,,Democrat,,,,,,,,,,B000796,,,,,,401753,,,,1002,Robert G. Bremner -Brockson,Franklin,,,,,1865-08-06,M,rep,DE,0,,Democrat,,,,,,,,,,B000853,,,,,,401810,,,,1053,Franklin Brockson -Brown,Lathrop,,,,,1883-02-26,M,rep,NY,1,,Democrat,,,,,,,,,,B000937,,,,,,401891,,,,1127,Lathrop Brown -Bryan,James,Wesley,,,,1874-03-11,M,rep,WA,-1,,Progressive,,,,,,,,,,B000987,,,,,,401939,,,,1172,James W. Bryan -Burke,Charles,Henry,,,,1861-04-01,M,rep,SD,2,,Republican,,,,,,,,,,B001087,,,,,,402033,,,,1261,Charles H. Burke -Burke,James,Francis,,,,1867-10-21,M,rep,PA,31,,Republican,,,,,,,,,,B001093,,,,,,402039,,,,1266,James F. Burke -Burleigh,Edwin,Chick,,,,1843-11-27,M,sen,ME,,2,Republican,,,,,,,,,,B001105,,,,,,402050,,,,1276,Edwin C. Burleigh -Burleson,Albert,Sidney,,,,1863-06-07,M,rep,TX,10,,Democrat,,,,,,,,,,B001110,,,,,,402055,,,,1281,Albert S. Burleson -Cantor,Jacob,Aaron,,,,1854-12-06,M,rep,NY,20,,Democrat,,,,,,,,,,C000125,,,,,,402276,,,,1487,Jacob A. Cantor -Carr,Wooda,Nicholas,,,,1871-02-06,M,rep,PA,23,,Democrat,,,,,,,,,,C000180,,,,,,402327,,,,1531,Wooda Nicholas Carr -Clancy,John,Richard,,,,1859-03-08,M,rep,NY,35,,Democrat,,,,,,,,,,C000411,,,,,,402550,,,,1743,John R. Clancy -Clayton,Henry,De Lamar,,,,1857-02-10,M,rep,AL,3,,Democrat,,,,,,,,,,C000495,,,,,,402632,,,,1821,"Henry De Lamar Clayton, Jr." -Connolly,Maurice,,,,,1877-03-13,M,rep,IA,3,,Democrat,,,,,,,,,,C000699,,,,,,402824,,,,2001,Maurice Connolly -Covington,James,Harry,,,,1870-05-03,M,rep,MD,1,,Democrat,,,,,,,,,,C000816,,,,,,402934,,,,2098,J. Harry Covington -Davis,John,William,,,,1873-04-13,M,rep,WV,1,,Democrat,,,,,,,,,,D000121,,,,,,403256,,,,2400,John W. Davis -Deitrick,Frederick,Simpson,,,,1875-04-09,M,rep,MA,8,,Democrat,,,,,,,,,,D000201,,,,,,403354,,,,2471,Frederick Simpson Deitrick -Dershem,Franklin,Lewis,,,,1865-03-05,M,rep,PA,17,,Democrat,,,,,,,,,,D000268,,,,,,403404,,,,2524,Franklin Lewis Dershem -Difenderfer,Robert,Edward,,,,1849-06-07,M,rep,PA,8,,Democrat,,,,,,,,,,D000343,,,,,,403461,,,,2593,Robert Edward Difenderfer -Donohoe,Michael,,,,,1864-02-22,M,rep,PA,5,,Democrat,,,,,,,,,,D000418,,,,,,403531,,,,2659,Michael Donohoe -Donovan,Jeremiah,,,,,1857-10-18,M,rep,CT,4,,Democrat,,,,,,,,,,D000422,,,,,,403535,,,,2663,Jeremiah Donovan -Elder,James,Walter,,,,1882-10-05,M,rep,LA,5,,Democrat,,,,,,,,,,E000102,,,,,,403793,,,,2891,James Walter Elder -Faison,John,Miller,,,,1862-04-17,M,rep,NC,3,,Democrat,,,,,,,,,,F000008,,,,,,403971,,,,3051,John M. Faison -Falconer,Jacob,Alexander,,,,1869-01-26,M,rep,WA,-1,,Progressive,,,,,,,,,,F000009,,,,,,403972,,,,3052,Jacob Falconer -Fergusson,Harvey,Butler,,,,1848-09-09,M,rep,NM,1,,Democrat,,,,,,,,,,F000083,,,,,,404041,,,,3112,Harvey Butler Fergusson -Fitzhenry,Louis,,,,,1870-06-13,M,rep,IL,17,,Democrat,,,,,,,,,,F000172,,,,,,404127,,,,3190,Louis Fitzhenry -Floyd,John,Charles,,,,1858-04-14,M,rep,AR,3,,Democrat,,,,,,,,,,F000222,,,,,,404177,,,,3235,John C. Floyd -Fowler,Hiram,Robert,,,,1851-02-07,M,rep,IL,24,,Democrat,,,,,,,,,,F000321,,,,,,404270,,,,3323,H. Robert Fowler -Francis,William,Bates,,,,1860-10-25,M,rep,OH,16,,Democrat,,,,,,,,,,F000337,,,,,,404286,,,,3336,William B. Francis -George,Henry,,Jr.,,,1862-11-03,M,rep,NY,21,,Democrat,,,,,,,,,,G000126,,,,,,404496,,,,3531,Henry George Jr. -Gill,Michael,Joseph,,,,1864-12-05,M,rep,MO,12,,Democrat,,,,,,,,,,G000190,,,,,,404555,,,,3589,Michael Joseph Gill -Gilmore,Edward,,,,,1867-01-04,M,rep,MA,14,,Democrat,,,,,,,,,,G000221,,,,,,404583,,,,3616,Edward Gilmore -Gittins,Robert,Henry,,,,1869-12-14,M,rep,NY,40,,Democrat,,,,,,,,,,G000228,,,,,,404590,,,,3621,Robert H. Gittins -Goeke,John,Henry,,,,1869-10-28,M,rep,OH,4,,Democrat,,,,,,,,,,G000252,,,,,,404614,,,,3643,J. Henry Goeke -Goff,Nathan,,,,,1843-02-09,M,sen,WV,,2,Republican,,,,,,,,,,G000255,,,,,,404617,,,,3646,Nathan Goff Jr. -Goodwin,Forrest,,,,,1862-06-14,M,rep,ME,3,,Republican,,,,,,,,,,G000298,,,,,,404657,,,,3683,Forrest Goodwin -Gorman,George,Edmund,,,,1873-04-13,M,rep,IL,3,,Democrat,,,,,,,,,,G000327,,,,,,404685,,,,3710,George E. Gorman -Graham,James,McMahon,,,,1852-04-14,M,rep,IL,21,,Democrat,,,,,,,,,,G000357,,,,,,404712,,,,3735,James McMahon Graham -Gudger,James,Madison,Jr.,,,1855-10-22,M,rep,NC,10,,Democrat,,,,,,,,,,G000514,,,,,,404859,,,,3868,James M. Gudger Jr. -Hammond,Winfield,Scott,,,,1863-11-17,M,rep,MN,2,,Democrat,,,,,,,,,,H000135,,,,,,405017,,,,4014,Winfield Scott Hammond -Harris,Christopher,Columbus,,,,1842-01-28,M,rep,AL,8,,Democrat,,,,,,,,,,H000235,,,,,,405113,,,,4099,Christopher Columbus Harris -Harrison,Francis,Burton,,,,1873-12-18,M,rep,NY,20,,Democrat,,,,,,,,,,H000268,,,,,,405144,,,,4129,Francis Burton Harrison -Heiskell,John,Netherland,,,,1872-11-02,M,sen,AR,,2,Democrat,,,,,,,,,,H000457,,,,,,405322,,,,4287,John N. Heiskell -Hinebaugh,William,Henry,,,,1867-12-16,M,rep,IL,12,,Progressive,,,,,,,,,,H000633,,,,,,405490,,,,4445,William H. Hinebaugh -Hobson,Richmond,Pearson,,,,1870-08-17,M,rep,AL,6,,Democrat,,,,,,,,,,H000667,,,,,,405521,,,,4474,Richmond P. Hobson -Hollis,Henry,French,,,,1869-08-30,M,sen,NH,,2,Democrat,,,,,,,,,,H000727,,,,,,405578,,,,4525,Henry F. Hollis -Hoxworth,Stephen,Arnold,,,,1860-05-01,M,rep,IL,15,,Democrat,,,,,,,,,,H000873,,,,,,405720,,,,4659,Stephen A. Hoxworth -Hughes,William,,,,,1872-04-03,M,sen,NJ,,2,Democrat,,,,,,,,,,H000929,,,,,,405774,,,,4707,William Hughes (senator) -James,Ollie,Murray,,,,1871-07-27,M,sen,KY,,2,Democrat,,,,,,,,,,J000051,,,,,,405956,,,,4885,Ollie Murray James -Johnson,Jacob,,,,,1847-11-01,M,rep,UT,-1,,Republican,,,,,,,,,,J000141,,,,,,406040,,,,4963,Jacob Johnson (U.S. politician) -Johnston,Rienzi,Melville,,,,1849-09-09,M,sen,TX,,2,Democrat,,,,,,,,,,J000196,,,,,,406091,,,,5010,Rienzi Melville Johnston -Kavanaugh,William,Marmaduke,,,,1866-03-03,M,sen,AR,,2,Democrat,,,,,,,,,,K000023,,,,,,406194,,,,5104,William Marmaduke Kavanaugh -Kennedy,William,,,,,1854-12-19,M,rep,CT,5,,Democrat,,,,,,,,,,K000117,,,,,,406283,,,,5187,William Kennedy (Connecticut) -Kindel,George,John,,,,1855-03-02,M,rep,CO,1,,Democrat,,,,,,,,,,K000189,,,,,,406350,,,,5250,George John Kindel -Kinkead,Eugene,Francis,,,,1876-03-27,M,rep,NJ,8,,Democrat,,,,,,,,,,K000222,,,,,,406381,,,,5279,Eugene F. Kinkead -Kirkpatrick,Sanford,,,,,1842-02-11,M,rep,IA,6,,Democrat,,,,,,,,,,K000237,,,,,,406396,,,,5294,Sanford Kirkpatrick -Knowland,Joseph,Russell,,,,1873-08-05,M,rep,CA,6,,Republican,,,,,,,,,,K000291,,,,,,406447,,,,5342,Joseph R. Knowland -Konig,George,,,,,1856-01-26,M,rep,MD,3,,Democrat,,,,,,,,,,K000308,,,,,,406462,,,,5354,George Konig -Korbly,Charles,Alexander,,,,1871-03-24,M,rep,IN,7,,Democrat,,,,,,,,,,K000316,,,,,,406470,,,,5360,Charles A. Korbly -L’Engle,Claude,,,,,1868-10-19,M,rep,FL,-1,,Democrat,,,,,,,,,,L000548,,,,,,406509,,,,5605,Claude L'Engle -Lafferty,Abraham,Walter,,,,1875-06-10,M,rep,OR,3,,Republican,,,,,,,,,,L000015,,,,,,406525,,,,5397,Walter Lafferty -Lane,Harry,,,,,1855-08-28,M,sen,OR,,2,Democrat,,,,,,,,,,L000059,,,,,,406568,,,,5441,Harry Lane -Langham,Jonathan,Nicholas,,,,1861-08-04,M,rep,PA,27,,Republican,,,,,,,,,,L000071,,,,,,406580,,,,5453,J. N. Langham -Lee,Robert,Emmett,,,,1868-10-12,M,rep,PA,12,,Democrat,,,,,,,,,,L000202,,,,,,406705,,,,5566,Robert Emmett Lee -Legaré,George,Swinton,,,,1869-11-11,M,rep,SC,-1,,Democrat,,,,,,,,,,L000219,,,,,,406723,,,,5587,George Swinton Legaré -Levy,Jefferson,Monroe,,,,1852-04-16,M,rep,NY,14,,Democrat,,,,,,,,,,L000268,,,,,,406769,,,,5627,Jefferson Monroe Levy -Lewis,Fred,Ewing,,,,1865-02-08,M,rep,PA,-1,,Republican,,,,,,,,,,L000283,,,,,,406781,,,,5640,Fred Ewing Lewis -Lindquist,Francis,Oscar,,,,1869-09-27,M,rep,MI,11,,Republican,,,,,,,,,,L000323,,,,,,406816,,,,5675,Francis O. Lindquist -Logue,James,Washington,,,,1863-02-22,M,rep,PA,6,,Democrat,,,,,,,,,,L000407,,,,,,406898,,,,5750,James Washington Logue -MacDonald,William,Josiah,,,,1873-11-17,M,rep,MI,12,,Progressive,,,,,,,,,,M000006,,,,,,407036,,,,5874,William Josiah MacDonald -Maguire,John,Arthur,,,,1870-11-29,M,rep,NE,1,,Democrat,,,,,,,,,,M000060,,,,,,407088,,,,5919,John A. Maguire -Mahan,Bryan,Francis,,,,1856-05-01,M,rep,CT,2,,Democrat,,,,,,,,,,M000061,,,,,,407089,,,,5920,Bryan F. Mahan -Manahan,James,,,,,1866-03-12,M,rep,MN,-1,,Republican,,,,,,,,,,M000093,,,,,,407117,,,,5949,James Manahan -Martin,Eben,Wever,,,,1855-04-12,M,rep,SD,3,,Republican,,,,,,,,,,M000176,,,,,,407198,,,,6020,Eben Martin -Martin,Lewis,J.,,,,1844-02-22,M,rep,NJ,6,,Democrat,,,,,,,,,,M000193,,,,,,407214,,,,6035,Lewis J. Martin -Martin,Thomas,Staples,,,,1847-07-29,M,sen,VA,,2,Democrat,,,,,,,,,,M000200,,,,,,407220,,,,6040,Thomas S. Martin -McClellan,George,,,,,1856-10-10,M,rep,NY,27,,Democrat,,,,,,,,,,M000330,,,,,,407340,,,,6149,George McClellan (New York) -McCoy,Walter,Irving,,,,1859-12-08,M,rep,NJ,9,,Democrat,,,,,,,,,,M000376,,,,,,407380,,,,6188,Walter I. McCoy -McGuire,Bird,Segle,,,,1865-10-13,M,rep,OK,1,,Republican,,,,,,,,,,M000464,,,,,,407463,,,,6266,Bird Segle McGuire -Merritt,Edwin,Albert,,,,1860-07-25,M,rep,NY,31,,Republican,,,,,,,,,,M000660,,,,,,407646,,,,6433,Edwin Albert Merritt -Metz,Herman,August,,,,1867-10-19,M,rep,NY,10,,Democrat,,,,,,,,,,M000677,,,,,,407662,,,,6447,Herman A. Metz -Mitchell,John,Joseph,,,,1873-05-09,M,rep,MA,13,,Democrat,,,,,,,,,,M000820,,,,,,407795,,,,6567,John Joseph Mitchell -Mulkey,William,Oscar,,,,1871-07-27,M,rep,AL,3,,Democrat,,,,,,,,,,M001070,,,,,,408036,,,,6788,William Oscar Mulkey -Murdock,Victor,,,,,1871-03-18,M,rep,KS,8,,Republican,,,,,,,,,,M001083,,,,,,408048,,,,6801,Victor Murdock -Murray,William,Francis,,,,1881-09-07,M,rep,MA,10,,Democrat,,,,,,,,,,M001117,,,,,,408080,,,,6828,William Francis Murray -Neeley,George,Arthur,,,,1879-08-01,M,rep,KS,7,,Democrat,,,,,,,,,,N000022,,,,,,408114,,,,6855,George A. Neeley -O’Brien,James,Henry,,,,1860-07-15,M,rep,NY,9,,Democrat,,,,,,,,,,O000012,,,,,,408263,,,,7000,James H. O'Brien -O’Hair,Frank,Trimble,,,,1870-03-12,M,rep,IL,18,,Democrat,,,,,,,,,,O000052,,,,,,408287,,,,7040,Frank Trimble O'Hair -O’Leary,Denis,,,,,1863-01-22,M,rep,NY,2,,Democrat,,,,,,,,,,O000064,,,,,,408293,,,,7052,Denis O'Leary -Palmer,Alexander,Mitchell,,,,1872-05-04,M,rep,PA,26,,Democrat,,,,,,,,,,P000035,,,,,,408445,,,,7172,A. Mitchell Palmer -Patton,Charles,Emory,,,,1859-07-05,M,rep,PA,21,,Republican,,,,,,,,,,P000136,,,,,,408542,,,,7260,Charles Emory Patton -Payne,Sereno,Elisha,,,,1843-06-26,M,rep,NY,36,,Republican,,,,,,,,,,P000153,,,,,,408557,,,,7273,Sereno E. Payne -Pepper,Irvin,St. Clair,,,,1876-06-10,M,rep,IA,2,,Democrat,,,,,,,,,,P000220,,,,,,408623,,,,7335,Irvin S. Pepper -Peters,Andrew,James,,,,1872-04-03,M,rep,MA,11,,Democrat,,,,,,,,,,P000251,,,,,,408654,,,,7364,Andrew James Peters -Peterson,John,Barney,,,,1850-07-04,M,rep,IN,10,,Democrat,,,,,,,,,,P000262,,,,,,408664,,,,7373,John B. Peterson -Plumley,Frank,,,,,1844-12-17,M,rep,VT,2,,Republican,,,,,,,,,,P000396,,,,,,408790,,,,7496,Frank Plumley -Post,James,Douglass,,,,1863-11-25,M,rep,OH,7,,Democrat,,,,,,,,,,P000454,,,,,,408841,,,,7545,James D. Post -Prouty,Solomon,Francis,,,,1854-01-17,M,rep,IA,7,,Republican,,,,,,,,,,P000551,,,,,,408935,,,,7636,Solomon F. Prouty -Reed,Eugene,Elliott,,,,1866-04-23,M,rep,NH,1,,Democrat,,,,,,,,,,R000116,,,,,,409096,,,,7784,Eugene Elliott Reed -Reilly,Thomas,Lawrence,,,,1858-09-20,M,rep,CT,3,,Democrat,,,,,,,,,,R000156,,,,,,409133,,,,7817,Thomas L. Reilly -Richardson,William,,,,,1839-05-08,M,rep,AL,8,,Democrat,,,,,,,,,,R000227,,,,,,409203,,,,7882,William N. Richardson -Roddenbery,Seaborn,Anderson,,,,1870-01-12,M,rep,GA,2,,Democrat,,,,,,,,,,R000370,,,,,,409340,,,,8006,Seaborn Roddenbery -Rothermel,John,Hoover,,,,1856-03-07,M,rep,PA,13,,Democrat,,,,,,,,,,R000461,,,,,,409424,,,,8081,John Hoover Rothermel -Rupley,Arthur,Ringwalt,,,,1868-11-13,M,rep,PA,-1,,Republican,,,,,,,,,,R000511,,,,,,409470,,,,8116,Arthur Ringwalt Rupley -Saulsbury,Willard,,Jr.,,,1861-04-17,M,sen,DE,,2,Democrat,,,,,,,,,,S000073,,,,,,409585,,,,8224,Willard Saulsbury Jr. -Seldomridge,Harry,Hunter,,,,1864-10-01,M,rep,CO,2,,Democrat,,,,,,,,,,S000234,,,,,,409738,,,,8355,Harry H. Seldomridge -Shafroth,John,Franklin,,,,1854-06-09,M,sen,CO,,2,Democrat,,,,,,,,,,S000279,,,,,,409778,,,,8394,John F. Shafroth -Sharp,William,Graves,,,,1859-03-14,M,rep,OH,14,,Democrat,,,,,,,,,,S000296,,,,,,409795,,,,8408,William Graves Sharp -Smith,Frank,Owens,,,,1859-08-27,M,rep,MD,5,,Democrat,,,,,,,,,,S000535,,,,,,410018,,,,8618,Frank Owens Smith -Smith,Samuel,William,,,,1852-08-23,M,rep,MI,6,,Republican,,,,,,,,,,S000613,,,,,,410089,,,,8683,Samuel William Smith -Smith,William,Alden,,,,1859-05-12,M,sen,MI,,2,Republican,,,,,,,,,,S000629,,,,,,410103,,,,8698,William Alden Smith -Stevens,Frederick,Clement,,,,1861-01-01,M,rep,MN,4,,Republican,,,,,,,,,,S000878,,,,,,410340,,,,8908,Frederick Stevens (politician) -Stevens,Raymond,Bartlett,,,,1874-06-18,M,rep,NH,2,,Democrat,,,,,,,,,,S000885,,,,,,410347,,,,8915,Raymond Bartlett Stevens -Stringer,Lawrence,Beaumont,,,,1866-02-24,M,rep,IL,-1,,Democrat,,,,,,,,,,S001005,,,,,,410462,,,,9024,Lawrence B. Stringer -Sullivan,Timothy,Daniel,,,,1862-07-23,M,rep,NY,13,,Democrat,,,,,,,,,,S001061,,,,,,410515,,,,9076,Timothy Sullivan -Talcott,Charles,Andrew,,,,1857-06-10,M,rep,NY,33,,Democrat,,,,,,,,,,T000023,,,,,,410613,,,,9164,Charles A. Talcott -Taylor,Benjamin,Irving,,,,1877-12-21,M,rep,NY,25,,Democrat,,,,,,,,,,T000066,,,,,,410652,,,,9200,Benjamin I. Taylor -Taylor,George,Washington,,,,1849-01-16,M,rep,AL,1,,Democrat,,,,,,,,,,T000078,,,,,,410662,,,,9209,George W. Taylor (politician) -Thacher,Thomas,Chandler,,,,1858-07-20,M,rep,MA,16,,Democrat,,,,,,,,,,T000140,,,,,,410722,,,,9269,Thomas Chandler Thacher -Thompson,William,Howard,,,,1871-10-14,M,sen,KS,,2,Democrat,,,,,,,,,,T000226,,,,,,410805,,,,9347,William Howard Thompson -Thomson,Charles,Marsh,,,,1877-02-13,M,rep,IL,10,,Progressive,,,,,,,,,,T000228,,,,,,410807,,,,9349,Charles M. Thomson -Tillman,Benjamin,Ryan,,,,1847-08-11,M,sen,SC,,2,Democrat,,,,,,,,,,T000274,,,,,,410847,,,,9386,Benjamin Tillman -Townsend,Edward,Waterman,,,,1855-02-10,M,rep,NJ,10,,Democrat,,,,,,,,,,T000332,,,,,,410903,,,,9436,Edward W. Townsend -Tuttle,William,Edgar,Jr.,,,1870-12-10,M,rep,NJ,5,,Democrat,,,,,,,,,,T000439,,,,,,411007,,,,9532,William E. Tuttle Jr. -Underhill,Edwin,Stewart,,,,1861-10-07,M,rep,NY,37,,Democrat,,,,,,,,,,U000007,,,,,,411031,,,,9554,Edwin S. Underhill -Vardaman,James,Kimble,,,,1861-07-26,M,sen,MS,,2,Democrat,,,,,,,,,,V000070,,,,,,411128,,,,9646,James K. Vardaman -Vaughan,Horace,Worth,,,,1867-12-02,M,rep,TX,1,,Democrat,,,,,,,,,,V000075,,,,,,411132,,,,9651,Horace Worth Vaughan -Vollmer,Henry,,,,,1867-07-28,M,rep,IA,2,,Democrat,,,,,,,,,,V000113,,,,,,411167,,,,9682,Henry Vollmer -Wallin,Samuel,,,,,1856-07-31,M,rep,NY,30,,Republican,,,,,,,,,,W000090,,,,,,411269,,,,9776,Samuel Wallin -Walsh,Allan,Bartholomew,,,,1874-08-29,M,rep,NJ,4,,Democrat,,,,,,,,,,W000095,,,,,,411274,,,,9780,Allan B. Walsh -Weaver,Claude,,,,,1867-03-19,M,rep,OK,-1,,Democrat,,,,,,,,,,W000224,,,,,,411392,,,,9893,Claude Weaver -Webb,William,Robert,,,,1842-11-11,M,sen,TN,,2,Democrat,,,,,,,,,,W000232,,,,,,411400,,,,9899,William R. Webb -Weeks,John,Wingate,,,,1860-04-11,M,sen,MA,,2,Republican,,,,,,,,,,W000246,,,,,,411414,,,,9911,John W. Weeks -Whitacre,John,Jefferson,,,,1860-12-28,M,rep,OH,18,,Democrat,,,,,,,,,,W000347,,,,,,411509,,,,10001,John J. Whitacre -Wilder,William,Henry,,,,1855-05-14,M,rep,MA,3,,Republican,,,,,,,,,,W000462,,,,,,411619,,,,10107,William Wilder -Wilson,Frank,Eugene,,,,1857-12-22,M,rep,NY,3,,Democrat,,,,,,,,,,W000580,,,,,,411735,,,,10220,Frank E. Wilson -Young,Horace,Olin,,,,1850-08-04,M,rep,MI,12,,Republican,,,,,,,,,,Y000038,,,,,,411970,,,,10441,H. Olin Young -Camden,Johnson,Newlon,Jr.,,,1865-01-05,M,sen,KY,,3,Democrat,,,,,,,,,,C000063,,,,,,402221,,,,1433,Johnson N. Camden Jr. -Hardwick,Thomas,William,,,,1872-12-09,M,sen,GA,,2,Democrat,,,,,,,,,,H000193,,,,,,405074,,,,4060,Thomas W. Hardwick -Lee,Blair,,,,,1857-08-09,M,sen,MD,,1,Democrat,,,,,,,,,,L000189,,,,,,406692,,,,5554,Blair Lee I -West,William,Stanley,,,,1849-08-23,M,sen,GA,,2,Democrat,,,,,,,,,,W000305,,,,,,411469,,,,9963,William Stanley West -White,Francis,Shelley,,Frank,,1847-03-13,M,sen,AL,,3,Democrat,,,,,,,,,,W000368,,,,,,411529,,,,10021,Francis S. White -Abercrombie,John,William,,,,1866-05-17,M,rep,AL,-1,,Democrat,,,,,,,,,,A000013,,,,,,400676,,,,11,John Abercrombie (Congressman) -Adair,John,Alfred McDowell,,,,1864-12-22,M,rep,IN,8,,Democrat,,,,,,,,,,A000027,,,,,,400688,,,,21,John A. M. Adair -Aiken,Wyatt,,,,,1863-12-14,M,rep,SC,3,,Democrat,,,,,,,,,,A000064,,,,,,400724,,,,54,Wyatt Aiken -Allen,Alfred,Gaither,,,,1867-07-23,M,rep,OH,2,,Democrat,,,,,,,,,,A000111,,,,,,400768,,,,97,Alfred G. Allen -Bailey,Warren,Worth,,,,1855-01-08,M,rep,PA,19,,Democrat,,,,,,,,,,B000050,,,,,,401055,,,,352,Warren Worth Bailey -Barchfeld,Andrew,Jackson,,,,1863-05-18,M,rep,PA,32,,Republican,,,,,,,,,,B000133,,,,,,401135,,,,426,Andrew Jackson Barchfeld -Beales,Cyrus,William,,,,1877-12-16,M,rep,PA,20,,Republican,,,,,,,,,,B000269,,,,,,401263,,,,544,Cyrus William Beales -Beckham,John,Crepps Wickliffe,,,,1869-08-05,M,sen,KY,,3,Democrat,,,,,,,,,,B000293,,,,,,401286,,,,564,J. C. W. Beckham -Benedict,Henry,Stanley,,,,1878-02-20,M,rep,CA,10,,Republican,,,,,,,,,,B000359,,,,,,401351,,,,623,Henry S. Benedict -Bennet,William,Stiles,,,,1870-11-09,M,rep,NY,23,,Republican,,,,,,,,,,B000370,,,,,,401362,,,,632,William Stiles Bennet -Brady,James,Henry,,,,1862-06-12,M,sen,ID,,3,Republican,,,,,,,,,,B000753,,,,,,401713,,,,964,James H. Brady -Broussard,Robert,Foligny,,,,1864-08-17,M,sen,LA,,3,Democrat,,,,,,,,,,B000896,,,,,,401853,,,,1092,Robert F. Broussard -Brown,William,Gay,Jr.,,,1856-04-07,M,rep,WV,2,,Democrat,,,,,,,,,,B000949,,,,,,401902,,,,1138,William Gay Brown Jr. -Buchanan,Frank,,,,,1862-06-14,M,rep,IL,7,,Democrat,,,,,,,,,,B001001,,,,,,401951,,,,1183,Frank Buchanan (Illinois politician) -Burgess,George,Farmer,,,,1861-09-21,M,rep,TX,9,,Democrat,,,,,,,,,,B001083,,,,,,402029,,,,1257,George Farmer Burgess -Burke,Michael,Edmund,,,,1863-10-15,M,rep,WI,2,,Democrat,,,,,,,,,,B001095,,,,,,402041,,,,1268,Michael E. Burke -Callaway,Oscar,,,,,1872-10-02,M,rep,TX,12,,Democrat,,,,,,,,,,C000056,,,,,,402215,,,,1427,Oscar Callaway -Chamberlain,George,Earle,,,,1854-01-01,M,sen,OR,,3,Democrat,,,,,,,,,,C000277,,,,,,402420,,,,1622,George Earle Chamberlain -Charles,William,Barclay,,,,1861-04-03,M,rep,NY,30,,Republican,,,,,,,,,,C000323,,,,,,402465,,,,1663,William B. Charles -Clarke,James,Paul,,,,1854-08-18,M,sen,AR,,3,Democrat,,,,,,,,,,C000463,,,,,,402601,,,,1793,James Paul Clarke -Cline,Cyrus,,,,,1856-07-12,M,rep,IN,12,,Democrat,,,,,,,,,,C000521,,,,,,402656,,,,1844,Cyrus Cline -Coleman,William,Henry,,,,1871-12-28,M,rep,PA,30,,Republican,,,,,,,,,,C000622,,,,,,402751,,,,1934,William Henry Coleman -Cullop,William,Allen,,,,1853-03-28,M,rep,IN,2,,Democrat,,,,,,,,,,C000975,,,,,,403086,,,,2241,William A. Cullop -Danforth,Henry,Gold,,,,1854-06-14,M,rep,NY,39,,Republican,,,,,,,,,,D000029,,,,,,403170,,,,2321,Henry G. Danforth -Davenport,James,Sanford,,,,1864-09-21,M,rep,OK,1,,Democrat,,,,,,,,,,D000074,,,,,,403212,,,,2356,James S. Davenport -Davis,James,Harvey,,Cyclone,,1853-12-24,M,rep,TX,-1,,Democrat,,,,,,,,,,D000110,,,,,,403246,,,,2390,James H. Davis (congressman) -Driscoll,Daniel,Angelus,,,,1875-03-06,M,rep,NY,42,,Democrat,,,,,,,,,,D000500,,,,,,403607,,,,2729,Daniel A. Driscoll -Earnshaw,Manuel,,,,,1862-11-19,M,rep,PI,0,,,,,,,,,,,,E000015,,,,,,403711,,,,,Manuel Earnshaw -Farley,Michael,Francis,,,,1863-03-01,M,rep,NY,14,,Democrat,,,,,,,,,,F000021,,,,,,403983,,,,3062,Michael F. Farley -Gallinger,Jacob,Harold,,,,1837-03-28,M,sen,NH,,3,Republican,,,,,,,,,,G000023,,,,,,404399,,,,3439,Jacob Harold Gallinger -Goulden,Joseph,Aloysius,,,,1844-08-01,M,rep,NY,23,,Democrat,,,,,,,,,,G000344,,,,,,404700,,,,3725,Joseph A. Goulden -Gronna,Asle,Jorgenson,,,,1858-12-10,M,sen,ND,,3,Republican,,,,,,,,,,G000491,,,,,,404836,,,,3849,Asle Gronna -Guernsey,Frank,Edward,,,,1866-10-15,M,rep,ME,4,,Republican,,,,,,,,,,G000517,,,,,,404862,,,,3870,Frank E. Guernsey -Hart,Archibald,Chapman,,,,1873-02-27,M,rep,NJ,6,,Democrat,,,,,,,,,,H000283,,,,,,405157,,,,4141,Archibald C. Hart -Hay,James,,,,,1856-01-09,M,rep,VA,7,,Democrat,,,,,,,,,,H000382,,,,,,405250,,,,4225,James Hay (politician) -Henry,Robert,Lee,,,,1864-05-12,M,rep,TX,11,,Democrat,,,,,,,,,,H000516,,,,,,405379,,,,4341,Robert Lee Henry -Hinds,Asher,Crosby,,,,1863-02-06,M,rep,ME,1,,Republican,,,,,,,,,,H000630,,,,,,405487,,,,4442,Asher Hinds -Hopwood,Robert,Freeman,,,,1856-07-24,M,rep,PA,23,,Republican,,,,,,,,,,H000785,,,,,,405635,,,,4578,Robert Freeman Hopwood -Howell,Joseph,,,,,1857-02-17,M,rep,UT,1,,Republican,,,,,,,,,,H000866,,,,,,405713,,,,4652,Joseph Howell -Hughes,Dudley,Mays,,,,1848-10-10,M,rep,GA,12,,Democrat,,,,,,,,,,H000920,,,,,,405765,,,,4699,Dudley Mays Hughes -Humphrey,William,Ewart,,,,1862-03-31,M,rep,WA,1,,Republican,,,,,,,,,,H000958,,,,,,405802,,,,4732,William E. Humphrey -Husting,Paul,Oscar,,,,1866-04-25,M,sen,WI,,3,Democrat,,,,,,,,,,H001006,,,,,,405846,,,,4776,Paul O. Husting -Johnson,Edwin,Stockton,,,,1857-02-26,M,sen,SD,,3,Democrat,,,,,,,,,,J000128,,,,,,406027,,,,4950,Edwin S. Johnson -Johnson,Joseph,Travis,,,,1858-02-28,M,rep,SC,4,,Democrat,,,,,,,,,,J000156,,,,,,406054,,,,4975,Joseph T. Johnson -Keister,Abraham,Lincoln,,,,1852-09-10,M,rep,PA,22,,Republican,,,,,,,,,,K000052,,,,,,406222,,,,5130,Abraham Lincoln Keister -Kent,William,,,,,1864-03-29,M,rep,CA,1,,Independent,,,,,,,,,,K000127,,,,,,406293,,,,5196,William Kent (American politician) -Konop,Thomas,Frank,,,,1879-08-17,M,rep,WI,9,,Democrat,,,,,,,,,,K000310,,,,,,406464,,,,5355,Thomas F. Konop -Lafean,Daniel,Franklin,,,,1861-02-07,M,rep,PA,-1,,Republican,,,,,,,,,,L000014,,,,,,406524,,,,5396,Daniel F. Lafean -Lieb,Charles,,,,,1852-05-20,M,rep,IN,1,,Democrat,,,,,,,,,,L000302,,,,,,406797,,,,5657,Charles Lieb -Liebel,Michael,,Jr.,,,1870-12-12,M,rep,PA,25,,Democrat,,,,,,,,,,L000303,,,,,,406798,,,,5658,"Michael Liebel, Jr." -Lindbergh,Charles,August,,,,1859-01-20,M,rep,MN,6,,Republican,,,,,,,,,,L000320,,,,,,406814,,,,5673,Charles August Lindbergh -Lloyd,James,Tilghman,,,,1857-08-28,M,rep,MO,1,,Democrat,,,,,,,,,,L000380,,,,,,406872,,,,5727,James Tilghman Lloyd -Loft,George,William,,,,1865-02-06,M,rep,NY,13,,Democrat,,,,,,,,,,L000399,,,,,,406890,,,,5742,George W. Loft -Loud,George,Alvin,,,,1852-06-18,M,rep,MI,10,,Republican,,,,,,,,,,L000449,,,,,,406939,,,,5785,George A. Loud -Matthews,Nelson,Edwin,,,,1852-04-14,M,rep,OH,5,,Republican,,,,,,,,,,M000254,,,,,,407272,,,,6085,Nelson E. Matthews -McCorkle,Paul,Grier,,,,1863-12-19,M,rep,SC,5,,Democrat,,,,,,,,,,M000363,,,,,,407368,,,,6176,Paul G. McCorkle -McCracken,Robert,McDowell,,,,1874-03-15,M,rep,ID,-1,,Republican,,,,,,,,,,M000378,,,,,,407381,,,,6190,Robert M. McCracken -McDermott,James,Thomas,,,,1872-02-13,M,rep,IL,4,,Democrat,,,,,,,,,,M000405,,,,,,407405,,,,6213,James T. McDermott -McGillicuddy,Daniel,John,,,,1859-08-27,M,rep,ME,2,,Democrat,,,,,,,,,,M000448,,,,,,407447,,,,6252,Daniel J. McGillicuddy -Miller,Samuel,Henry,,,,1840-04-19,M,rep,PA,28,,Republican,,,,,,,,,,M000753,,,,,,407731,,,,6507,Samuel Henry Miller -Miller,Thomas,Woodnutt,,,,1886-06-26,M,rep,DE,0,,Republican,,,,,,,,,,M000758,,,,,,407736,,,,6512,Thomas W. Miller -Mooney,William,Crittenden,,,,1855-06-15,M,rep,OH,15,,Republican,,,,,,,,,,M000888,,,,,,407860,,,,6622,William C. Mooney -Morgan,Lewis,Lovering,,,,1876-03-02,M,rep,LA,6,,Democrat,,,,,,,,,,M000955,,,,,,407923,,,,6683,Lewis L. Morgan -Morrison,Martin,Andrew,,,,1862-04-15,M,rep,IN,9,,Democrat,,,,,,,,,,M000998,,,,,,407966,,,,6724,Martin A. Morrison -Moss,Hunter,Holmes,Jr.,,,1874-05-26,M,rep,WV,4,,Republican,,,,,,,,,,M001034,,,,,,408001,,,,6755,Hunter Holmes Moss Jr. -Moss,Ralph,Wilbur,,,,1862-04-21,M,rep,IN,5,,Democrat,,,,,,,,,,M001037,,,,,,408004,,,,6758,Ralph W. Moss (politician) -Murray,William,Henry David,,,,1869-11-21,M,rep,OK,4,,Democrat,,,,,,,,,,M001118,,,,,,408081,,,,6829,William H. Murray -Newlands,Francis,Griffith,,,,1846-08-28,M,sen,NV,,3,Democrat,,,,,,,,,,N000069,,,,,,408157,,,,6897,Francis G. Newlands -North,Solomon,Taylor,,,,1853-05-24,M,rep,PA,27,,Republican,,,,,,,,,,N000141,,,,,,408225,,,,6962,Solomon Taylor North -Oakey,Peter,Davis,,,,1861-02-25,M,rep,CT,1,,Republican,,,,,,,,,,O000002,,,,,,408314,,,,6993,Peter Davis Oakley -Oglesby,Woodson,Ratcliffe,,,,1867-02-09,M,rep,NY,24,,Democrat,,,,,,,,,,O000049,,,,,,408332,,,,7037,Woodson R. Oglesby -Page,Robert,Newton,,,,1859-10-26,M,rep,NC,7,,Democrat,,,,,,,,,,P000022,,,,,,408433,,,,7160,Robert N. Page -Patten,Thomas,Gedney,,,,1861-09-12,M,rep,NY,18,,Democrat,,,,,,,,,,P000109,,,,,,408517,,,,7236,Thomas G. Patten -Penrose,Boies,,,,,1860-11-01,M,sen,PA,,3,Republican,,,,,,,,,,P000217,,,,,,408620,,,,7332,Boies Penrose -Phelan,James,Duval,,,,1861-04-20,M,sen,CA,,3,Democrat,,,,,,,,,,P000290,,,,,,408690,,,,7395,James D. Phelan -Quezon,Manuel,Luis,,,,1878-08-19,M,rep,PI,0,,,,,,,,,,,,Q000009,,,,,,408972,,,,,Manuel L. Quezon -Rauch,George,Washington,,,,1876-02-22,M,rep,IN,11,,Democrat,,,,,,,,,,R000070,,,,,,409050,,,,7743,George W. Rauch -Rivera,Luis,Muñoz,,,,1859-07-17,M,rep,PR,0,,Unionist,,,,,,,,,,R000279,,,,,,409253,,,,,Luis Muñoz Rivera -Roberts,Ernest,William,,,,1858-11-22,M,rep,MA,9,,Republican,,,,,,,,,,R000311,,,,,,409282,,,,7952,Ernest W. Roberts -Rucker,Tinsley,White,,,,1848-03-24,M,rep,GA,8,,Democrat,,,,,,,,,,R000493,,,,,,409452,,,,8102,Tinsley W. Rucker Jr. -Russell,Joshua,Edward,,,,1867-08-09,M,rep,OH,4,,Republican,,,,,,,,,,R000534,,,,,,409491,,,,8136,J. Edward Russell -Sherman,Lawrence,Yates,,,,1858-11-08,M,sen,IL,,3,Republican,,,,,,,,,,S000348,,,,,,409844,,,,8456,Lawrence Yates Sherman -Shively,Benjamin,Franklin,,,,1857-03-20,M,sen,IN,,3,Democrat,,,,,,,,,,S000371,,,,,,409865,,,,8478,Benjamin F. Shively -Smith,George,Ross,,,,1864-05-28,M,rep,MN,5,,Republican,,,,,,,,,,S000540,,,,,,410022,,,,8623,George Ross Smith -Smith,Hoke,,,,,1855-09-02,M,sen,GA,,3,Democrat,,,,,,,,,,S000551,,,,,,410033,,,,8633,M. Hoke Smith -Smith,John,Walter,,,,1845-02-05,M,sen,MD,,3,Democrat,,,,,,,,,,S000577,,,,,,410058,,,,8658,John Walter Smith -Smith,Marcus,Aurelius,,,,1851-01-24,M,sen,AZ,,3,Democrat,,,,,,,,,,S000589,,,,,,410069,,,,8665,Marcus A. Smith -Smith,William,Robert,,,,1863-08-18,M,rep,TX,16,,Democrat,,,,,,,,,,S000636,,,,,,410110,,,,8705,William Robert Smith -Sparkman,Stephen,Milancthon,,,,1849-07-29,M,rep,FL,1,,Democrat,,,,,,,,,,S000702,,,,,,410173,,,,8765,Stephen M. Sparkman -Steele,Thomas,Jefferson,,,,1853-03-19,M,rep,IA,11,,Democrat,,,,,,,,,,S000837,,,,,,410301,,,,8873,Thomas J. Steele -Stephens,John,Hall,,,,1847-11-22,M,rep,TX,13,,Democrat,,,,,,,,,,S000858,,,,,,410321,,,,8889,John Hall Stephens -Stephens,William,Dennison,,,,1859-12-26,M,rep,CA,10,,Progressive,,,,,,,,,,S000861,,,,,,410324,,,,8891,William Stephens -Stone,Claudius,Ulysses,,,,1879-05-11,M,rep,IL,16,,Democrat,,,,,,,,,,S000954,,,,,,410413,,,,8976,Claude U. Stone -Stone,William,Joel,,,,1848-05-07,M,sen,MO,,3,Democrat,,,,,,,,,,S000968,,,,,,410427,,,,8989,William J. Stone -Stout,Tom,,,,,1879-05-20,M,rep,MT,-1,,Democrat,,,,,,,,,,S000982,,,,,,410441,,,,9003,Tom Stout -Taggart,Joseph,,,,,1867-06-15,M,rep,KS,2,,Democrat,,,,,,,,,,T000011,,,,,,410601,,,,9153,Joseph Taggart -Tavenner,Clyde,Howard,,,,1882-02-04,M,rep,IL,14,,Democrat,,,,,,,,,,T000059,,,,,,410645,,,,9193,Clyde Howard Tavenner -Thomas,Charles,Spalding,,,,1849-12-06,M,sen,CO,,3,Democrat,,,,,,,,,,T000160,,,,,,410742,,,,9288,Charles S. Thomas -Tribble,Samuel,Joelah,,,,1869-11-15,M,rep,GA,8,,Democrat,,,,,,,,,,T000366,,,,,,410935,,,,9467,Samuel Joelah Tribble -Williams,Seward,Henry,,,,1870-11-07,M,rep,OH,14,,Republican,,,,,,,,,,W000535,,,,,,411691,,,,10177,Seward H. Williams -Williams,William,Elza,,,,1857-05-05,M,rep,IL,-1,,Democrat,,,,,,,,,,W000548,,,,,,411704,,,,10190,William E. Williams -Wilson,Emmett,,,,,1882-09-17,M,rep,FL,3,,Democrat,,,,,,,,,,W000575,,,,,,411730,,,,10215,Emmett Wilson -Witherspoon,Samuel,Andrew,,,,1855-05-04,M,rep,MS,5,,Democrat,,,,,,,,,,W000662,,,,,,411815,,,,10298,Samuel Andrew Witherspoon -Kirby,William,Fosgate,,,,1867-11-16,M,sen,AR,,3,Democrat,,,,,,,,,,K000233,,,,,,406392,,,,5290,William F. Kirby -Taggart,Thomas,,,,,1856-11-17,M,sen,IN,,3,Democrat,,,,,,,,,,T000013,,,,,,410603,,,,9155,Thomas Taggart -Adamson,William,Charles,,,,1854-08-13,M,rep,GA,4,,Democrat,,,,,,,,,,A000051,,,,,,400712,,,,44,William C. Adamson -Austin,Richard,Wilson,,,,1857-08-26,M,rep,TN,2,,Republican,,,,,,,,,,A000341,,,,,,400991,,,,295,Richard W. Austin -Bacon,Mark,Reeves,,,,1852-02-29,M,rep,MI,2,,Republican,,,,,,,,,,B000018,,,,,,401023,,,,326,Mark R. Bacon -Barnhart,Henry,A.,,,,1858-09-11,M,rep,IN,13,,Democrat,,,,,,,,,,B000164,,,,,,401166,,,,453,Henry A. Barnhart -Bathrick,Elsworth,Raymond,,,,1863-01-06,M,rep,OH,14,,Democrat,,,,,,,,,,B000240,,,,,,401235,,,,519,Ellsworth Raymond Bathrick -Beakes,Samuel,Willard,,,,1861-01-11,M,rep,MI,2,,Democrat,,,,,,,,,,B000264,,,,,,401258,,,,539,Samuel Beakes -Beshlin,Earl,Hanley,,,,1870-04-28,M,rep,PA,28,,Democrat,,,,,,,,,,B000421,,,,,,401407,,,,676,Earl Hanley Beshlin -Birch,William,Fred,,,,1870-08-30,M,rep,NJ,5,,Republican,,,,,,,,,,B000476,,,,,,401457,,,,721,William F. Birch -Bleakley,Orrin,Dubbs,,,,1854-05-15,M,rep,PA,28,,Republican,,,,,,,,,,B000552,,,,,,401527,,,,790,Orrin Dubbs Bleakley -Borland,William,Patterson,,,,1867-10-14,M,rep,MO,5,,Democrat,,,,,,,,,,B000643,,,,,,401608,,,,866,William Patterson Borland -Britt,James,Jefferson,,,,1861-03-04,M,rep,NC,10,,Republican,,,,,,,,,,B000846,,,,,,401803,,,,1047,James Jefferson Britt -Brodbeck,Andrew,R.,,,,1860-04-11,M,rep,PA,20,,Democrat,,,,,,,,,,B000855,,,,,,401812,,,,1055,Andrew R. Brodbeck -Bruckner,Henry,,,,,1871-06-17,M,rep,NY,22,,Democrat,,,,,,,,,,B000974,,,,,,401926,,,,1159,Henry Bruckner -Calder,William,Musgrave,,,,1869-03-03,M,sen,NY,,1,Republican,,,,,,,,,,C000025,,,,,,402186,,,,1399,William M. Calder -Capstick,John,Henry,,,,1856-09-02,M,rep,NJ,5,,Republican,,,,,,,,,,C000136,,,,,,402286,,,,1496,John H. Capstick -Carter,William,Henry,,,,1864-06-15,M,rep,MA,13,,Republican,,,,,,,,,,C000205,,,,,,402351,,,,1554,William Henry Carter -Cary,William,Joseph,,,,1865-03-22,M,rep,WI,4,,Republican,,,,,,,,,,C000218,,,,,,402364,,,,1567,William J. Cary -Clark,Henry,Alden,,,,1850-01-07,M,rep,PA,25,,Republican,,,,,,,,,,C000433,,,,,,402571,,,,1765,Henry Alden Clark -Claypool,Horatio,Clifford,,,,1859-02-09,M,rep,OH,11,,Democrat,,,,,,,,,,C000490,,,,,,402628,,,,1817,Horatio C. Claypool -Comstock,Daniel,Webster,,,,1840-12-16,M,rep,IN,6,,Republican,,,,,,,,,,C000663,,,,,,402790,,,,1968,Daniel Webster Comstock -Connelly,John,Robert,,,,1870-02-27,M,rep,KS,6,,Democrat,,,,,,,,,,C000689,,,,,,402815,,,,1991,John R. Connelly -Conry,Michael,Francis,,,,1870-04-02,M,rep,NY,-1,,Democrat,,,,,,,,,,C000707,,,,,,402831,,,,2007,Michael F. Conry -Cooper,Edward,,,,,1873-02-26,M,rep,WV,5,,Republican,,,,,,,,,,C000748,,,,,,402869,,,,2043,Edward Cooper (congressman) -Cox,William,Elijah,,,,1861-09-06,M,rep,IN,3,,Democrat,,,,,,,,,,C000840,,,,,,402957,,,,2119,William E. Cox -Culberson,Charles,Allen,,,,1855-06-10,M,sen,TX,,1,Democrat,,,,,,,,,,C000963,,,,,,403074,,,,2229,Charles Allen Culberson -Dale,Harry,Howard,,,,1868-12-03,M,rep,NY,4,,Democrat,,,,,,,,,,D000008,,,,,,403151,,,,2301,Harry H. Dale -Davidson,James,Henry,,,,1858-06-18,M,rep,WI,6,,Republican,,,,,,,,,,D000084,,,,,,403221,,,,2366,James H. Davidson -Decker,Perl,D.,,,,1875-09-10,M,rep,MO,15,,Democrat,,,,,,,,,,D000184,,,,,,403345,,,,2457,Perl D. Decker -Denton,George,Kirkpatrick,,,,1864-11-17,M,rep,IN,1,,Democrat,,,,,,,,,,D000258,,,,,,403396,,,,2516,George K. Denton -Dies,Martin,,,,,1870-03-13,M,rep,TX,2,,Democrat,,,,,,,,,,D000337,,,,,,403455,,,,2587,Martin Dies Sr. -Dillon,Charles,Hall,,,,1853-12-18,M,rep,SD,1,,Republican,,,,,,,,,,D000348,,,,,,403466,,,,2598,Charles Hall Dillon -Dixon,Lincoln,,,,,1860-02-09,M,rep,IN,4,,Democrat,,,,,,,,,,D000374,,,,,,403490,,,,2621,Lincoln Dixon -Doolittle,Dudley,,,,,1881-06-21,M,rep,KS,4,,Democrat,,,,,,,,,,D000427,,,,,,403539,,,,2667,Dudley Doolittle -Drukker,Dow,Henry,,,,1872-02-07,M,rep,NJ,7,,Republican,,,,,,,,,,D000505,,,,,,403612,,,,2734,Dow H. Drukker -Essen,Frederick,,,,,1863-04-22,M,rep,MO,10,,Republican,,,,,,,,,,E000219,,,,,,403905,,,,2991,Frederick Essen -Fairchild,George,Winthrop,,,,1854-05-06,M,rep,NY,34,,Republican,,,,,,,,,,F000005,,,,,,403967,,,,3048,George Winthrop Fairchild -Finley,David,Edward,,,,1861-02-28,M,rep,SC,-1,,Democrat,,,,,,,,,,F000131,,,,,,404086,,,,3153,David E. Finley -Fitzgerald,John,Joseph,,,,1872-03-10,M,rep,NY,7,,Democrat,,,,,,,,,,F000165,,,,,,404120,,,,3183,John J. Fitzgerald -Flynn,Joseph,Vincent,,,,1883-09-02,M,rep,NY,3,,Democrat,,,,,,,,,,F000228,,,,,,404183,,,,3241,Joseph V. Flynn -Foss,George,Edmund,,,,1863-07-02,M,rep,IL,10,,Republican,,,,,,,,,,F000295,,,,,,404245,,,,3297,George Edmund Foss -Foster,Martin,David,,,,1861-09-03,M,rep,IL,23,,Democrat,,,,,,,,,,F000309,,,,,,404258,,,,3311,Martin D. Foster -France,Joseph,Irvin,,,,1873-10-11,M,sen,MD,,1,Republican,,,,,,,,,,F000333,,,,,,404282,,,,3332,Joseph I. France -Francis,George,Blinn,,,,1883-08-12,M,rep,NY,18,,Republican,,,,,,,,,,F000335,,,,,,404284,,,,3334,George B. Francis -Frelinghuysen,Joseph,Sherman,,,,1869-03-12,M,sen,NJ,,1,Republican,,,,,,,,,,F000370,,,,,,404316,,,,3363,Joseph S. Frelinghuysen Sr. -Gardner,Augustus,Peabody,,,,1865-11-05,M,rep,MA,6,,Republican,,,,,,,,,,G000050,,,,,,404424,,,,3463,Augustus Peabody Gardner -Gordon,William,,,,,1862-12-15,M,rep,OH,20,,Democrat,,,,,,,,,,G000317,,,,,,404676,,,,3702,William Gordon (Ohio politician) -Gray,Edward,Winthrop,,,,1870-08-18,M,rep,NJ,8,,Republican,,,,,,,,,,G000393,,,,,,404743,,,,3762,Edward W. Gray -Gray,Oscar,Lee,,,,1865-07-02,M,rep,AL,1,,Democrat,,,,,,,,,,G000401,,,,,,404751,,,,3770,Oscar Lee Gray -Gregg,Alexander,White,,,,1855-01-31,M,rep,TX,7,,Democrat,,,,,,,,,,G000441,,,,,,404788,,,,3804,Alexander W. Gregg -Griffin,Daniel,Joseph,,,,1880-03-26,M,rep,NY,8,,Democrat,,,,,,,,,,G000460,,,,,,404805,,,,3819,Daniel J. Griffin -Hamilton,Charles,Mann,,,,1874-01-23,M,rep,NY,43,,Republican,,,,,,,,,,H000104,,,,,,404986,,,,3985,Charles Mann Hamilton -Hamlin,Courtney,Walker,,,,1858-10-27,M,rep,MO,7,,Democrat,,,,,,,,,,H000119,,,,,,405001,,,,3999,Courtney W. Hamlin -Hayes,Everis,Anson,,,,1855-03-10,M,rep,CA,8,,Republican,,,,,,,,,,H000389,,,,,,405257,,,,4230,Everis A. Hayes -Heaton,Robert,Douglas,,,,1873-07-01,M,rep,PA,12,,Republican,,,,,,,,,,H000433,,,,,,405299,,,,4271,Robert Douglas Heaton -Heintz,Victor,,,,,1876-11-20,M,rep,OH,2,,Republican,,,,,,,,,,H000455,,,,,,405320,,,,4286,Victor Heintz -Helgesen,Henry,Thomas,,,,1857-06-26,M,rep,ND,1,,Republican,,,,,,,,,,H000459,,,,,,405324,,,,4289,Henry Thomas Helgesen -Helvering,Guy,Tresillian,,,,1878-01-10,M,rep,KS,5,,Democrat,,,,,,,,,,H000466,,,,,,405329,,,,4294,Guy T. Helvering -Hensley,Walter,Lewis,,,,1871-09-03,M,rep,MO,13,,Democrat,,,,,,,,,,H000522,,,,,,405385,,,,4347,Walter Lewis Hensley -Hill,Ebenezer,J.,,,,1845-08-04,M,rep,CT,4,,Republican,,,,,,,,,,H000591,,,,,,405453,,,,4409,Ebenezer J. Hill -Hilliard,Benjamin,Clark,,,,1868-01-09,M,rep,CO,1,,Democrat,,,,,,,,,,H000620,,,,,,405479,,,,4435,Benjamin C. Hilliard -Hitchcock,Gilbert,Monell,,,,1859-09-18,M,sen,NE,,1,Democrat,,,,,,,,,,H000645,,,,,,405500,,,,4454,Gilbert Hitchcock -Hollingsworth,David,Adams,,,,1844-11-21,M,rep,OH,18,,Republican,,,,,,,,,,H000726,,,,,,405577,,,,4524,David Hollingsworth -Hood,George,Ezekial,,,,1875-01-25,M,rep,NC,3,,Democrat,,,,,,,,,,H000755,,,,,,405606,,,,4550,George E. Hood -Houston,William,Cannon,,,,1852-03-17,M,rep,TN,5,,Democrat,,,,,,,,,,H000829,,,,,,405676,,,,4617,William C. Houston -Howard,William,Schley,,,,1875-06-29,M,rep,GA,5,,Democrat,,,,,,,,,,H000849,,,,,,405696,,,,4636,William S. Howard -Hulbert,George,Murray,,,,1881-05-14,M,rep,NY,21,,Democrat,,,,,,,,,,H000934,,,,,,405779,,,,4711,George Murray Hulbert -Jones,William,Atkinson,,,,1849-03-21,M,rep,VA,1,,Democrat,,,,,,,,,,J000259,,,,,,406151,,,,5067,William Atkinson Jones -Keating,Edward,,,,,1875-07-09,M,rep,CO,3,,Democrat,,,,,,,,,,K000035,,,,,,406205,,,,5115,Edward Keating -Kehoe,James,Walter,,,,1870-04-25,M,rep,FL,3,,Democrat,,,,,,,,,,K000046,,,,,,406216,,,,5124,Walter Kehoe -Kellogg,Frank,Billings,,,,1856-12-22,M,sen,MN,,1,Republican,,,,,,,,,,K000065,,,,,,406235,,,,5143,Frank B. Kellogg -Key,John,Alexander,,,,1871-12-30,M,rep,OH,8,,Democrat,,,,,,,,,,K000157,,,,,,406321,,,,5223,John A. Key -Knox,Philander,Chase,,,,1853-05-06,M,sen,PA,,1,Republican,,,,,,,,,,K000296,,,,,,406452,,,,5347,Philander C. Knox -La Follette,William,Leroy,,,,1860-11-30,M,rep,WA,4,,Republican,,,,,,,,,,L000006,,,,,,406516,,,,5403,William La Follette -Littlepage,Adam,Brown,,,,1859-04-14,M,rep,WV,6,,Democrat,,,,,,,,,,L000358,,,,,,406850,,,,5708,Adam Brown Littlepage -Lobeck,Charles,Otto,,,,1852-04-06,M,rep,NE,2,,Democrat,,,,,,,,,,L000385,,,,,,406877,,,,5730,Charles O. Lobeck -Lunn,George,Richard,,,,1873-06-23,M,rep,NY,30,,Democrat,,,,,,,,,,L000518,,,,,,407003,,,,5841,George R. Lunn -Martin,Charles,,,,,1856-05-20,M,rep,IL,4,,Democrat,,,,,,,,,,M000170,,,,,,407192,,,,6016,Charles Martin (Illinois) -McCumber,Porter,James,,,,1858-02-03,M,sen,ND,,1,Republican,,,,,,,,,,M000397,,,,,,407398,,,,6208,Porter J. McCumber -McLemore,Atkins,Jefferson,,,,1857-03-13,M,rep,TX,-1,,Democrat,,,,,,,,,,M000554,,,,,,407546,,,,6342,A. Jeff McLemore -Meeker,Jacob,Edwin,,,,1878-10-07,M,rep,MO,10,,Republican,,,,,,,,,,M000629,,,,,,407616,,,,6404,Jacob Edwin Meeker -Miller,Clarence,Benjamin,,,,1872-03-13,M,rep,MN,8,,Republican,,,,,,,,,,M000717,,,,,,407699,,,,6476,Clarence B. Miller -Myers,Henry,Lee,,,,1862-10-09,M,sen,MT,,1,Democrat,,,,,,,,,,M001129,,,,,,408091,,,,6837,Henry L. Myers -New,Harry,Stewart,,,,1858-12-31,M,sen,IN,,1,Republican,,,,,,,,,,N000059,,,,,,408147,,,,6887,Harry Stewart New -Norton,Patrick,Daniel,,,,1876-05-17,M,rep,ND,3,,Republican,,,,,,,,,,N000156,,,,,,408238,,,,6975,Patrick Daniel Norton -O’Shaunessy,George,Francis,,,,1868-05-01,M,rep,RI,1,,Democrat,,,,,,,,,,O000117,,,,,,408309,,,,7098,George F. O'Shaunessy -Oliver,Daniel,Charles,,,,1865-10-06,M,rep,NY,23,,Democrat,,,,,,,,,,O000071,,,,,,408344,,,,7058,Daniel C. Oliver -Overmyer,Arthur,Warren,,,,1879-05-31,M,rep,OH,13,,Democrat,,,,,,,,,,O000141,,,,,,408392,,,,7121,Arthur W. Overmyer -Page,Carroll,Smalley,,,,1843-01-10,M,sen,VT,,1,Republican,,,,,,,,,,P000014,,,,,,408425,,,,7152,Carroll S. Page -Poindexter,Miles,,,,,1868-04-22,M,sen,WA,,1,Republican,,,,,,,,,,P000403,,,,,,408796,,,,7502,Miles Poindexter -Polk,Albert,Fawcett,,,,1869-10-11,M,rep,DE,0,,Democrat,,,,,,,,,,P000407,,,,,,408800,,,,7505,Albert F. Polk -Pomerene,Atlee,,,,,1863-12-06,M,sen,OH,,1,Democrat,,,,,,,,,,P000420,,,,,,408812,,,,7516,Atlee Pomerene -Powers,Caleb,,,,,1869-02-01,M,rep,KY,11,,Republican,,,,,,,,,,P000487,,,,,,408872,,,,7577,Caleb Powers -Pratt,Harry,Hayt,,,,1864-11-11,M,rep,NY,37,,Republican,,,,,,,,,,P000500,,,,,,408885,,,,7590,Harry H. Pratt -Price,Jesse,Dashiell,,,,1863-08-15,M,rep,MD,1,,Democrat,,,,,,,,,,P000527,,,,,,408911,,,,7614,Jesse Price -Roberts,Edwin,Ewing,,,,1870-12-12,M,rep,NV,0,,Republican,,,,,,,,,,R000309,,,,,,409280,,,,7950,Edwin E. Roberts -Rowland,Charles,Hedding,,,,1860-12-20,M,rep,PA,21,,Republican,,,,,,,,,,R000480,,,,,,409441,,,,8096,Charles Hedding Rowland -Russell,Joseph,James,,,,1854-08-23,M,rep,MO,14,,Democrat,,,,,,,,,,R000533,,,,,,409490,,,,8135,Joseph J. Russell -Scott,George,Cromwell,,,,1864-08-08,M,rep,IA,11,,Republican,,,,,,,,,,S000170,,,,,,409676,,,,8297,George Cromwell Scott -Scott,John,Roger Kirkpatrick,,,,1873-07-06,M,rep,PA,-1,,Republican,,,,,,,,,,S000180,,,,,,409686,,,,8307,John Roger Kirkpatrick Scott -Shackleford,Dorsey,William,,,,1853-08-27,M,rep,MO,8,,Democrat,,,,,,,,,,S000274,,,,,,409774,,,,8390,Dorsey W. Shackleford -Sherley,Joseph,Swagar,,,,1871-11-28,M,rep,KY,5,,Democrat,,,,,,,,,,S000343,,,,,,409840,,,,8452,J. Swagar Sherley -Shouse,Jouett,,,,,1879-12-10,M,rep,KS,7,,Democrat,,,,,,,,,,S000384,,,,,,409878,,,,8490,Jouett Shouse -Slayden,James,Luther,,,,1853-06-01,M,rep,TX,14,,Democrat,,,,,,,,,,S000482,,,,,,409970,,,,8570,James Luther Slayden -Smith,Charles,Bennett,,,,1870-09-14,M,rep,NY,41,,Democrat,,,,,,,,,,S000520,,,,,,410004,,,,8605,Charles Bennett Smith -Snook,John,Stout,,,,1862-12-18,M,rep,OH,5,,Democrat,,,,,,,,,,S000657,,,,,,410131,,,,8726,John S. Snook -Stephens,Dan,Voorhees,,,,1868-11-04,M,rep,NE,3,,Democrat,,,,,,,,,,S000856,,,,,,410319,,,,8887,Dan V. Stephens -Sterling,Bruce,Foster,,,,1870-09-28,M,rep,PA,23,,Democrat,,,,,,,,,,S000869,,,,,,410331,,,,8899,Bruce Foster Sterling -Sterling,John,Allen,,,,1857-02-01,M,rep,IL,17,,Republican,,,,,,,,,,S000870,,,,,,410332,,,,8900,John Allen Sterling -Sulloway,Cyrus,Adams,,,,1839-06-08,M,rep,NH,1,,Republican,,,,,,,,,,S001063,,,,,,410517,,,,9078,Cyrus A. Sulloway -Sutherland,Howard,,,,,1865-09-08,M,sen,WV,,1,Republican,,,,,,,,,,S001081,,,,,,410534,,,,9093,Howard Sutherland -Swift,Oscar,William,,,,1869-04-11,M,rep,NY,9,,Republican,,,,,,,,,,S001118,,,,,,410570,,,,9126,Oscar W. Swift -Switzer,Robert,Mauck,,,,1863-03-06,M,rep,OH,10,,Republican,,,,,,,,,,S001124,,,,,,410576,,,,9131,Robert M. Switzer -Talbott,Joshua,Frederick Cockey,,,,1843-07-29,M,rep,MD,2,,Democrat,,,,,,,,,,T000021,,,,,,410611,,,,9163,Joshua Frederick Cockey Talbott -Templeton,Thomas,Weir,,,,1867-11-08,M,rep,PA,11,,Republican,,,,,,,,,,T000121,,,,,,410703,,,,9251,Thomas W. Templeton -Townsend,Charles,Elroy,,,,1856-08-15,M,sen,MI,,1,Republican,,,,,,,,,,T000330,,,,,,410901,,,,9434,Charles E. Townsend -Waldow,William,Frederick,,,,1882-08-26,M,rep,NY,42,,Republican,,,,,,,,,,W000039,,,,,,411219,,,,9729,William F. Waldow -Walker,John,Randall,,,,1874-02-23,M,rep,GA,11,,Democrat,,,,,,,,,,W000060,,,,,,411239,,,,9748,John Randall Walker -Walton,William,Bell,,,,1871-01-23,M,rep,NM,1,,Democrat,,,,,,,,,,W000117,,,,,,411293,,,,9799,William B. Walton -White,George,,,,,1872-08-21,M,rep,OH,15,,Democrat,,,,,,,,,,W000370,,,,,,411531,,,,10023,George White (Ohio politician) -Williams,John,Sharp,,,,1854-07-30,M,sen,MS,,1,Democrat,,,,,,,,,,W000521,,,,,,411678,,,,10165,John Sharp Williams -Wolcott,Josiah,Oliver,,,,1877-10-31,M,sen,DE,,1,Democrat,,,,,,,,,,W000669,,,,,,411822,,,,10304,Josiah O. Wolcott -Woods,Frank,Plowman,,,,1868-12-11,M,rep,IA,10,,Republican,,,,,,,,,,W000721,,,,,,411873,,,,10351,Frank P. Woods -Baird,David,,,,,1839-04-07,M,sen,NJ,,2,Republican,,,,,,,,,,B000052,,,,,,401057,,,,354,David Baird Sr. -Benet,Christie,,,,,1879-12-26,M,sen,SC,,2,Democrat,,,,,,,,,,B000360,,,,,,401352,,,,624,Christie Benet -Drew,Irving,Webster,,,,1845-01-08,M,sen,NH,,3,Republican,,,,,,,,,,D000495,,,,,,403602,,,,2725,Irving W. Drew -Gay,Edward,James,,,,1878-05-05,M,sen,LA,,3,Democrat,,,,,,,,,,G000104,,,,,,404476,,,,3512,Edward James Gay (1878–1952) -Guion,Walter,,,,,1849-04-03,M,sen,LA,,3,Democrat,,,,,,,,,,G000522,,,,,,404867,,,,3875,Walter Guion -Henderson,Charles,Belknap,,,,1873-06-08,M,sen,NV,,3,Democrat,,,,,,,,,,H000477,,,,,,405340,,,,4305,Charles Henderson (Nevada politician) -Martin,George,Brown,,,,1876-08-18,M,sen,KY,,2,Democrat,,,,,,,,,,M000181,,,,,,407202,,,,6025,George B. Martin -Mulkey,Frederick,William,,,,1874-01-06,M,sen,OR,,2,Republican,,,,,,,,,,M001069,,,,,,408035,,,,6787,Frederick W. Mulkey -Nugent,John,Frost,,,,1868-06-28,M,sen,ID,,3,Democrat,,,,,,,,,,N000169,,,,,,408250,,,,6986,John F. Nugent -Pollock,William,Pegues,,,,1870-12-09,M,sen,SC,,2,Democrat,,,,,,,,,,P000417,,,,,,408810,,,,7514,William P. Pollock -Wilfley,Xenophon,Pierce,,,,1871-03-18,M,sen,MO,,3,Democrat,,,,,,,,,,W000471,,,,,,411628,,,,10116,Xenophon P. Wilfley -Alexander,Joshua,Willis,,,,1852-01-22,M,rep,MO,3,,Democrat,,,,,,,,,,A000098,,,,,,400756,,,,86,Joshua W. Alexander -Andrews,William,Noble,,,,1876-11-13,M,rep,MD,1,,Republican,,,,,,,,,,A000253,,,,,,400889,,,,203,William Noble Andrews -Babka,John,Joseph,,,,1884-03-16,M,rep,OH,21,,Democrat,,,,,,,,,,B000007,,,,,,401013,,,,317,John J. Babka -Baer,John,Miller,,,,1886-03-29,M,rep,ND,1,,Republican,,,,,,,,,,B000027,,,,,,401032,,,,333,John Miller Baer -Ball,Lewis,Heisler,,,,1861-09-21,M,sen,DE,,2,Republican,,,,,,,,,,B000100,,,,,,401102,,,,395,L. Heisler Ball -Bankhead,John,Hollis,,,,1842-09-13,M,sen,AL,,2,Democrat,,,,,,,,,,B000110,,,,,,401111,,,,403,John H. Bankhead -Bee,Carlos,,,,,1867-07-08,M,rep,TX,14,,Democrat,,,,,,,,,,B000303,,,,,,401296,,,,573,Carlos Bee -Benson,Carville,Dickinson,,,,1872-08-24,M,rep,MD,2,,Democrat,,,,,,,,,,B000387,,,,,,401378,,,,648,Carville Benson -Bland,William,Thomas,,,,1861-01-21,M,rep,MO,5,,Democrat,,,,,,,,,,B000547,,,,,,401522,,,,787,William Thomas Bland -Booher,Charles,Ferris,,,,1848-01-31,M,rep,MO,4,,Democrat,,,,,,,,,,B000626,,,,,,401591,,,,850,Charles F. Booher -Browning,William,John,,,,1850-04-11,M,rep,NJ,1,,Republican,,,,,,,,,,B000961,,,,,,401913,,,,1149,William J. Browning -Brumbaugh,Clement,Laird,,,,1863-02-28,M,rep,OH,12,,Democrat,,,,,,,,,,B000975,,,,,,401927,,,,1160,Clement Laird Brumbaugh -Burnett,John,Lawson,,,,1854-01-20,M,rep,AL,7,,Democrat,,,,,,,,,,B001121,,,,,,402066,,,,1291,John L. Burnett -Caldwell,Charles,Pope,,,,1875-06-18,M,rep,NY,2,,Democrat,,,,,,,,,,C000030,,,,,,402191,,,,1404,C. Pope Caldwell -Candler,Ezekiel,Samuel,Jr.,,,1862-01-18,M,rep,MS,1,,Democrat,,,,,,,,,,C000110,,,,,,402262,,,,1473,"Ezekiel S. Candler, Jr." -Carlin,Charles,Creighton,,,,1866-04-08,M,rep,VA,-1,,Democrat,,,,,,,,,,C000151,,,,,,402300,,,,1508,Charles Creighton Carlin -Clark,James,Beauchamp,,Champ,,1850-03-07,M,rep,MO,9,,Democrat,,,,,,,,,,C000437,,,,,,402575,,,,1769,Champ Clark -Coady,Charles,Pearce,,,,1868-02-22,M,rep,MD,3,,Democrat,,,,,,,,,,C000541,,,,,,402674,,,,1862,Charles Pearce Coady -Colt,LeBaron,Bradford,,,,1846-06-25,M,sen,RI,,2,Republican,,,,,,,,,,C000651,,,,,,402779,,,,1957,LeBaron Bradford Colt -Costello,Peter,Edward,,,,1854-06-27,M,rep,PA,5,,Republican,,,,,,,,,,C000796,,,,,,402915,,,,2082,Peter E. Costello -Currie,Gilbert,Archibald,,,,1882-09-19,M,rep,MI,10,,Republican,,,,,,,,,,C000998,,,,,,403105,,,,2259,Gilbert A. Currie -Dent,Stanley,Hubert,Jr.,,,1869-08-16,M,rep,AL,2,,Democrat,,,,,,,,,,D000256,,,,,,403394,,,,2514,S. Hubert Dent Jr. -Dewalt,Arthur,Granville,,,,1854-10-11,M,rep,PA,13,,Democrat,,,,,,,,,,D000288,,,,,,403413,,,,2536,Arthur Granville Dewalt -Dial,Nathaniel,Barksdale,,,,1862-04-24,M,sen,SC,,2,Democrat,,,,,,,,,,D000298,,,,,,403421,,,,2552,Nathaniel B. Dial -Donovan,Jerome,Francis,,,,1872-02-01,M,rep,NY,21,,Democrat,,,,,,,,,,D000423,,,,,,403536,,,,2664,Jerome F. Donovan -Dooling,Peter,Joseph,,,,1857-02-15,M,rep,NY,15,,Democrat,,,,,,,,,,D000426,,,,,,403538,,,,2666,Peter J. Dooling -Doremus,Frank,Ellsworth,,,,1865-08-31,M,rep,MI,1,,Democrat,,,,,,,,,,D000431,,,,,,403542,,,,2670,Frank Ellsworth Doremus -Elkins,Davis,,,,,1876-01-24,M,sen,WV,,2,Republican,,,,,,,,,,E000109,,,,,,403800,,,,2898,Davis Elkins -Ellsworth,Franklin,Fowler,,,,1879-07-10,M,rep,MN,2,,Republican,,,,,,,,,,E000145,,,,,,403836,,,,2934,Franklin Ellsworth -Emerson,Henry,Ivory,,,,1871-03-15,M,rep,OH,22,,Republican,,,,,,,,,,E000171,,,,,,403862,,,,2959,Henry I. Emerson -Esch,John,Jacob,,,,1861-03-20,M,rep,WI,7,,Republican,,,,,,,,,,E000212,,,,,,403899,,,,2988,John J. Esch -Estopinal,Albert,,,,,1845-01-30,M,rep,LA,1,,Democrat,,,,,,,,,,E000224,,,,,,403910,,,,2996,Albert Estopinal -Evans,Charles,Robley,,,,1866-08-09,M,rep,NV,0,,Democrat,,,,,,,,,,E000234,,,,,,403919,,,,3004,Charles R. Evans -Fall,Albert,Bacon,,,,1861-11-26,M,sen,NM,,2,Republican,,,,,,,,,,F000011,,,,,,403973,,,,3053,Albert B. Fall -Farr,John,Richard,,,,1857-07-18,M,rep,PA,10,,Republican,,,,,,,,,,F000029,,,,,,403991,,,,3068,John R. Farr -Ferris,Scott,,,,,1877-11-03,M,rep,OK,6,,Democrat,,,,,,,,,,F000091,,,,,,404048,,,,3119,Scott Ferris -Fitzgerald,John,Francis,,,,1863-02-11,M,rep,MA,10,,Democrat,,,,,,,,,,F000164,,,,,,404119,,,,3182,John F. Fitzgerald -Fuller,Alvan,Tufts,,,,1878-02-27,M,rep,MA,9,,Republican,,,,,,,,,,F000405,,,,,,404346,,,,3391,Alvan T. Fuller -Gallagher,Thomas,,,,,1850-07-06,M,rep,IL,8,,Democrat,,,,,,,,,,G000018,,,,,,404395,,,,3435,Thomas Gallagher (Illinois) -Gandy,Harry,Luther,,,,1881-08-13,M,rep,SD,3,,Democrat,,,,,,,,,,G000037,,,,,,404413,,,,3450,Harry Gandy -Gard,Warren,,,,,1873-07-02,M,rep,OH,3,,Democrat,,,,,,,,,,G000048,,,,,,404423,,,,3459,Warren Gard -Garland,Mahlon,Morris,,,,1856-05-04,M,rep,PA,-1,,Republican,,,,,,,,,,G000068,,,,,,404441,,,,3478,Mahlon Morris Garland -Godwin,Hannibal,Lafayette,,,,1873-11-03,M,rep,NC,6,,Democrat,,,,,,,,,,G000250,,,,,,404612,,,,3641,Hannibal Lafayette Godwin -Goldfogle,Henry,Mayer,,,,1856-05-23,M,rep,NY,12,,Democrat,,,,,,,,,,G000260,,,,,,404622,,,,3651,Henry M. Goldfogle -Goodall,Louis,Bertrand,,,,1851-09-23,M,rep,ME,1,,Republican,,,,,,,,,,G000276,,,,,,404638,,,,3665,Louis B. Goodall -Goodwin,William,Shields,,,,1866-05-02,M,rep,AR,7,,Democrat,,,,,,,,,,G000304,,,,,,404663,,,,3689,William S. Goodwin -Grigsby,George,Barnes,,,,1874-12-02,M,rep,AK,0,,,,,,,,,,,,G000474,,,,,,404819,,,,,George Barnes Grigsby -Hamill,James,Alphonsus,,,,1877-03-30,M,rep,NJ,12,,Democrat,,,,,,,,,,H000099,,,,,,404981,,,,3980,James A. Hamill -Hamilton,Edward,La Rue,,,,1857-12-09,M,rep,MI,4,,Republican,,,,,,,,,,H000108,,,,,,404990,,,,3989,Edward L. Hamilton -Haskell,Reuben,Locke,,,,1878-10-05,M,rep,NY,10,,Republican,,,,,,,,,,H000319,,,,,,405192,,,,4173,Reuben L. Haskell -Helm,Harvey,,,,,1865-12-02,M,rep,KY,-1,,Democrat,,,,,,,,,,H000461,,,,,,405326,,,,4291,Harvey Helm -Hernández,Benigno,Cárdenas,,,,1862-02-13,M,rep,NM,1,,Republican,,,,,,,,,,H000532,,,,,,405394,,,,4356,Benigno C. Hernández -Hersman,Hugh,Steel,,,,1872-07-08,M,rep,CA,8,,Democrat,,,,,,,,,,H000546,,,,,,405408,,,,4370,Hugh S. Hersman -Hill,William,Henry,,,,1876-03-23,M,rep,NY,34,,Republican,,,,,,,,,,H000610,,,,,,405471,,,,4427,William Henry Hill (New York) -Holland,Edward,Everett,,,,1861-02-26,M,rep,VA,2,,Democrat,,,,,,,,,,H000716,,,,,,405568,,,,4517,Edward Everett Holland -Hulings,Willis,James,,,,1850-07-01,M,rep,PA,28,,Republican,,,,,,,,,,H000939,,,,,,405784,,,,4716,Willis James Hulings -Igoe,William,Leo,,,,1879-10-19,M,rep,MO,11,,Democrat,,,,,,,,,,I000005,,,,,,405867,,,,4794,William L. Igoe -Johnston,John,Brown,,,,1882-07-10,M,rep,NY,5,,Democrat,,,,,,,,,,J000190,,,,,,406085,,,,5004,John B. Johnston -Juul,Niels,,,,,1859-04-27,M,rep,IL,7,,Republican,,,,,,,,,,J000282,,,,,,406174,,,,5087,Niels Juul -Kennedy,Charles,Augustus,,,,1869-03-24,M,rep,IA,1,,Republican,,,,,,,,,,K000104,,,,,,406272,,,,5178,Charles A. Kennedy -Kenyon,William,Squire,,,,1869-06-10,M,sen,IA,,2,Republican,,,,,,,,,,K000129,,,,,,406295,,,,5198,William S. Kenyon (Iowa politician) -Kettner,William,,,,,1864-11-20,M,rep,CA,11,,Democrat,,,,,,,,,,K000155,,,,,,406319,,,,5221,William Kettner -Lesher,John,Vandling,,,,1866-07-27,M,rep,PA,16,,Democrat,,,,,,,,,,L000250,,,,,,406753,,,,5615,John Vandling Lesher -Lever,Asbury,Francis,,,,1875-01-05,M,rep,SC,7,,Democrat,,,,,,,,,,L000259,,,,,,406762,,,,5624,Asbury Francis Lever -MacCrate,John,,,,,1885-03-29,M,rep,NY,3,,Republican,,,,,,,,,,M000002,,,,,,407032,,,,5870,John MacCrate -Maher,James,Paul,,,,1865-11-03,M,rep,NY,7,,Democrat,,,,,,,,,,M000063,,,,,,407091,,,,5922,James P. Maher -Mann,Edward,Coke,,,,1880-11-21,M,rep,SC,7,,Democrat,,,,,,,,,,M000101,,,,,,407125,,,,5956,Edward C. Mann -Mays,James,Henry,,,,1868-06-29,M,rep,UT,2,,Democrat,,,,,,,,,,M000290,,,,,,407305,,,,6117,James Henry Mays -McCormick,Joseph,Medill,,,,1877-05-16,M,sen,IL,,2,Republican,,,,,,,,,,M000369,,,,,,407374,,,,6181,Joseph M. McCormick -McGlennon,Cornelius,Augustine,,,,1878-12-10,M,rep,NJ,8,,Democrat,,,,,,,,,,M000450,,,,,,407449,,,,6254,Cornelius Augustine McGlennon -McKiniry,Richard,Francis,,,,1878-03-23,M,rep,NY,23,,Democrat,,,,,,,,,,M000517,,,,,,407511,,,,6308,Richard F. McKiniry -McLane,Patrick,,,,,1875-03-14,M,rep,PA,10,,Democrat,,,,,,,,,,M000536,,,,,,407528,,,,6324,Patrick McLane -Monahan,James,Gideon,,,,1855-01-12,M,rep,WI,3,,Republican,,,,,,,,,,M000849,,,,,,407822,,,,6588,James G. Monahan -Moon,John,Austin,,,,1855-04-22,M,rep,TN,3,,Democrat,,,,,,,,,,M000884,,,,,,407856,,,,6618,John A. Moon -Moore,Joseph,Hampton,,,,1864-03-08,M,rep,PA,3,,Republican,,,,,,,,,,M000906,,,,,,407878,,,,6640,J. Hampton Moore -Morgan,Dick,Thompson,,,,1853-12-06,M,rep,OK,8,,Republican,,,,,,,,,,M000947,,,,,,407915,,,,6675,Dick Thompson Morgan -Nelson,Knute,,,,,1843-02-02,M,sen,MN,,2,Republican,,,,,,,,,,N000040,,,,,,408130,,,,6870,Knute Nelson -Newberry,Truman,Handy,,,,1864-11-05,M,sen,MI,,2,Republican,,,,,,,,,,N000062,,,,,,408150,,,,6890,Truman Handy Newberry -Nicholls,Samuel,Jones,,,,1885-05-07,M,rep,SC,4,,Democrat,,,,,,,,,,N000088,,,,,,408173,,,,6915,Samuel J. Nicholls -Nichols,Charles,Archibald,,,,1876-08-25,M,rep,MI,13,,Republican,,,,,,,,,,N000090,,,,,,408175,,,,6917,Charles Archibald Nichols -Olney,Richard,,,,,1871-01-05,M,rep,MA,14,,Democrat,,,,,,,,,,O000080,,,,,,408353,,,,7067,Richard Olney II -Owen,Robert,Latham,,,,1856-02-02,M,sen,OK,,2,Democrat,,,,,,,,,,O000153,,,,,,408404,,,,7133,Robert Latham Owen -Pell,Herbert,Claiborne,Jr.,,,1884-02-16,M,rep,NY,17,,Democrat,,,,,,,,,,P000194,,,,,,408598,,,,7311,Herbert Pell -Phelan,Michael,Francis,,,,1875-10-22,M,rep,MA,7,,Democrat,,,,,,,,,,P000291,,,,,,408691,,,,7396,Michael Francis Phelan -Platt,Edmund,,,,,1865-02-02,M,rep,NY,26,,Republican,,,,,,,,,,P000379,,,,,,408773,,,,7479,Edmund Platt -Ragsdale,James,Willard,,,,1872-12-14,M,rep,SC,6,,Democrat,,,,,,,,,,R000010,,,,,,408993,,,,7689,J. Willard Ragsdale -Ramsey,John,Rathbone,,,,1862-04-25,M,rep,NJ,6,,Republican,,,,,,,,,,R000027,,,,,,409008,,,,7704,John R. Ramsey -Randall,Charles,Hiram,,,,1865-07-23,M,rep,CA,9,,Prohibitionist,,,,,,,,,,R000036,,,,,,409017,,,,7712,Charles Hiram Randall -Randall,Clifford,Ellsworth,,,,1876-12-25,M,rep,WI,1,,Republican,,,,,,,,,,R000038,,,,,,409019,,,,7714,Clifford E. Randall -Robbins,Edward,Everett,,,,1860-09-27,M,rep,PA,22,,Republican,,,,,,,,,,R000298,,,,,,409270,,,,7941,Edward Everett Robbins -Robinson,Leonidas,Dunlap,,,,1867-04-22,M,rep,NC,7,,Democrat,,,,,,,,,,R000348,,,,,,409319,,,,7987,Leonidas D. Robinson -Rowan,Joseph,,,,,1870-09-08,M,rep,NY,19,,Democrat,,,,,,,,,,R000472,,,,,,409433,,,,8088,Joseph Rowan -Rowe,Frederick,William,,,,1863-03-19,M,rep,NY,6,,Republican,,,,,,,,,,R000476,,,,,,409437,,,,8092,Frederick W. Rowe -Sanders,Jared,Young,,,,1869-01-29,M,rep,LA,6,,Democrat,,,,,,,,,,S000035,,,,,,409552,,,,8197,Jared Y. Sanders Sr. -Sanford,Rollin,Brewster,,,,1874-05-18,M,rep,NY,28,,Republican,,,,,,,,,,S000053,,,,,,409568,,,,8212,Rollin B. Sanford -Saunders,Edward,Watts,,,,1860-10-20,M,rep,VA,5,,Democrat,,,,,,,,,,S000077,,,,,,409589,,,,8227,Edward W. Saunders -Scully,Thomas,Joseph,,,,1868-09-19,M,rep,NJ,3,,Democrat,,,,,,,,,,S000206,,,,,,409711,,,,8330,Thomas J. Scully -Sells,Sam,Riley,,,,1871-08-02,M,rep,TN,1,,Republican,,,,,,,,,,S000235,,,,,,409739,,,,8356,Sam R. Sells -Shields,John,Knight,,,,1858-08-15,M,sen,TN,,2,Democrat,,,,,,,,,,S000363,,,,,,409858,,,,8471,John K. Shields -Sims,Thetus,Willrette,,,,1852-04-25,M,rep,TN,8,,Democrat,,,,,,,,,,S000441,,,,,,409935,,,,8537,Thetus W. Sims -Small,John,Humphrey,,,,1858-08-29,M,rep,NC,1,,Democrat,,,,,,,,,,S000500,,,,,,409987,,,,8588,John Humphrey Small -Smith,Thomas,Francis,,,,1865-07-24,M,rep,NY,16,,Democrat,,,,,,,,,,S000619,,,,,,410094,,,,8689,Thomas Francis Smith -Stanley,Augustus,Owsley,,,,1867-05-21,M,sen,KY,,2,Democrat,,,,,,,,,,S000796,,,,,,410262,,,,8838,Augustus Owsley Stanley -Steele,Henry,Joseph,,,,1860-05-10,M,rep,PA,26,,Democrat,,,,,,,,,,S000831,,,,,,410295,,,,8868,Henry Joseph Steele -Sterling,Thomas,,,,,1851-02-21,M,sen,SD,,2,Republican,,,,,,,,,,S000872,,,,,,410334,,,,8902,Thomas Sterling -Sulzer,Charles,August,,,,1879-02-24,M,rep,AK,0,,,,,,,,,,,,S001064,,,,,,410518,,,,,Charles August Sulzer -Swindall,Charles,,,,,1876-02-13,M,rep,OK,8,,Republican,,,,,,,,,,S001121,,,,,,410573,,,,9129,Charles Swindall -Swope,King,,,,,1893-08-10,M,rep,KY,8,,Republican,,,,,,,,,,S001129,,,,,,410580,,,,9136,King Swope -Thompson,Joseph,Bryan,,,,1871-04-29,M,rep,OK,5,,Democrat,,,,,,,,,,T000210,,,,,,410789,,,,9332,Joseph Bryan Thompson -Van Dyke,Carl,Chester,,,,1881-02-18,M,rep,MN,4,,Democrat,,,,,,,,,,V000034,,,,,,411079,,,,9610,Carl Van Dyke -Venable,William,Webb,,,,1880-09-25,M,rep,MS,5,,Democrat,,,,,,,,,,V000086,,,,,,411142,,,,9661,William W. Venable -Watkins,John,Thomas,,,,1854-01-15,M,rep,LA,4,,Democrat,,,,,,,,,,W000193,,,,,,411365,,,,9867,John T. Watkins -Watson,Walter,Allen,,,,1867-11-25,M,rep,VA,4,,Democrat,,,,,,,,,,W000206,,,,,,411377,,,,9878,Walter Allen Watson -Webb,Edwin,Yates,,,,1872-05-23,M,rep,NC,9,,Democrat,,,,,,,,,,W000231,,,,,,411399,,,,9898,Edwin Y. Webb -Welling,Milton,Holmes,,,,1876-01-25,M,rep,UT,1,,Democrat,,,,,,,,,,W000278,,,,,,411443,,,,9938,Milton H. Welling -Welty,Benjamin,Franklin,,,,1870-08-09,M,rep,OH,4,,Democrat,,,,,,,,,,W000291,,,,,,411455,,,,9949,Benjamin F. Welty -Whaley,Richard,Smith,,,,1874-07-15,M,rep,SC,1,,Democrat,,,,,,,,,,W000319,,,,,,411481,,,,9974,Richard S. Whaley -Wilson,James,Clifton,,,,1874-06-21,M,rep,TX,12,,Democrat,,,,,,,,,,W000593,,,,,,411748,,,,10233,James Clifton Wilson -Wilson,John,Haden,,,,1867-08-20,M,rep,PA,22,,Democrat,,,,,,,,,,W000600,,,,,,411755,,,,10240,John Haden Wilson -Wilson,William,Warfield,,,,1868-03-02,M,rep,IL,3,,Republican,,,,,,,,,,W000624,,,,,,411778,,,,10263,William Warfield Wilson -Yangco,Teodoro,Rafael,,,,1861-11-09,M,rep,PI,0,,,,,,,,,,,,Y000004,,,,,,411938,,,,,Teodoro R. Yangco -Young,James,,,,,1866-07-18,M,rep,TX,3,,Democrat,,,,,,,,,,Y000040,,,,,,411972,,,,10443,James Young (congressman) -Comer,Braxton,Bragg,,,,1848-11-07,M,sen,AL,,2,Democrat,,,,,,,,,,C000657,,,,,,402784,,,,1962,B. B. Comer -Harding,Warren,Gamaliel,,,,1865-11-02,M,sen,OH,,3,Republican,,,,,,,,,,H000192,,,,,,405073,,,,4059,Warren G. Harding -Andrews,William,Ezekiel,,,,1854-12-17,M,rep,NE,5,,Republican,,,,,,,,,,A000251,,,,,,400887,,,,201,William E. Andrews -Ansorge,Martin,Charles,,,,1882-01-01,M,rep,NY,21,,Republican,,,,,,,,,,A000260,,,,,,400897,,,,210,Martin C. Ansorge -Appleby,Theodore,Frank,,,,1864-10-10,M,rep,NJ,3,,Republican,,,,,,,,,,A000267,,,,,,400905,,,,217,T. Frank Appleby -Atkeson,William,Oscar,,,,1854-08-24,M,rep,MO,6,,Republican,,,,,,,,,,A000326,,,,,,400974,,,,281,William O. Atkeson -Baldwin,Henry,Alexander,,,,1871-01-12,M,rep,HI,-1,,Republican,,,,,,,,,,B000088,,,,,,401090,,,,,Henry Alexander Baldwin -Benham,John,Samuel,,,,1863-10-24,M,rep,IN,4,,Republican,,,,,,,,,,B000361,,,,,,401353,,,,625,John S. Benham -Bird,Richard,Ely,,,,1878-11-04,M,rep,KS,8,,Republican,,,,,,,,,,B000479,,,,,,401460,,,,724,Richard Ely Bird -Blackmon,Fred,Leonard,,,,1873-09-15,M,rep,AL,-1,,Democrat,,,,,,,,,,B000514,,,,,,401492,,,,757,Fred L. Blackmon -Blakeney,Albert,Alexander,,,,1850-09-28,M,rep,MD,2,,Republican,,,,,,,,,,B000535,,,,,,401510,,,,776,Albert Blakeney -Bland,Oscar,Edward,,,,1877-11-21,M,rep,IN,2,,Republican,,,,,,,,,,B000542,,,,,,401517,,,,782,Oscar E. Bland -Bond,Charles,Grosvenor,,,,1877-05-29,M,rep,NY,8,,Republican,,,,,,,,,,B000610,,,,,,401578,,,,840,Charles G. Bond -Bowers,George,Meade,,,,1863-09-13,M,rep,WV,2,,Republican,,,,,,,,,,B000690,,,,,,401652,,,,904,George Meade Bowers -Brandegee,Frank,Bosworth,,,,1864-07-08,M,sen,CT,,3,Republican,,,,,,,,,,B000769,,,,,,401728,,,,978,Frank B. Brandegee -Brennan,Vincent,Morrison,,,,1890-04-22,M,rep,MI,13,,Republican,,,,,,,,,,B000800,,,,,,401757,,,,1005,Vincent M. Brennan -Brinson,Samuel,Mitchell,,,,1870-03-20,M,rep,NC,3,,Democrat,,,,,,,,,,B000840,,,,,,401797,,,,1042,Samuel M. Brinson -Brooks,Edward,Schroeder,,,,1867-06-14,M,rep,PA,20,,Republican,,,,,,,,,,B000876,,,,,,401833,,,,1073,Edward Schroeder Brooks -Brooks,Edwin,Bruce,,,,1868-09-20,M,rep,IL,23,,Republican,,,,,,,,,,B000877,,,,,,401834,,,,1074,Edwin B. Brooks -Brown,Joseph,Edgar,,,,1880-02-11,M,rep,TN,3,,Republican,,,,,,,,,,B000935,,,,,,401889,,,,1125,Joseph Edgar Brown -Burke,William,Joseph,,,,1862-09-25,M,rep,PA,-1,,Republican,,,,,,,,,,B001101,,,,,,402046,,,,1274,William J. Burke -Burroughs,Sherman,Everett,,,,1870-02-06,M,rep,NH,1,,Republican,,,,,,,,,,B001138,,,,,,402081,,,,1306,Sherman Everett Burroughs -Bursum,Holm,Olaf,,,,1867-02-10,M,sen,NM,,2,Republican,,,,,,,,,,B001144,,,,,,402087,,,,1312,Holm O. Bursum -Cameron,Ralph,Henry,,,,1863-10-21,M,sen,AZ,,3,Republican,,,,,,,,,,C000066,,,,,,402224,,,,1436,Ralph H. Cameron -Campbell,Philip,Pitt,,,,1862-04-25,M,rep,KS,3,,Republican,,,,,,,,,,C000097,,,,,,402252,,,,1462,Philip P. Campbell -Cannon,Joseph,Gurney,,,,1836-05-07,M,rep,IL,18,,Republican,,,,,,,,,,C000121,,,,,,402272,,,,1483,Joseph Gurney Cannon -Chandler,Thomas,Alberter,,,,1871-07-26,M,rep,OK,1,,Republican,,,,,,,,,,C000295,,,,,,402437,,,,1638,Thomas Alberter Chandler -Chandler,Walter,Marion,,,,1867-12-08,M,rep,NY,19,,Republican,,,,,,,,,,C000297,,,,,,402439,,,,1640,Walter M. Chandler -Classon,David,Guy,,,,1870-09-27,M,rep,WI,9,,Republican,,,,,,,,,,C000474,,,,,,402612,,,,1804,David G. Classon -Clouse,Wynne,F.,,,,1883-08-29,M,rep,TN,4,,Republican,,,,,,,,,,C000532,,,,,,402666,,,,1854,Wynne F. Clouse -Codd,George,Pierre,,,,1869-12-07,M,rep,MI,1,,Republican,,,,,,,,,,C000579,,,,,,402708,,,,1895,George P. Codd -Connell,Charles,Robert,,,,1864-09-22,M,rep,PA,10,,Republican,,,,,,,,,,C000685,,,,,,402811,,,,1987,Charles Robert Connell -Copley,Ira,Clifton,,,,1864-10-25,M,rep,IL,11,,Republican,,,,,,,,,,C000770,,,,,,402889,,,,2063,Ira Clifton Copley -Coughlin,Clarence,Dennis,,,,1883-07-27,M,rep,PA,11,,Republican,,,,,,,,,,C000806,,,,,,402925,,,,2091,Clarence Dennis Coughlin -Crago,Thomas,Spencer,,,,1866-08-08,M,rep,PA,-1,,Republican,,,,,,,,,,C000853,,,,,,402969,,,,2130,Thomas S. Crago -Crow,William,Evans,,,,1870-03-10,M,sen,PA,,1,Republican,,,,,,,,,,C000938,,,,,,403050,,,,2205,William E. Crow -Cummins,Albert,Baird,,,,1850-02-15,M,sen,IA,,3,Republican,,,,,,,,,,C000988,,,,,,403096,,,,2252,Albert B. Cummins -De Veyra,Jaime,Carlos,,,,1873-11-04,M,rep,PI,0,,,,,,,,,,,,D000276,,,,,,403322,,,,,Jaime C. de Veyra -Dillingham,William,Paul,,,,1843-12-12,M,sen,VT,,3,Republican,,,,,,,,,,D000347,,,,,,403465,,,,2597,William P. Dillingham -Dunn,Thomas,Byrne,,,,1853-03-16,M,rep,NY,38,,Republican,,,,,,,,,,D000553,,,,,,403660,,,,2776,Thomas B. Dunn -Echols,Leonard,Sidney,,,,1871-10-30,M,rep,WV,6,,Republican,,,,,,,,,,E000030,,,,,,403725,,,,2834,Leonard S. Echols -Elston,John,Arthur,,,,1874-02-10,M,rep,CA,6,,Republican,,,,,,,,,,E000161,,,,,,403852,,,,2949,John A. Elston -Ernst,Richard,Pretlow,,,,1858-02-28,M,sen,KY,,3,Republican,,,,,,,,,,E000206,,,,,,403893,,,,2983,Richard P. Ernst -Evans,Robert,Emory,,,,1856-07-15,M,rep,NE,3,,Republican,,,,,,,,,,E000256,,,,,,403938,,,,3020,Robert E. Evans -Flood,Henry,De La Warr,,,,1865-09-02,M,rep,VA,10,,Democrat,,,,,,,,,,F000210,,,,,,404165,,,,3225,Henry D. Flood -Fordney,Joseph,Warren,,,,1853-11-05,M,rep,MI,8,,Republican,,,,,,,,,,F000271,,,,,,404222,,,,3275,Joseph W. Fordney -Frankhauser,William,Horace,,,,1863-03-05,M,rep,MI,3,,Republican,,,,,,,,,,F000341,,,,,,404289,,,,3339,William H. Frankhauser -Gahn,Harry,Conrad,,,,1880-04-26,M,rep,OH,21,,Republican,,,,,,,,,,G000004,,,,,,404381,,,,3422,Harry C. Gahn -Gensman,Lorraine,Michael,,,,1878-08-26,M,rep,OK,6,,Republican,,,,,,,,,,G000123,,,,,,404493,,,,3528,L. M. Gensman -Gernerd,Fred,Benjamin,,,,1879-11-22,M,rep,PA,13,,Republican,,,,,,,,,,G000137,,,,,,404506,,,,3540,Fred Benjamin Gernerd -Good,James,William,,,,1866-09-24,M,rep,IA,5,,Republican,,,,,,,,,,G000275,,,,,,404637,,,,3664,James William Good -Goodykoontz,Wells,,,,,1872-06-03,M,rep,WV,5,,Republican,,,,,,,,,,G000308,,,,,,404667,,,,3693,Wells Goodykoontz -Gould,Norman,Judd,,,,1877-03-15,M,rep,NY,36,,Republican,,,,,,,,,,G000342,,,,,,404698,,,,3723,Norman J. Gould -Hardy,Rufus,,,,,1855-12-16,M,rep,TX,6,,Democrat,,,,,,,,,,H000198,,,,,,405079,,,,4065,Rufus Hardy (representative) -Harreld,John,William,,,,1872-01-24,M,sen,OK,,3,Republican,,,,,,,,,,H000227,,,,,,405105,,,,4092,John W. Harreld -Hays,Edward,Dixon,,,,1872-04-28,M,rep,MO,14,,Republican,,,,,,,,,,H000403,,,,,,405270,,,,4242,Edward D. Hays -Henry,Lewis,,,,,1885-06-08,M,rep,NY,37,,Republican,,,,,,,,,,H000510,,,,,,405373,,,,4336,Lewis Henry -Herrick,Manuel,,,,,1876-09-20,M,rep,OK,8,,Republican,,,,,,,,,,H000540,,,,,,405402,,,,4364,Manuel Herrick -Hicks,Frederick,Cocks,,,,1872-03-06,M,rep,NY,1,,Republican,,,,,,,,,,H000564,,,,,,405426,,,,4385,Frederick C. Hicks -Himes,Joseph,Hendrix,,,,1885-08-15,M,rep,OH,16,,Republican,,,,,,,,,,H000626,,,,,,405484,,,,4439,Joseph H. Himes -Hogan,Michael,Joseph,,,,1871-04-22,M,rep,NY,7,,Republican,,,,,,,,,,H000693,,,,,,405546,,,,4496,Michael J. Hogan -Houghton,Alanson,Bigelow,,,,1863-10-10,M,rep,NY,37,,Republican,,,,,,,,,,H000813,,,,,,405661,,,,4602,Alanson B. Houghton -Huck,Winnifred,Sprague Mason,,,,1882-09-14,F,rep,IL,-1,,Republican,,,,,,,,,,H000900,,,,,,405746,,,,4683,Winnifred Sprague Mason Huck -Hukriede,Theodore,Waldemar,,,,1878-11-09,M,rep,MO,9,,Republican,,,,,,,,,,H000933,,,,,,405778,,,,4710,Theodore W. Hukriede -Humphrey,Augustin,Reed,,,,1859-02-18,M,rep,NE,6,,Republican,,,,,,,,,,H000949,,,,,,405793,,,,4725,Augustin Reed Humphrey -Husted,James,William,,,,1870-03-16,M,rep,NY,25,,Republican,,,,,,,,,,H001005,,,,,,405845,,,,4775,James W. Husted (Representative) -Hutchinson,Elijah,Cubberley,,,,1855-08-07,M,rep,NJ,4,,Republican,,,,,,,,,,H001012,,,,,,405851,,,,4781,Elijah C. Hutchinson -Ireland,Clifford,Cady,,,,1878-02-14,M,rep,IL,16,,Republican,,,,,,,,,,I000030,,,,,,405888,,,,4815,Clifford C. Ireland -Jacoway,Henderson,Madison,,,,1870-11-07,M,rep,AR,5,,Democrat,,,,,,,,,,J000041,,,,,,405946,,,,4876,Henderson M. Jacoway -James,Rorer,Abraham,,,,1859-03-01,M,rep,VA,5,,Democrat,,,,,,,,,,J000052,,,,,,405957,,,,4886,Rorer A. James -Jefferis,Albert,Webb,,,,1868-12-07,M,rep,NE,2,,Republican,,,,,,,,,,J000067,,,,,,405972,,,,4901,Albert W. Jefferis -Johnson,Paul,Burney,,,,1880-03-23,M,rep,MS,6,,Democrat,,,,,,,,,,J000166,,,,,,406063,,,,4984,Paul B. Johnson Sr. -Jones,Evan,John,,,,1872-10-23,M,rep,PA,21,,Republican,,,,,,,,,,J000217,,,,,,406112,,,,5028,Evan John Jones (politician) -Kalanianaole,Jonah,Kuhio,,,,1871-03-26,M,rep,HI,-1,,Republican,,,,,,,,,,K000004,,,,,,406178,,,,,Jonah Kūhiō Kalanianaʻole -Kelley,Patrick,Henry,,,,1867-10-07,M,rep,MI,6,,Republican,,,,,,,,,,K000061,,,,,,406231,,,,5139,Patrick H. Kelley -Kennedy,Ambrose,,,,,1875-12-01,M,rep,RI,3,,Republican,,,,,,,,,,K000100,,,,,,406268,,,,5174,Ambrose Kennedy -Kinkaid,Moses,Pierce,,,,1856-01-24,M,rep,NE,6,,Republican,,,,,,,,,,K000221,,,,,,406380,,,,5278,Moses Kinkaid -Kirkpatrick,William,Huntington,,,,1885-10-02,M,rep,PA,26,,Republican,,,,,,,,,,K000240,,,,,,406399,,,,5297,William Huntington Kirkpatrick -Kissel,John,,,,,1864-07-31,M,rep,NY,3,,Republican,,,,,,,,,,K000245,,,,,,406404,,,,5302,John Kissel (New York) -Kleczka,John,Casimir,,,,1885-05-06,M,rep,WI,4,,Republican,,,,,,,,,,K000260,,,,,,406418,,,,5316,John C. Kleczka -Kline,Ardolph,Loges,,,,1858-02-21,M,rep,NY,5,,Republican,,,,,,,,,,K000266,,,,,,406424,,,,5320,Ardolph L. Kline -Kline,Isaac,Clinton,,,,1858-08-18,M,rep,PA,16,,Republican,,,,,,,,,,K000267,,,,,,406425,,,,5321,Isaac Clinton Kline -Knight,Charles,Landon,,,,1867-06-18,M,rep,OH,14,,Republican,,,,,,,,,,K000284,,,,,,406441,,,,5336,Charles Landon Knight -Kraus,Milton,,,,,1866-06-26,M,rep,IN,11,,Republican,,,,,,,,,,K000323,,,,,,406477,,,,5364,Milton Kraus -Kreider,Aaron,Shenk,,,,1863-06-26,M,rep,PA,18,,Republican,,,,,,,,,,K000327,,,,,,406481,,,,5366,Aaron Shenk Kreider -Ladd,Edwin,Freemont,,,,1859-12-13,M,sen,ND,,3,Republican,,,,,,,,,,L000012,,,,,,406522,,,,5393,Edwin F. Ladd -Lawrence,Henry,Franklin,,,,1868-01-31,M,rep,MO,3,,Republican,,,,,,,,,,L000135,,,,,,406640,,,,5512,Henry F. Lawrence -Layton,Caleb,Rodney,,,,1851-09-08,M,rep,DE,0,,Republican,,,,,,,,,,L000151,,,,,,406656,,,,5527,Caleb R. Layton -Lee,Warren,Isbell,,,,1876-02-05,M,rep,NY,6,,Republican,,,,,,,,,,L000207,,,,,,406710,,,,5571,Warren I. Lee -Lenroot,Irvine,Luther,,,,1869-01-31,M,sen,WI,,3,Republican,,,,,,,,,,L000241,,,,,,406744,,,,5607,Irvine Lenroot -London,Meyer,,,,,1871-12-29,M,rep,NY,12,,Socialist,,,,,,,,,,L000408,,,,,,406899,,,,5751,Meyer London -Lufkin,Willfred,Weymouth,,,,1879-03-10,M,rep,MA,6,,Republican,,,,,,,,,,L000503,,,,,,406990,,,,5833,Willfred W. Lufkin -Luhring,Oscar,Raymond,,,,1879-02-11,M,rep,IN,1,,Republican,,,,,,,,,,L000505,,,,,,406991,,,,5834,Oscar Raymond Luhring -Maloney,Robert,Sarsfield,,,,1881-02-03,M,rep,MA,7,,Republican,,,,,,,,,,M000092,,,,,,407116,,,,5948,Robert S. Maloney -Mann,James,Robert,,,,1856-10-20,M,rep,IL,2,,Republican,,,,,,,,,,M000104,,,,,,407128,,,,5959,James Robert Mann (Illinois) -Mason,William,Ernest,,,,1850-07-07,M,rep,IL,-1,,Republican,,,,,,,,,,M000228,,,,,,407246,,,,6065,William E. Mason -McArthur,Clifton,Nesmith,,,,1879-06-10,M,rep,OR,3,,Republican,,,,,,,,,,M000298,,,,,,407313,,,,6124,Clifton N. McArthur -McCormick,Washington,Jay,,,,1884-01-04,M,rep,MT,1,,Republican,,,,,,,,,,M000373,,,,,,407378,,,,6185,Washington J. McCormick -McKinley,William,Brown,,,,1856-09-05,M,sen,IL,,3,Republican,,,,,,,,,,M000521,,,,,,407514,,,,6313,William B. McKinley -McLaughlin,Joseph,,,,,1867-06-09,M,rep,PA,-1,,Republican,,,,,,,,,,M000540,,,,,,407532,,,,6328,Joseph McLaughlin (Pennsylvania politician) -McPherson,Isaac,Vanbert,,,,1868-03-08,M,rep,MO,15,,Republican,,,,,,,,,,M000592,,,,,,407581,,,,6374,Isaac V. McPherson -Millspaugh,Frank,Crenshaw,,,,1872-01-14,M,rep,MO,1,,Republican,,,,,,,,,,M000781,,,,,,407759,,,,6534,Frank C. Millspaugh -Mondell,Franklin,Wheeler,,,,1860-11-06,M,rep,WY,0,,Republican,,,,,,,,,,M000852,,,,,,407825,,,,6590,Franklin Wheeler Mondell -Montoya,Néstor,,,,,1862-04-14,M,rep,NM,1,,Republican,,,,,,,,,,M000877,,,,,,407849,,,,6612,Néstor Montoya -Nelson,Adolphus,Peter,,,,1872-03-28,M,rep,WI,11,,Republican,,,,,,,,,,N000029,,,,,,408120,,,,6861,Adolphus Peter Nelson -Nicholson,Samuel,Danford,,,,1859-02-22,M,sen,CO,,3,Republican,,,,,,,,,,N000101,,,,,,408186,,,,6926,Samuel D. Nicholson -Nolan,John,Ignatius,,,,1874-01-14,M,rep,CA,5,,Republican,,,,,,,,,,N000124,,,,,,408208,,,,6947,John I. Nolan -Norton,Miner,Gibbs,,,,1857-05-11,M,rep,OH,20,,Republican,,,,,,,,,,N000154,,,,,,408236,,,,6973,Miner G. Norton -Ogden,Charles,Franklin,,,,1873-02-04,M,rep,KY,5,,Republican,,,,,,,,,,O000042,,,,,,408325,,,,7030,Charles F. Ogden -Olpp,Archibald,Ernest,,,,1882-05-12,M,rep,NJ,11,,Republican,,,,,,,,,,O000082,,,,,,408354,,,,7069,Archibald E. Olpp -Overstreet,James,Whetstone,,,,1866-08-28,M,rep,GA,1,,Democrat,,,,,,,,,,O000143,,,,,,408394,,,,7123,James W. Overstreet -Padgett,Lemuel,Phillips,,,,1855-11-28,M,rep,TN,7,,Democrat,,,,,,,,,,P000012,,,,,,408423,,,,7150,Lemuel P. Padgett -Parker,Richard,Wayne,,,,1848-08-06,M,rep,NJ,9,,Republican,,,,,,,,,,P000070,,,,,,408480,,,,7203,Richard W. Parker -Parrish,Lucian,Walton,,,,1878-01-10,M,rep,TX,13,,Democrat,,,,,,,,,,P000083,,,,,,408493,,,,7215,Lucian W. Parrish -Paul,John,,,,,1883-12-09,M,rep,VA,7,,Republican,,,,,,,,,,P000143,,,,,,408550,,,,7268,John Paul Jr. (judge) -Peters,John,Andrew,,,,1864-08-13,M,rep,ME,3,,Republican,,,,,,,,,,P000253,,,,,,408656,,,,7366,John A. Peters (1864–1953) -Petersen,Andrew,Nicholas,,,,1870-03-10,M,rep,NY,9,,Republican,,,,,,,,,,P000257,,,,,,408660,,,,7370,Andrew Petersen -Pringey,Joseph,Colburn,,,,1858-05-22,M,rep,OK,4,,Republican,,,,,,,,,,P000542,,,,,,408926,,,,7628,Joseph C. Pringey -Radcliffe,Amos,Henry,,,,1870-01-16,M,rep,NJ,7,,Republican,,,,,,,,,,R000005,,,,,,408988,,,,7684,Amos H. Radcliffe -Rainey,Lilius,Bratton,,,,1876-07-27,M,rep,AL,7,,Democrat,,,,,,,,,,R000017,,,,,,408999,,,,7694,Lilius Bratton Rainey -Reavis,Charles,Frank,,,,1870-09-05,M,rep,NE,1,,Republican,,,,,,,,,,R000101,,,,,,409081,,,,7772,C. Frank Reavis -Reber,John,,,,,1858-02-01,M,rep,PA,12,,Republican,,,,,,,,,,R000102,,,,,,409082,,,,7773,John Reber -Rhodes,Marion,Edwards,,,,1868-01-04,M,rep,MO,13,,Republican,,,,,,,,,,R000190,,,,,,409166,,,,7846,Marion E. Rhodes -Ricketts,Edwin,Darlington,,,,1867-08-03,M,rep,OH,11,,Republican,,,,,,,,,,R000236,,,,,,409212,,,,7889,Edwin D. Ricketts -Riddick,Carl,Wood,,,,1872-02-25,M,rep,MT,2,,Republican,,,,,,,,,,R000237,,,,,,409213,,,,7890,Carl W. Riddick -Robertson,Alice,Mary,,,,1854-01-02,F,rep,OK,2,,Republican,,,,,,,,,,R000318,,,,,,409289,,,,7957,Alice Mary Robertson -Rodenberg,William,August,,,,1865-10-30,M,rep,IL,22,,Republican,,,,,,,,,,R000371,,,,,,409341,,,,8007,William A. Rodenberg -Rose,John,Marshall,,,,1856-05-18,M,rep,PA,19,,Republican,,,,,,,,,,R000437,,,,,,409401,,,,8060,John Marshall Rose -Rossdale,Albert,Berger,,,,1878-10-23,M,rep,NY,23,,Republican,,,,,,,,,,R000457,,,,,,409421,,,,8079,Albert B. Rossdale -Rucker,William,Waller,,,,1855-02-01,M,rep,MO,2,,Democrat,,,,,,,,,,R000494,,,,,,409453,,,,8103,William W. Rucker -Ryan,Thomas,Jefferson,,,,1890-06-17,M,rep,NY,15,,Republican,,,,,,,,,,R000560,,,,,,409516,,,,8158,Thomas Jefferson Ryan -Scott,Lon,Allen,,,,1888-09-25,M,rep,TN,8,,Republican,,,,,,,,,,S000181,,,,,,409687,,,,8308,Lon A. Scott -Shaw,Guy,Loren,,,,1881-05-16,M,rep,IL,20,,Republican,,,,,,,,,,S000306,,,,,,409804,,,,8417,Guy L. Shaw -Shelton,Samuel,Azariah,,,,1858-09-03,M,rep,MO,16,,Republican,,,,,,,,,,S000328,,,,,,409825,,,,8438,Samuel A. Shelton -Siegel,Isaac,,,,,1880-04-12,M,rep,NY,20,,Republican,,,,,,,,,,S000404,,,,,,409898,,,,8505,Isaac Siegel -Sisson,Thomas,Upton,,,,1869-09-22,M,rep,MS,4,,Democrat,,,,,,,,,,S000456,,,,,,409948,,,,8551,Thomas U. Sisson -Slemp,Campbell,Bascom,,,,1870-09-04,M,rep,VA,9,,Republican,,,,,,,,,,S000486,,,,,,409974,,,,8574,C. Bascom Slemp -Spencer,Selden,Palmer,,,,1862-09-16,M,sen,MO,,3,Republican,,,,,,,,,,S000730,,,,,,410199,,,,8790,Selden P. Spencer -Stanfield,Robert,Nelson,,,,1877-07-09,M,sen,OR,,3,Republican,,,,,,,,,,S000791,,,,,,410257,,,,8834,Robert N. Stanfield -Steenerson,Halvor,,,,,1852-06-30,M,rep,MN,9,,Republican,,,,,,,,,,S000842,,,,,,410306,,,,8877,Halvor Steenerson -Stiness,Walter,Russell,,,,1854-03-13,M,rep,RI,2,,Republican,,,,,,,,,,S000927,,,,,,410387,,,,8953,Walter Russell Stiness -Stoll,Philip,Henry,,,,1874-11-05,M,rep,SC,6,,Democrat,,,,,,,,,,S000951,,,,,,410410,,,,8973,Philip H. Stoll -Sweet,Burton,Erwin,,,,1867-12-10,M,rep,IA,3,,Republican,,,,,,,,,,S001106,,,,,,410558,,,,9116,Burton E. Sweet -Taylor,Chester,William,,,,1883-07-16,M,rep,AR,6,,Democrat,,,,,,,,,,T000069,,,,,,410654,,,,9202,Chester W. Taylor -Taylor,Samuel,Mitchell,,,,1852-05-25,M,rep,AR,6,,Democrat,,,,,,,,,,T000100,,,,,,410683,,,,9231,Samuel M. Taylor -Ten Eyck,Peter,Gansevoort,,,,1873-11-07,M,rep,NY,28,,Democrat,,,,,,,,,,T000126,,,,,,410706,,,,9256,Peter G. Ten Eyck -Thorpe,Roy,Henry,,,,1874-12-13,M,rep,NE,1,,Republican,,,,,,,,,,T000245,,,,,,410823,,,,9362,Roy H. Thorpe -Underwood,Oscar,Wilder,,,,1862-05-06,M,sen,AL,,3,Democrat,,,,,,,,,,U000013,,,,,,411037,,,,9560,Oscar Underwood -Volk,Lester,David,,,,1884-09-17,M,rep,NY,10,,Republican,,,,,,,,,,V000111,,,,,,411165,,,,9681,Lester D. Volk -Volstead,Andrew,John,,,,1860-10-31,M,rep,MN,7,,Republican,,,,,,,,,,V000114,,,,,,411168,,,,9683,Andrew Volstead -Walsh,Joseph,,,,,1875-12-16,M,rep,MA,16,,Republican,,,,,,,,,,W000101,,,,,,411279,,,,9785,Joseph Walsh (Massachusetts) -Watson,Thomas,Edward,,,,1856-09-05,M,sen,GA,,3,Democrat,,,,,,,,,,W000205,,,,,,411376,,,,9877,Thomas E. Watson -Weller,Ovington,Eugene,,,,1862-01-23,M,sen,MD,,3,Republican,,,,,,,,,,W000276,,,,,,411441,,,,9936,Ovington Weller -Woods,James,Pleasant,,,,1868-02-04,M,rep,VA,6,,Democrat,,,,,,,,,,W000723,,,,,,411875,,,,10353,James P. Woods -Bayard,Thomas,Francis,Jr.,,,1868-06-04,M,sen,DE,,1,Democrat,,,,,,,,,,B000252,,,,,,401246,,,,529,Thomas F. Bayard Jr. -Felton,Rebecca,Latimer,,,,1835-06-10,F,sen,GA,,3,Democrat,,,,,,,,,,F000069,,,,,,404027,,,,3099,Rebecca Latimer Felton -Pepper,George,Wharton,,,,1867-03-16,M,sen,PA,,3,Republican,,,,,,,,,,P000219,,,,,,408622,,,,7334,George W. Pepper -Rawson,Charles,Augustus,,,,1867-05-29,M,sen,IA,,2,Republican,,,,,,,,,,R000075,,,,,,409055,,,,7747,Charles A. Rawson -Allen,Robert,Edward Lee,,,,1865-11-28,M,rep,WV,2,,Democrat,,,,,,,,,,A000144,,,,,,400800,,,,126,Robert E. Lee Allen -Anderson,Sydney,,,,,1881-09-18,M,rep,MN,1,,Republican,,,,,,,,,,A000233,,,,,,400860,,,,182,Sydney Anderson -Boyce,William,Henry,,,,1855-11-28,M,rep,DE,0,,Democrat,,,,,,,,,,B000712,,,,,,401673,,,,925,William H. Boyce -Browne,Charles,,,,,1875-09-28,M,rep,NJ,4,,Democrat,,,,,,,,,,B000954,,,,,,401906,,,,1142,Charles Browne (politician) -Bruce,William,Cabell,,,,1860-03-12,M,sen,MD,,1,Democrat,,,,,,,,,,B000972,,,,,,401924,,,,1157,William Cabell Bruce -Buckley,James,Richard,,,,1870-11-18,M,rep,IL,6,,Democrat,,,,,,,,,,B001027,,,,,,401977,,,,1207,James R. Buckley -Cantrill,James,Campbell,,,,1870-07-09,M,rep,KY,7,,Democrat,,,,,,,,,,C000126,,,,,,402277,,,,1488,J. Campbell Cantrill -Clark,Frank,,,,,1860-03-28,M,rep,FL,2,,Democrat,,,,,,,,,,C000430,,,,,,402568,,,,1762,Frank Clark (politician) -Cockran,William,Bourke,,,,1854-02-28,M,rep,NY,-1,,Democrat,,,,,,,,,,C000575,,,,,,402704,,,,1891,William Bourke Cockran -Cole,Raymond,Clinton,,,,1870-08-21,M,rep,OH,8,,Republican,,,,,,,,,,C000613,,,,,,402742,,,,1927,R. Clint Cole -Cook,Samuel,Ellis,,,,1860-09-30,M,rep,IN,11,,Democrat,,,,,,,,,,C000727,,,,,,402849,,,,2025,Samuel E. Cook -Croll,William,Martin,,,,1866-04-09,M,rep,PA,14,,Democrat,,,,,,,,,,C000923,,,,,,403035,,,,2191,William Martin Croll -Cummings,Herbert,Wesley,,,,1873-07-13,M,rep,PA,17,,Democrat,,,,,,,,,,C000987,,,,,,403095,,,,2251,Herbert Wesley Cummings -Davis,Charles,Russell,,,,1849-09-17,M,rep,MN,3,,Republican,,,,,,,,,,D000093,,,,,,403230,,,,2375,Charles Russell Davis -Dupré,Henry,Garland,,,,1873-07-28,M,rep,LA,2,,Democrat,,,,,,,,,,D000561,,,,,,403665,,,,2783,H. Garland Dupré -Eagan,John,Joseph,,,,1872-01-22,M,rep,NJ,11,,Democrat,,,,,,,,,,E000001,,,,,,403697,,,,2808,John J. Eagan -Edwards,Edward,Irving,,,,1863-12-01,M,sen,NJ,,1,Democrat,,,,,,,,,,E000066,,,,,,403759,,,,2863,Edward I. Edwards -Evans,Hiram,Kinsman,,,,1863-03-17,M,rep,IA,8,,Republican,,,,,,,,,,E000243,,,,,,403927,,,,3009,Hiram Kinsman Evans -Fairfield,Louis,William,,,,1858-10-15,M,rep,IN,12,,Republican,,,,,,,,,,F000007,,,,,,403970,,,,3050,Louis W. Fairfield -Favrot,George,Kent,,,,1868-11-26,M,rep,LA,6,,Democrat,,,,,,,,,,F000048,,,,,,404008,,,,3083,George K. Favrot -Ferris,Woodbridge,Nathan,,,,1853-01-06,M,sen,MI,,1,Democrat,,,,,,,,,,F000092,,,,,,404049,,,,3120,Woodbridge Nathan Ferris -Fields,William,Jason,,,,1874-12-29,M,rep,KY,9,,Democrat,,,,,,,,,,F000113,,,,,,404070,,,,3138,William J. Fields -Fleetwood,Frederick,Gleed,,,,1868-09-27,M,rep,VT,1,,Republican,,,,,,,,,,F000194,,,,,,404149,,,,3210,Frederick G. Fleetwood -Foster,Israel,Moore,,,,1873-01-12,M,rep,OH,10,,Republican,,,,,,,,,,F000306,,,,,,404255,,,,3308,Israel Moore Foster -Ganly,James,Vincent,,,,1878-09-13,M,rep,NY,24,,Democrat,,,,,,,,,,G000038,,,,,,404414,,,,3451,James V. Ganly -Geran,Elmer,Hendrickson,,,,1875-10-24,M,rep,NJ,3,,Democrat,,,,,,,,,,G000133,,,,,,404502,,,,3537,Elmer H. Geran -Glatfelter,Samuel,Feiser,,,,1858-04-07,M,rep,PA,22,,Democrat,,,,,,,,,,G000234,,,,,,404596,,,,3627,Samuel Feiser Glatfelter -Graham,William,Johnson,,,,1872-02-07,M,rep,IL,14,,Republican,,,,,,,,,,G000364,,,,,,404718,,,,3741,William J. Graham -Greene,William,Stedman,,,,1841-04-28,M,rep,MA,15,,Republican,,,,,,,,,,G000430,,,,,,404778,,,,3794,William S. Greene -Hooker,James,Murray,,,,1873-10-29,M,rep,VA,5,,Democrat,,,,,,,,,,H000759,,,,,,405610,,,,4554,J. Murray Hooker -Hull,Harry,Edward,,,,1864-03-12,M,rep,IA,2,,Republican,,,,,,,,,,H000941,,,,,,405786,,,,4718,Harry E. Hull -Humphreys,Benjamin,Grubb,,,,1865-08-17,M,rep,MS,3,,Democrat,,,,,,,,,,H000960,,,,,,405804,,,,4734,Benjamin G. Humphreys II -Humphreys,William,Yerger,,,,1890-09-09,M,rep,MS,3,,Democrat,,,,,,,,,,H000964,,,,,,405808,,,,4738,William Y. Humphreys -Jones,Andrieus,Aristieus,,,,1862-05-16,M,sen,NM,,1,Democrat,,,,,,,,,,J000210,,,,,,406105,,,,5023,Andrieus A. Jones -Jost,Henry,Lee,,,,1873-12-06,M,rep,MO,5,,Democrat,,,,,,,,,,J000273,,,,,,406165,,,,5078,Henry L. Jost -Kahn,Julius,,,,,1861-02-28,M,rep,CA,4,,Republican,,,,,,,,,,K000003,,,,,,406177,,,,5090,Julius Kahn (congressman) -Kitchin,Claude,,,,,1869-03-24,M,rep,NC,2,,Democrat,,,,,,,,,,K000250,,,,,,406409,,,,5307,Claude Kitchin -La Follette,Robert,Marion,,,,1855-06-14,M,sen,WI,,1,Republican,,,,,,,,,,L000004,,,,,,406514,,,,5401,Robert M. La Follette Sr. -Larson,Oscar,John,,,,1871-05-20,M,rep,MN,8,,Republican,,,,,,,,,,L000104,,,,,,406611,,,,5483,Oscar Larson -Leach,Robert,Milton,,,,1879-04-02,M,rep,MA,15,,Republican,,,,,,,,,,L000171,,,,,,406674,,,,5537,Robert M. Leach -Lilly,Thomas,Jefferson,,,,1878-06-03,M,rep,WV,5,,Democrat,,,,,,,,,,L000311,,,,,,406805,,,,5664,Thomas Jefferson Lilly -Little,Edward,Campbell,,,,1858-12-14,M,rep,KS,2,,Republican,,,,,,,,,,L000349,,,,,,406841,,,,5699,Edward C. Little -Lodge,Henry,Cabot,,,,1850-05-12,M,sen,MA,,1,Republican,,,,,,,,,,L000393,,,,,,406885,,,,5738,Henry Cabot Lodge -Logan,William,Turner,,,,1874-06-21,M,rep,SC,1,,Democrat,,,,,,,,,,L000406,,,,,,406897,,,,5749,W. Turner Logan -MacLafferty,James,Henry,,,,1871-02-27,M,rep,CA,6,,Republican,,,,,,,,,,M000028,,,,,,407056,,,,5889,James H. MacLafferty -Mayfield,Earle,Bradford,,,,1881-04-12,M,sen,TX,,1,Democrat,,,,,,,,,,M000281,,,,,,407298,,,,6109,Earle Bradford Mayfield -McKenzie,John,Charles,,,,1860-02-18,M,rep,IL,13,,Republican,,,,,,,,,,M000506,,,,,,407501,,,,6300,John C. McKenzie -McLean,George,Payne,,,,1857-10-07,M,sen,CT,,1,Republican,,,,,,,,,,M000547,,,,,,407539,,,,6335,George P. McLean -McNulty,Frank,Joseph,,,,1872-08-10,M,rep,NJ,8,,Democrat,,,,,,,,,,M000588,,,,,,407578,,,,6372,Frank Joseph McNulty -Miller,Edward,Edwin,,,,1880-07-22,M,rep,IL,22,,Republican,,,,,,,,,,M000723,,,,,,407703,,,,6480,Edward E. Miller -Minahan,Daniel,Francis,,,,1877-08-08,M,rep,NJ,9,,Democrat,,,,,,,,,,M000789,,,,,,407767,,,,6542,Daniel F. Minahan -Moore,Allen,Francis,,,,1869-09-30,M,rep,IL,19,,Republican,,,,,,,,,,M000890,,,,,,407862,,,,6624,Allen F. Moore -Moore,Robert,Lee,,,,1867-11-27,M,rep,GA,1,,Democrat,,,,,,,,,,M000914,,,,,,407886,,,,6648,Robert Lee Moore (Georgia politician) -Moores,Merrill,,,,,1856-04-21,M,rep,IN,7,,Republican,,,,,,,,,,M000928,,,,,,407898,,,,6659,Merrill Moores -Morris,Joseph,Watkins,,,,1879-02-26,M,rep,KY,7,,Democrat,,,,,,,,,,M000981,,,,,,407949,,,,6708,Joseph W. Morris -Mott,Luther,Wright,,,,1874-11-30,M,rep,NY,32,,Republican,,,,,,,,,,M001041,,,,,,408008,,,,6762,Luther W. Mott -Mudd,Sydney,Emanuel,,,,1885-06-20,M,rep,MD,5,,Republican,,,,,,,,,,M001060,,,,,,408026,,,,6778,Sydney Emanuel Mudd II -Nolan,Mae,Ella,,,,1886-09-20,F,rep,CA,5,,Republican,,,,,,,,,,N000125,,,,,,408209,,,,6948,Mae Nolan -O’Brien,Charles,Francis Xavier,,,,1879-03-07,M,rep,NJ,12,,Democrat,,,,,,,,,,O000008,,,,,,408259,,,,6997,Charles F. X. O'Brien -O’Sullivan,Patrick,Brett,,,,1887-08-11,M,rep,CT,5,,Democrat,,,,,,,,,,O000123,,,,,,408311,,,,7104,Patrick B. O'Sullivan -Osborne,Henry,Zenas,,,,1848-10-04,M,rep,CA,-1,,Republican,,,,,,,,,,O000112,,,,,,408368,,,,7093,Henry Z. Osborne -Paige,Calvin,DeWitt,,,,1848-05-20,M,rep,MA,3,,Republican,,,,,,,,,,P000024,,,,,,408435,,,,7162,Calvin Paige -Park,Frank,,,,,1864-03-03,M,rep,GA,2,,Democrat,,,,,,,,,,P000051,,,,,,408461,,,,7185,Frank Park -Rainey,John,William,,,,1880-12-21,M,rep,IL,4,,Democrat,,,,,,,,,,R000015,,,,,,408997,,,,7692,John W. Rainey -Ralston,Samuel,Moffett,,,,1857-12-01,M,sen,IN,,1,Democrat,,,,,,,,,,R000020,,,,,,409002,,,,7697,Samuel M. Ralston -Reed,James,Alexander,,,,1861-11-09,M,sen,MO,,1,Democrat,,,,,,,,,,R000118,,,,,,409098,,,,7786,James A. Reed -Reed,Stuart,Felix,,,,1866-01-08,M,rep,WV,3,,Republican,,,,,,,,,,R000127,,,,,,409106,,,,7794,Stuart F. Reed -Richards,Charles,Lenmore,,,,1877-10-03,M,rep,NV,0,,Democrat,,,,,,,,,,R000211,,,,,,409187,,,,7866,Charles L. Richards -Riordan,Daniel,Joseph,,,,1870-07-07,M,rep,NY,11,,Democrat,,,,,,,,,,R000264,,,,,,409239,,,,7911,Daniel J. Riordan -Roach,Sidney,Crain,,,,1876-07-25,M,rep,MO,8,,Republican,,,,,,,,,,R000289,,,,,,409262,,,,7933,Sidney C. Roach -Rosenbloom,Benjamin,Louis,,,,1880-06-03,M,rep,WV,1,,Republican,,,,,,,,,,R000441,,,,,,409405,,,,8064,Benjamin L. Rosenbloom -Salmon,William,Charles,,,,1868-04-03,M,rep,TN,7,,Democrat,,,,,,,,,,S000019,,,,,,409538,,,,8183,William Charles Salmon -Sanders,Everett,,,,,1882-03-08,M,rep,IN,5,,Republican,,,,,,,,,,S000034,,,,,,409551,,,,8196,Everett Sanders -Sawyer,Lewis,Ernest,,,,1867-06-24,M,rep,AR,6,,Democrat,,,,,,,,,,S000090,,,,,,409602,,,,8238,Lewis E. Sawyer -Sherwood,Isaac,R.,,,,1835-08-13,M,rep,OH,9,,Democrat,,,,,,,,,,S000355,,,,,,409851,,,,8463,Isaac R. Sherwood -Sites,Frank,Crawford,,,,1864-12-24,M,rep,PA,19,,Democrat,,,,,,,,,,S000457,,,,,,409949,,,,8552,Frank Crawford Sites -Smith,John,M. C.,,,,1853-02-06,M,rep,MI,3,,Republican,,,,,,,,,,S000573,,,,,,410055,,,,8654,John M. C. Smith -Snyder,Homer,Peter,,,,1863-12-06,M,rep,NY,33,,Republican,,,,,,,,,,S000666,,,,,,410139,,,,8733,Homer P. Snyder -Stengle,Charles,Irwin,,,,1869-12-05,M,rep,NY,6,,Democrat,,,,,,,,,,S000850,,,,,,410314,,,,8882,Charles I. Stengle -Tague,Peter,Francis,,,,1871-06-04,M,rep,MA,10,,Democrat,,,,,,,,,,T000014,,,,,,410604,,,,9156,Peter Francis Tague -Towner,Horace,Mann,,,,1855-10-23,M,rep,IA,8,,Republican,,,,,,,,,,T000325,,,,,,410897,,,,9430,Horace Mann Towner -Tyson,John,Russell,,,,1856-11-28,M,rep,AL,2,,Democrat,,,,,,,,,,T000455,,,,,,411023,,,,9547,John R. Tyson -Ward,Charles,Bonnell,,,,1879-04-27,M,rep,NY,27,,Republican,,,,,,,,,,W000129,,,,,,411304,,,,9810,Charles B. Ward -Ward,Hallett,Sydney,,,,1870-08-31,M,rep,NC,1,,Democrat,,,,,,,,,,W000132,,,,,,411307,,,,9813,Hallett Sydney Ward -Watkins,Elton,,,,,1881-07-06,M,rep,OR,3,,Democrat,,,,,,,,,,W000191,,,,,,411363,,,,9866,Elton Watkins -Webster,John,Stanley,,,,1877-02-22,M,rep,WA,5,,Republican,,,,,,,,,,W000240,,,,,,411408,,,,9905,J. Stanley Webster -Wertz,George,M.,,,,1856-07-19,M,rep,PA,20,,Republican,,,,,,,,,,W000300,,,,,,411464,,,,9958,George M. Wertz -Wilson,William,Edward,,,,1870-03-09,M,rep,IN,1,,Democrat,,,,,,,,,,W000621,,,,,,411775,,,,10260,William E. Wilson (Indiana politician) -Winslow,Samuel,Ellsworth,,,,1862-04-11,M,rep,MA,4,,Republican,,,,,,,,,,W000639,,,,,,411793,,,,10277,Samuel Winslow -Wise,James,Walter,,,,1868-03-03,M,rep,GA,6,,Democrat,,,,,,,,,,W000650,,,,,,411804,,,,10287,James W. Wise -Wolff,Joseph,Scott,,,,1878-06-14,M,rep,MO,13,,Democrat,,,,,,,,,,W000679,,,,,,411831,,,,10312,J. Scott Wolff -Young,George,Morley,,,,1870-12-11,M,rep,ND,2,,Republican,,,,,,,,,,Y000036,,,,,,411968,,,,10439,George M. Young -Butler,William,Morgan,,,,1861-01-29,M,sen,MA,,1,Republican,,,,,,,,,,B001196,,,,,,402138,,,,1356,William M. Butler -Means,Rice,William,,,,1877-11-16,M,sen,CO,,3,Republican,,,,,,,,,,M000621,,,,,,407610,,,,6400,Rice W. Means -Appleby,Stewart,Hoffman,,,,1890-05-17,M,rep,NJ,3,,Republican,,,,,,,,,,A000266,,,,,,400904,,,,216,Stewart H. Appleby -Bailey,Ralph,Emerson,,,,1878-07-14,M,rep,MO,14,,Republican,,,,,,,,,,B000048,,,,,,401053,,,,350,Ralph Emerson Bailey -Bixler,Harris,Jacob,,,,1870-09-16,M,rep,PA,28,,Republican,,,,,,,,,,B000493,,,,,,401473,,,,737,Harris Jacob Bixler -Blease,Coleman,Livingston,,,,1868-10-08,M,sen,SC,,2,Democrat,,,,,,,,,,B000553,,,,,,401528,,,,791,Coleman Livingston Blease -Carpenter,Edmund,Nelson,,,,1865-06-27,M,rep,PA,12,,Republican,,,,,,,,,,C000168,,,,,,402316,,,,1521,Edmund Nelson Carpenter -Carter,Charles,David,,,,1868-08-16,M,rep,OK,3,,Democrat,,,,,,,,,,C000196,,,,,,402342,,,,1546,Charles D. Carter -Churchill,George,Bosworth,,,,1866-10-24,M,rep,MA,2,,Republican,,,,,,,,,,C000391,,,,,,402530,,,,1724,George B. Churchill -Cleary,William,Edward,,,,1849-07-20,M,rep,NY,8,,Democrat,,,,,,,,,,C000500,,,,,,402637,,,,1826,William E. Cleary -Deneen,Charles,Samuel,,,,1863-05-04,M,sen,IL,,2,Republican,,,,,,,,,,D000233,,,,,,403371,,,,2494,Charles S. Deneen -Edge,Walter,Evans,,,,1873-11-20,M,sen,NJ,,2,Republican,,,,,,,,,,E000044,,,,,,403739,,,,2844,Walter Evans Edge -Fairchild,Benjamin,Lewis,,,,1863-01-05,M,rep,NY,24,,Republican,,,,,,,,,,F000004,,,,,,403966,,,,3047,Benjamin L. Fairchild -Fernald,Bert,Manfred,,,,1858-04-03,M,sen,ME,,2,Republican,,,,,,,,,,F000084,,,,,,404042,,,,3113,Bert M. Fernald -Flaherty,Lawrence,James,,,,1878-07-04,M,rep,CA,5,,Republican,,,,,,,,,,F000182,,,,,,404137,,,,3200,Lawrence J. Flaherty -Fredericks,John,Donnan,,,,1869-09-10,M,rep,CA,10,,Republican,,,,,,,,,,F000358,,,,,,404305,,,,3351,John D. Fredericks -Fuller,Charles,Eugene,,,,1849-03-31,M,rep,IL,12,,Republican,,,,,,,,,,F000407,,,,,,404348,,,,3393,Charles Eugene Fuller -Funk,Frank,Hamilton,,,,1869-04-05,M,rep,IL,17,,Republican,,,,,,,,,,F000428,,,,,,404369,,,,3413,Frank H. Funk -Gillett,Frederick,Huntington,,,,1851-10-16,M,sen,MA,,2,Republican,,,,,,,,,,G000201,,,,,,404565,,,,3599,Frederick H. Gillett -Goff,Guy,Despard,,,,1866-09-13,M,sen,WV,,2,Republican,,,,,,,,,,G000254,,,,,,404616,,,,3645,Guy D. Goff -Gorman,John,Jerome,,,,1883-06-02,M,rep,IL,6,,Republican,,,,,,,,,,G000329,,,,,,404687,,,,3712,John J. Gorman -Heflin,James,Thomas,,,,1869-04-09,M,sen,AL,,2,Democrat,,,,,,,,,,H000446,,,,,,405311,,,,4280,James Thomas Heflin -Hill,John,Boynton Philip Clayton,,,,1879-05-02,M,rep,MD,3,,Republican,,,,,,,,,,H000597,,,,,,405459,,,,4415,John Boynton Philip Clayton Hill -Jarrett,William,Paul,,,,1877-08-22,M,rep,HI,-1,,Democrat,,,,,,,,,,J000061,,,,,,405966,,,,,William Paul Jarrett -Johnson,Ben,,,,,1858-05-20,M,rep,KY,4,,Democrat,,,,,,,,,,J000118,,,,,,406019,,,,4942,Ben Johnson (politician) -Keller,Oscar,Edward,,,,1878-07-30,M,rep,MN,4,,Republican,,,,,,,,,,K000057,,,,,,406227,,,,5135,Oscar Keller -Kirk,Andrew,Jackson,,,,1866-03-19,M,rep,KY,10,,Republican,,,,,,,,,,K000234,,,,,,406393,,,,5291,Andrew Jackson Kirk -Langley,John,Wesley,,,,1868-01-14,M,rep,KY,-1,,Republican,,,,,,,,,,L000072,,,,,,406581,,,,5454,John W. Langley -Lee,Gordon,,,,,1859-05-29,M,rep,GA,7,,Democrat,,,,,,,,,,L000194,,,,,,406697,,,,5558,Gordon Lee (congressman) -Lineberger,Walter,Franklin,,,,1883-07-20,M,rep,CA,9,,Republican,,,,,,,,,,L000331,,,,,,406824,,,,5683,Walter F. Lineberger -Little,Chauncey,Bundy,,,,1877-02-10,M,rep,KS,2,,Democrat,,,,,,,,,,L000348,,,,,,406840,,,,5698,Chauncey B. Little -Magee,James,McDevitt,,,,1877-04-05,M,rep,PA,35,,Republican,,,,,,,,,,M000046,,,,,,407074,,,,5906,James McDevitt Magee -McLaughlin,Melvin,Orlando,,,,1876-08-08,M,rep,NE,4,,Republican,,,,,,,,,,M000541,,,,,,407533,,,,6329,Melvin O. McLaughlin -McMaster,William,Henry,,,,1877-05-10,M,sen,SD,,2,Republican,,,,,,,,,,M000563,,,,,,407555,,,,6349,William H. McMaster -Mills,Ogden,Livingston,,,,1884-08-23,M,rep,NY,17,,Republican,,,,,,,,,,M000776,,,,,,407754,,,,6530,Ogden L. Mills -Montgomery,Samuel,James,,,,1896-12-01,M,rep,OK,1,,Republican,,,,,,,,,,M000870,,,,,,407843,,,,6606,Samuel J. Montgomery -Newton,Cleveland,Alexander,,,,1873-09-03,M,rep,MO,10,,Republican,,,,,,,,,,N000075,,,,,,408162,,,,6903,Cleveland A. Newton -Patterson,Francis,Ford,Jr.,,,1867-07-30,M,rep,NJ,1,,Republican,,,,,,,,,,P000114,,,,,,408522,,,,7240,Francis F. Patterson Jr. -Perlman,Nathan,David,,,,1887-08-02,M,rep,NY,14,,Republican,,,,,,,,,,P000239,,,,,,408642,,,,7352,Nathan D. Perlman -Phillips,Thomas,Wharton,Jr.,,,1874-11-21,M,rep,PA,26,,Republican,,,,,,,,,,P000314,,,,,,408713,,,,7419,Thomas Wharton Phillips Jr. -Phipps,Lawrence,Cowle,,,,1862-08-30,M,sen,CO,,2,Republican,,,,,,,,,,P000317,,,,,,408716,,,,7422,Lawrence C. Phipps -Pine,William,Bliss,,,,1877-12-30,M,sen,OK,,2,Republican,,,,,,,,,,P000360,,,,,,408756,,,,7461,William B. Pine -Raker,John,Edward,,,,1863-02-22,M,rep,CA,2,,Democrat,,,,,,,,,,R000019,,,,,,409001,,,,7696,John E. Raker -Ransdell,Joseph,Eugene,,,,1858-10-07,M,sen,LA,,2,Democrat,,,,,,,,,,R000059,,,,,,409039,,,,7734,Joseph E. Ransdell -Rogers,John,Jacob,,,,1881-08-18,M,rep,MA,5,,Republican,,,,,,,,,,R000400,,,,,,409367,,,,8031,John Jacob Rogers -Rouse,Arthur,Blythe,,,,1874-06-20,M,rep,KY,6,,Democrat,,,,,,,,,,R000466,,,,,,409427,,,,8083,Arthur B. Rouse -Sackett,Frederic,Mosley,,,,1868-12-17,M,sen,KY,,2,Republican,,,,,,,,,,S000006,,,,,,409526,,,,8167,Frederic M. Sackett -Scott,Frank,Douglas,,,,1878-08-25,M,rep,MI,11,,Republican,,,,,,,,,,S000169,,,,,,409675,,,,8296,Frank D. Scott -Simmons,Furnifold,McLendel,,,,1854-01-20,M,sen,NC,,2,Democrat,,,,,,,,,,S000415,,,,,,409909,,,,8514,Furnifold McLendel Simmons -Smithwick,John,Harris,,,,1872-07-17,M,rep,FL,3,,Democrat,,,,,,,,,,S000643,,,,,,410117,,,,8712,John H. Smithwick -Sosnowski,John,Bartholomew,,,,1883-12-08,M,rep,MI,1,,Republican,,,,,,,,,,S000680,,,,,,410152,,,,8743,John B. Sosnowski -Swartz,Joshua,William,,,,1867-06-09,M,rep,PA,19,,Republican,,,,,,,,,,S001097,,,,,,410550,,,,9109,Joshua William Swartz -Swoope,William,Irvin,,,,1862-10-03,M,rep,PA,23,,Republican,,,,,,,,,,S001126,,,,,,410577,,,,9133,William Irvin Swoope -Taylor,Herbert,Worthington,,,,1869-02-19,M,rep,NJ,8,,Republican,,,,,,,,,,T000080,,,,,,410664,,,,9211,Herbert W. Taylor -Taylor,James,Alfred,,,,1878-09-25,M,rep,WV,6,,Democrat,,,,,,,,,,T000082,,,,,,410666,,,,9213,J. Alfred Taylor -Thayer,Harry,Irving,,,,1869-09-10,M,rep,MA,8,,Republican,,,,,,,,,,T000146,,,,,,410728,,,,9274,Harry Irving Thayer -Thomas,Robert,Young,Jr.,,,1855-07-13,M,rep,KY,3,,Democrat,,,,,,,,,,T000185,,,,,,410766,,,,9309,Robert Y. Thomas Jr. -Tincher,Jasper,Napoleon,,,,1878-11-02,M,rep,KS,7,,Republican,,,,,,,,,,T000282,,,,,,410855,,,,9394,Jasper N. Tincher -Tolley,Harold,Sumner,,,,1894-01-16,M,rep,NY,34,,Republican,,,,,,,,,,T000299,,,,,,410872,,,,9410,Harold S. Tolley -Tyson,Lawrence,Davis,,,,1861-07-04,M,sen,TN,,2,Democrat,,,,,,,,,,T000456,,,,,,411024,,,,9548,Lawrence Tyson -Upshaw,William,David,,,,1866-10-15,M,rep,GA,5,,Democrat,,,,,,,,,,U000026,,,,,,411049,,,,9571,William David Upshaw -Voigt,Edward,,,,,1873-12-01,M,rep,WI,2,,Republican,,,,,,,,,,V000110,,,,,,411164,,,,9680,Edward Voigt -Walters,Anderson,Howell,,,,1862-05-18,M,rep,PA,20,,Republican,,,,,,,,,,W000109,,,,,,411287,,,,9792,Anderson Howell Walters -Warren,Francis,Emroy,,,,1844-06-20,M,sen,WY,,2,Republican,,,,,,,,,,W000164,,,,,,411337,,,,9842,Francis E. Warren -Wefald,Knud,,,,,1869-11-03,M,rep,MN,9,,Farmer-Labor,,,,,,,,,,W000251,,,,,,411419,,,,9916,Knud Wefald -Wheeler,Loren,Edgar,,,,1862-10-07,M,rep,IL,21,,Republican,,,,,,,,,,W000339,,,,,,411501,,,,9993,Loren E. Wheeler -Williams,Arthur,Bruce,,,,1872-01-27,M,rep,MI,3,,Republican,,,,,,,,,,W000490,,,,,,411647,,,,10135,Arthur B. Williams -Williams,George,Howard,,,,1871-12-01,M,sen,MO,,3,Republican,,,,,,,,,,W000499,,,,,,411656,,,,10144,George Howard Williams -Woodyard,Harry,Chapman,,,,1867-11-13,M,rep,WV,4,,Republican,,,,,,,,,,W000737,,,,,,411888,,,,10367,Harry C. Woodyard -du Pont,Thomas,Coleman,,,,1863-12-11,M,sen,DE,,2,Republican,,,,,,,,,,D000560,,,,,,403618,,,,2782,T. Coleman du Pont -Gould,Arthur,Robinson,,,,1857-03-16,M,sen,ME,,2,Republican,,,,,,,,,,G000340,,,,,,404696,,,,3721,Arthur R. Gould -Hawes,Harry,Bartow,,,,1869-11-15,M,sen,MO,,3,Democrat,,,,,,,,,,H000362,,,,,,405231,,,,4207,Harry B. Hawes -Smith,Frank,Leslie,,,,1867-11-24,M,rep,IL,17,,Republican,,,,,,,,,,S000534,,,,,,410017,,,,8617,Frank L. Smith -Steck,Daniel,Frederic,,,,1881-12-16,M,sen,IA,,2,Democrat,,,,,,,,,,S000826,,,,,,410290,,,,8863,Daniel F. Steck -Stewart,David,Wallace,,,,1887-01-22,M,sen,IA,,3,Republican,,,,,,,,,,S000906,,,,,,410367,,,,8933,David W. Stewart -Anthony,Daniel,Read,Jr.,,,1870-08-22,M,rep,KS,1,,Republican,,,,,,,,,,A000261,,,,,,400899,,,,211,Daniel Read Anthony Jr. -Beck,Joseph,David,,,,1866-03-14,M,rep,WI,7,,Republican,,,,,,,,,,B000291,,,,,,401284,,,,562,Joseph D. Beck -Begg,James,Thomas,,,,1877-02-16,M,rep,OH,13,,Republican,,,,,,,,,,B000314,,,,,,401306,,,,583,James T. Begg -Berger,Victor,Luitpold,,,,1860-02-28,M,rep,WI,5,,Socialist,,,,,,,,,,B000407,,,,,,401395,,,,665,Victor L. Berger -Bingham,Hiram,,,,,1875-11-19,M,sen,CT,,3,Republican,,,,,,,,,,B000470,,,,,,401451,,,,716,Hiram Bingham III -Black,Eugene,,,,,1879-07-02,M,rep,TX,1,,Democrat,,,,,,,,,,B000495,,,,,,401475,,,,739,Eugene Black (Texas politician) -Blaine,John,James,,,,1875-05-04,M,sen,WI,,3,Republican,,,,,,,,,,B000520,,,,,,401496,,,,761,John J. Blaine -Boies,William,Dayton,,,,1857-01-03,M,rep,IA,11,,Republican,,,,,,,,,,B000597,,,,,,401565,,,,827,William D. Boies -Bowles,Henry,Leland,,,,1866-01-06,M,rep,MA,2,,Republican,,,,,,,,,,B000700,,,,,,401662,,,,914,Henry L. Bowles -Bowling,William,Bismarck,,,,1870-09-24,M,rep,AL,5,,Democrat,,,,,,,,,,B000702,,,,,,401664,,,,916,William B. Bowling -Brookhart,Smith,Wildman,,,,1869-02-02,M,sen,IA,,3,Republican,,,,,,,,,,B000873,,,,,,401830,,,,1070,Smith W. Brookhart -Broussard,Edwin,Sidney,,,,1874-12-04,M,sen,LA,,3,Democrat,,,,,,,,,,B000895,,,,,,401852,,,,1091,Edwin S. Broussard -Bushong,Robert,Grey,,,,1883-06-10,M,rep,PA,14,,Republican,,,,,,,,,,B001171,,,,,,402113,,,,1333,Robert Grey Bushong -Butler,Thomas,Stalker,,,,1855-11-04,M,rep,PA,8,,Republican,,,,,,,,,,B001192,,,,,,402134,,,,1352,Thomas S. Butler -Caraway,Thaddeus,Horatius,,,,1871-10-17,M,sen,AR,,3,Democrat,,,,,,,,,,C000139,,,,,,402289,,,,1498,Thaddeus H. Caraway -Carss,William,Leighton,,,,1865-02-15,M,rep,MN,8,,Farmer-Labor,,,,,,,,,,C000194,,,,,,402340,,,,1544,William Leighton Carss -Cohen,William,Wolfe,,,,1874-09-06,M,rep,NY,17,,Democrat,,,,,,,,,,C000599,,,,,,402728,,,,1913,William W. Cohen -Combs,George,Hamilton,Jr.,,,1899-05-02,M,rep,MO,5,,Democrat,,,,,,,,,,C000654,,,,,,402781,,,,1959,George H. Combs Jr. -Crumpacker,Maurice,Edgar,,,,1886-12-19,M,rep,OR,-1,,Republican,,,,,,,,,,C000959,,,,,,403071,,,,2226,Maurice E. Crumpacker -Curtis,Charles,,,,,1860-01-25,M,sen,KS,,3,Republican,,,,,,,,,,C001008,,,,,,403115,,,,2269,Charles Curtis -Dale,Porter,Hinman,,,,1867-03-01,M,sen,VT,,3,Republican,,,,,,,,,,D000009,,,,,,403152,,,,2302,Porter H. Dale -Davey,Martin,Luther,,,,1884-07-25,M,rep,OH,14,,Democrat,,,,,,,,,,D000080,,,,,,403217,,,,2362,Martin L. Davey -Deal,Joseph,Thomas,,,,1860-11-19,M,rep,VA,2,,Democrat,,,,,,,,,,D000169,,,,,,403331,,,,2442,Joseph T. Deal -England,Edward,Theodore,,,,1869-09-29,M,rep,WV,6,,Republican,,,,,,,,,,E000180,,,,,,403869,,,,2964,Edward T. England -Faust,Charles,Lee,,,,1879-04-24,M,rep,MO,4,,Republican,,,,,,,,,,F000047,,,,,,404007,,,,3082,Charles L. Faust -Fitzgerald,William,Thomas,,,,1858-10-13,M,rep,OH,4,,Republican,,,,,,,,,,F000170,,,,,,404125,,,,3188,William T. Fitzgerald -Frothingham,Louis,Adams,,,,1871-07-13,M,rep,MA,14,,Republican,,,,,,,,,,F000395,,,,,,404337,,,,3382,Louis A. Frothingham -Furlow,Allen,John,,,,1890-11-09,M,rep,MN,1,,Republican,,,,,,,,,,F000433,,,,,,404374,,,,3417,Allen J. Furlow -Gallivan,James,Ambrose,,,,1866-10-22,M,rep,MA,12,,Democrat,,,,,,,,,,G000024,,,,,,404400,,,,3440,James A. Gallivan -Gardner,Frank,,,,,1872-05-08,M,rep,IN,3,,Democrat,,,,,,,,,,G000053,,,,,,404427,,,,3466,Frank Gardner (Indiana) -Garrett,Finis,James,,,,1875-08-26,M,rep,TN,9,,Democrat,,,,,,,,,,G000082,,,,,,404454,,,,3490,Finis J. Garrett -Gooding,Frank,Robert,,,,1859-09-16,M,sen,ID,,3,Republican,,,,,,,,,,G000288,,,,,,404649,,,,3676,Frank R. Gooding -Green,William,Raymond,,,,1856-11-07,M,rep,IA,9,,Republican,,,,,,,,,,G000422,,,,,,404770,,,,3786,William R. Green -Harrison,Thomas,Walter,,,,1856-08-05,M,rep,VA,7,,Democrat,,,,,,,,,,H000277,,,,,,405152,,,,4136,Thomas W. Harrison -Hazlett,James,Miller,,,,1864-10-14,M,rep,PA,-1,,Republican,,,,,,,,,,H000421,,,,,,405287,,,,,James M. Hazlett -Hersey,Ira,Greenlief,,,,1858-03-31,M,rep,ME,4,,Republican,,,,,,,,,,H000544,,,,,,405406,,,,4368,Ira G. Hersey -Howard,Everette,Burgess,,,,1873-09-19,M,rep,OK,1,,Democrat,,,,,,,,,,H000837,,,,,,405684,,,,4625,Everette B. Howard -Jacobstein,Meyer,,,,,1880-01-25,M,rep,NY,38,,Democrat,,,,,,,,,,J000040,,,,,,405945,,,,4875,Meyer Jacobstein -Jones,Wesley,Livsey,,,,1863-10-09,M,sen,WA,,3,Republican,,,,,,,,,,J000257,,,,,,406149,,,,5065,Wesley Livsey Jones -Kent,Everett,,,,,1888-11-15,M,rep,PA,30,,Democrat,,,,,,,,,,K000124,,,,,,406290,,,,5193,Everett Kent -Kindred,John,Joseph,,,,1864-07-15,M,rep,NY,2,,Democrat,,,,,,,,,,K000191,,,,,,406352,,,,5251,John J. Kindred -King,Edward,John,,,,1867-07-01,M,rep,IL,15,,Republican,,,,,,,,,,K000200,,,,,,406361,,,,5259,Edward John King -Lazaro,Ladislas,,,,,1872-06-05,M,rep,LA,-1,,Democrat,,,,,,,,,,L000153,,,,,,406658,,,,5529,Ladislas Lazaro -Lowrey,Bill,Green,,,,1862-05-25,M,rep,MS,2,,Democrat,,,,,,,,,,L000484,,,,,,406972,,,,5816,Bill G. Lowrey -Lyon,Homer,Le Grand,,,,1879-03-01,M,rep,NC,6,,Democrat,,,,,,,,,,L000543,,,,,,407027,,,,5865,Homer L. Lyon -MacGregor,Clarence,,,,,1872-09-16,M,rep,NY,41,,Republican,,,,,,,,,,M000009,,,,,,407039,,,,5877,Clarence MacGregor -Madden,Martin,Barnaby,,,,1855-03-21,M,rep,IL,1,,Republican,,,,,,,,,,M000038,,,,,,407066,,,,5899,Martin B. Madden -Magee,Walter,Warren,,,,1861-05-23,M,rep,NY,-1,,Republican,,,,,,,,,,M000049,,,,,,407077,,,,5909,Walter W. Magee -Monast,Louis,,,,,1863-07-01,M,rep,RI,3,,Republican,,,,,,,,,,M000850,,,,,,407823,,,,6589,Louis Monast -Moore,Paul,John,,,,1868-08-05,M,rep,NJ,8,,Democrat,,,,,,,,,,M000912,,,,,,407884,,,,6646,Paul J. Moore -Moorman,Henry,DeHaven,,,,1880-06-09,M,rep,KY,4,,Democrat,,,,,,,,,,M000931,,,,,,407902,,,,6662,Henry D. Moorman -Morin,John,Mary,,,,1868-04-18,M,rep,PA,34,,Republican,,,,,,,,,,M000961,,,,,,407929,,,,6688,John M. Morin -Morrow,John,,,,,1865-04-19,M,rep,NM,1,,Democrat,,,,,,,,,,M001004,,,,,,407972,,,,6730,John Morrow (New Mexico) -Moses,George,Higgins,,,,1869-02-09,M,sen,NH,,3,Republican,,,,,,,,,,M001028,,,,,,407995,,,,6750,George H. Moses -O’Brien,William,Smith,,,,1862-01-08,M,rep,WV,3,,Democrat,,,,,,,,,,O000018,,,,,,408269,,,,7006,William Smith O'Brien (Congressman) -Oddie,Tasker,Lowndes,,,,1870-10-20,M,sen,NV,,3,Republican,,,,,,,,,,O000035,,,,,,408320,,,,7023,Tasker Oddie -Oldfield,William,Allan,,,,1874-02-04,M,rep,AR,2,,Democrat,,,,,,,,,,O000062,,,,,,408337,,,,7050,William Allan Oldfield -Overman,Lee,Slater,,,,1854-01-03,M,sen,NC,,3,Democrat,,,,,,,,,,O000140,,,,,,408391,,,,7120,Lee Slater Overman -Palmer,Cyrus,Maffet,,,,1887-02-12,M,rep,PA,13,,Republican,,,,,,,,,,P000037,,,,,,408447,,,,7174,Cyrus Maffet Palmer -Peery,George,Campbell,,,,1873-10-28,M,rep,VA,9,,Democrat,,,,,,,,,,P000186,,,,,,408590,,,,7304,George C. Peery -Rathbone,Henry,Riggs,,,,1870-02-12,M,rep,IL,-1,,Republican,,,,,,,,,,R000068,,,,,,409048,,,,7741,Henry Riggs Rathbone -Reed,James,Byron,,,,1881-01-02,M,rep,AR,6,,Democrat,,,,,,,,,,R000119,,,,,,409099,,,,7787,James B. Reed -Rubey,Thomas,Lewis,,,,1862-09-27,M,rep,MO,16,,Democrat,,,,,,,,,,R000491,,,,,,409450,,,,8100,Thomas L. Rubey -Shortridge,Samuel,Morgan,,,,1861-08-03,M,sen,CA,,3,Republican,,,,,,,,,,S000380,,,,,,409874,,,,8487,Samuel M. Shortridge -Sinnott,Nicholas,John,,,,1870-12-06,M,rep,OR,2,,Republican,,,,,,,,,,S000450,,,,,,409943,,,,8546,Nicholas J. Sinnott -Smoot,Reed,,,,,1862-01-10,M,sen,UT,,3,Republican,,,,,,,,,,S000644,,,,,,410118,,,,8713,Reed Smoot -Stephens,Ambrose,Everett Burnside,,,,1862-06-03,M,rep,OH,-1,,Republican,,,,,,,,,,S000855,,,,,,410318,,,,8886,Ambrose E. B. Stephens -Strother,James,French,,,,1868-06-29,M,rep,WV,5,,Republican,,,,,,,,,,S001024,,,,,,410482,,,,9044,James F. Strother (West Virginia) -Sweet,Thaddeus,C.,,,,1872-11-16,M,rep,NY,32,,Republican,,,,,,,,,,S001109,,,,,,410561,,,,9119,Thaddeus C. Sweet -Tatgenhorst,Charles,,Jr.,,,1883-08-19,M,rep,OH,2,,Republican,,,,,,,,,,T000049,,,,,,410637,,,,9186,Charles Tatgenhorst Jr. -Tillman,John,Newton,,,,1859-12-13,M,rep,AR,3,,Democrat,,,,,,,,,,T000276,,,,,,410849,,,,9388,John N. Tillman -Updike,Ralph,Eugene,,,,1894-05-27,M,rep,IN,7,,Republican,,,,,,,,,,U000020,,,,,,411043,,,,9565,Ralph E. Updike -Vaile,William,Newell,,,,1876-06-22,M,rep,CO,-1,,Republican,,,,,,,,,,V000004,,,,,,411063,,,,9585,William N. Vaile -Vare,William,Scott,,,,1867-12-24,M,sen,PA,,3,Republican,,,,,,,,,,V000071,,,,,,411129,,,,9647,William Scott Vare -Vincent,Earl,W.,,,,1886-03-27,M,rep,IA,9,,Republican,,,,,,,,,,V000102,,,,,,411157,,,,9674,Earl W. Vincent -Ware,Orie,Solomon,,,,1882-05-11,M,rep,KY,6,,Democrat,,,,,,,,,,W000149,,,,,,411323,,,,9828,Orie Solomon Ware -Waterman,Charles,Winfield,,,,1861-11-02,M,sen,CO,,3,Republican,,,,,,,,,,W000186,,,,,,411359,,,,9862,Charles W. Waterman -Watson,James,Eli,,,,1864-11-02,M,sen,IN,,3,Republican,,,,,,,,,,W000203,,,,,,411374,,,,9875,James Eli Watson -White,Hays,Baxter,,,,1855-09-21,M,rep,KS,6,,Republican,,,,,,,,,,W000374,,,,,,411535,,,,10027,Hays B. White -White,Sebastian,Harrison,,,,1864-12-24,M,rep,CO,1,,Democrat,,,,,,,,,,W000393,,,,,,411553,,,,10044,S. Harrison White -Willis,Frank,Bartlett,,,,1871-12-28,M,sen,OH,,3,Republican,,,,,,,,,,W000561,,,,,,411717,,,,10203,Frank B. Willis -Wilson,Thomas,Webber,,,,1893-01-24,M,rep,MS,6,,Democrat,,,,,,,,,,W000617,,,,,,411772,,,,10256,T. Webber Wilson -Winter,Charles,Edwin,,,,1870-09-13,M,rep,WY,0,,Republican,,,,,,,,,,W000643,,,,,,411797,,,,10281,Charles E. Winter -Burton,Theodore,Elijah,,,,1851-12-20,M,sen,OH,,3,Republican,,,,,,,,,,B001159,,,,,,402101,,,,1322,Theodore E. Burton -Glenn,Otis,Ferguson,,,,1879-08-27,M,sen,IL,,3,Republican,,,,,,,,,,G000238,,,,,,404600,,,,3630,Otis F. Glenn -Larrazolo,Octaviano,Ambrosio,,,,1859-12-07,M,sen,NM,,1,Republican,,,,,,,,,,L000101,,,,,,406608,,,,5480,Octaviano Ambrosio Larrazolo -Locher,Cyrus,,,,,1878-03-08,M,sen,OH,,3,Democrat,,,,,,,,,,L000386,,,,,,406878,,,,5731,Cyrus Locher -Allen,Henry,Justin,,,,1868-09-11,M,sen,KS,,3,Republican,,,,,,,,,,A000126,,,,,,400782,,,,110,Henry Justin Allen -Baird,David,,Jr.,,,1881-10-10,M,sen,NJ,,2,Republican,,,,,,,,,,B000053,,,,,,401058,,,,355,David Baird Jr. -Baird,Joseph,Edward,,,,1865-11-12,M,rep,OH,13,,Republican,,,,,,,,,,B000054,,,,,,401059,,,,356,Joseph E. Baird -Bell,Thomas,Montgomery,,,,1861-03-17,M,rep,GA,9,,Democrat,,,,,,,,,,B000348,,,,,,401340,,,,614,Thomas Montgomery Bell -Blackburn,Robert,E. Lee,,,,1870-04-09,M,rep,KY,7,,Republican,,,,,,,,,,B000509,,,,,,401488,,,,752,Robert E. Lee Blackburn -Box,John,Calvin,,,,1871-03-28,M,rep,TX,2,,Democrat,,,,,,,,,,B000710,,,,,,401672,,,,924,John C. Box -Brigham,Elbert,Sidney,,,,1877-10-19,M,rep,VT,1,,Republican,,,,,,,,,,B000832,,,,,,401789,,,,1035,Elbert S. Brigham -Brock,William,Emerson,,,,1872-03-14,M,sen,TN,,2,Democrat,,,,,,,,,,B000850,,,,,,401807,,,,1051,William Emerson Brock -Browne,Edward,Everts,,,,1868-02-16,M,rep,WI,8,,Republican,,,,,,,,,,B000955,,,,,,401907,,,,1143,Edward E. Browne -Carew,John,Francis,,,,1873-04-16,M,rep,NY,18,,Democrat,,,,,,,,,,C000142,,,,,,402291,,,,1500,John F. Carew -Casey,John,Joseph,,,,1875-05-26,M,rep,PA,12,,Democrat,,,,,,,,,,C000223,,,,,,402369,,,,1572,John J. Casey -Chalmers,William,Wallace,,,,1861-11-01,M,rep,OH,9,,Republican,,,,,,,,,,C000274,,,,,,402417,,,,1619,William W. Chalmers -Clark,Linwood,Leon,,,,1876-03-21,M,rep,MD,2,,Republican,,,,,,,,,,C000446,,,,,,402584,,,,1778,Linwood Clark -Craddock,John,Durrett,,,,1881-10-26,M,rep,KY,4,,Republican,,,,,,,,,,C000849,,,,,,402965,,,,2126,John D. Craddock -Cramton,Louis,Convers,,,,1875-12-02,M,rep,MI,7,,Republican,,,,,,,,,,C000870,,,,,,402984,,,,2144,Louis C. Cramton -Curry,Charles,Forrest,,,,1858-03-14,M,rep,CA,3,,Republican,,,,,,,,,,C001000,,,,,,403107,,,,2261,Charles F. Curry -Cutting,Bronson,Murray,,,,1888-06-23,M,sen,NM,,1,Republican,,,,,,,,,,C001028,,,,,,403135,,,,2289,Bronson M. Cutting -Dempsey,Stephen,Wallace,,,,1862-05-08,M,rep,NY,40,,Republican,,,,,,,,,,D000229,,,,,,403368,,,,2491,S. Wallace Dempsey -Denison,Edward,Everett,,,,1873-08-28,M,rep,IL,25,,Republican,,,,,,,,,,D000237,,,,,,403375,,,,2497,Edward E. Denison -Dill,Clarence,Cleveland,,,,1884-09-21,M,sen,WA,,1,Democrat,,,,,,,,,,D000345,,,,,,403463,,,,2595,Clarence Dill -Dorsey,John,Lloyd,Jr.,,,1891-08-10,M,rep,KY,2,,Democrat,,,,,,,,,,D000440,,,,,,403550,,,,2677,John Lloyd Dorsey Jr. -Doyle,Thomas,Aloysius,,,,1886-01-09,M,rep,IL,4,,Democrat,,,,,,,,,,D000483,,,,,,403591,,,,2714,Thomas A. Doyle -Dunbar,James,Whitson,,,,1860-10-17,M,rep,IN,3,,Republican,,,,,,,,,,D000525,,,,,,403635,,,,2754,James W. Dunbar -Elliott,Richard,Nash,,,,1873-04-25,M,rep,IN,6,,Republican,,,,,,,,,,E000127,,,,,,403818,,,,2916,Richard N. Elliott -Ellis,Edgar,Clarence,,,,1854-10-02,M,rep,MO,5,,Republican,,,,,,,,,,E000133,,,,,,403824,,,,2922,Edgar C. Ellis -Esterly,Charles,Joseph,,,,1888-02-08,M,rep,PA,14,,Republican,,,,,,,,,,E000222,,,,,,403908,,,,2994,Charles Joseph Esterly -Fenn,Edward,Hart,,,,1856-09-12,M,rep,CT,1,,Republican,,,,,,,,,,F000072,,,,,,404030,,,,3102,E. Hart Fenn -Fess,Simeon,Davison,,,,1861-12-11,M,sen,OH,,1,Republican,,,,,,,,,,F000096,,,,,,404053,,,,3124,Simeon D. Fess -Fisher,Hubert,Frederick,,,,1877-10-06,M,rep,TN,10,,Democrat,,,,,,,,,,F000149,,,,,,404104,,,,3169,Hubert Fisher -Fitzgerald,Roy,Gerald,,,,1875-08-25,M,rep,OH,3,,Republican,,,,,,,,,,F000166,,,,,,404121,,,,3184,Roy G. Fitzgerald -Fort,Franklin,William,,,,1880-03-30,M,rep,NJ,9,,Republican,,,,,,,,,,F000287,,,,,,404237,,,,3289,Franklin William Fort -Gabaldon,Isauro,,,,,1875-12-08,M,rep,PI,0,,,,,,,,,,,,G000001,,,,,,404378,,,,,Isauro Gabaldón -Garber,Jacob,Aaron,,,,1879-01-25,M,rep,VA,7,,Republican,,,,,,,,,,G000045,,,,,,404420,,,,3457,Jacob A. Garber -Glynn,James,Peter,,,,1867-11-12,M,rep,CT,5,,Republican,,,,,,,,,,G000246,,,,,,404608,,,,3637,James P. Glynn -Goldsborough,Phillips,Lee,,,,1865-08-06,M,sen,MD,,1,Republican,,,,,,,,,,G000262,,,,,,404624,,,,3653,Phillips Lee Goldsborough -Greene,Frank,Lester,,,,1870-02-10,M,sen,VT,,1,Republican,,,,,,,,,,G000425,,,,,,404773,,,,3789,Frank L. Greene -Griest,William,Walton,,,,1858-09-22,M,rep,PA,10,,Republican,,,,,,,,,,G000456,,,,,,404801,,,,3816,William Walton Griest -Grundy,Joseph,Ridgway,,,,1863-01-13,M,sen,PA,,3,Republican,,,,,,,,,,G000510,,,,,,404855,,,,3866,Joseph R. Grundy -Hall,Albert,Richardson,,,,1884-08-27,M,rep,IN,11,,Republican,,,,,,,,,,H000042,,,,,,404927,,,,3930,Albert R. Hall (Indiana politician) -Halsey,Thomas,Jefferson,,,,1863-05-04,M,rep,MO,6,,Republican,,,,,,,,,,H000091,,,,,,404973,,,,3973,Thomas Jefferson Halsey -Hammer,William,Cicero,,,,1865-03-24,M,rep,NC,7,,Democrat,,,,,,,,,,H000123,,,,,,405005,,,,4003,William C. Hammer -Hatfield,Henry,Drury,,,,1875-09-15,M,sen,WV,,1,Republican,,,,,,,,,,H000342,,,,,,405211,,,,4190,Henry D. Hatfield -Hebert,Felix,,,,,1874-12-11,M,sen,RI,,1,Republican,,,,,,,,,,H000436,,,,,,405302,,,,4274,Felix Hebert -Hickey,Andrew,James,,,,1872-08-27,M,rep,IN,13,,Republican,,,,,,,,,,H000560,,,,,,405422,,,,4383,Andrew J. Hickey -Hoffman,Harold,Giles,,,,1896-02-07,M,rep,NJ,3,,Republican,,,,,,,,,,H000685,,,,,,405538,,,,4489,Harold G. Hoffman -Howell,Robert,Beecher,,,,1864-01-21,M,sen,NE,,1,Republican,,,,,,,,,,H000868,,,,,,405715,,,,4654,Robert B. Howell -Hudson,Grant,Martin,,,,1868-07-23,M,rep,MI,6,,Republican,,,,,,,,,,H000908,,,,,,405754,,,,4688,Grant M. Hudson -Hudspeth,Claude,Benton,,,,1877-05-12,M,rep,TX,16,,Democrat,,,,,,,,,,H000910,,,,,,405756,,,,4690,Claude Benton Hudspeth -Hughes,James,Anthony,,,,1861-02-27,M,rep,WV,4,,Republican,,,,,,,,,,H000924,,,,,,405769,,,,4702,James A. Hughes -Irwin,Edward,Michael,,,,1869-04-14,M,rep,IL,22,,Republican,,,,,,,,,,I000040,,,,,,405897,,,,4825,Edward M. Irwin -James,Hinton,,,,,1884-04-24,M,rep,NC,7,,Democrat,,,,,,,,,,J000050,,,,,,405955,,,,4884,Hinton James (representative) -Johnson,Fred,Gustus,,,,1876-10-16,M,rep,NE,5,,Republican,,,,,,,,,,J000130,,,,,,406029,,,,4953,Fred Gustus Johnson -Johnston,Rowland,Louis,,,,1872-04-23,M,rep,MO,16,,Republican,,,,,,,,,,J000197,,,,,,406092,,,,5011,Rowland Louis Johnston -Jonas,Charles,Andrew,,,,1876-08-14,M,rep,NC,9,,Republican,,,,,,,,,,J000205,,,,,,406100,,,,5018,Charles A. Jonas -Kaynor,William,Kirk,,,,1884-11-29,M,rep,MA,2,,Republican,,,,,,,,,,K000024,,,,,,406195,,,,5105,Will Kirk Kaynor -Kean,Hamilton,Fish,,,,1862-02-27,M,sen,NJ,,1,Republican,,,,,,,,,,K000026,,,,,,406197,,,,5106,Hamilton Fish Kean -Kearns,Charles,Cyrus,,,,1869-02-11,M,rep,OH,6,,Republican,,,,,,,,,,K000033,,,,,,406203,,,,5113,Charles Cyrus Kearns -Kendall,Elva,Roscoe,,,,1893-02-14,M,rep,KY,9,,Republican,,,,,,,,,,K000091,,,,,,406259,,,,5165,Elva R. Kendall -Kendrick,John,Benjamin,,,,1857-09-06,M,sen,WY,,1,Democrat,,,,,,,,,,K000098,,,,,,406266,,,,5172,John B. Kendrick -Kiefner,Charles,Edward,,,,1869-11-25,M,rep,MO,13,,Republican,,,,,,,,,,K000167,,,,,,406331,,,,5232,Charles Edward Kiefner -Kiess,Edgar,Raymond,,,,1875-08-26,M,rep,PA,16,,Republican,,,,,,,,,,K000168,,,,,,406332,,,,5233,Edgar Raymond Kiess -Kincheloe,David,Hayes,,,,1877-04-09,M,rep,KY,2,,Democrat,,,,,,,,,,K000187,,,,,,406349,,,,5249,David Hayes Kincheloe -Korell,Franklin,Frederick,,,,1889-07-23,M,rep,OR,3,,Republican,,,,,,,,,,K000317,,,,,,406471,,,,5361,Franklin F. Korell -Kvale,Ole,Juulson,,,,1869-02-06,M,rep,MN,7,,Farmer-Labor,,,,,,,,,,K000349,,,,,,406502,,,,5383,Ole J. Kvale -Lampert,Florian,,,,,1863-07-08,M,rep,WI,6,,Republican,,,,,,,,,,L000041,,,,,,406551,,,,5426,Florian Lampert -Langley,Katherine,Gudger,,,,1888-02-14,F,rep,KY,10,,Republican,,,,,,,,,,L000073,,,,,,406582,,,,5455,Katherine G. Langley -Leatherwood,Elmer,O.,,,,1872-09-04,M,rep,UT,2,,Republican,,,,,,,,,,L000181,,,,,,406683,,,,5545,Elmer O. Leatherwood -Lee,Robert,Quincy,,,,1869-01-12,M,rep,TX,17,,Democrat,,,,,,,,,,L000203,,,,,,406706,,,,5567,Robert Quincy Lee -Letts,Fred,Dickinson,,,,1875-04-26,M,rep,IA,2,,Republican,,,,,,,,,,L000258,,,,,,406761,,,,5623,F. Dickinson Letts -Martin,Whitmell,Pugh,,,,1867-08-12,M,rep,LA,-1,,Democrat,,,,,,,,,,M000201,,,,,,407221,,,,6041,Whitmell P. Martin -McCloskey,Augustus,,,,,1878-09-23,M,rep,TX,14,,Democrat,,,,,,,,,,M000341,,,,,,407350,,,,6160,Augustus McCloskey -McCormick,Ruth,Hanna,,,,1880-03-27,F,rep,IL,-1,,Republican,,,,,,,,,,M000372,,,,,,407377,,,,6184,Ruth Hanna McCormick -McCulloch,Roscoe,Conkling,,,,1880-11-27,M,sen,OH,,3,Republican,,,,,,,,,,M000392,,,,,,407393,,,,6203,Roscoe C. McCulloch -Menges,Franklin,,,,,1858-10-26,M,rep,PA,22,,Republican,,,,,,,,,,M000640,,,,,,407626,,,,6413,Franklin Menges -Michaelson,Magne,Alfred,,,,1878-09-07,M,rep,IL,7,,Republican,,,,,,,,,,M000690,,,,,,407674,,,,6453,M. Alfred Michaelson -Miller,John,Franklin,,,,1862-06-09,M,rep,WA,1,,Republican,,,,,,,,,,M000739,,,,,,407718,,,,6494,John Franklin Miller (representative) -Moore,Robert,Walton,,,,1859-02-06,M,rep,VA,8,,Democrat,,,,,,,,,,M000915,,,,,,407887,,,,6649,R. Walton Moore -Morgan,William,Mitchell,,,,1870-08-01,M,rep,OH,17,,Republican,,,,,,,,,,M000959,,,,,,407927,,,,6686,William M. Morgan (congressman) -Newhall,Judson,Lincoln,,,,1870-03-26,M,rep,KY,6,,Republican,,,,,,,,,,N000067,,,,,,408155,,,,6895,J. Lincoln Newhall -Newton,Walter,Hughes,,,,1880-10-10,M,rep,MN,5,,Republican,,,,,,,,,,N000079,,,,,,408166,,,,6907,Walter Newton -O’Connell,David,Joseph,,,,1868-12-25,M,rep,NY,9,,Democrat,,,,,,,,,,O000022,,,,,,408270,,,,7010,David J. O'Connell -O’Connell,Jeremiah,Edward,,,,1883-07-08,M,rep,RI,3,,Democrat,,,,,,,,,,O000023,,,,,,408271,,,,7011,Jeremiah E. O'Connell -O’Connor,Charles,,,,,1878-10-26,M,rep,OK,1,,Republican,,,,,,,,,,O000027,,,,,,408275,,,,7015,Charles O'Connor (politician) -O’Connor,James,,,,,1870-04-04,M,rep,LA,1,,Democrat,,,,,,,,,,O000028,,,,,,408276,,,,7016,James O'Connor (Louisiana politician) -Oldfield,Pearl,Peden,,,,1876-12-02,F,rep,AR,2,,Democrat,,,,,,,,,,O000061,,,,,,408336,,,,7049,Pearl Peden Oldfield -Palmer,John,William,,,,1866-08-20,M,rep,MO,7,,Republican,,,,,,,,,,P000043,,,,,,408453,,,,7180,John William Palmer -Patterson,Roscoe,Conkling,,,,1876-09-15,M,sen,MO,,1,Republican,,,,,,,,,,P000127,,,,,,408535,,,,7252,Roscoe C. Patterson -Porter,Stephen,Geyer,,,,1869-05-18,M,rep,PA,32,,Republican,,,,,,,,,,P000447,,,,,,408836,,,,7540,Stephen G. Porter -Pritchard,George,Moore,,,,1886-01-04,M,rep,NC,10,,Republican,,,,,,,,,,P000544,,,,,,408928,,,,7630,George M. Pritchard -Quayle,John,Francis,,,,1868-12-01,M,rep,NY,7,,Democrat,,,,,,,,,,Q000008,,,,,,408971,,,,7669,John Quayle -Ramey,Frank,Marion,,,,1881-09-23,M,rep,IL,21,,Republican,,,,,,,,,,R000021,,,,,,409003,,,,7698,Frank M. Ramey -Reed,David,Aiken,,,,1880-12-21,M,sen,PA,,1,Republican,,,,,,,,,,R000114,,,,,,409094,,,,7782,David A. Reed -Roark,Charles,Wickliffe,,,,1887-01-22,M,rep,KY,-1,,Republican,,,,,,,,,,R000294,,,,,,409267,,,,,Charles W. Roark -Robinson,Arthur,Raymond,,,,1881-03-12,M,sen,IN,,1,Republican,,,,,,,,,,R000332,,,,,,409303,,,,7972,Arthur Raymond Robinson -Rowbottom,Harry,Emerson,,,,1884-11-03,M,rep,IN,1,,Republican,,,,,,,,,,R000474,,,,,,409435,,,,8090,Harry E. Rowbottom -Sears,Willis,Gratz,,,,1860-08-16,M,rep,NE,2,,Republican,,,,,,,,,,S000212,,,,,,409717,,,,8336,Willis G. Sears -Shaffer,Joseph,Crockett,,,,1880-01-19,M,rep,VA,9,,Republican,,,,,,,,,,S000278,,,,,,409777,,,,8393,Joseph Crockett Shaffer -Simms,Albert,Gallatin,,,,1882-10-08,M,rep,NM,1,,Republican,,,,,,,,,,S000420,,,,,,409914,,,,8519,Albert G. Simms -Sloan,Charles,Henry,,,,1863-05-02,M,rep,NE,4,,Republican,,,,,,,,,,S000491,,,,,,409979,,,,8579,Charles Henry Sloan -Speaks,John,Charles,,,,1859-02-11,M,rep,OH,12,,Republican,,,,,,,,,,S000707,,,,,,410178,,,,8770,John C. Speaks -Spearing,James,Zacharie,,,,1864-04-23,M,rep,LA,2,,Democrat,,,,,,,,,,S000708,,,,,,410179,,,,8771,James Z. Spearing -Sproul,Elliott,Wilford,,,,1856-12-28,M,rep,IL,3,,Republican,,,,,,,,,,S000758,,,,,,410225,,,,8816,Elliott W. Sproul -Sproul,William,Henry,,,,1867-10-14,M,rep,KS,3,,Republican,,,,,,,,,,S000759,,,,,,410226,,,,8817,William H. Sproul -Stedman,Charles,Manly,,,,1841-01-29,M,rep,NC,5,,Democrat,,,,,,,,,,S000827,,,,,,410291,,,,8864,Charles Manly Stedman -Steele,Leslie,Jasper,,,,1868-11-21,M,rep,GA,5,,Democrat,,,,,,,,,,S000835,,,,,,410299,,,,8872,Leslie Jasper Steele -Stephens,Hubert,Durrett,,,,1875-07-02,M,sen,MS,,1,Democrat,,,,,,,,,,S000857,,,,,,410320,,,,8888,Hubert D. Stephens -Stobbs,George,Russell,,,,1877-02-07,M,rep,MA,4,,Republican,,,,,,,,,,S000931,,,,,,410390,,,,8956,George R. Stobbs -Stone,Ulysses,Stevens,,,,1878-12-17,M,rep,OK,5,,Republican,,,,,,,,,,S000964,,,,,,410423,,,,8985,Ulysses S. Stone -Sullivan,Patrick,Joseph,,,,1865-03-17,M,sen,WY,,2,Republican,,,,,,,,,,S001060,,,,,,410514,,,,9074,Patrick Joseph Sullivan -Sutherland,Daniel,Alexander,,,,1869-04-17,M,rep,AK,0,,Republican,,,,,,,,,,S001079,,,,,,410532,,,,,Daniel Sutherland -Swanson,Claude,Augustus,,,,1862-03-31,M,sen,VA,,1,Democrat,,,,,,,,,,S001094,,,,,,410547,,,,9106,Claude A. Swanson -Thompson,Charles,James,,,,1862-01-24,M,rep,OH,5,,Republican,,,,,,,,,,T000194,,,,,,410773,,,,9316,Charles J. Thompson -Wainwright,Jonathan,Mayhew,,,,1864-12-10,M,rep,NY,25,,Republican,,,,,,,,,,W000023,,,,,,411202,,,,9715,J. Mayhew Wainwright -Walcott,Frederic,Collin,,,,1869-02-19,M,sen,CT,,1,Republican,,,,,,,,,,W000032,,,,,,411211,,,,9724,Frederic C. Walcott -Walker,Lewis,Leavell,,,,1873-02-15,M,rep,KY,8,,Republican,,,,,,,,,,W000063,,,,,,411242,,,,9751,Lewis L. Walker -Watres,Laurence,Hawley,,,,1882-07-18,M,rep,PA,11,,Republican,,,,,,,,,,W000196,,,,,,411367,,,,9869,Laurence Hawley Watres -Weller,Royal,Hurlburt,,,,1881-07-02,M,rep,NY,-1,,Democrat,,,,,,,,,,W000277,,,,,,411442,,,,9937,Royal Hurlburt Weller -Whitehead,Joseph,,,,,1867-10-31,M,rep,VA,5,,Democrat,,,,,,,,,,W000400,,,,,,411560,,,,10051,Joseph Whitehead (Congressman) -Williams,Thomas,Sutler,,,,1872-02-14,M,rep,IL,24,,Republican,,,,,,,,,,W000542,,,,,,411698,,,,10184,Thomas Sutler Williams -Wingo,Otis,Theodore,,,,1877-06-18,M,rep,AR,4,,Democrat,,,,,,,,,,W000635,,,,,,411789,,,,10274,Otis Wingo -Wolverton,John,Marshall,,,,1872-01-31,M,rep,WV,3,,Republican,,,,,,,,,,W000684,,,,,,411836,,,,10315,John M. Wolverton -Zihlman,Frederick,Nicholas,,,,1879-10-02,M,rep,MD,6,,Republican,,,,,,,,,,Z000007,,,,,,412000,,,,10467,Frederick Nicholas Zihlman -Carey,Robert,Davis,,,,1878-08-12,M,sen,WY,,2,Republican,,,,,,,,,,C000146,,,,,,402295,,,,1503,Robert D. Carey -Morrow,Dwight,Whitney,,,,1873-01-11,M,sen,NJ,,2,Republican,,,,,,,,,,M001002,,,,,,407970,,,,6727,Dwight Morrow -Partridge,Frank,Charles,,,,1861-05-07,M,sen,VT,,1,Republican,,,,,,,,,,P000091,,,,,,408501,,,,7223,Frank C. Partridge -Williamson,Ben,Mitchell,,,,1864-10-16,M,sen,KY,,2,Democrat,,,,,,,,,,W000550,,,,,,411706,,,,10192,Ben M. Williamson -Ackerman,Ernest,Robinson,,,,1863-06-17,M,rep,NJ,5,,Republican,,,,,,,,,,A000021,,,,,,400683,,,,16,Ernest Robinson Ackerman -Adkins,Charles,,,,,1863-02-07,M,rep,IL,19,,Republican,,,,,,,,,,A000057,,,,,,400717,,,,48,Charles Adkins (politician) -Aldrich,Richard,Steere,,,,1884-02-29,M,rep,RI,2,,Republican,,,,,,,,,,A000084,,,,,,400743,,,,72,Richard S. Aldrich -Allen,John,Clayton,,,,1860-02-14,M,rep,IL,14,,Republican,,,,,,,,,,A000131,,,,,,400787,,,,114,John Clayton Allen -Arentz,Samuel,Shaw,,Ulysses,,1879-01-08,M,rep,NV,0,,Republican,,,,,,,,,,A000277,,,,,,400917,,,,228,Samuel S. Arentz -Aswell,James,Benjamin,,,,1869-12-23,M,rep,LA,8,,Democrat,,,,,,,,,,A000321,,,,,,400969,,,,276,James Benjamin Aswell -Bachmann,Carl,George,,,,1890-05-14,M,rep,WV,1,,Republican,,,,,,,,,,B000012,,,,,,401018,,,,321,Carl G. Bachmann -Baldrige,Howard,Malcolm,,,,1894-06-23,M,rep,NE,2,,Republican,,,,,,,,,,B000082,,,,,,401084,,,,378,Howard M. Baldrige -Barbour,Henry,Ellsworth,,,,1877-03-08,M,rep,CA,7,,Republican,,,,,,,,,,B000126,,,,,,401127,,,,419,Henry E. Barbour -Barton,William,Edward,,,,1868-04-11,M,rep,MO,16,,Democrat,,,,,,,,,,B000217,,,,,,401214,,,,499,William Edward Barton -Beers,Edward,McMath,,,,1877-05-27,M,rep,PA,18,,Republican,,,,,,,,,,B000312,,,,,,401304,,,,581,Edward M. Beers -Biddle,Joseph,Franklin,,,,1871-09-14,M,rep,PA,18,,Republican,,,,,,,,,,B000442,,,,,,401428,,,,694,Joseph Franklin Biddle -Bohn,Frank,Probasco,,,,1866-07-14,M,rep,MI,11,,Republican,,,,,,,,,,B000596,,,,,,401564,,,,826,Frank P. Bohn -Brand,Charles,,,,,1871-11-01,M,rep,OH,7,,Republican,,,,,,,,,,B000766,,,,,,401725,,,,975,Charles Brand (congressman) -Bratton,Sam,Gilbert,,,,1888-08-19,M,sen,NM,,2,Democrat,,,,,,,,,,B000774,,,,,,401733,,,,982,Sam G. Bratton -Burdick,Clark,,,,,1868-01-13,M,rep,RI,1,,Republican,,,,,,,,,,B001075,,,,,,402021,,,,1251,Clark Burdick -Burtness,Olger,Burton,,,,1884-03-14,M,rep,ND,1,,Republican,,,,,,,,,,B001146,,,,,,402089,,,,1314,Olger B. Burtness -Butler,Robert,Reyburn,,,,1881-09-24,M,rep,OR,2,,Republican,,,,,,,,,,B001187,,,,,,402129,,,,1347,Robert R. Butler -Cable,John,Levi,,,,1884-04-15,M,rep,OH,4,,Republican,,,,,,,,,,C000007,,,,,,402169,,,,1382,John L. Cable -Campbell,Ed,Hoyt,,,,1882-03-06,M,rep,IA,11,,Republican,,,,,,,,,,C000081,,,,,,402237,,,,1446,Ed H. Campbell -Campbell,Guy,Edgar,,,,1871-10-09,M,rep,PA,36,,Republican,,,,,,,,,,C000084,,,,,,402240,,,,1449,Guy Edgar Campbell -Canfield,Harry,Clifford,,,,1875-11-22,M,rep,IN,4,,Democrat,,,,,,,,,,C000114,,,,,,402266,,,,1477,Harry C. Canfield -Chase,James,Mitchell,,,,1891-12-19,M,rep,PA,23,,Republican,,,,,,,,,,C000328,,,,,,402469,,,,1668,James Mitchell Chase -Chindblom,Carl,Richard,,,,1870-12-21,M,rep,IL,10,,Republican,,,,,,,,,,C000361,,,,,,402500,,,,1698,Carl R. Chindblom -Chiperfield,Burnett,Mitchell,,,,1870-06-14,M,rep,IL,15,,Republican,,,,,,,,,,C000364,,,,,,402503,,,,1701,Burnett M. Chiperfield -Christgau,Victor,Laurence August,,,,1894-09-20,M,rep,MN,1,,Republican,,,,,,,,,,C000378,,,,,,402517,,,,1713,Victor Christgau -Christopherson,Charles,Andrew,,,,1871-07-23,M,rep,SD,1,,Republican,,,,,,,,,,C000384,,,,,,402523,,,,1718,Charles A. Christopherson -Clague,Frank,,,,,1865-07-13,M,rep,MN,2,,Republican,,,,,,,,,,C000401,,,,,,402540,,,,1734,Frank Clague -Clancy,Robert,Henry,,,,1882-03-14,M,rep,MI,1,,Republican,,,,,,,,,,C000412,,,,,,402551,,,,1744,Robert H. Clancy -Cole,Cyrenus,,,,,1863-01-13,M,rep,IA,5,,Republican,,,,,,,,,,C000608,,,,,,402737,,,,1922,Cyrenus Cole -Collier,James,William,,,,1872-09-28,M,rep,MS,8,,Democrat,,,,,,,,,,C000630,,,,,,402759,,,,1942,James Collier -Colton,Don,Byron,,,,1876-09-15,M,rep,UT,1,,Republican,,,,,,,,,,C000652,,,,,,402780,,,,1958,Don B. Colton -Cooke,Edmund,Francis,,,,1885-04-13,M,rep,NY,41,,Republican,,,,,,,,,,C000730,,,,,,402852,,,,2028,Edmund F. Cooke -Coolidge,Marcus,Allen,,,,1865-10-06,M,sen,MA,,2,Democrat,,,,,,,,,,C000740,,,,,,402861,,,,2035,Marcus A. Coolidge -Cooper,Henry,Allen,,,,1850-09-08,M,rep,WI,-1,,Republican,,,,,,,,,,C000752,,,,,,402873,,,,2047,Henry Allen Cooper -Costigan,Edward,Prentiss,,,,1874-07-01,M,sen,CO,,2,Democrat,,,,,,,,,,C000797,,,,,,402916,,,,2083,Edward P. Costigan -Couzens,James,,,,,1872-08-26,M,sen,MI,,2,Republican,,,,,,,,,,C000812,,,,,,402931,,,,2095,James J. Couzens -Coyle,William,Radford,,,,1878-07-10,M,rep,PA,30,,Republican,,,,,,,,,,C000844,,,,,,402961,,,,2123,William R. Coyle -Crail,Joe,,,,,1877-12-25,M,rep,CA,10,,Republican,,,,,,,,,,C000864,,,,,,402979,,,,2140,Joe Crail -Crisp,Charles,Robert,,,,1870-10-19,M,rep,GA,3,,Democrat,,,,,,,,,,C000909,,,,,,403021,,,,2178,Charles R. Crisp -Curry,Charles,Forrest,Jr.,,,1893-08-13,M,rep,CA,3,,Republican,,,,,,,,,,C001001,,,,,,403108,,,,2262,Charles F. Curry Jr. -Dallinger,Frederick,William,,,,1871-10-02,M,rep,MA,8,,Republican,,,,,,,,,,D000012,,,,,,403155,,,,2306,Frederick W. Dallinger -Davenport,Frederick,Morgan,,,,1866-08-27,M,rep,NY,33,,Republican,,,,,,,,,,D000070,,,,,,403208,,,,2352,Frederick M. Davenport -Davis,Ewin,Lamar,,,,1876-02-05,M,rep,TN,5,,Democrat,,,,,,,,,,D000098,,,,,,403234,,,,2379,Ewin L. Davis -Davis,Robert,Lee,,,,1893-10-29,M,rep,PA,6,,Republican,,,,,,,,,,D000129,,,,,,403264,,,,2406,Robert Lee Davis -Dickinson,Lester,Jesse,,,,1873-10-29,M,sen,IA,,2,Republican,,,,,,,,,,D000323,,,,,,403443,,,,2575,Lester J. Dickinson -Dominick,Frederick,Haskell,,,,1877-02-20,M,rep,SC,3,,Democrat,,,,,,,,,,D000408,,,,,,403521,,,,2651,Frederick H. Dominick -Douglas,Lewis,Williams,,,,1894-07-02,M,rep,AZ,0,,Democrat,,,,,,,,,,D000455,,,,,,403565,,,,2690,Lewis Williams Douglas -Drane,Herbert,Jackson,,,,1863-06-20,M,rep,FL,1,,Democrat,,,,,,,,,,D000486,,,,,,403594,,,,2717,Herbert J. Drane -Dyer,Leonidas,Carstarphen,,,,1871-06-11,M,rep,MO,12,,Republican,,,,,,,,,,D000591,,,,,,403694,,,,2807,Leonidas C. Dyer -Dávila,Félix,Córdova,,,,1878-11-20,M,rep,PR,0,,Unionist,,,,,,,,,,D000090,,,,,,403227,,,,,Félix Córdova Dávila -Eaton,William,Robb,,,,1877-12-17,M,rep,CO,1,,Republican,,,,,,,,,,E000027,,,,,,403722,,,,2831,William R. Eaton -Edwards,Charles,Gordon,,,,1878-07-02,M,rep,GA,1,,Democrat,,,,,,,,,,E000062,,,,,,403757,,,,2861,Charles Gordon Edwards -Erk,Edmund,Frederick,,,,1872-04-17,M,rep,PA,32,,Republican,,,,,,,,,,E000203,,,,,,403890,,,,2981,Edmund Frederick Erk -Eslick,Edward,Everett,,,,1872-04-19,M,rep,TN,7,,Democrat,,,,,,,,,,E000216,,,,,,403902,,,,2989,Edward Everett Eslick -Eslick,Willa,McCord Blake,,,,1878-09-08,F,rep,TN,7,,Democrat,,,,,,,,,,E000217,,,,,,403903,,,,2990,Willa McCord Blake Eslick -Estep,Harry,Allison,,,,1884-02-01,M,rep,PA,35,,Republican,,,,,,,,,,E000221,,,,,,403907,,,,2993,Harry Allison Estep -Evans,John,Morgan,,,,1863-01-07,M,rep,MT,1,,Democrat,,,,,,,,,,E000247,,,,,,403930,,,,3013,John M. Evans -Finley,Charles,,,,,1865-03-26,M,rep,KY,11,,Republican,,,,,,,,,,F000130,,,,,,404085,,,,3152,Charles Finley (politician) -Fishburne,John,Wood,,,,1868-03-08,M,rep,VA,7,,Democrat,,,,,,,,,,F000143,,,,,,404098,,,,3163,John W. Fishburne -Flood,Joel,West,,,,1894-08-02,M,rep,VA,10,,Democrat,,,,,,,,,,F000211,,,,,,404166,,,,3226,Joel West Flood -Free,Arthur,Monroe,,,,1879-01-15,M,rep,CA,8,,Republican,,,,,,,,,,F000359,,,,,,404306,,,,3352,Arthur M. Free -Freeman,Richard,Patrick,,,,1869-04-24,M,rep,CT,2,,Republican,,,,,,,,,,F000366,,,,,,404312,,,,3359,Richard P. Freeman -French,Burton,Lee,,,,1875-08-01,M,rep,ID,1,,Republican,,,,,,,,,,F000375,,,,,,404320,,,,3367,Burton L. French -Fulbright,James,Franklin,,,,1877-01-24,M,rep,MO,14,,Democrat,,,,,,,,,,F000400,,,,,,404342,,,,3387,James F. Fulbright -Garber,Milton,Cline,,,,1867-11-30,M,rep,OK,8,,Republican,,,,,,,,,,G000046,,,,,,404421,,,,3458,Milton C. Garber -Garrett,Daniel,Edward,,,,1869-04-28,M,rep,TX,8,,Democrat,,,,,,,,,,G000081,,,,,,404453,,,,3489,Daniel E. Garrett -Gilbert,Ralph,Waldo Emerson,,,,1882-01-17,M,rep,KY,8,,Democrat,,,,,,,,,,G000177,,,,,,404543,,,,3577,Ralph Waldo Emerson Gilbert -Gillen,Courtland,Craig,,,,1880-07-03,M,rep,IN,5,,Democrat,,,,,,,,,,G000193,,,,,,404558,,,,3591,Courtland C. Gillen -Golder,Benjamin,Martin,,,,1891-12-23,M,rep,PA,4,,Republican,,,,,,,,,,G000259,,,,,,404621,,,,3650,Benjamin M. Golder -Goodwin,Godfrey,Gummer,,,,1873-01-11,M,rep,MN,10,,Republican,,,,,,,,,,G000299,,,,,,404658,,,,3684,Godfrey G. Goodwin -Gore,Thomas,Pryor,,,,1870-12-10,M,sen,OK,,2,Democrat,,,,,,,,,,G000323,,,,,,404681,,,,3706,Thomas Gore -Graham,George,Scott,,,,1850-09-13,M,rep,PA,2,,Republican,,,,,,,,,,G000354,,,,,,404709,,,,3732,George Scott Graham -Granata,Peter,Charles,,,,1898-10-28,M,rep,IL,8,,Republican,,,,,,,,,,G000370,,,,,,404722,,,,3745,Peter C. Granata -Hadley,Lindley,Hoag,,,,1861-06-19,M,rep,WA,2,,Republican,,,,,,,,,,H000008,,,,,,404893,,,,3898,Lindley H. Hadley -Hale,Fletcher,,,,,1883-01-22,M,rep,NH,-1,,Republican,,,,,,,,,,H000030,,,,,,404915,,,,3918,Fletcher Hale -Hall,Homer,William,,,,1870-07-22,M,rep,IL,17,,Republican,,,,,,,,,,H000053,,,,,,404938,,,,3940,Homer W. Hall -Hall,Robert,Samuel,,,,1879-03-10,M,rep,MS,6,,Democrat,,,,,,,,,,H000069,,,,,,404953,,,,3954,Robert S. Hall -Hall,Thomas,,,,,1869-06-06,M,rep,ND,2,,Republican,,,,,,,,,,H000071,,,,,,404955,,,,3955,Thomas Hall (North Dakota politician) -Hardy,Guy,Urban,,,,1872-04-04,M,rep,CO,3,,Republican,,,,,,,,,,H000195,,,,,,405076,,,,4062,Guy U. Hardy -Harris,William,Julius,,,,1868-02-03,M,sen,GA,,2,Democrat,,,,,,,,,,H000259,,,,,,405136,,,,4120,William J. Harris -Hastings,Daniel,Oren,,,,1874-03-05,M,sen,DE,,2,Republican,,,,,,,,,,H000325,,,,,,405196,,,,4177,Daniel O. Hastings -Haugen,Gilbert,Nelson,,,,1859-04-21,M,rep,IA,4,,Republican,,,,,,,,,,H000350,,,,,,405219,,,,4195,Gilbert N. Haugen -Hawley,Willis,Chatman,,,,1864-05-05,M,rep,OR,1,,Republican,,,,,,,,,,H000379,,,,,,405247,,,,4222,Willis C. Hawley -Hoch,Homer,,,,,1879-07-04,M,rep,KS,4,,Republican,,,,,,,,,,H000669,,,,,,405523,,,,4476,Homer Hoch -Hogg,David,,,,,1886-08-21,M,rep,IN,12,,Republican,,,,,,,,,,H000702,,,,,,405555,,,,4505,David Hogg -Hogg,Robert,Lynn,,,,1893-12-30,M,rep,WV,4,,Republican,,,,,,,,,,H000704,,,,,,405557,,,,4507,Robert Lynn Hogg -Holaday,William,Perry,,,,1882-12-14,M,rep,IL,18,,Republican,,,,,,,,,,H000708,,,,,,405561,,,,4510,William P. Holaday -Hopkins,David,William,,,,1897-10-31,M,rep,MO,4,,Republican,,,,,,,,,,H000772,,,,,,405622,,,,4566,David W. Hopkins -Horr,Ralph,Ashley,,,,1884-08-12,M,rep,WA,1,,Republican,,,,,,,,,,H000793,,,,,,405642,,,,4584,Ralph Horr -Houston,Robert,Griffith,,,,1867-10-13,M,rep,DE,0,,Republican,,,,,,,,,,H000826,,,,,,405673,,,,4614,Robert G. Houston -Houston,Victor,Stewart Kaleoaloha,,,,1876-07-22,M,rep,HI,-1,,Republican,,,,,,,,,,H000828,,,,,,405675,,,,,Victor S. K. Houston -Hull,Cordell,,,,,1871-10-02,M,sen,TN,,2,Democrat,,,,,,,,,,H000940,,,,,,405785,,,,4717,Cordell Hull -Hull,Morton,Denison,,,,1867-01-13,M,rep,IL,2,,Republican,,,,,,,,,,H000944,,,,,,405789,,,,4721,Morton D. Hull -Hull,William,Edgar,,,,1866-01-13,M,rep,IL,16,,Republican,,,,,,,,,,H000946,,,,,,405791,,,,4723,William E. Hull -Igoe,James,Thomas,,,,1883-10-23,M,rep,IL,6,,Democrat,,,,,,,,,,I000003,,,,,,405865,,,,4792,James T. Igoe -Johnson,Albert,,,,,1869-03-05,M,rep,WA,3,,Republican,,,,,,,,,,J000114,,,,,,406015,,,,4939,Albert Johnson (congressman) -Johnson,Robert,Davis,,,,1883-08-12,M,rep,MO,7,,Democrat,,,,,,,,,,J000171,,,,,,406068,,,,4989,Robert Davis Johnson -Johnson,Royal,Cleaves,,,,1882-10-03,M,rep,SD,2,,Republican,,,,,,,,,,J000173,,,,,,406070,,,,4991,Royal C. Johnson -Johnson,William,Richard,,,,1875-05-15,M,rep,IL,13,,Republican,,,,,,,,,,J000181,,,,,,406076,,,,4997,William Richard Johnson -Kading,Charles,August,,,,1874-01-14,M,rep,WI,2,,Republican,,,,,,,,,,K000001,,,,,,406175,,,,5088,Charles A. Kading -Karch,Charles,Adam,,,,1875-03-17,M,rep,IL,22,,Democrat,,,,,,,,,,K000010,,,,,,406182,,,,5095,Charles A. Karch -Kendall,Samuel,Austin,,,,1859-11-01,M,rep,PA,24,,Republican,,,,,,,,,,K000097,,,,,,406265,,,,5171,Samuel Austin Kendall -Ketcham,John,Clark,,,,1873-01-01,M,rep,MI,4,,Republican,,,,,,,,,,K000151,,,,,,406315,,,,5218,John C. Ketcham -Keyes,Henry,Wilder,,,,1863-05-23,M,sen,NH,,2,Republican,,,,,,,,,,K000161,,,,,,406325,,,,5227,Henry W. Keyes -Kopp,William,Frederick,,,,1869-06-20,M,rep,IA,1,,Republican,,,,,,,,,,K000314,,,,,,406468,,,,5358,William F. Kopp -Kunz,Stanley,Henry,,,,1864-09-26,M,rep,IL,8,,Democrat,,,,,,,,,,K000342,,,,,,406495,,,,5378,Stanley H. Kunz -La Guardia,Fiorello,Henry,,,,1882-12-11,M,rep,NY,20,,Republican,,,,,,,,,,L000007,,,,,,406517,,,,5406,Fiorello H. La Guardia -Lankford,Menalcus,,,,,1883-03-14,M,rep,VA,2,,Republican,,,,,,,,,,L000080,,,,,,406589,,,,5462,Menalcus Lankford -Lankford,William,Chester,,,,1877-12-07,M,rep,GA,11,,Democrat,,,,,,,,,,L000082,,,,,,406591,,,,5464,William Chester Lankford -Larsen,William,Washington,,,,1871-08-12,M,rep,GA,12,,Democrat,,,,,,,,,,L000103,,,,,,406610,,,,5482,William Washington Larsen -Leavitt,Scott,,,,,1879-06-16,M,rep,MT,2,,Republican,,,,,,,,,,L000184,,,,,,406686,,,,5548,Scott Leavitt -Leech,James,Russell,,,,1888-11-19,M,rep,PA,20,,Republican,,,,,,,,,,L000209,,,,,,406712,,,,5573,James Russell Leech -Lichtenwalner,Norton,Lewis,,,,1889-06-01,M,rep,PA,14,,Democrat,,,,,,,,,,L000300,,,,,,406795,,,,5655,Norton Lewis Lichtenwalner -Linthicum,John,Charles,,,,1867-11-26,M,rep,MD,4,,Democrat,,,,,,,,,,L000340,,,,,,406833,,,,5691,John Charles Linthicum -Longworth,Nicholas,,,,,1869-11-05,M,rep,OH,1,,Republican,,,,,,,,,,L000433,,,,,,406924,,,,5770,Nicholas Longworth -Loofbourow,Frederick,Charles,,,,1874-02-08,M,rep,UT,2,,Republican,,,,,,,,,,L000435,,,,,,406926,,,,5772,Frederick C. Loofbourow -Lovette,Oscar,Byrd,,,,1871-12-20,M,rep,TN,1,,Republican,,,,,,,,,,L000467,,,,,,406956,,,,5802,Oscar Lovette -Magrady,Frederick,William,,,,1863-11-24,M,rep,PA,17,,Republican,,,,,,,,,,M000055,,,,,,407083,,,,5915,Frederick William Magrady -Major,Samuel,Collier,,,,1869-07-02,M,rep,MO,-1,,Democrat,,,,,,,,,,M000074,,,,,,407102,,,,5933,Samuel C. Major -Manlove,Joe,Jonathan,,,,1876-10-01,M,rep,MO,15,,Republican,,,,,,,,,,M000098,,,,,,407122,,,,5954,Joe J. Manlove -McClintock,Charles,Blaine,,,,1886-05-25,M,rep,OH,16,,Republican,,,,,,,,,,M000339,,,,,,407348,,,,6159,Charles B. McClintock -McLaughlin,James,Campbell,,,,1858-01-26,M,rep,MI,9,,Republican,,,,,,,,,,M000539,,,,,,407531,,,,6327,James C. McLaughlin -Metcalf,Jesse,Houghton,,,,1860-11-16,M,sen,RI,,2,Republican,,,,,,,,,,M000670,,,,,,407655,,,,6441,Jesse H. Metcalf -Mobley,William,Carlton,,,,1906-12-07,M,rep,GA,6,,Democrat,,,,,,,,,,M000835,,,,,,407809,,,,6578,Carlton Mobley -Mooney,Charles,Anthony,,,,1879-01-05,M,rep,OH,20,,Democrat,,,,,,,,,,M000887,,,,,,407859,,,,6621,Charles A. Mooney -Moore,Charles,Ellis,,,,1884-01-03,M,rep,OH,15,,Republican,,,,,,,,,,M000894,,,,,,407866,,,,6628,C. Ellis Moore -Moore,John,William,,,,1877-06-09,M,rep,KY,3,,Democrat,,,,,,,,,,M000905,,,,,,407877,,,,6639,John William Moore -Mouser,Grant,Earl,Jr.,,,1895-02-20,M,rep,OH,8,,Republican,,,,,,,,,,M001049,,,,,,408016,,,,6769,Grant E. Mouser Jr. -Murphy,Benjamin,Franklin,,,,1867-12-24,M,rep,OH,18,,Republican,,,,,,,,,,M001089,,,,,,408053,,,,6805,B. Frank Murphy -Nelson,John,Edward,,,,1874-07-12,M,rep,ME,3,,Republican,,,,,,,,,,N000038,,,,,,408128,,,,6868,John E. Nelson (Maine) -Nelson,John,Mandt,,,,1870-10-10,M,rep,WI,3,,Republican,,,,,,,,,,N000039,,,,,,408129,,,,6869,John M. Nelson -Niedringhaus,Henry,Frederick,,,,1864-12-15,M,rep,MO,10,,Republican,,,,,,,,,,N000105,,,,,,408189,,,,6929,Henry F. Niedringhaus -Nolan,William,Ignatius,,,,1874-05-14,M,rep,MN,5,,Republican,,,,,,,,,,N000128,,,,,,408212,,,,6950,William I. Nolan -Norton,John,Nathaniel,,,,1878-05-12,M,rep,NE,4,,Democrat,,,,,,,,,,N000152,,,,,,408234,,,,6971,John N. Norton -Owen,Ruth,Bryan,,,,1885-10-02,F,rep,FL,4,,Democrat,,,,,,,,,,O000154,,,,,,408405,,,,7134,Ruth Bryan Owen -Partridge,Donald,Barrows,,,,1891-06-07,M,rep,ME,2,,Republican,,,,,,,,,,P000090,,,,,,408500,,,,7222,Donald B. Partridge -Patterson,LaFayette,Lee,,,,1888-08-23,M,rep,AL,5,,Democrat,,,,,,,,,,P000125,,,,,,408533,,,,7250,LaFayette L. Patterson -Person,Seymour,Howe,,,,1879-02-02,M,rep,MI,6,,Republican,,,,,,,,,,P000247,,,,,,408650,,,,7360,Seymour H. Person -Pesquera,José,Lorenzo,,,,1882-08-10,M,rep,PR,0,,Nonpartisan,,,,,,,,,,P000249,,,,,,408652,,,,,José Lorenzo Pesquera -Pratt,Harcourt,Joseph,,,,1866-10-23,M,rep,NY,27,,Republican,,,,,,,,,,P000499,,,,,,408884,,,,7589,Harcourt J. Pratt -Pratt,Ruth,Sears Baker,,,,1877-08-24,F,rep,NY,17,,Republican,,,,,,,,,,P000505,,,,,,408890,,,,7595,Ruth Baker Pratt -Purnell,Fred,Sampson,,,,1882-10-25,M,rep,IN,9,,Republican,,,,,,,,,,P000573,,,,,,408956,,,,7655,Fred S. Purnell -Quin,Percy,Edwards,,,,1872-10-30,M,rep,MS,7,,Democrat,,,,,,,,,,Q000014,,,,,,408977,,,,7674,Percy Quin -Ramseyer,Christian,William,,,,1875-03-13,M,rep,IA,6,,Republican,,,,,,,,,,R000031,,,,,,409013,,,,7708,Christian William Ramseyer -Robinson,Joseph,Taylor,,,,1872-08-26,M,sen,AR,,2,Democrat,,,,,,,,,,R000347,,,,,,409318,,,,7986,Joseph Taylor Robinson -Robinson,Thomas,John Bright,,,,1868-08-12,M,rep,IA,3,,Republican,,,,,,,,,,R000352,,,,,,409323,,,,7992,Thomas J. B. Robinson -Rutherford,Samuel,,,,,1870-03-15,M,rep,GA,6,,Democrat,,,,,,,,,,R000549,,,,,,409505,,,,8149,Samuel Rutherford (Georgia politician) -Sanders,Archie,Dovell,,,,1857-06-17,M,rep,NY,39,,Republican,,,,,,,,,,S000032,,,,,,409550,,,,8195,Archie D. Sanders -Schall,Thomas,David,,,,1878-06-04,M,sen,MN,,2,Republican,,,,,,,,,,S000113,,,,,,409621,,,,8254,Thomas D. Schall -Seiberling,Francis,,,,,1870-09-20,M,rep,OH,14,,Republican,,,,,,,,,,S000229,,,,,,409734,,,,8351,Francis Seiberling -Selvig,Conrad,George,,,,1877-10-11,M,rep,MN,9,,Republican,,,,,,,,,,S000236,,,,,,409740,,,,8357,Conrad Selvig -Shreve,Milton,William,,,,1858-05-03,M,rep,PA,29,,Republican,,,,,,,,,,S000387,,,,,,409881,,,,8493,Milton William Shreve -Simmons,Robert,Glenmore,,,,1891-12-25,M,rep,NE,6,,Republican,,,,,,,,,,S000419,,,,,,409913,,,,8518,Robert G. Simmons -Smith,Addison,Taylor,,,,1862-09-05,M,rep,ID,2,,Republican,,,,,,,,,,S000511,,,,,,409996,,,,8598,Addison T. Smith -Snow,Donald,Francis,,,,1877-09-06,M,rep,ME,4,,Republican,,,,,,,,,,S000659,,,,,,410133,,,,8728,Donald F. Snow -Sparks,Charles,Isaac,,,,1872-12-20,M,rep,KS,6,,Republican,,,,,,,,,,S000703,,,,,,410174,,,,8766,Charles I. Sparks -Stafford,William,Henry,,,,1869-10-12,M,rep,WI,5,,Republican,,,,,,,,,,S000777,,,,,,410243,,,,8823,William H. Stafford -Stevenson,William,Francis,,,,1861-11-23,M,rep,SC,5,,Democrat,,,,,,,,,,S000895,,,,,,410356,,,,8923,William Francis Stevenson -Stewart,Percy,Hamilton,,,,1867-01-10,M,rep,NJ,5,,Democrat,,,,,,,,,,S000919,,,,,,410379,,,,8945,Percy Hamilton Stewart -Strong,James,George,,,,1870-04-23,M,rep,KS,5,,Republican,,,,,,,,,,S001011,,,,,,410468,,,,9030,James G. Strong -Stull,Howard,William,,,,1876-04-11,M,rep,PA,20,,Republican,,,,,,,,,,S001042,,,,,,410498,,,,9059,Howard William Stull -Sullivan,Patrick,Joseph,,,,1877-10-12,M,rep,PA,34,,Republican,,,,,,,,,,S001059,,,,,,410513,,,,9075,Patrick J. Sullivan (Pennsylvania) -Summers,John,William,,,,1870-04-29,M,rep,WA,4,,Republican,,,,,,,,,,S001067,,,,,,410521,,,,9082,John W. Summers -Swanson,Charles,Edward,,,,1879-01-03,M,rep,IA,9,,Republican,,,,,,,,,,S001093,,,,,,410546,,,,9105,Charles Edward Swanson -Swing,Philip,David,,,,1884-11-30,M,rep,CA,11,,Republican,,,,,,,,,,S001123,,,,,,410575,,,,9130,Phil Swing -Temple,Henry,Wilson,,,,1864-03-31,M,rep,PA,25,,Republican,,,,,,,,,,T000119,,,,,,410701,,,,9249,Henry Wilson Temple -Thatcher,Maurice,Hudson,,,,1870-08-15,M,rep,KY,5,,Republican,,,,,,,,,,T000142,,,,,,410724,,,,9270,Maurice Thatcher -Tierney,William,Laurence,,,,1876-08-06,M,rep,CT,4,,Democrat,,,,,,,,,,T000267,,,,,,410840,,,,9379,William L. Tierney -Tilson,John,Quillin,,,,1866-04-05,M,rep,CT,3,,Republican,,,,,,,,,,T000279,,,,,,410852,,,,9391,John Q. Tilson -Timberlake,Charles,Bateman,,,,1854-09-25,M,rep,CO,2,,Republican,,,,,,,,,,T000281,,,,,,410854,,,,9393,Charles B. Timberlake -Tucker,Henry,St. George,,,,1853-04-05,M,rep,VA,10,,Democrat,,,,,,,,,,T000399,,,,,,410968,,,,9498,Henry St. George Tucker III -Underhill,Charles,Lee,,,,1867-07-20,M,rep,MA,9,,Republican,,,,,,,,,,U000006,,,,,,411030,,,,9553,Charles L. Underhill -Vestal,Albert,Henry,,,,1875-01-18,M,rep,IN,8,,Republican,,,,,,,,,,V000092,,,,,,411147,,,,9666,Albert Henry Vestal -Vincent,Bird,J.,,,,1880-03-06,M,rep,MI,-1,,Republican,,,,,,,,,,V000101,,,,,,411156,,,,9673,Bird J. Vincent -Walsh,Thomas,James,,,,1859-06-12,M,sen,MT,,2,Democrat,,,,,,,,,,W000104,,,,,,411282,,,,9788,Thomas J. Walsh -Wason,Edward,Hills,,,,1865-09-02,M,rep,NH,2,,Republican,,,,,,,,,,W000185,,,,,,411358,,,,9861,Edward Hills Wason -Weeks,John,Eliakim,,,,1853-06-14,M,rep,VT,1,,Republican,,,,,,,,,,W000244,,,,,,411412,,,,9909,John E. Weeks -Welsh,George,Austin,,,,1878-08-09,M,rep,PA,6,,Republican,,,,,,,,,,W000289,,,,,,411453,,,,9948,George Austin Welsh -White,Wilbur,McKee,,,,1890-02-22,M,rep,OH,9,,Republican,,,,,,,,,,W000397,,,,,,411557,,,,10048,Wilbur M. White -Wickersham,James,,,,,1857-08-24,M,rep,AK,0,,Republican,,,,,,,,,,W000438,,,,,,411596,,,,,James Wickersham -Williams,Guinn,,,,,1871-04-22,M,rep,TX,13,,Democrat,,,,,,,,,,W000501,,,,,,411658,,,,10146,Guinn Williams -Williamson,William,,,,,1875-10-07,M,rep,SD,3,,Republican,,,,,,,,,,W000553,,,,,,411709,,,,10195,William Williamson (politician) -Wingo,Effiegene,Locke,,,,1883-04-13,F,rep,AR,4,,Democrat,,,,,,,,,,W000634,,,,,,411788,,,,10273,Effiegene Locke Wingo -Wood,William,Robert,,,,1861-01-05,M,rep,IN,10,,Republican,,,,,,,,,,W000706,,,,,,411858,,,,10336,William R. Wood (Indiana) -Wright,William,Carter,,,,1866-01-06,M,rep,GA,4,,Democrat,,,,,,,,,,W000773,,,,,,411922,,,,10401,William C. Wright -Wurzbach,Harry,McLeary,,,,1874-05-19,M,rep,TX,14,,Republican,,,,,,,,,,W000775,,,,,,411924,,,,10403,Harry M. Wurzbach -Wyant,Adam,Martin,,,,1869-09-15,M,rep,PA,31,,Republican,,,,,,,,,,W000776,,,,,,411925,,,,10404,Adam Martin Wyant -Yates,Richard,,,,,1860-12-12,M,rep,IL,-1,,Republican,,,,,,,,,,Y000011,,,,,,411946,,,,10420,Richard Yates Jr. -Yon,Thomas,Alva,,,,1882-03-14,M,rep,FL,3,,Democrat,,,,,,,,,,Y000021,,,,,,411955,,,,10428,Tom A. Yon -Cohen,John,Sanford,,,,1870-02-26,M,sen,GA,,2,Democrat,,,,,,,,,,C000597,,,,,,402726,,,,1912,John S. Cohen -Grammer,Elijah,Sherman,,,,1868-04-03,M,sen,WA,,3,Republican,,,,,,,,,,G000366,,,,,,404719,,,,3742,Elijah S. Grammer -Long,Huey,Pierce,,,,1893-08-30,M,sen,LA,,2,Democrat,,,,,,,,,,L000418,,,,,,406909,,,,5758,Huey Long -Schuyler,Karl,Cortlandt,,,,1877-04-03,M,sen,CO,,3,Republican,,,,,,,,,,S000152,,,,,,409659,,,,8280,Karl C. Schuyler -Walker,Walter,,,,,1883-04-03,M,sen,CO,,3,Democrat,,,,,,,,,,W000069,,,,,,411248,,,,9755,Walter Walker (politician) -Abernethy,Charles,Laban,,,,1872-03-18,M,rep,NC,3,,Democrat,,,,,,,,,,A000015,,,,,,400677,,,,12,Charles Laban Abernethy -Adams,Wilbur,Louis,,,,1884-10-23,M,rep,DE,0,,Democrat,,,,,,,,,,A000050,,,,,,400711,,,,43,Wilbur L. Adams -Allgood,Miles,Clayton,,,,1878-02-22,M,rep,AL,5,,Democrat,,,,,,,,,,A000156,,,,,,400811,,,,137,Miles C. Allgood -Almon,Edward,Berton,,,,1860-04-18,M,rep,AL,8,,Democrat,,,,,,,,,,A000162,,,,,,400817,,,,143,Edward B. Almon -Arens,Henry,Martin,,,,1873-11-21,M,rep,MN,0,,Farmer-Labor,,,,,,,,,,A000276,,,,,,400916,,,,227,Henry M. Arens -Auf Der Heide,Oscar,Louis,,,,1874-12-08,M,rep,NJ,14,,Democrat,,,,,,,,,,A000338,,,,,,400988,,,,292,Oscar L. Auf der Heide -Ayres,William,Augustus,,,,1867-04-19,M,rep,KS,5,,Democrat,,,,,,,,,,A000354,,,,,,401005,,,,309,William Augustus Ayres -Bachman,Nathan,Lynn,,,,1878-08-02,M,sen,TN,,2,Democrat,,,,,,,,,,B000010,,,,,,401016,,,,319,Nathan L. Bachman -Bailey,Joseph,Weldon,Jr.,,,1892-12-15,M,rep,TX,0,,Democrat,,,,,,,,,,B000045,,,,,,401050,,,,348,Joseph Weldon Bailey Jr. -Bakewell,Charles,Montague,,,,1867-04-24,M,rep,CT,0,,Republican,,,,,,,,,,B000079,,,,,,401082,,,,376,Charles Montague Bakewell -Beck,James,Montgomery,,,,1861-07-09,M,rep,PA,2,,Republican,,,,,,,,,,B000290,,,,,,401283,,,,561,James M. Beck -Beedy,Carroll,Lynwood,,,,1880-08-03,M,rep,ME,1,,Republican,,,,,,,,,,B000307,,,,,,401300,,,,577,Carroll L. Beedy -Black,Hugo,Lafayette,,,,1886-02-27,M,sen,AL,,3,Democrat,,,,,,,,,,B000499,,,,,,401479,,,,743,Hugo Black -Black,Loring,Milton,Jr.,,,1886-05-17,M,rep,NY,5,,Democrat,,,,,,,,,,B000505,,,,,,401484,,,,749,Loring M. Black Jr. -Blanchard,George,Washington,,,,1884-01-26,M,rep,WI,1,,Republican,,,,,,,,,,B000537,,,,,,401512,,,,778,George Washington Blanchard -Bowman,Frank,Llewellyn,,,,1879-01-21,M,rep,WV,-1,,Republican,,,,,,,,,,B000704,,,,,,401666,,,,918,Frank Llewellyn Bowman -Brand,Charles,Hillyer,,,,1861-04-20,M,rep,GA,10,,Democrat,,,,,,,,,,B000767,,,,,,401726,,,,976,Charles Hillyer Brand -Briggs,Clay,Stone,,,,1876-01-08,M,rep,TX,7,,Democrat,,,,,,,,,,B000826,,,,,,401783,,,,1029,Clay Stone Briggs -Britten,Frederick,Albert,,,,1871-11-18,M,rep,IL,9,,Republican,,,,,,,,,,B000847,,,,,,401804,,,,1048,Frederick A. Britten -Brown,Fred,Herbert,,,,1879-04-12,M,sen,NH,,3,Democrat,,,,,,,,,,B000916,,,,,,401872,,,,1109,Fred H. Brown -Brown,John,Young,,,,1900-02-01,M,rep,KY,0,,Democrat,,,,,,,,,,B000934,,,,,,401888,,,,1124,John Y. Brown Sr. -Browning,Gordon,Weaver,,,,1889-11-22,M,rep,TN,7,,Democrat,,,,,,,,,,B000959,,,,,,401911,,,,1147,Gordon Browning -Brumm,George,Franklin,,,,1880-01-24,M,rep,PA,13,,Republican,,,,,,,,,,B000978,,,,,,401930,,,,1163,George F. Brumm -Bulkley,Robert,Johns,,,,1880-10-08,M,sen,OH,,3,Democrat,,,,,,,,,,B001045,,,,,,401995,,,,1224,Robert J. Bulkley -Burke,John,Harley,,,,1894-06-02,M,rep,CA,18,,Democrat,,,,,,,,,,B001094,,,,,,402040,,,,1267,John H. Burke -Busby,Thomas,Jefferson,,,,1884-07-26,M,rep,MS,4,,Democrat,,,,,,,,,,B001163,,,,,,402105,,,,1326,T. Jeff Busby -Cady,Claude,Ernest,,,,1878-05-28,M,rep,MI,6,,Democrat,,,,,,,,,,C000013,,,,,,402175,,,,1388,Claude E. Cady -Carley,Patrick,J.,,,,1866-02-02,M,rep,NY,8,,Democrat,,,,,,,,,,C000149,,,,,,402298,,,,1506,Patrick J. Carley -Carpenter,Terry,McGovern,,,,1900-03-28,M,rep,NE,5,,Democrat,,,,,,,,,,C000172,,,,,,402320,,,,1525,Terry Carpenter -Carter,Vincent,Michael,,,,1891-11-06,M,rep,WY,0,,Republican,,,,,,,,,,C000203,,,,,,402349,,,,1552,Vincent Carter -Chase,Ray,Park,,,,1880-03-12,M,rep,MN,0,,Republican,,,,,,,,,,C000331,,,,,,402472,,,,1671,Ray P. Chase -Church,Denver,Samuel,,,,1862-12-11,M,rep,CA,9,,Democrat,,,,,,,,,,C000387,,,,,,402526,,,,1720,Denver S. Church -Clarke,John,Davenport,,,,1873-01-15,M,rep,NY,34,,Republican,,,,,,,,,,C000465,,,,,,402603,,,,1795,John D. Clarke -Clarke,Marian,Williams,,,,1880-07-29,F,rep,NY,34,,Republican,,,,,,,,,,C000467,,,,,,402605,,,,1797,Marian W. Clarke -Cochran,Thomas,Cunningham,,,,1877-11-30,M,rep,PA,20,,Republican,,,,,,,,,,C000566,,,,,,402696,,,,1883,Thomas Cunningham Cochran -Coffin,Thomas,Chalkley,,,,1887-10-25,M,rep,ID,2,,Democrat,,,,,,,,,,C000592,,,,,,402721,,,,1907,Thomas C. Coffin -Connolly,James,Joseph,,,,1881-09-24,M,rep,PA,5,,Republican,,,,,,,,,,C000698,,,,,,402823,,,,2000,James J. Connolly -Crump,Edward,Hull,,,,1874-10-02,M,rep,TN,9,,Democrat,,,,,,,,,,C000955,,,,,,403067,,,,2222,E. H. Crump -De Priest,Oscar,Stanton,,,,1871-03-09,M,rep,IL,1,,Republican,,,,,,,,,,D000263,,,,,,403319,,,,2521,Oscar Stanton De Priest -Dickinson,Clement,Cabell,,,,1849-12-06,M,rep,MO,0,,Democrat,,,,,,,,,,D000316,,,,,,403436,,,,2568,Clement C. Dickinson -Dieterich,William,Henry,,,,1876-03-31,M,sen,IL,,3,Democrat,,,,,,,,,,D000339,,,,,,403457,,,,2589,William H. Dieterich -Douglass,John,Joseph,,,,1873-02-09,M,rep,MA,11,,Democrat,,,,,,,,,,D000459,,,,,,403569,,,,2694,John J. Douglass -Duffy,Francis,Ryan,,,,1888-06-23,M,sen,WI,,3,Democrat,,,,,,,,,,D000518,,,,,,403628,,,,2747,F. Ryan Duffy -Durgan,George,Richard,,,,1872-01-20,M,rep,IN,2,,Democrat,,,,,,,,,,D000570,,,,,,403673,,,,2790,George R. Durgan -Edmonds,George,Washington,,,,1864-02-22,M,rep,PA,4,,Republican,,,,,,,,,,E000053,,,,,,403748,,,,2853,George W. Edmonds -Ellzey,Lawrence,Russell,,,,1891-03-20,M,rep,MS,7,,Democrat,,,,,,,,,,E000152,,,,,,403843,,,,2940,Lawrence R. Ellzey -Eltse,Ralph,Roscoe,,,,1885-09-13,M,rep,CA,7,,Republican,,,,,,,,,,E000162,,,,,,403853,,,,2950,Ralph R. Eltse -Erickson,John,Edward,,,,1863-03-14,M,sen,MT,,2,Democrat,,,,,,,,,,E000202,,,,,,403889,,,,2980,John E. Erickson (Montana politician) -Evans,William,Elmer,,,,1877-12-14,M,rep,CA,11,,Republican,,,,,,,,,,E000261,,,,,,403942,,,,3023,William E. Evans -Fitzgibbons,John,,,,,1868-07-10,M,rep,NY,0,,Democrat,,,,,,,,,,F000171,,,,,,404126,,,,3189,John Fitzgibbons -Fletcher,Duncan,Upshaw,,,,1859-01-06,M,sen,FL,,3,Democrat,,,,,,,,,,F000200,,,,,,404155,,,,3216,Duncan U. Fletcher -Foss,Frank,Herbert,,,,1865-09-20,M,rep,MA,3,,Republican,,,,,,,,,,F000294,,,,,,404244,,,,3296,Frank H. Foss -Foulkes,George,Ernest,,,,1878-12-25,M,rep,MI,4,,Democrat,,,,,,,,,,F000317,,,,,,404266,,,,3319,George Ernest Foulkes -Frear,James,Archibald,,,,1861-10-24,M,rep,WI,9,,Republican,,,,,,,,,,F000355,,,,,,404302,,,,3348,James A. Frear -Garner,John,Nance,,,,1868-11-22,M,rep,TX,-1,,Democrat,,,,,,,,,,G000074,,,,,,404446,,,,3482,John Nance Garner -Gillespie,James,Frank,,,,1869-04-18,M,rep,IL,17,,Democrat,,,,,,,,,,G000197,,,,,,404561,,,,3595,Frank Gillespie -Glover,David,Delano,,,,1868-01-18,M,rep,AR,6,,Democrat,,,,,,,,,,G000243,,,,,,404605,,,,3634,David Delano Glover -Goss,Edward,Wheeler,,,,1893-04-27,M,rep,CT,5,,Republican,,,,,,,,,,G000334,,,,,,404691,,,,3716,Edward W. Goss -Hamilton,Finley,,,,,1886-06-19,M,rep,KY,0,,Democrat,,,,,,,,,,H000109,,,,,,404991,,,,3990,Finley Hamilton -Hart,Michael,James,,,,1877-07-16,M,rep,MI,8,,Democrat,,,,,,,,,,H000290,,,,,,405163,,,,4147,Michael J. Hart -Hastings,William,Wirt,,,,1866-12-31,M,rep,OK,2,,Democrat,,,,,,,,,,H000333,,,,,,405203,,,,4183,William Wirt Hastings -Henney,Charles,William Francis,,,,1884-02-02,M,rep,WI,2,,Democrat,,,,,,,,,,H000501,,,,,,405364,,,,4327,Charles W. Henney -Hoidale,Einar,,,,,1870-08-17,M,rep,MN,0,,Democrat,,,,,,,,,,H000706,,,,,,405559,,,,4509,Einar Hoidale -Hooper,Joseph,Lawrence,,,,1877-12-22,M,rep,MI,3,,Republican,,,,,,,,,,H000764,,,,,,405614,,,,4558,Joseph L. Hooper -Hornor,Lynn,Sedwick,,,,1874-11-03,M,rep,WV,3,,Democrat,,,,,,,,,,H000792,,,,,,405641,,,,4583,Lynn Hornor -Howard,Edgar,,,,,1858-09-16,M,rep,NE,3,,Democrat,,,,,,,,,,H000836,,,,,,405683,,,,4624,Edgar Howard -Hughes,James,Frederic,,,,1883-08-07,M,rep,WI,8,,Democrat,,,,,,,,,,H000925,,,,,,405770,,,,4703,James F. Hughes -James,William,Francis,,,,1873-05-23,M,rep,MI,12,,Republican,,,,,,,,,,J000053,,,,,,405958,,,,4887,W. Frank James -Jeffers,Lamar,,,,,1888-04-16,M,rep,AL,4,,Democrat,,,,,,,,,,J000068,,,,,,405973,,,,4902,Lamar Jeffers -Johnson,Magnus,,,,,1871-09-19,M,rep,MN,0,,Farmer-Labor,,,,,,,,,,J000161,,,,,,406059,,,,4980,Magnus Johnson -Kelly,Melville,Clyde,,,,1883-08-04,M,rep,PA,31,,Republican,,,,,,,,,,K000076,,,,,,406246,,,,5154,Melville Clyde Kelly -Kemp,Bolivar,Edwards,,,,1871-12-28,M,rep,LA,6,,Democrat,,,,,,,,,,K000085,,,,,,406254,,,,5161,Bolivar E. Kemp -Kurtz,Jacob,Banks,,,,1867-10-31,M,rep,PA,23,,Republican,,,,,,,,,,K000344,,,,,,406497,,,,5379,Jacob Banks Kurtz -Lee,Frank,Hood,,,,1873-03-29,M,rep,MO,0,,Democrat,,,,,,,,,,L000191,,,,,,406694,,,,5556,Frank H. Lee -Lehr,John,Camillus,,,,1878-11-18,M,rep,MI,2,,Democrat,,,,,,,,,,L000228,,,,,,406732,,,,5593,John C. Lehr -Lindsay,George,Washington,,,,1865-03-28,M,rep,NY,3,,Democrat,,,,,,,,,,L000325,,,,,,406818,,,,5677,George W. Lindsay -Lonergan,Augustine,,,,,1874-05-20,M,sen,CT,,3,Democrat,,,,,,,,,,L000409,,,,,,406900,,,,5752,Augustine Lonergan -Lozier,Ralph,Fulton,,,,1866-01-28,M,rep,MO,0,,Democrat,,,,,,,,,,L000489,,,,,,406977,,,,5820,Ralph F. Lozier -Major,James,Earl,,,,1887-01-05,M,rep,IL,21,,Democrat,,,,,,,,,,M000073,,,,,,407101,,,,5932,James Earl Major -Marland,Ernest,Whitworth,,,,1874-05-08,M,rep,OK,8,,Democrat,,,,,,,,,,M000138,,,,,,407161,,,,5987,E. W. Marland -Martin,Charles,Henry,,,,1863-10-01,M,rep,OR,3,,Democrat,,,,,,,,,,M000173,,,,,,407195,,,,6019,Charles Martin (Oregon politician) -McAdoo,William,Gibbs,,,,1863-10-31,M,sen,CA,,3,Democrat,,,,,,,,,,M000293,,,,,,407308,,,,6119,William Gibbs McAdoo -McCandless,Lincoln,Loy,,,,1859-09-18,M,rep,HI,0,,Democrat,,,,,,,,,,M000307,,,,,,407321,,,,,Lincoln Loy McCandless -McClintic,James,Vernon,,,,1878-09-08,M,rep,OK,7,,Democrat,,,,,,,,,,M000338,,,,,,407347,,,,6158,James V. McClintic -McFadden,Louis,Thomas,,,,1876-07-25,M,rep,PA,15,,Republican,,,,,,,,,,M000434,,,,,,407434,,,,6238,Louis Thomas McFadden -McGill,George,,,,,1879-02-12,M,sen,KS,,3,Democrat,,,,,,,,,,M000447,,,,,,407446,,,,6251,George McGill -McGugin,Harold,Clement,,,,1893-11-22,M,rep,KS,3,,Republican,,,,,,,,,,M000463,,,,,,407462,,,,6265,Harold C. McGugin -McKeown,Thomas,Deitz,,,,1878-06-04,M,rep,OK,4,,Democrat,,,,,,,,,,M000511,,,,,,407505,,,,6304,Tom D. McKeown -Milligan,Jacob,Le Roy,,,,1889-03-09,M,rep,MO,0,,Democrat,,,,,,,,,,M000766,,,,,,407744,,,,6520,Jacob L. Milligan -Morehead,John,Henry,,,,1861-12-03,M,rep,NE,1,,Democrat,,,,,,,,,,M000939,,,,,,407908,,,,6668,John H. Morehead -Moynihan,Patrick,Henry,,,,1869-09-25,M,rep,IL,2,,Republican,,,,,,,,,,M001055,,,,,,408021,,,,6774,P. H. Moynihan -Muldowney,Michael,Joseph,,,,1889-08-10,M,rep,PA,32,,Republican,,,,,,,,,,M001067,,,,,,408033,,,,6785,Michael Joseph Muldowney -Murphy,Richard,Louis,,,,1875-11-06,M,sen,IA,,3,Democrat,,,,,,,,,,M001103,,,,,,408067,,,,6815,Richard L. Murphy -Musselwhite,Harry,Webster,,,,1868-05-23,M,rep,MI,9,,Democrat,,,,,,,,,,M001122,,,,,,408084,,,,6832,Harry W. Musselwhite -Nesbit,Walter,,,,,1878-05-01,M,rep,IL,0,,Democrat,,,,,,,,,,N000048,,,,,,408138,,,,6878,Walter Nesbit -Norbeck,Peter,,,,,1870-08-27,M,sen,SD,,3,Republican,,,,,,,,,,N000132,,,,,,408216,,,,6954,Peter Norbeck -O’Loughlin McCarthy,Kathryn,Ellen,,,,1894-04-24,F,rep,KS,6,,Democrat,,,,,,,,,,O000081,,,,,,408295,,,,7068,Kathryn O'Loughlin McCarthy -Oliver,Frank,,,,,1883-10-02,M,rep,NY,23,,Democrat,,,,,,,,,,O000072,,,,,,408345,,,,7059,Frank A. Oliver -Osias,Camilo,,,,,1889-03-23,M,rep,PI,0,,,,,,,,,,,,O000118,,,,,,408373,,,,,Camilo Osías -Parker,Homer,Cling,,,,1885-09-25,M,rep,GA,1,,Democrat,,,,,,,,,,P000056,,,,,,408466,,,,7190,Homer C. Parker -Parker,James,Southworth,,,,1867-06-03,M,rep,NY,29,,Republican,,,,,,,,,,P000062,,,,,,408472,,,,7196,James S. Parker -Peavey,Hubert,Haskell,,,,1881-01-12,M,rep,WI,10,,Republican,,,,,,,,,,P000174,,,,,,408578,,,,7292,Hubert H. Peavey -Pope,James,Pinckney,,,,1884-03-31,M,sen,ID,,3,Democrat,,,,,,,,,,P000430,,,,,,408821,,,,7524,James P. Pope -Pou,Edward,William,,,,1863-09-09,M,rep,NC,4,,Democrat,,,,,,,,,,P000474,,,,,,408859,,,,7565,Edward W. Pou -Prall,Anning,Smith,,,,1870-09-17,M,rep,NY,11,,Democrat,,,,,,,,,,P000495,,,,,,408880,,,,7585,Anning Smith Prall -Ragon,Heartsill,,,,,1885-03-20,M,rep,AR,5,,Democrat,,,,,,,,,,R000009,,,,,,408992,,,,7688,Heartsill Ragon -Rainey,Henry,Thomas,,,,1860-08-20,M,rep,IL,20,,Democrat,,,,,,,,,,R000014,,,,,,408996,,,,7691,Henry Thomas Rainey -Reid,Frank,R.,,,,1879-04-18,M,rep,IL,11,,Republican,,,,,,,,,,R000145,,,,,,409123,,,,7809,Frank R. Reid -Ruffin,James,Edward,,,,1893-07-24,M,rep,MO,0,,Democrat,,,,,,,,,,R000498,,,,,,409457,,,,8105,James Edward Ruffin -Shallenberger,Ashton,Cokayne,,,,1862-12-23,M,rep,NE,4,,Democrat,,,,,,,,,,S000280,,,,,,409779,,,,8395,Ashton C. Shallenberger -Shoemaker,Francis,Henry,,,,1889-04-25,M,rep,MN,0,,Farmer-Labor,,,,,,,,,,S000374,,,,,,409868,,,,8481,Francis Shoemaker -Simpson,James,,Jr.,,,1905-01-07,M,rep,IL,10,,Republican,,,,,,,,,,S000431,,,,,,409925,,,,8528,"James Simpson, Jr." -Sinclair,James,Herbert,,,,1871-10-09,M,rep,ND,-1,,Republican,,,,,,,,,,S000442,,,,,,409936,,,,8538,James H. Sinclair -Stalker,Gale,Hamilton,,,,1889-11-07,M,rep,NY,37,,Republican,,,,,,,,,,S000783,,,,,,410249,,,,8827,Gale H. Stalker -Steiwer,Frederick,,,,,1883-10-13,M,sen,OR,,3,Republican,,,,,,,,,,S000848,,,,,,410312,,,,8880,Frederick Steiwer -Stokes,Edward,Lowber,,,,1880-09-29,M,rep,PA,6,,Republican,,,,,,,,,,S000946,,,,,,410405,,,,8969,Edward L. Stokes -Strong,Nathan,Leroy,,,,1859-11-12,M,rep,PA,27,,Republican,,,,,,,,,,S001015,,,,,,410472,,,,9034,Nathan Leroy Strong -Strong,Sterling,Price,,,,1862-08-17,M,rep,TX,0,,Democrat,,,,,,,,,,S001019,,,,,,410476,,,,9038,Sterling P. Strong -Studley,Elmer,Ebenezer,,,,1869-09-24,M,rep,NY,0,,Democrat,,,,,,,,,,S001041,,,,,,410497,,,,9058,Elmer E. Studley -Swank,Fletcher,B.,,,,1875-04-24,M,rep,OK,5,,Democrat,,,,,,,,,,S001089,,,,,,410542,,,,9102,Fletcher B. Swank -Swick,Jesse,Howard,,,,1879-08-06,M,rep,PA,26,,Republican,,,,,,,,,,S001114,,,,,,410566,,,,9123,J. Howard Swick -Terrell,George,Butler,,,,1862-12-05,M,rep,TX,0,,Democrat,,,,,,,,,,T000129,,,,,,410711,,,,9258,George B. Terrell -Thompson,William,Henry,,,,1853-12-14,M,sen,NE,,1,Democrat,,,,,,,,,,T000225,,,,,,410804,,,,9346,William Henry Thompson -Traeger,William,Isham,,,,1880-02-26,M,rep,CA,15,,Republican,,,,,,,,,,T000349,,,,,,410920,,,,9453,William I. Traeger -Utterback,John,Gregg,,,,1872-07-12,M,rep,ME,3,,Democrat,,,,,,,,,,U000037,,,,,,411059,,,,9581,John G. Utterback -Waldron,Alfred,Marpole,,,,1865-09-21,M,rep,PA,3,,Republican,,,,,,,,,,W000040,,,,,,411220,,,,9730,Alfred M. Waldron -Watson,Henry,Winfield,,,,1856-06-24,M,rep,PA,9,,Republican,,,,,,,,,,W000201,,,,,,411372,,,,9873,Henry Winfield Watson -Weideman,Carl,May,,,,1898-03-05,M,rep,MI,14,,Democrat,,,,,,,,,,W000254,,,,,,411422,,,,9918,Carl M. Weideman -West,Charles,Franklin,,,,1895-01-12,M,rep,OH,17,,Democrat,,,,,,,,,,W000301,,,,,,411465,,,,9959,Charles F. West -Whitley,James,Lucius,,,,1872-05-24,M,rep,NY,38,,Republican,,,,,,,,,,W000420,,,,,,411579,,,,10068,James L. Whitley -Willford,Albert,Clinton,,,,1877-09-21,M,rep,IA,3,,Democrat,,,,,,,,,,W000485,,,,,,411642,,,,10130,Albert C. Willford -Hunter,Richard,Charles,,,,1884-12-03,M,sen,NE,,1,Democrat,,,,,,,,,,H000987,,,,,,405828,,,,,Richard C. Hunter -Adair,Jackson,Leroy,,,,1887-02-23,M,rep,IL,15,,Democrat,,,,,,,,,,A000025,,,,,,400686,,,,19,J. Leroy Adair -Andrew,Abram,Piatt,Jr.,,,1873-02-12,M,rep,MA,6,,Republican,,,,,,,,,,A000240,,,,,,400869,,,,189,A. Piatt Andrew -Arnold,William,Wright,,,,1877-10-14,M,rep,IL,23,,Democrat,,,,,,,,,,A000300,,,,,,400942,,,,252,William W. Arnold -Ashurst,Henry,Fountain,,,,1874-09-13,M,sen,AZ,,1,Democrat,,,,,,,,,,A000319,,,,,,400965,,,,273,Henry F. Ashurst -Ayers,Roy,Elmer,,,,1882-11-09,M,rep,MT,2,,Democrat,,,,,,,,,,A000352,,,,,,401003,,,,307,Roy E. Ayers -Bacharach,Isaac,,,,,1870-01-05,M,rep,NJ,2,,Republican,,,,,,,,,,B000009,,,,,,401015,,,,318,Isaac Bacharach -Benson,Elmer,Austin,,,,1895-09-22,M,sen,MN,,2,Farmer-Labor,,,,,,,,,,B000389,,,,,,401380,,,,650,Elmer Austin Benson -Berlin,William,Markle,,,,1880-03-29,M,rep,PA,28,,Democrat,,,,,,,,,,B000409,,,,,,401397,,,,666,William M. Berlin -Blanton,Thomas,Lindsay,,,,1872-10-25,M,rep,TX,17,,Democrat,,,,,,,,,,B000549,,,,,,401524,,,,788,Thomas L. Blanton -Brennan,Martin,Adlai,,,,1879-09-21,M,rep,IL,0,,Democrat,,,,,,,,,,B000799,,,,,,401756,,,,1004,Martin A. Brennan -Brooks,Joshua,Twing,,,,1884-02-27,M,rep,PA,30,,Democrat,,,,,,,,,,B000882,,,,,,401839,,,,1079,J. Twing Brooks -Brunner,William,Frank,,,,1887-09-15,M,rep,NY,2,,Democrat,,,,,,,,,,B000981,,,,,,401933,,,,1166,William F. Brunner -Buckbee,John,Theodore,,,,1871-08-01,M,rep,IL,12,,Republican,,,,,,,,,,B001020,,,,,,401970,,,,1201,John T. Buckbee -Burke,Edward,Raymond,,,,1880-11-28,M,sen,NE,,1,Democrat,,,,,,,,,,B001089,,,,,,402035,,,,1263,Edward R. Burke -Burnham,George,,,,,1868-12-28,M,rep,CA,20,,Republican,,,,,,,,,,B001124,,,,,,402069,,,,1294,George Burnham -Byrns,Joseph,Wellington,,,,1869-07-20,M,rep,TN,5,,Democrat,,,,,,,,,,B001217,,,,,,402156,,,,1372,Jo Byrns -Carden,Cap,Robert,,,,1866-12-17,M,rep,KY,4,,Democrat,,,,,,,,,,C000140,,,,,,402290,,,,1499,Cap R. Carden -Carmichael,Archibald,Hill,,,,1864-06-17,M,rep,AL,8,,Democrat,,,,,,,,,,C000159,,,,,,402308,,,,1514,Archibald Hill Carmichael -Carpenter,William,Randolph,,,,1894-04-24,M,rep,KS,4,,Democrat,,,,,,,,,,C000173,,,,,,402321,,,,1526,Randolph Carpenter -Cary,Glover,H.,,,,1885-05-01,M,rep,KY,2,,Democrat,,,,,,,,,,C000214,,,,,,402360,,,,1563,Glover H. Cary -Castellow,Bryant,Thomas,,,,1876-07-29,M,rep,GA,3,,Democrat,,,,,,,,,,C000240,,,,,,402385,,,,1589,Bryant Thomas Castellow -Cavicchia,Peter,Angelo,,,,1879-05-22,M,rep,NJ,11,,Republican,,,,,,,,,,C000262,,,,,,402406,,,,1609,Peter Angelo Cavicchia -Christianson,Theodore,,,,,1883-09-12,M,rep,MN,5,,Republican,,,,,,,,,,C000381,,,,,,402520,,,,1715,Theodore Christianson -Claiborne,James,Robert,,,,1882-06-22,M,rep,MO,12,,Democrat,,,,,,,,,,C000402,,,,,,402541,,,,1735,James Robert Claiborne -Collins,Samuel,LaFort,,,,1895-08-06,M,rep,CA,19,,Republican,,,,,,,,,,C000643,,,,,,402771,,,,1950,Sam L. Collins -Condon,Francis,Bernard,,,,1891-11-11,M,rep,RI,1,,Democrat,,,,,,,,,,C000673,,,,,,402799,,,,1976,Francis Condon -Cooper,John,Gordon,,,,1872-04-27,M,rep,OH,19,,Republican,,,,,,,,,,C000757,,,,,,402877,,,,2051,John G. Cooper -Copeland,Royal,Samuel,,,,1868-11-07,M,sen,NY,,1,Democrat,,,,,,,,,,C000769,,,,,,402888,,,,2062,Royal S. Copeland -Corning,Parker,,,,,1874-01-22,M,rep,NY,28,,Democrat,,,,,,,,,,C000785,,,,,,402905,,,,2074,Parker Corning -Cross,Oliver,Harlan,,,,1868-07-13,M,rep,TX,11,,Democrat,,,,,,,,,,C000931,,,,,,403043,,,,2198,Oliver H. Cross -Dear,Cleveland,,,,,1888-08-22,M,rep,LA,8,,Democrat,,,,,,,,,,D000177,,,,,,403339,,,,2450,Cleveland Dear -Delgado,Francisco,Afan,,,,1886-01-25,M,rep,PI,0,,,,,,,,,,,,D000218,,,,,,403360,,,,,Francisco Afan Delgado -Dietrich,Charles,Elmer,,,,1889-07-30,M,rep,PA,15,,Democrat,,,,,,,,,,D000340,,,,,,403458,,,,2590,Charles E. Dietrich -Dobbins,Donald,Claude,,,,1878-03-20,M,rep,IL,19,,Democrat,,,,,,,,,,D000382,,,,,,403498,,,,2629,Donald C. Dobbins -Donahey,Alvin,Victor,,,,1873-07-07,M,sen,OH,,1,Democrat,,,,,,,,,,D000410,,,,,,403523,,,,2652,A. Victor Donahey -Doutrich,Isaac,Hoffer,,,,1871-12-19,M,rep,PA,19,,Republican,,,,,,,,,,D000460,,,,,,403570,,,,2695,Isaac Hoffer Doutrich -Driscoll,Denis,Joseph,,,,1871-03-27,M,rep,PA,20,,Democrat,,,,,,,,,,D000501,,,,,,403608,,,,2730,Denis J. Driscoll -Duffey,Warren,Joseph,,,,1886-01-24,M,rep,OH,9,,Democrat,,,,,,,,,,D000517,,,,,,403627,,,,2746,Warren J. Duffey -Duffy,James,Patrick Bernard,,,,1878-11-25,M,rep,NY,38,,Democrat,,,,,,,,,,D000519,,,,,,403629,,,,2748,James P.B. Duffy -Dunn,Aubert,Culberson,,,,1896-11-20,M,rep,MS,5,,Democrat,,,,,,,,,,D000545,,,,,,403653,,,,2770,Aubert C. Dunn -Eagle,Joe,Henry,,,,1870-01-23,M,rep,TX,8,,Democrat,,,,,,,,,,E000003,,,,,,403699,,,,2810,Joe H. Eagle -Earhart,Daniel,Scofield,,,,1907-05-28,M,rep,OH,0,,Democrat,,,,,,,,,,E000006,,,,,,403702,,,,2812,Daniel S. Earhart -Ekwall,William,Alexander,,,,1887-06-14,M,rep,OR,3,,Republican,,,,,,,,,,E000098,,,,,,403789,,,,2887,William A. Ekwall -Fenerty,Clare,Gerald,,,,1895-07-25,M,rep,PA,3,,Republican,,,,,,,,,,F000071,,,,,,404029,,,,3101,Clare G. Fenerty -Fiesinger,William,Louis,,,,1877-10-25,M,rep,OH,13,,Democrat,,,,,,,,,,F000114,,,,,,404071,,,,3139,William L. Fiesinger -Frazier,Lynn,Joseph,,,,1874-12-21,M,sen,ND,,1,Republican,,,,,,,,,,F000354,,,,,,404301,,,,3347,Lynn Frazier -Gassaway,Percy,Lee,,,,1885-08-30,M,rep,OK,4,,Democrat,,,,,,,,,,G000094,,,,,,404466,,,,3502,Percy Lee Gassaway -Granfield,William,Joseph,,,,1889-12-18,M,rep,MA,2,,Democrat,,,,,,,,,,G000372,,,,,,404724,,,,3746,William J. Granfield -Greenway,Isabella,Selmes,,,,1886-03-22,F,rep,AZ,0,,Democrat,,,,,,,,,,G000435,,,,,,404783,,,,3799,Isabella Greenway -Gregory,William,Voris,,,,1877-10-21,M,rep,KY,1,,Democrat,,,,,,,,,,G000448,,,,,,404794,,,,3810,William Voris Gregory -Griffin,Anthony,Jerome,,,,1866-04-01,M,rep,NY,22,,Democrat,,,,,,,,,,G000457,,,,,,404802,,,,3817,Anthony J. Griffin -Guevara,Pedro,,,,,1879-02-23,M,rep,PI,0,,,,,,,,,,,,G000518,,,,,,404863,,,,,Pedro Guevara -Hale,Frederick,,,,,1874-10-07,M,sen,ME,,1,Republican,,,,,,,,,,H000031,,,,,,404916,,,,3919,Frederick Hale (US senator) -Hamlin,Simon,Moulton,,,,1866-08-10,M,rep,ME,1,,Democrat,,,,,,,,,,H000122,,,,,,405004,,,,4002,Simon M. Hamlin -Hammond,Peter,Francis,,,,1887-06-30,M,rep,OH,11,,Democrat,,,,,,,,,,H000131,,,,,,405013,,,,4010,Peter Francis Hammond -Higgins,William,Lincoln,,,,1867-03-08,M,rep,CT,2,,Republican,,,,,,,,,,H000580,,,,,,405442,,,,4400,William L. Higgins -Hill,Samuel,Billingsley,,,,1875-04-02,M,rep,WA,5,,Democrat,,,,,,,,,,H000607,,,,,,405467,,,,4423,Samuel B. Hill -Hoeppel,John,Henry,,,,1881-02-10,M,rep,CA,12,,Democrat,,,,,,,,,,H000677,,,,,,405530,,,,4481,John H. Hoeppel -Hollister,John,Baker,,,,1890-11-07,M,rep,OH,1,,Republican,,,,,,,,,,H000728,,,,,,405579,,,,4526,John B. Hollister -Holt,Rush,Dew,,,,1905-06-19,M,sen,WV,,1,Democrat,,,,,,,,,,H000749,,,,,,405600,,,,4545,Rush Holt Sr. -Huddleston,George,,,,,1869-11-11,M,rep,AL,9,,Democrat,,,,,,,,,,H000903,,,,,,405749,,,,4685,George Huddleston -Igoe,Michael,Lambert,,,,1885-04-16,M,rep,IL,0,,Democrat,,,,,,,,,,I000004,,,,,,405866,,,,4793,Michael L. Igoe -Jacobsen,Bernhard,Martin,,,,1862-03-26,M,rep,IA,2,,Democrat,,,,,,,,,,J000038,,,,,,405943,,,,4873,Bernhard M. Jacobsen -Kahn,Florence,Prag,,,,1866-11-09,F,rep,CA,4,,Republican,,,,,,,,,,K000002,,,,,,406176,,,,5089,Florence Prag Kahn -Kimball,Henry,Mahlon,,,,1878-08-27,M,rep,MI,3,,Republican,,,,,,,,,,K000183,,,,,,406345,,,,5245,Henry M. Kimball -King,William,Henry,,,,1863-06-03,M,sen,UT,,1,Democrat,,,,,,,,,,K000216,,,,,,406376,,,,5274,William H. King -Lehlbach,Frederick,Reimold,,,,1876-01-31,M,rep,NJ,12,,Republican,,,,,,,,,,L000222,,,,,,406726,,,,5589,Frederick R. Lehlbach -Lloyd,Wesley,,,,,1883-07-24,M,rep,WA,6,,Democrat,,,,,,,,,,L000383,,,,,,406875,,,,5728,Wesley Lloyd -Main,Verner,Wright,,,,1885-12-16,M,rep,MI,3,,Republican,,,,,,,,,,M000071,,,,,,407099,,,,5930,Verner Main -Marshall,Leroy,Tate,,,,1883-11-08,M,rep,OH,7,,Republican,,,,,,,,,,M000158,,,,,,407180,,,,6004,Leroy T. Marshall -Mason,Harry,Howland,,,,1873-12-16,M,rep,IL,21,,Democrat,,,,,,,,,,M000214,,,,,,407232,,,,6051,Harry H. Mason -McDuffie,John,,,,,1883-09-25,M,rep,AL,1,,Democrat,,,,,,,,,,M000427,,,,,,407427,,,,6233,John McDuffie -McSwain,John,Jackson,,,,1875-05-01,M,rep,SC,4,,Democrat,,,,,,,,,,M000604,,,,,,407593,,,,6385,John J. McSwain -Merritt,Schuyler,,,,,1853-12-16,M,rep,CT,4,,Republican,,,,,,,,,,M000663,,,,,,407649,,,,6436,Schuyler Merritt -Minton,Sherman,,,,,1890-10-20,M,sen,IN,,1,Democrat,,,,,,,,,,M000800,,,,,,407776,,,,6549,Sherman Minton -Monaghan,Joseph,Patrick,,,,1906-03-26,M,rep,MT,1,,Democrat,,,,,,,,,,M000848,,,,,,407821,,,,6587,Joseph P. Monaghan -Montet,Numa,Francois,,,,1892-09-17,M,rep,LA,3,,Democrat,,,,,,,,,,M000862,,,,,,407835,,,,6599,Numa F. Montet -Moore,Arthur,Harry,,,,1877-07-03,M,sen,NJ,,1,Democrat,,,,,,,,,,M000893,,,,,,407865,,,,6627,A. Harry Moore -Moran,Edward,Carleton,Jr.,,,1894-12-29,M,rep,ME,2,,Democrat,,,,,,,,,,M000932,,,,,,407903,,,,6663,Edward C. Moran Jr. -Moritz,Theodore,Leo,,,,1892-02-10,M,rep,PA,32,,Democrat,,,,,,,,,,M000962,,,,,,407930,,,,6689,Theodore L. Moritz -Oliver,William,Bacon,,,,1867-05-23,M,rep,AL,6,,Democrat,,,,,,,,,,O000077,,,,,,408350,,,,7064,William Bacon Oliver -Parks,Tilman,Bacon,,,,1872-05-14,M,rep,AR,7,,Democrat,,,,,,,,,,P000075,,,,,,408485,,,,7208,Tilman Bacon Parks -Perkins,Randolph,,,,,1871-11-30,M,rep,NJ,7,,Republican,,,,,,,,,,P000237,,,,,,408640,,,,7350,Randolph Perkins -Pittman,Key,,,,,1872-09-12,M,sen,NV,,1,Democrat,,,,,,,,,,P000372,,,,,,408767,,,,7473,Key Pittman -Ransley,Harry,Clay,,,,1863-02-05,M,rep,PA,1,,Republican,,,,,,,,,,R000061,,,,,,409041,,,,7736,Harry C. Ransley -Richardson,William,Emanuel,,,,1886-09-03,M,rep,PA,14,,Democrat,,,,,,,,,,R000230,,,,,,409206,,,,7884,William Emanuel Richardson -Rogers,William,Nathaniel,,,,1892-01-10,M,rep,NH,1,,Democrat,,,,,,,,,,R000408,,,,,,409374,,,,8039,William Nathaniel Rogers -Rudd,Stephen,Andrew,,,,1874-12-11,M,rep,NY,9,,Democrat,,,,,,,,,,R000496,,,,,,409455,,,,8104,Stephen A. Rudd -Russell,Richard,Manning,,,,1891-03-03,M,rep,MA,9,,Democrat,,,,,,,,,,R000537,,,,,,409494,,,,8139,Richard M. Russell -Sandlin,John,Nicholas,,,,1872-02-24,M,rep,LA,4,,Democrat,,,,,,,,,,S000043,,,,,,409559,,,,8205,John N. Sandlin -Schwellenbach,Lewis,Baxter,,,,1894-09-20,M,sen,WA,,1,Democrat,,,,,,,,,,S000160,,,,,,409667,,,,8287,Lewis B. Schwellenbach -Sears,William,Joseph,,,,1874-12-04,M,rep,FL,-1,,Democrat,,,,,,,,,,S000211,,,,,,409716,,,,8335,William J. Sears -Sisson,Frederick,James,,,,1879-03-31,M,rep,NY,33,,Democrat,,,,,,,,,,S000455,,,,,,409947,,,,8550,Fred Sisson -Stewart,John,George,,,,1890-06-02,M,rep,DE,0,,Republican,,,,,,,,,,S000915,,,,,,410375,,,,8941,J. George Stewart -Thomas,William,David,,,,1880-03-22,M,rep,NY,29,,Republican,,,,,,,,,,T000187,,,,,,410768,,,,9311,William D. Thomas -Tonry,Richard,Joseph,,,,1893-09-30,M,rep,NY,8,,Democrat,,,,,,,,,,T000311,,,,,,410884,,,,9421,Richard J. Tonry -Townsend,John,Gillis,Jr.,,,1871-05-31,M,sen,DE,,1,Republican,,,,,,,,,,T000335,,,,,,410906,,,,9439,John G. Townsend Jr. -Trammell,Park,,,,,1876-04-09,M,sen,FL,,1,Democrat,,,,,,,,,,T000353,,,,,,410923,,,,9456,Park Trammell -Truax,Charles,Vilas,,,,1887-02-01,M,rep,OH,0,,Democrat,,,,,,,,,,T000386,,,,,,410955,,,,9486,Charles V. Truax -Turpin,Charles,Murray,,,,1878-03-04,M,rep,PA,12,,Republican,,,,,,,,,,T000433,,,,,,411001,,,,9527,Charles Murray Turpin -Underwood,Mell,Gilbert,,,,1892-01-30,M,rep,OH,11,,Democrat,,,,,,,,,,U000012,,,,,,411036,,,,9559,Mell G. Underwood -Utterback,Hubert,,,,,1880-06-28,M,rep,IA,6,,Democrat,,,,,,,,,,U000036,,,,,,411058,,,,9580,Hubert Utterback -Werner,Theodore,B.,,,,1892-06-02,M,rep,SD,2,,Democrat,,,,,,,,,,W000299,,,,,,411463,,,,9957,Theodore B. Werner -Wilson,Riley,Joseph,,,,1871-11-12,M,rep,LA,5,,Democrat,,,,,,,,,,W000608,,,,,,411763,,,,10247,Riley J. Wilson -Wilson,William,Henry,,,,1877-12-06,M,rep,PA,2,,Republican,,,,,,,,,,W000622,,,,,,411776,,,,10261,William H. Wilson -Zioncheck,Marion,Anthony,,,,1901-12-05,M,rep,WA,1,,Democrat,,,,,,,,,,Z000011,,,,,,412004,,,,10469,Marion Zioncheck -Brown,Prentiss,Marsh,,,,1889-06-18,M,sen,MI,,2,Democrat,,,,,,,,,,B000941,,,,,,401895,,,,1131,Prentiss M. Brown -Hill,William,Luther,,,,1873-10-17,M,sen,FL,,3,Democrat,,,,,,,,,,H000612,,,,,,405472,,,,4428,William Luther Hill -Hitchcock,Herbert,Emery,,,,1867-08-22,M,sen,SD,,3,Democrat,,,,,,,,,,H000646,,,,,,405501,,,,4455,Herbert E. Hitchcock -Howard,Guy,Victor,,,,1879-11-28,M,sen,MN,,2,Republican,,,,,,,,,,H000838,,,,,,405685,,,,4626,Guy V. Howard -Loftin,Scott,Marion,,,,1878-09-14,M,sen,FL,,1,Democrat,,,,,,,,,,L000400,,,,,,406891,,,,5743,Scott Loftin -Long,Rose,McConnell,,,,1892-04-08,F,sen,LA,,2,Democrat,,,,,,,,,,L000427,,,,,,406917,,,,5766,Rose McConnell Long -Albaugh,Walter,Hugh,,,,1890-01-02,M,rep,OH,4,,Republican,,,,,,,,,,A000072,,,,,,400731,,,,61,Walter H. Albaugh -Aleshire,Arthur,William,,,,1900-02-15,M,rep,OH,7,,Democrat,,,,,,,,,,A000088,,,,,,400747,,,,76,Arthur W. Aleshire -Allen,William,Franklin,,,,1883-01-19,M,rep,DE,0,,Democrat,,,,,,,,,,A000151,,,,,,400806,,,,132,William F. Allen (Delaware) -Amlie,Thomas,Ryum,,,,1897-04-17,M,rep,WI,1,,Progressive,,,,,,,,,,A000176,,,,,,400831,,,,156,Thomas Ryum Amlie -Atkinson,Richard,Merrill,,,,1894-02-06,M,rep,TN,5,,Democrat,,,,,,,,,,A000332,,,,,,400981,,,,286,Richard Merrill Atkinson -Bacon,Robert,Low,,,,1884-07-23,M,rep,NY,1,,Republican,,,,,,,,,,B000019,,,,,,401024,,,,327,Robert L. Bacon -Bernard,John,Toussaint,,,,1893-03-06,M,rep,MN,8,,Farmer-Labor,,,,,,,,,,B000411,,,,,,401398,,,,667,John Bernard (American politician) -Berry,George,Leonard,,,,1882-09-12,M,sen,TN,,2,Democrat,,,,,,,,,,B000417,,,,,,401404,,,,673,George L. Berry -Biermann,Frederick,Elliott,,,,1884-03-20,M,rep,IA,4,,Democrat,,,,,,,,,,B000449,,,,,,401434,,,,700,Fred Biermann -Bigelow,Herbert,Seely,,,,1870-01-04,M,rep,OH,2,,Democrat,,,,,,,,,,B000454,,,,,,401439,,,,704,Herbert S. Bigelow -Binderup,Charles,Gustav,,,,1873-03-05,M,rep,NE,4,,Democrat,,,,,,,,,,B000466,,,,,,401449,,,,713,Charles Gustav Binderup -Boileau,Gerald,John,,,,1900-01-15,M,rep,WI,7,,Progressive,,,,,,,,,,B000598,,,,,,401566,,,,828,Gerald J. Boileau -Borah,William,Edgar,,,,1865-06-29,M,sen,ID,,2,Republican,,,,,,,,,,B000634,,,,,,401599,,,,858,William Borah -Boyer,Lewis,Leonard,,,,1886-05-19,M,rep,IL,15,,Democrat,,,,,,,,,,B000724,,,,,,401684,,,,936,Lewis L. Boyer -Boylan,John,Joseph,,,,1878-09-20,M,rep,NY,15,,Democrat,,,,,,,,,,B000726,,,,,,401686,,,,938,John J. Boylan -Buchanan,James,Paul,,,,1867-04-30,M,rep,TX,10,,Democrat,,,,,,,,,,B001006,,,,,,401956,,,,1188,James P. Buchanan -Bulow,William,John,,,,1869-01-13,M,sen,SD,,2,Democrat,,,,,,,,,,B001055,,,,,,402002,,,,1234,William J. Bulow -Byrnes,James,Francis,,,,1882-05-02,M,sen,SC,,2,Democrat,,,,,,,,,,B001215,,,,,,402154,,,,1370,James F. Byrnes -Cannon,Raymond,Joseph,,,,1894-08-26,M,rep,WI,4,,Democrat,,,,,,,,,,C000124,,,,,,402275,,,,1486,Raymond Joseph Cannon -Champion,Edwin,Van Meter,,,,1890-09-18,M,rep,IL,0,,Democrat,,,,,,,,,,C000287,,,,,,402429,,,,1631,Edwin V. Champion -Citron,William,Michael,,,,1896-08-29,M,rep,CT,0,,Democrat,,,,,,,,,,C000397,,,,,,402536,,,,1730,William M. Citron -Colden,Charles,J.,,,,1870-08-24,M,rep,CA,17,,Democrat,,,,,,,,,,C000605,,,,,,402734,,,,1919,Charles J. Colden -Connery,William,Patrick,Jr.,,,1888-08-24,M,rep,MA,7,,Democrat,,,,,,,,,,C000694,,,,,,402819,,,,1996,William P. Connery Jr. -Crosby,Charles,Noel,,,,1876-09-29,M,rep,PA,29,,Democrat,,,,,,,,,,C000928,,,,,,403040,,,,2195,Charles N. Crosby -De Muth,Peter,Joseph,,,,1892-01-01,M,rep,PA,30,,Democrat,,,,,,,,,,D000225,,,,,,403317,,,,2492,Peter J. De Muth -Deen,Braswell,Drue,,,,1893-06-28,M,rep,GA,8,,Democrat,,,,,,,,,,D000187,,,,,,403348,,,,2459,Braswell Deen -Dixon,Joseph,Andrew,,,,1879-06-03,M,rep,OH,1,,Democrat,,,,,,,,,,D000371,,,,,,403488,,,,2619,Joseph A. Dixon -Dockweiler,John,Francis,,,,1895-09-19,M,rep,CA,16,,Democrat,,,,,,,,,,D000387,,,,,,403503,,,,2634,John F. Dockweiler -Dorsey,Frank,Joseph Gerard,,,,1891-04-26,M,rep,PA,5,,Democrat,,,,,,,,,,D000438,,,,,,403548,,,,2675,Frank Joseph Gerard Dorsey -Drew,Ira,Walton,,,,1878-08-31,M,rep,PA,7,,Democrat,,,,,,,,,,D000494,,,,,,403601,,,,2724,Ira W. Drew -Driver,William,Joshua,,,,1873-03-02,M,rep,AR,1,,Democrat,,,,,,,,,,D000503,,,,,,403610,,,,2732,William J. Driver -Eckert,Charles,Richard,,,,1868-01-20,M,rep,PA,26,,Democrat,,,,,,,,,,E000032,,,,,,403727,,,,2835,Charles R. Eckert -Eicher,Edward,Clayton,,,,1878-12-16,M,rep,IA,1,,Democrat,,,,,,,,,,E000094,,,,,,403785,,,,2884,Edward C. Eicher -Ellenbogen,Henry,,,,,1900-04-03,M,rep,PA,33,,Democrat,,,,,,,,,,E000111,,,,,,403802,,,,2900,Henry Ellenbogen -Farley,James,Indus,,,,1871-02-24,M,rep,IN,4,,Democrat,,,,,,,,,,F000019,,,,,,403981,,,,3060,James Indus Farley -Fleger,Anthony,Alfred,,,,1900-10-21,M,rep,OH,22,,Democrat,,,,,,,,,,F000195,,,,,,404150,,,,3211,Anthony A. Fleger -Fletcher,Thomas,Brooks,,,,1879-10-10,M,rep,OH,8,,Democrat,,,,,,,,,,F000205,,,,,,404160,,,,3221,Thomas B. Fletcher -Focht,Benjamin,Kurtz,,,,1863-03-12,M,rep,PA,18,,Republican,,,,,,,,,,F000230,,,,,,404185,,,,3243,Benjamin K. Focht -Frey,Oliver,Walter,,,,1887-09-07,M,rep,PA,9,,Democrat,,,,,,,,,,F000382,,,,,,404327,,,,3372,Oliver W. Frey -Fuller,Claude,Albert,,,,1876-01-20,M,rep,AR,3,,Democrat,,,,,,,,,,F000408,,,,,,404349,,,,3394,Claude A. Fuller -Gambrill,Stephen,Warfield,,,,1873-10-02,M,rep,MD,5,,Democrat,,,,,,,,,,G000035,,,,,,404411,,,,3449,Stephen Warfield Gambrill -Gasque,Allard,Henry,,,,1873-03-08,M,rep,SC,6,,Democrat,,,,,,,,,,G000092,,,,,,404464,,,,3500,Allard H. Gasque -Gasque,Elizabeth,Hawley,,,,1886-02-26,F,rep,SC,6,,Democrat,,,,,,,,,,G000093,,,,,,404465,,,,3501,Elizabeth Hawley Gasque -Gildea,James,Hilary,,,,1890-10-21,M,rep,PA,13,,Democrat,,,,,,,,,,G000182,,,,,,404547,,,,3581,James H. Gildea -Gingery,Don,,,,,1884-02-19,M,rep,PA,23,,Democrat,,,,,,,,,,G000224,,,,,,404586,,,,3619,Don Hilary Gingery -Goodwin,Philip,Arnold,,,,1882-01-20,M,rep,NY,27,,Republican,,,,,,,,,,G000302,,,,,,404661,,,,3687,Philip A. Goodwin -Graves,Dixie,Bibb,,,,1882-07-26,F,sen,AL,,3,Democrat,,,,,,,,,,G000391,,,,,,404741,,,,3760,Dixie Bibb Graves -Gray,Finly,Hutchinson,,,,1863-07-21,M,rep,IN,10,,Democrat,,,,,,,,,,G000395,,,,,,404745,,,,3764,Finly Hutchinson Gray -Gray,Joseph,Anthony,,,,1884-02-25,M,rep,PA,27,,Democrat,,,,,,,,,,G000399,,,,,,404749,,,,3768,Joseph Anthony Gray -Greenwood,Arthur,Herbert,,,,1880-01-31,M,rep,IN,7,,Democrat,,,,,,,,,,G000437,,,,,,404785,,,,3801,Arthur H. Greenwood -Greever,Paul,Ranous,,,,1891-09-28,M,rep,WY,0,,Democrat,,,,,,,,,,G000440,,,,,,404787,,,,3803,Paul Ranous Greever -Griswold,Glenn,Hasenfratz,,,,1890-01-20,M,rep,IN,5,,Democrat,,,,,,,,,,G000483,,,,,,404828,,,,3841,Glenn Griswold -Hamilton,Norman,Rond,,,,1877-11-13,M,rep,VA,2,,Democrat,,,,,,,,,,H000116,,,,,,404998,,,,3996,Norman R. Hamilton -Hancock,Franklin,Wills,Jr.,,,1894-11-01,M,rep,NC,5,,Democrat,,,,,,,,,,H000147,,,,,,405029,,,,4025,Franklin Wills Hancock Jr. -Harlan,Byron,Berry,,,,1886-10-22,M,rep,OH,3,,Democrat,,,,,,,,,,H000209,,,,,,405088,,,,4075,Byron B. Harlan -Harrison,Byron,Patton,,Pat,,1881-08-29,M,sen,MS,,2,Democrat,,,,,,,,,,H000265,,,,,,405142,,,,4126,Pat Harrison -Herring,Clyde,LaVerne,,,,1879-05-03,M,sen,IA,,2,Democrat,,,,,,,,,,H000543,,,,,,405405,,,,4367,Clyde L. Herring -Higgins,John,Patrick,,,,1893-02-19,M,rep,MA,11,,Democrat,,,,,,,,,,H000579,,,,,,405441,,,,4399,John Patrick Higgins -Hildebrandt,Fred,Herman,,,,1874-08-02,M,rep,SD,1,,Democrat,,,,,,,,,,H000584,,,,,,405446,,,,4403,Fred H. Hildebrandt -Hill,Robert,Potter,,,,1874-04-18,M,rep,OK,5,,Democrat,,,,,,,,,,H000606,,,,,,405466,,,,4422,Robert P. Hill -Honeyman,Nan,Wood,,,,1881-07-15,F,rep,OR,3,,Democrat,,,,,,,,,,H000754,,,,,,405605,,,,4549,Nan Wood Honeyman -Hughes,James,Hurd,,,,1867-01-14,M,sen,DE,,2,Democrat,,,,,,,,,,H000926,,,,,,405771,,,,4704,James H. Hughes -Jenckes,Virginia,Ellis,,,,1877-11-06,F,rep,IN,6,,Democrat,,,,,,,,,,J000077,,,,,,405980,,,,4908,Virginia E. Jenckes -Johnson,Dewey,William,,,,1899-03-14,M,rep,MN,5,,Farmer-Labor,,,,,,,,,,J000125,,,,,,406025,,,,4948,Dewey Johnson -Kelly,George,Bradshaw,,,,1900-12-12,M,rep,NY,38,,Democrat,,,,,,,,,,K000072,,,,,,406242,,,,5150,George Bradshaw Kelly -Kenney,Edward,Aloysius,,,,1884-08-11,M,rep,NJ,9,,Democrat,,,,,,,,,,K000120,,,,,,406286,,,,5189,Edward Aloysius Kenney -Kloeb,Frank,Le Blond,,,,1890-06-16,M,rep,OH,4,,Democrat,,,,,,,,,,K000271,,,,,,406428,,,,5324,Frank Le Blond Kloeb -Kniffin,Frank,Charles,,,,1894-04-26,M,rep,OH,5,,Democrat,,,,,,,,,,K000283,,,,,,406440,,,,5335,Frank C. Kniffin -Kvale,Paul,John,,,,1896-03-27,M,rep,MN,7,,Farmer-Labor,,,,,,,,,,K000350,,,,,,406503,,,,5384,Paul John Kvale -Lambeth,John,Walter,,,,1896-01-10,M,rep,NC,8,,Democrat,,,,,,,,,,L000038,,,,,,406548,,,,5423,Walter Lambeth -Lamneck,Arthur,Philip,,,,1880-03-12,M,rep,OH,12,,Democrat,,,,,,,,,,L000040,,,,,,406550,,,,5425,Arthur P. Lamneck -Lanzetta,James,Joseph,,,,1894-12-21,M,rep,NY,20,,Democrat,,,,,,,,,,L000091,,,,,,406599,,,,5472,James J. Lanzetta -Lee,Joshua,Bryan,,,,1892-01-23,M,sen,OK,,2,Democrat,,,,,,,,,,L000198,,,,,,406701,,,,5562,Joshua B. Lee -Lewis,David,John,,,,1869-05-01,M,rep,MD,6,,Democrat,,,,,,,,,,L000277,,,,,,406775,,,,5634,David John Lewis -Lewis,James,Hamilton,,,,1863-05-18,M,sen,IL,,2,Democrat,,,,,,,,,,L000284,,,,,,406782,,,,5641,J. Hamilton Lewis -Logan,Marvel,Mills,,,,1874-01-07,M,sen,KY,,2,Democrat,,,,,,,,,,L000404,,,,,,406895,,,,5747,M. M. Logan -Long,Lewis,Marshall,,,,1883-06-22,M,rep,IL,0,,Democrat,,,,,,,,,,L000424,,,,,,406914,,,,5763,Lewis M. Long -Luckey,Henry,Carl,,,,1868-11-22,M,rep,NE,1,,Democrat,,,,,,,,,,L000499,,,,,,406986,,,,5829,Henry Carl Luckey -Luecke,John,Frederick,,,,1889-07-04,M,rep,MI,11,,Democrat,,,,,,,,,,L000502,,,,,,406989,,,,5832,John F. Luecke -Lundeen,Ernest,,,,,1878-08-04,M,sen,MN,,2,Farmer-Labor,,,,,,,,,,L000514,,,,,,407000,,,,5839,Ernest Lundeen -Mahon,Gabriel,Heyward,Jr.,,,1889-11-11,M,rep,SC,4,,Democrat,,,,,,,,,,M000064,,,,,,407092,,,,5923,Gabriel H. Mahon Jr. -Maverick,Fontaine,Maury,,,,1895-10-23,M,rep,TX,20,,Democrat,,,,,,,,,,M000263,,,,,,407281,,,,6092,Maury Maverick -McFarlane,William,Doddridge,,,,1894-07-17,M,rep,TX,13,,Democrat,,,,,,,,,,M000440,,,,,,407439,,,,6244,William D. McFarlane -McGrath,John,Joseph,,,,1872-07-23,M,rep,CA,8,,Democrat,,,,,,,,,,M000457,,,,,,407456,,,,6261,John J. McGrath -McGroarty,John,Steven,,,,1862-08-20,M,rep,CA,11,,Democrat,,,,,,,,,,M000462,,,,,,407461,,,,6264,John S. McGroarty -Meeks,James,Andrew,,,,1864-03-07,M,rep,IL,18,,Democrat,,,,,,,,,,M000631,,,,,,407618,,,,6406,James A. Meeks -Millard,Charles,Dunsmore,,,,1873-12-01,M,rep,NY,25,,Republican,,,,,,,,,,M000709,,,,,,407692,,,,6469,Charles D. Millard -Miller,John,Elvis,,,,1888-05-15,M,sen,AR,,2,Democrat,,,,,,,,,,M000738,,,,,,407716,,,,6492,John E. Miller -Mitchell,John,Ridley,,,,1877-09-26,M,rep,TN,4,,Democrat,,,,,,,,,,M000823,,,,,,407798,,,,6570,John Ridley Mitchell -Montague,Andrew,Jackson,,,,1862-10-03,M,rep,VA,3,,Democrat,,,,,,,,,,M000861,,,,,,407834,,,,6598,Andrew Jackson Montague -Mosier,Harold,Gerard,,,,1889-07-24,M,rep,OH,0,,Democrat,,,,,,,,,,M001032,,,,,,407999,,,,6753,Harold G. Mosier -Norris,George,William,,,,1861-07-11,M,sen,NE,,2,Independent,,,,,,,,,,N000139,,,,,,408223,,,,6960,George W. Norris -O’Connell,Jerry,Joseph,,,,1909-06-14,M,rep,MT,1,,Democrat,,,,,,,,,,O000024,,,,,,408272,,,,7012,Jerry J. O'Connell -O’Connell,John,Matthew,,,,1872-08-10,M,rep,RI,2,,Democrat,,,,,,,,,,O000025,,,,,,408273,,,,7013,John Matthew O'Connell -O’Connor,John,Joseph,,,,1885-11-23,M,rep,NY,16,,Democrat,,,,,,,,,,O000030,,,,,,408278,,,,7018,John J. O'Connor -O’Malley,Thomas,David Patrick,,,,1903-03-24,M,rep,WI,5,,Democrat,,,,,,,,,,O000087,,,,,,408297,,,,7072,Thomas O'Malley (congressman) -O’Neill,Edward,Leo,,,,1903-07-10,M,rep,NJ,11,,Democrat,,,,,,,,,,O000094,,,,,,408303,,,,7077,Edward L. O'Neill -Palmisano,Vincent,Luke,,,,1882-08-05,M,rep,MD,3,,Democrat,,,,,,,,,,P000046,,,,,,408456,,,,7183,Vincent Luke Palmisano -Paredes,Quintin,,,,,1884-09-09,M,rep,PI,0,,,,,,,,,,,,P000050,,,,,,408460,,,,,Quintín Paredes -Patterson,Edward,White,,,,1895-10-04,M,rep,KS,3,,Democrat,,,,,,,,,,P000111,,,,,,408519,,,,7238,Edward White Patterson -Pettengill,Samuel,Barrett,,,,1886-01-19,M,rep,IN,3,,Democrat,,,,,,,,,,P000268,,,,,,408668,,,,7376,Samuel B. Pettengill -Peyser,Theodore,Albert,,,,1873-02-18,M,rep,NY,17,,Democrat,,,,,,,,,,P000281,,,,,,408681,,,,7386,Theodore A. Peyser -Phillips,Alfred,Noroton,,,,1894-04-23,M,rep,CT,4,,Democrat,,,,,,,,,,P000305,,,,,,408705,,,,7410,Alfred N. Phillips -Quinn,James,Leland,,,,1875-09-08,M,rep,PA,31,,Democrat,,,,,,,,,,Q000017,,,,,,408979,,,,7676,James L. Quinn (politician) -Reilly,Michael,Kieran,,,,1869-07-15,M,rep,WI,6,,Democrat,,,,,,,,,,R000155,,,,,,409132,,,,7816,Michael Reilly -Rigney,Hugh,McPheeters,,,,1873-07-31,M,rep,IL,19,,Democrat,,,,,,,,,,R000256,,,,,,409232,,,,7906,Hugh M. Rigney -Roy,Alphonse,,,,,1897-10-26,M,rep,NH,1,,Democrat,,,,,,,,,,R000483,,,,,,409444,,,,8097,Alphonse Roy -Sanders,Morgan,Gurley,,,,1878-07-14,M,rep,TX,3,,Democrat,,,,,,,,,,S000037,,,,,,409554,,,,8199,Morgan G. Sanders -Schneider,George,John,,,,1877-10-30,M,rep,WI,8,,Progressive,,,,,,,,,,S000137,,,,,,409645,,,,8269,George J. Schneider -Schwartz,Henry,Herman,,Harry,,1869-05-18,M,sen,WY,,2,Democrat,,,,,,,,,,S000157,,,,,,409664,,,,8285,Henry H. Schwartz -Scott,Byron,Nicholson,,,,1903-03-21,M,rep,CA,18,,Democrat,,,,,,,,,,S000165,,,,,,409672,,,,8292,Byron N. Scott -Sheppard,Morris,,,,,1875-05-28,M,sen,TX,,2,Democrat,,,,,,,,,,S000337,,,,,,409834,,,,8446,Morris Sheppard -Smathers,William,Howell,,,,1891-01-07,M,sen,NJ,,2,Democrat,,,,,,,,,,S000506,,,,,,409993,,,,8594,William H. Smathers -Smith,Gomer,Griffith,,,,1896-07-11,M,rep,OK,5,,Democrat,,,,,,,,,,S000543,,,,,,410025,,,,8626,Gomer Griffith Smith -Snell,Bertrand,Hollis,,,,1870-12-09,M,rep,NY,31,,Republican,,,,,,,,,,S000652,,,,,,410126,,,,8721,Bertrand Snell -Stack,Michael,Joseph,,,,1888-09-29,M,rep,PA,6,,Democrat,,,,,,,,,,S000773,,,,,,410239,,,,8821,Michael J. Stack -Stubbs,Henry,Elbert,,,,1881-03-04,M,rep,CA,10,,Democrat,,,,,,,,,,S001038,,,,,,410494,,,,9057,Henry E. Stubbs -Swope,Guy,Jacob,,,,1892-12-26,M,rep,PA,19,,Democrat,,,,,,,,,,S001127,,,,,,410578,,,,9134,Guy J. Swope -Taylor,John,Clarence,,,,1890-03-02,M,rep,SC,3,,Democrat,,,,,,,,,,T000087,,,,,,410670,,,,9218,John C. Taylor -Teigan,Henry,George,,,,1881-08-07,M,rep,MN,3,,Farmer-Labor,,,,,,,,,,T000112,,,,,,410694,,,,9243,Henry Teigan -Thompson,Chester,Charles,,,,1893-09-19,M,rep,IL,14,,Democrat,,,,,,,,,,T000197,,,,,,410776,,,,9319,Chester C. Thompson -Thurston,Lloyd,,,,,1880-03-27,M,rep,IA,5,,Republican,,,,,,,,,,T000257,,,,,,410832,,,,9372,Lloyd Thurston -Towey,Frank,William,Jr.,,,1895-11-05,M,rep,NJ,12,,Democrat,,,,,,,,,,T000323,,,,,,410895,,,,9428,Frank William Towey Jr. -Transue,Andrew,Jackson,,,,1903-01-12,M,rep,MI,6,,Democrat,,,,,,,,,,T000354,,,,,,410924,,,,9457,Andrew J. Transue -Vinson,Frederick,Moore,,,,1890-01-22,M,rep,KY,8,,Democrat,,,,,,,,,,V000106,,,,,,411161,,,,9678,Fred M. Vinson -Wearin,Otha,Donner,,,,1903-01-10,M,rep,IA,7,,Democrat,,,,,,,,,,W000221,,,,,,411389,,,,9890,Otha Wearin -Wilcox,James,Mark,,,,1890-05-21,M,rep,FL,4,,Democrat,,,,,,,,,,W000455,,,,,,411612,,,,10100,J. Mark Wilcox -Barry,Alexander,Grant,,,,1892-08-23,M,sen,OR,,3,Republican,,,,,,,,,,B000187,,,,,,401186,,,,473,Alexander G. Barry -Milton,John,Gerald,,,,1881-01-21,M,sen,NJ,,1,Democrat,,,,,,,,,,M000787,,,,,,407765,,,,6540,John Gerald Milton -Pyle,Gladys,,,,,1890-10-04,F,sen,SD,,3,Republican,,,,,,,,,,P000581,,,,,,408964,,,,7662,Gladys Pyle -Reames,Alfred,Evan,,,,1870-02-05,M,sen,OR,,3,Democrat,,,,,,,,,,R000099,,,,,,409079,,,,7770,Alfred E. Reames -Storke,Thomas,More,,,,1876-11-23,M,sen,CA,,3,Democrat,,,,,,,,,,S000973,,,,,,410432,,,,8994,Thomas M. Storke -Adams,Alva,Blanchard,,,,1875-10-29,M,sen,CO,,3,Democrat,,,,,,,,,,A000028,,,,,,400689,,,,22,Alva B. Adams -Alexander,John,Grant,,,,1893-07-16,M,rep,MN,3,,Republican,,,,,,,,,,A000097,,,,,,400755,,,,85,John G. Alexander -Allen,Robert,Gray,,,,1902-08-24,M,rep,PA,28,,Democrat,,,,,,,,,,A000145,,,,,,400801,,,,127,Robert G. Allen -Anderson,Charles,Arthur,,,,1899-09-26,M,rep,MO,12,,Democrat,,,,,,,,,,A000184,,,,,,400839,,,,163,Charles Arthur Anderson -Ashbrook,William,Albert,,,,1867-07-01,M,rep,OH,17,,Democrat,,,,,,,,,,A000306,,,,,,400950,,,,258,William A. Ashbrook -Austin,Albert,Elmer,,,,1877-11-15,M,rep,CT,4,,Republican,,,,,,,,,,A000339,,,,,,400989,,,,293,Albert E. Austin -Ball,Thomas,Raymond,,,,1896-02-12,M,rep,CT,2,,Republican,,,,,,,,,,B000102,,,,,,401104,,,,397,Thomas R. Ball -Bankhead,William,Brockman,,,,1874-04-12,M,rep,AL,7,,Democrat,,,,,,,,,,B000113,,,,,,401114,,,,406,William B. Bankhead -Barton,Bruce,,,,,1886-08-05,M,rep,NY,17,,Republican,,,,,,,,,,B000211,,,,,,401209,,,,494,Bruce Fairchild Barton -Bolton,Chester,Castle,,,,1882-09-05,M,rep,OH,22,,Republican,,,,,,,,,,B000606,,,,,,401574,,,,836,Chester C. Bolton -Bone,Homer,Truett,,,,1883-01-25,M,sen,WA,,3,Democrat,,,,,,,,,,B000614,,,,,,401581,,,,843,Homer Bone -Burney,William,Evans,,,,1893-09-11,M,rep,CO,3,,Democrat,,,,,,,,,,B001122,,,,,,402067,,,,1292,William E. Burney -Byrns,Joseph,Wellington,Jr.,,,1903-08-15,M,rep,TN,5,,Democrat,,,,,,,,,,B001218,,,,,,402157,,,,1373,Joseph W. Byrns Jr. -Caldwell,Millard,Fillmore,,,,1897-02-06,M,rep,FL,3,,Democrat,,,,,,,,,,C000038,,,,,,402199,,,,1412,Millard F. Caldwell -Caraway,Hattie,Wyatt,,,,1878-02-01,F,sen,AR,,3,Democrat,,,,,,,,,,C000138,,,,,,402288,,,,1497,Hattie Wyatt Caraway -Chandler,Walter,,,Clift,,1887-10-05,M,rep,TN,9,,Democrat,,,,,,,,,,C000296,,,,,,402438,,,,1639,Walter Chandler -Clark,David,Worth,,,,1902-04-02,M,sen,ID,,3,Democrat,,,,,,,,,,C000428,,,,,,402566,,,,1760,David Worth Clark -Clark,Joel,Bennett,,,,1890-01-08,M,sen,MO,,3,Democrat,,,,,,,,,,C000440,,,,,,402578,,,,1772,Bennett Champ Clark -Cravens,William,Ben,,,,1872-01-17,M,rep,AR,4,,Democrat,,,,,,,,,,C000886,,,,,,402998,,,,2156,William B. Cravens -Crowe,Eugene,Burgess,,,,1878-01-05,M,rep,IN,9,,Democrat,,,,,,,,,,C000940,,,,,,403052,,,,2207,Eugene B. Crowe -Cummings,Fred,Nelson,,,,1864-09-18,M,rep,CO,2,,Democrat,,,,,,,,,,C000985,,,,,,403093,,,,2249,Fred N. Cummings -Curley,Edward,Walter,,,,1873-05-23,M,rep,NY,22,,Democrat,,,,,,,,,,C000995,,,,,,403102,,,,2257,Edward W. Curley -Daly,John,Burrwood,,,,1872-02-13,M,rep,PA,4,,Democrat,,,,,,,,,,D000014,,,,,,403157,,,,2308,J. Burrwood Daly -Danaher,John,Anthony,,,,1899-01-09,M,sen,CT,,3,Republican,,,,,,,,,,D000025,,,,,,403166,,,,2317,John A. Danaher -Darrow,George,Potter,,,,1859-02-04,M,rep,PA,7,,Republican,,,,,,,,,,D000063,,,,,,403202,,,,2347,George P. Darrow -Davis,James,John,,,,1873-10-27,M,sen,PA,,3,Republican,,,,,,,,,,D000111,,,,,,403247,,,,2391,James J. Davis -De Rouen,René,Louis,,,,1874-01-07,M,rep,LA,7,,Democrat,,,,,,,,,,D000265,,,,,,403320,,,,2522,René L. De Rouen -Dowell,Cassius,Clay,,,,1864-02-29,M,rep,IA,6,,Republican,,,,,,,,,,D000468,,,,,,403578,,,,2701,Cassius C. Dowell -Dunn,Matthew,Anthony,,,,1886-08-15,M,rep,PA,34,,Democrat,,,,,,,,,,D000551,,,,,,403658,,,,2774,Matthew A. Dunn -Eaton,Thomas,Marion,,,,1896-08-03,M,rep,CA,18,,Republican,,,,,,,,,,E000026,,,,,,403721,,,,2830,Thomas M. Eaton -Evans,Marcellus,Hugh,,,,1884-09-22,M,rep,NY,5,,Democrat,,,,,,,,,,E000253,,,,,,403935,,,,3018,Marcellus H. Evans -Ferguson,Phillip,Colgan,,,,1903-08-15,M,rep,OK,8,,Democrat,,,,,,,,,,F000082,,,,,,404040,,,,3111,Phil Ferguson -Fernández,Joachim,Octave,,,,1896-08-14,M,rep,LA,1,,Democrat,,,,,,,,,,F000086,,,,,,404044,,,,3115,Joachim O. Fernández -Fries,Frank,William,,,,1893-05-01,M,rep,IL,21,,Democrat,,,,,,,,,,F000385,,,,,,404330,,,,3375,Frank W. Fries -Garrett,Clyde,Leonard,,,,1885-12-16,M,rep,TX,17,,Democrat,,,,,,,,,,G000080,,,,,,404452,,,,3488,Clyde L. Garrett -Gartner,Fred,Christian,,,,1896-03-14,M,rep,PA,5,,Republican,,,,,,,,,,G000087,,,,,,404459,,,,3495,Fred C. Gartner -Gibbs,Florence,Reville,,,,1890-04-04,F,rep,GA,8,,Democrat,,,,,,,,,,G000155,,,,,,404522,,,,3555,Florence Reville Gibbs -Gibbs,Willis,Benjamin,,,,1889-04-15,M,rep,GA,8,,Democrat,,,,,,,,,,G000156,,,,,,404523,,,,3556,W. Benjamin Gibbs -Gibson,Ernest,Willard,,,,1872-12-29,M,sen,VT,,3,Republican,,,,,,,,,,G000158,,,,,,404525,,,,3558,Ernest Willard Gibson -Goldsborough,Thomas,Alan,,,,1877-09-16,M,rep,MD,1,,Democrat,,,,,,,,,,G000265,,,,,,404627,,,,3656,Thomas Alan Goldsborough -Goodwin,Robert,Kingman,,,,1905-05-23,M,rep,IA,6,,Republican,,,,,,,,,,G000303,,,,,,404662,,,,3688,Robert K. Goodwin -Griffith,John,Keller,,,,1882-10-16,M,rep,LA,6,,Democrat,,,,,,,,,,G000469,,,,,,404814,,,,3828,John K. Griffith -Griswold,Harry,Wilbur,,,,1886-05-19,M,rep,WI,3,,Republican,,,,,,,,,,G000484,,,,,,404829,,,,3842,Harry W. Griswold -Harter,John,Francis,,,,1897-09-01,M,rep,NY,41,,Republican,,,,,,,,,,H000295,,,,,,405168,,,,4152,J. Francis Harter -Hawks,Charles,,Jr.,,,1899-07-07,M,rep,WI,2,,Republican,,,,,,,,,,H000375,,,,,,405243,,,,4218,Charles Hawks Jr. -Heinke,George,Henry,,,,1882-07-22,M,rep,NE,1,,Republican,,,,,,,,,,H000454,,,,,,405319,,,,4285,George H. Heinke -Holman,Rufus,Cecil,,,,1877-10-14,M,sen,OR,,3,Republican,,,,,,,,,,H000731,,,,,,405582,,,,4528,Rufus C. Holman -Horton,Frank,Ogilvie,,,,1882-10-18,M,rep,WY,0,,Republican,,,,,,,,,,H000798,,,,,,405647,,,,4588,Frank O. Horton -Iglesias,Santiago,,,,,1872-02-22,M,rep,PR,0,,Coalitionist,,,,,,,,,,I000002,,,,,,405864,,,,,Santiago Iglesias -Jeffries,Walter,Sooy,,,,1893-10-16,M,rep,NJ,2,,Republican,,,,,,,,,,J000075,,,,,,405978,,,,4906,Walter S. Jeffries -Jones,John,Marvin,,,,1886-02-26,M,rep,TX,18,,Democrat,,,,,,,,,,J000236,,,,,,406129,,,,5051,John Marvin Jones -Keller,Kent,Ellsworth,,,,1867-06-04,M,rep,IL,25,,Democrat,,,,,,,,,,K000056,,,,,,406226,,,,5134,Kent E. Keller -Kennedy,Ambrose,Jerome,,,,1893-01-06,M,rep,MD,4,,Democrat,,,,,,,,,,K000101,,,,,,406269,,,,5175,Ambrose Jerome Kennedy -Kitchens,Wade,Hampton,,,,1878-12-26,M,rep,AR,7,,Democrat,,,,,,,,,,K000248,,,,,,406407,,,,5305,Wade H. Kitchens -Lord,Bert,,,,,1869-12-04,M,rep,NY,34,,Republican,,,,,,,,,,L000439,,,,,,406930,,,,5776,Bert Lord -Luce,Robert,,,,,1862-12-02,M,rep,MA,9,,Republican,,,,,,,,,,L000498,,,,,,406985,,,,5828,Robert Luce -Mapes,Carl,Edgar,,,,1874-12-26,M,rep,MI,5,,Republican,,,,,,,,,,M000119,,,,,,407143,,,,5972,Carl E. Mapes -Marshall,Lycurgus,Luther,,,,1888-07-09,M,rep,OH,0,,Republican,,,,,,,,,,M000159,,,,,,407181,,,,6005,L. L. Marshall -Martin,John,Andrew,,,,1868-04-10,M,rep,CO,3,,Democrat,,,,,,,,,,M000186,,,,,,407207,,,,6028,John Andrew Martin -Martin,John,Cunningham,,,,1880-04-29,M,rep,IL,0,,Democrat,,,,,,,,,,M000187,,,,,,407208,,,,6029,John C. Martin (Illinois Congressman) -McAndrews,James,,,,,1862-10-22,M,rep,IL,9,,Democrat,,,,,,,,,,M000296,,,,,,407311,,,,6122,James McAndrews -McLeod,Clarence,John,,,,1895-07-03,M,rep,MI,13,,Republican,,,,,,,,,,M000557,,,,,,407549,,,,6344,Clarence J. McLeod -McMillan,Clara,Gooding,,,,1894-08-17,F,rep,SC,1,,Democrat,,,,,,,,,,M000565,,,,,,407556,,,,6351,Clara G. McMillan -McMillan,Thomas,Sanders,,,,1888-11-27,M,rep,SC,1,,Democrat,,,,,,,,,,M000572,,,,,,407562,,,,6356,Thomas S. McMillan -McReynolds,Samuel,Davis,,,,1872-04-16,M,rep,TN,3,,Democrat,,,,,,,,,,M000598,,,,,,407587,,,,6380,Samuel Davis McReynolds -Mouton,Robert,Louis,,,,1892-10-20,M,rep,LA,3,,Democrat,,,,,,,,,,M001051,,,,,,408018,,,,6771,Robert L. Mouton -Nye,Gerald,Prentice,,,,1892-12-19,M,sen,ND,,3,Republican,,,,,,,,,,N000176,,,,,,408256,,,,6991,Gerald Nye -Owen,Emmett,Marshall,,,,1877-10-19,M,rep,GA,4,,Democrat,,,,,,,,,,O000149,,,,,,408400,,,,7129,Emmett Marshall Owen -Parsons,Claude,VanCleve,,,,1895-10-07,M,rep,IL,24,,Democrat,,,,,,,,,,P000086,,,,,,408496,,,,7218,Claude V. Parsons -Pierce,Wallace,Edgar,,,,1881-12-09,M,rep,NY,31,,Republican,,,,,,,,,,P000338,,,,,,408735,,,,7440,Wallace E. Pierce -Reynolds,Robert,Rice,,,,1884-06-18,M,sen,NC,,3,Democrat,,,,,,,,,,R000179,,,,,,409155,,,,7836,Robert Rice Reynolds -Risk,Charles,Francis,,,,1897-08-19,M,rep,RI,1,,Republican,,,,,,,,,,R000269,,,,,,409243,,,,7915,Charles Risk -Routzohn,Harry,Nelson,,,,1881-11-04,M,rep,OH,3,,Republican,,,,,,,,,,R000470,,,,,,409431,,,,8086,Harry N. Routzohn -Ryan,Elmer,James,,,,1907-05-26,M,rep,MN,2,,Democrat,,,,,,,,,,R000555,,,,,,409511,,,,8155,Elmer Ryan -Sandager,Harry,,,,,1887-04-12,M,rep,RI,2,,Republican,,,,,,,,,,S000031,,,,,,409549,,,,8194,Harry Sandager -Schafer,John,Charles,,,,1893-05-07,M,rep,WI,4,,Republican,,,,,,,,,,S000111,,,,,,409620,,,,8253,John C. Schafer -Seccombe,James,,,,,1893-02-12,M,rep,OH,16,,Republican,,,,,,,,,,S000218,,,,,,409723,,,,8340,James Seccombe -Seger,George,Nicholas,,,,1866-01-04,M,rep,NJ,8,,Republican,,,,,,,,,,S000228,,,,,,409733,,,,8350,George N. Seger -Sirovich,William,Irving,,,,1882-03-18,M,rep,NY,14,,Democrat,,,,,,,,,,S000452,,,,,,409945,,,,8548,William I. Sirovich -Slattery,James,Michael,,,,1878-07-29,M,sen,IL,,2,Democrat,,,,,,,,,,S000478,,,,,,409967,,,,8568,James M. Slattery -Smith,Clyde,Harold,,,,1876-06-09,M,rep,ME,2,,Republican,,,,,,,,,,S000523,,,,,,410006,,,,8607,Clyde H. Smith -Smith,Ellison,DuRant,,,,1864-08-01,M,sen,SC,,3,Democrat,,,,,,,,,,S000530,,,,,,410013,,,,8613,Ellison D. Smith -Smith,Thomas,Vernor,,,,1890-04-26,M,rep,IL,0,,Democrat,,,,,,,,,,S000620,,,,,,410095,,,,8690,Thomas Vernor Smith -Sullivan,Christopher,Daniel,,,,1870-07-14,M,rep,NY,13,,Democrat,,,,,,,,,,S001051,,,,,,410505,,,,9066,Christopher D. Sullivan -Sweet,John,Hyde,,,,1880-09-01,M,rep,NE,1,,Republican,,,,,,,,,,S001108,,,,,,410560,,,,9118,John Hyde Sweet -Taylor,James,Willis,,,,1880-08-28,M,rep,TN,2,,Republican,,,,,,,,,,T000083,,,,,,410667,,,,9214,J. Will Taylor -Thorkelson,Jacob,,,,,1876-09-24,M,rep,MT,1,,Republican,,,,,,,,,,T000236,,,,,,410815,,,,9355,Jacob Thorkelson -Turner,Clarence,Wyly,,,,1866-10-22,M,rep,TN,6,,Democrat,,,,,,,,,,T000417,,,,,,410986,,,,9512,Clarence W. Turner -Van Nuys,Frederick,,,,,1874-04-16,M,sen,IN,,3,Democrat,,,,,,,,,,V000050,,,,,,411092,,,,9626,Frederick Van Nuys -Warren,Lindsay,Carter,,,,1889-12-16,M,rep,NC,1,,Democrat,,,,,,,,,,W000166,,,,,,411339,,,,9844,Lindsay Carter Warren -Weatherford,Zadoc,Lorenzo,,,,1888-02-04,M,rep,AL,7,,Democrat,,,,,,,,,,W000222,,,,,,411390,,,,9891,Zadoc L. Weatherford -White,Dudley,Allen,,,,1901-01-03,M,rep,OH,13,,Republican,,,,,,,,,,W000364,,,,,,411526,,,,10017,Dudley A. White -Williams,George,Short,,,,1877-10-21,M,rep,DE,0,,Republican,,,,,,,,,,W000500,,,,,,411657,,,,10145,George S. Williams -Wood,Reuben,Terrell,,,,1884-08-07,M,rep,MO,6,,Democrat,,,,,,,,,,W000702,,,,,,411854,,,,10332,Reuben T. Wood -Gibson,Ernest,William,Jr.,,,1901-03-06,M,sen,VT,,3,Republican,,,,,,,,,,G000159,,,,,,404526,,,,3559,Ernest W. Gibson Jr. -Wallgren,Monrad,Charles,,,,1891-04-17,M,sen,WA,,1,Democrat,,,,,,,,,,W000088,,,,,,411267,,,,9774,Monrad Wallgren -Andrews,Charles,Oscar,,,,1877-03-07,M,sen,FL,,1,Democrat,,,,,,,,,,A000244,,,,,,400874,,,,193,Charles O. Andrews -Arnold,Laurence,Fletcher,,,,1891-06-08,M,rep,IL,23,,Democrat,,,,,,,,,,A000290,,,,,,400932,,,,242,Laurence F. Arnold -Austin,Warren,Robinson,,,,1877-11-12,M,sen,VT,,1,Republican,,,,,,,,,,A000342,,,,,,400992,,,,296,Warren Austin -Bankhead,Walter,Will,,,,1897-07-21,M,rep,AL,7,,Democrat,,,,,,,,,,B000112,,,,,,401113,,,,405,Walter W. Bankhead -Barbour,William,Warren,,,,1888-07-31,M,sen,NJ,,1,Republican,,,,,,,,,,B000132,,,,,,401133,,,,425,William Warren Barbour -Barnes,James,Martin,,,,1899-01-09,M,rep,IL,20,,Democrat,,,,,,,,,,B000158,,,,,,401160,,,,448,James M. Barnes (congressman) -Beam,Harry,Peter,,,,1892-11-23,M,rep,IL,4,,Democrat,,,,,,,,,,B000274,,,,,,401268,,,,548,Harry P. Beam -Beiter,Alfred,Florian,,,,1894-07-07,M,rep,NY,41,,Democrat,,,,,,,,,,B000320,,,,,,401312,,,,587,Alfred F. Beiter -Bennett,Philip,Allen,,,,1881-03-05,M,rep,MO,6,,Republican,,,,,,,,,,B000380,,,,,,401372,,,,642,Philip Allen Bennett -Bilbo,Theodore,Gilmore,,,,1877-10-13,M,sen,MS,,1,Democrat,,,,,,,,,,B000460,,,,,,401445,,,,710,Theodore G. Bilbo -Boehne,John,William,Jr.,,,1895-03-02,M,rep,IN,8,,Democrat,,,,,,,,,,B000588,,,,,,401557,,,,820,John W. Boehne Jr. -Boland,Patrick,Joseph,,,,1880-01-06,M,rep,PA,11,,Democrat,,,,,,,,,,B000601,,,,,,401569,,,,831,Patrick J. Boland -Boland,Veronica,Grace,,,,1899-03-18,F,rep,PA,11,,Democrat,,,,,,,,,,B000602,,,,,,401570,,,,832,Veronica Grace Boland -Bolles,Stephen,,,,,1866-06-25,M,rep,WI,1,,Republican,,,,,,,,,,B000604,,,,,,401572,,,,834,Stephen Bolles -Buck,Frank,Henry,,,,1887-09-23,M,rep,CA,3,,Democrat,,,,,,,,,,B001017,,,,,,401967,,,,1198,Frank H. Buck -Buckler,Richard,Thompson,,,,1865-10-27,M,rep,MN,9,,Farmer-Labor,,,,,,,,,,B001023,,,,,,401973,,,,1204,Rich T. Buckler -Burton,Harold,Hitz,,,,1888-06-22,M,sen,OH,,1,Republican,,,,,,,,,,B001150,,,,,,402092,,,,1317,Harold Hitz Burton -Byron,Katharine,Edgar,,,,1903-10-25,F,rep,MD,6,,Democrat,,,,,,,,,,B001222,,,,,,402161,,,,1375,Katharine Byron -Byron,William,Devereux,,,,1895-05-15,M,rep,MD,6,,Democrat,,,,,,,,,,B001206,,,,,,402162,,,,1376,William D. Byron -Cartwright,Wilburn,,,,,1892-01-12,M,rep,OK,3,,Democrat,,,,,,,,,,C000207,,,,,,402353,,,,1556,Wilburn Cartwright -Casey,Joseph,Edward,,,,1898-12-27,M,rep,MA,3,,Democrat,,,,,,,,,,C000225,,,,,,402371,,,,1574,Joseph E. Casey -Claypool,Harold,Kile,,,,1886-06-02,M,rep,OH,11,,Democrat,,,,,,,,,,C000489,,,,,,402627,,,,1816,Harold K. Claypool -Cluett,Ernest,Harold,,,,1874-07-13,M,rep,NY,29,,Republican,,,,,,,,,,C000535,,,,,,402669,,,,1857,E. Harold Cluett -Coffee,Harry,Buffington,,,,1890-03-16,M,rep,NE,5,,Democrat,,,,,,,,,,C000582,,,,,,402711,,,,1897,Harry B. Coffee -Cole,William,Purington,Jr.,,,1889-05-11,M,rep,MD,2,,Democrat,,,,,,,,,,C000616,,,,,,402745,,,,1930,William Purington Cole Jr. -Collins,Ross,Alexander,,,,1880-04-25,M,rep,MS,5,,Democrat,,,,,,,,,,C000642,,,,,,402770,,,,1949,Ross A. Collins -Connery,Lawrence,Joseph,,,,1895-10-17,M,rep,MA,7,,Democrat,,,,,,,,,,C000693,,,,,,402818,,,,1995,Lawrence J. Connery -Copeland,Oren,Sturman,,,,1887-03-16,M,rep,NE,1,,Republican,,,,,,,,,,C000768,,,,,,402887,,,,2061,Oren S. Copeland -Crowther,Frank,,,,,1870-07-10,M,rep,NY,30,,Republican,,,,,,,,,,C000948,,,,,,403060,,,,2215,Frank Crowther -Darden,Colgate,Whitehead,Jr.,,,1897-02-11,M,rep,VA,2,,Democrat,,,,,,,,,,D000050,,,,,,403189,,,,2335,Colgate Darden -Davis,Jacob,Erastus,,,,1905-10-31,M,rep,OH,6,,Democrat,,,,,,,,,,D000108,,,,,,403244,,,,2388,Jacob E. Davis -Downs,Le,Roy Donnelly,,,,1900-04-11,M,rep,CT,4,,Democrat,,,,,,,,,,D000475,,,,,,403584,,,,2707,Le Roy D. Downs -Doxey,Wall,,,,,1892-08-08,M,sen,MS,,2,Democrat,,,,,,,,,,D000480,,,,,,403589,,,,2712,Wall Doxey -Duncan,Richard,Meloan,,,,1889-11-10,M,rep,MO,3,,Democrat,,,,,,,,,,D000536,,,,,,403643,,,,2761,Richard M. Duncan -Edelstein,Morris,Michael,,,,1888-02-05,M,rep,NY,14,,Democrat,,,,,,,,,,E000041,,,,,,403736,,,,2842,Morris Michael Edelstein -Edmiston,Andrew,,,,,1892-11-13,M,rep,WV,3,,Democrat,,,,,,,,,,E000051,,,,,,403746,,,,2851,Andrew Edmiston Jr. -Eliot,Thomas,Hopkinson,,,,1907-06-14,M,rep,MA,9,,Democrat,,,,,,,,,,E000107,,,,,,403798,,,,2896,Thomas H. Eliot -Ellis,Clyde,Taylor,,,,1908-12-21,M,rep,AR,3,,Democrat,,,,,,,,,,E000132,,,,,,403823,,,,2921,Clyde T. Ellis -Faddis,Charles,Isiah,,,,1890-06-13,M,rep,PA,25,,Democrat,,,,,,,,,,F000001,,,,,,403963,,,,3044,Charles I. Faddis -Fitzgerald,William,Joseph,,,,1887-03-02,M,rep,CT,2,,Democrat,,,,,,,,,,F000169,,,,,,404124,,,,3187,William J. Fitzgerald -Flaherty,Thomas,Aloysius,,,,1898-12-21,M,rep,MA,11,,Democrat,,,,,,,,,,F000183,,,,,,404138,,,,3201,Thomas A. Flaherty -Flannery,John,Harold,,,,1898-04-19,M,rep,PA,12,,Democrat,,,,,,,,,,F000192,,,,,,404147,,,,3208,J. Harold Flannery -Folger,Alonzo,Dillard,,,,1888-07-09,M,rep,NC,5,,Democrat,,,,,,,,,,F000240,,,,,,404194,,,,3250,Alonzo Dillard Folger -Ford,Aaron,Lane,,,,1903-12-21,M,rep,MS,4,,Democrat,,,,,,,,,,F000258,,,,,,404210,,,,3266,Aaron L. Ford -Ford,Leland,Merritt,,,,1893-03-08,M,rep,CA,16,,Republican,,,,,,,,,,F000264,,,,,,404215,,,,3270,Leland M. Ford -Gehrmann,Bernard,John,,,,1880-02-13,M,rep,WI,10,,Progressive,,,,,,,,,,G000118,,,,,,404490,,,,3525,Bernard J. Gehrmann -Gerry,Peter,Goelet,,,,1879-09-18,M,sen,RI,,1,Democrat,,,,,,,,,,G000141,,,,,,404510,,,,3544,Peter G. Gerry -Geyer,Lee,Edward,,,,1888-09-09,M,rep,CA,17,,Democrat,,,,,,,,,,G000147,,,,,,404516,,,,3549,Lee E. Geyer -Guffey,Joseph,F.,,,,1870-12-29,M,sen,PA,,1,Democrat,,,,,,,,,,G000519,,,,,,404864,,,,3872,Joseph F. Guffey -Haines,Harry,Luther,,,,1880-02-01,M,rep,PA,22,,Democrat,,,,,,,,,,H000026,,,,,,404911,,,,3914,Harry L. Haines -Harrington,Vincent,Francis,,,,1903-05-16,M,rep,IA,9,,Democrat,,,,,,,,,,H000231,,,,,,405109,,,,4095,Vincent F. Harrington -Harter,Dow,Watters,,,,1885-01-02,M,rep,OH,14,,Democrat,,,,,,,,,,H000294,,,,,,405167,,,,4151,Dow W. Harter -Healey,Arthur,Daniel,,,,1889-12-29,M,rep,MA,8,,Democrat,,,,,,,,,,H000423,,,,,,405289,,,,4261,Arthur Daniel Healey -Hill,Knute,,,,,1876-07-31,M,rep,WA,4,,Democrat,,,,,,,,,,H000600,,,,,,405462,,,,4417,Knute Hill -Holbrock,Greg,John,,,,1906-06-21,M,rep,OH,3,,Democrat,,,,,,,,,,H000709,,,,,,405562,,,,4511,Greg J. Holbrock -Houston,Andrew,Jackson,,,,1854-06-21,M,sen,TX,,2,Democrat,,,,,,,,,,H000821,,,,,,405668,,,,4609,Andrew Jackson Houston -Houston,John,Mills,,,,1890-09-15,M,rep,KS,5,,Democrat,,,,,,,,,,H000824,,,,,,405671,,,,4612,John Mills Houston -Hunter,John,Feeney,,,,1896-10-19,M,rep,OH,9,,Democrat,,,,,,,,,,H000983,,,,,,405825,,,,4754,John F. Hunter -Imhoff,Lawrence,E.,,,,1895-12-28,M,rep,OH,18,,Democrat,,,,,,,,,,I000010,,,,,,405872,,,,4799,Lawrence E. Imhoff -Jacobsen,William,Sebastian,,,,1887-01-15,M,rep,IA,2,,Democrat,,,,,,,,,,J000039,,,,,,405944,,,,4874,William S. Jacobsen -Jarrett,Benjamin,,,,,1881-07-18,M,rep,PA,20,,Republican,,,,,,,,,,J000060,,,,,,405965,,,,4894,Benjamin Jarrett -Jenks,Arthur,Byron,,,,1866-10-15,M,rep,NH,1,,Republican,,,,,,,,,,J000090,,,,,,405992,,,,4919,Arthur B. Jenks -Johns,Joshua,Leroy,,,,1881-02-27,M,rep,WI,8,,Republican,,,,,,,,,,J000111,,,,,,406012,,,,4936,Joshua L. Johns -Johnson,George,William,,,,1869-11-10,M,rep,WV,4,,Democrat,,,,,,,,,,J000132,,,,,,406031,,,,4954,George William Johnson (congressman) -Johnson,Hiram,Warren,,,,1866-09-02,M,sen,CA,,1,Republican,,,,,,,,,,J000140,,,,,,406039,,,,4962,Hiram Johnson -Kennedy,Michael,Joseph,,,,1897-10-25,M,rep,NY,15,,Democrat,,,,,,,,,,K000112,,,,,,406279,,,,5184,Michael J. Kennedy -King,Samuel,Wilder,,,,1886-12-17,M,rep,HI,0,,Republican,,,,,,,,,,K000214,,,,,,406374,,,,,Samuel Wilder King -Kocialkowski,Leo,Paul,,,,1882-08-16,M,rep,IL,8,,Democrat,,,,,,,,,,K000303,,,,,,406459,,,,5353,Leo Kocialkowski -Kramer,Charles,,,,,1879-04-18,M,rep,CA,13,,Democrat,,,,,,,,,,K000321,,,,,,406475,,,,5363,Charles Kramer (politician) -La Follette,Robert,Marion,Jr.,,,1895-02-06,M,sen,WI,,1,Progressive,,,,,,,,,,L000005,,,,,,406515,,,,5402,Robert M. La Follette Jr. -Larrabee,William,Henry,,,,1870-02-21,M,rep,IN,11,,Democrat,,,,,,,,,,L000100,,,,,,406607,,,,5479,William Larrabee (Indiana) -Leavy,Charles,Henry,,,,1884-02-16,M,rep,WA,5,,Democrat,,,,,,,,,,L000185,,,,,,406687,,,,5549,Charles H. Leavy -Lumpkin,Alva,Moore,,,,1886-11-13,M,sen,SC,,2,Democrat,,,,,,,,,,L000510,,,,,,406996,,,,5835,Alva M. Lumpkin -Maciejewski,Anton,Frank,,,,1893-01-03,M,rep,IL,6,,Democrat,,,,,,,,,,M000016,,,,,,407045,,,,5881,A. F. Maciejewski -Maciora,Lucien,John,,,,1902-08-17,M,rep,CT,0,,Democrat,,,,,,,,,,M000018,,,,,,407047,,,,5883,Lucien J. Maciora -Maloney,Francis,Thomas,,,,1894-03-31,M,sen,CT,,1,Democrat,,,,,,,,,,M000088,,,,,,407113,,,,5945,Francis T. Maloney -Massingale,Samuel,Chapman,,,,1870-08-02,M,rep,OK,7,,Democrat,,,,,,,,,,M000231,,,,,,407249,,,,6068,Sam C. Massingale -McArdle,Joseph,A.,,,,1903-06-29,M,rep,PA,33,,Democrat,,,,,,,,,,M000297,,,,,,407312,,,,6123,Joseph A. McArdle -McIntyre,John,Joseph,,,,1904-12-17,M,rep,WY,0,,Democrat,,,,,,,,,,M000484,,,,,,407480,,,,6281,John J. McIntyre (politician) -McKeough,Raymond,Stephen,,,,1888-04-29,M,rep,IL,2,,Democrat,,,,,,,,,,M000510,,,,,,407504,,,,6303,Raymond S. McKeough -McLaughlin,Charles,Francis,,,,1887-06-19,M,rep,NE,2,,Democrat,,,,,,,,,,M000538,,,,,,407530,,,,6326,Charles F. McLaughlin -Mead,James,Michael,,,,1885-12-27,M,sen,NY,,1,Democrat,,,,,,,,,,M000615,,,,,,407604,,,,6394,James M. Mead -Meyer,John,Ambrose,,,,1899-05-15,M,rep,MD,4,,Democrat,,,,,,,,,,M000681,,,,,,407666,,,,6450,John Ambrose Meyer -Mills,Newt,Virgus,,,,1899-09-27,M,rep,LA,5,,Democrat,,,,,,,,,,M000775,,,,,,407753,,,,6529,Newt V. Mills -Mitchell,Arthur,Wergs,,,,1883-12-22,M,rep,IL,1,,Democrat,,,,,,,,,,M000805,,,,,,407781,,,,6554,Arthur Wergs Mitchell -Moser,Guy,Louis,,,,1886-01-23,M,rep,PA,14,,Democrat,,,,,,,,,,M001026,,,,,,407993,,,,6748,Guy L. Moser -Murdock,Orrice,Abram,Jr.,Abe,,1893-07-18,M,sen,UT,,1,Democrat,,,,,,,,,,M001082,,,,,,408047,,,,6800,Orrice Abram Murdock Jr. -Narey,Harry,Elsworth,,,,1885-05-15,M,rep,IA,9,,Republican,,,,,,,,,,N000006,,,,,,408100,,,,6842,Harry E. Narey -Nelson,William,Lester,,,,1875-08-04,M,rep,MO,2,,Democrat,,,,,,,,,,N000046,,,,,,408136,,,,6876,William L. Nelson -O’Day,Caroline,Love Goodwin,,,,1875-06-22,F,rep,NY,0,,Democrat,,,,,,,,,,O000033,,,,,,408282,,,,7022,Caroline Love Goodwin O'Day -Paddock,George,Arthur,,,,1885-03-24,M,rep,IL,10,,Republican,,,,,,,,,,P000011,,,,,,408422,,,,7149,George A. Paddock -Peace,Roger,Craft,,,,1899-05-19,M,sen,SC,,2,Democrat,,,,,,,,,,P000159,,,,,,408563,,,,7279,Roger C. Peace -Pearson,Herron,Carney,,,,1890-07-31,M,rep,TN,7,,Democrat,,,,,,,,,,P000165,,,,,,408570,,,,7286,Herron C. Pearson -Pheiffer,William,Townsend,,,,1898-07-15,M,rep,NY,16,,Republican,,,,,,,,,,P000288,,,,,,408688,,,,7393,William T. Pheiffer -Pierce,Walter,Marcus,,,,1861-05-30,M,rep,OR,2,,Democrat,,,,,,,,,,P000339,,,,,,408736,,,,7441,Walter M. Pierce -Plauché,Vance,Gabriel,,,,1897-08-25,M,rep,LA,7,,Democrat,,,,,,,,,,P000385,,,,,,408779,,,,7485,Vance Plauché -Radcliffe,George,Lovic Pierce,,,,1877-08-22,M,sen,MD,,1,Democrat,,,,,,,,,,R000006,,,,,,408989,,,,7685,George L. P. Radcliffe -Rankin,Jeannette,,,,,1880-06-11,F,rep,MT,1,,Republican,,,,,,,,,,R000055,,,,,,409035,,,,7730,Jeannette Rankin -Rockefeller,Lewis,Kirby,,,,1875-11-25,M,rep,NY,27,,Republican,,,,,,,,,,R000362,,,,,,409332,,,,7999,Lewis K. Rockefeller -Rogers,Will,,,,,1898-12-12,M,rep,OK,0,,Democrat,,,,,,,,,,R000405,,,,,,409372,,,,8036,Will Rogers (Oklahoma politician) -Romjue,Milton,Andrew,,,,1874-12-05,M,rep,MO,1,,Democrat,,,,,,,,,,R000418,,,,,,409383,,,,8047,Milton A. Romjue -Rosier,Joseph,,,,,1870-01-24,M,sen,WV,,2,Democrat,,,,,,,,,,R000443,,,,,,409407,,,,8065,Joseph Rosier -Rutherford,Albert,Greig,,,,1879-01-03,M,rep,PA,15,,Republican,,,,,,,,,,R000546,,,,,,409502,,,,8146,Albert G. Rutherford -Sacks,Leon,,,,,1902-10-07,M,rep,PA,1,,Democrat,,,,,,,,,,S000008,,,,,,409528,,,,8169,Leon Sacks -Sanders,Jared,Young,Jr.,,,1892-04-20,M,rep,LA,6,,Democrat,,,,,,,,,,S000036,,,,,,409553,,,,8198,Jared Y. Sanders Jr. -Schaefer,Edwin,Martin,,,,1887-05-14,M,rep,IL,22,,Democrat,,,,,,,,,,S000110,,,,,,409619,,,,8252,Edwin M. Schaefer -Schulte,William,Theodore,,,,1890-08-19,M,rep,IN,1,,Democrat,,,,,,,,,,S000145,,,,,,409653,,,,8275,William T. Schulte -Schwert,Pius,Louis,,,,1892-11-22,M,rep,NY,42,,Democrat,,,,,,,,,,S000162,,,,,,409669,,,,8289,Pius L. Schwert -Shanley,James,Andrew,,,,1896-04-01,M,rep,CT,3,,Democrat,,,,,,,,,,S000285,,,,,,409784,,,,8399,James A. Shanley -Shannon,Joseph,Bernard,,,,1867-03-17,M,rep,MO,5,,Democrat,,,,,,,,,,S000287,,,,,,409786,,,,8400,Joe Shannon -Shipstead,Henrik,,,,,1881-01-08,M,sen,MN,,1,Republican,,,,,,,,,,S000369,,,,,,409863,,,,8476,Henrik Shipstead -Simpson,Kenneth,Farrand,,,,1895-05-04,M,rep,NY,17,,Republican,,,,,,,,,,S000433,,,,,,409927,,,,8530,Kenneth F. Simpson -Smith,Francis,Raphael,,,,1911-09-25,M,rep,PA,5,,Democrat,,,,,,,,,,S000532,,,,,,410015,,,,8615,Francis R. Smith -Smith,John,Joseph,,,,1904-01-25,M,rep,CT,5,,Democrat,,,,,,,,,,S000572,,,,,,410054,,,,8653,J. Joseph Smith -Smith,Martin,Fernard,,,,1891-05-28,M,rep,WA,3,,Democrat,,,,,,,,,,S000591,,,,,,410071,,,,8667,Martin F. Smith -South,Charles,Lacy,,,,1892-07-22,M,rep,TX,21,,Democrat,,,,,,,,,,S000683,,,,,,410154,,,,8746,Charles L. South -Spencer,George,Lloyd,,,,1893-03-27,M,sen,AR,,2,Democrat,,,,,,,,,,S000724,,,,,,410193,,,,8784,G. Lloyd Spencer -Sutphin,William,Halstead,,,,1887-08-30,M,rep,NJ,3,,Democrat,,,,,,,,,,S001086,,,,,,410539,,,,9098,William H. Sutphin -Sweeney,Martin,Leonard,,,,1885-04-15,M,rep,OH,20,,Democrat,,,,,,,,,,S001102,,,,,,410554,,,,9113,Martin L. Sweeney -Taylor,Edward,Thomas,,,,1858-06-19,M,rep,CO,4,,Democrat,,,,,,,,,,T000072,,,,,,410657,,,,9205,Edward T. Taylor -Tenerowicz,Rudolph,Gabriel,,,,1890-06-14,M,rep,MI,1,,Democrat,,,,,,,,,,T000124,,,,,,410708,,,,9253,Rudolph G. Tenerowicz -Terry,David,Dickson,,,,1881-01-31,M,rep,AR,5,,Democrat,,,,,,,,,,T000133,,,,,,410715,,,,9262,David D. Terry -Thill,Lewis,Dominic,,,,1903-10-18,M,rep,WI,5,,Republican,,,,,,,,,,T000153,,,,,,410735,,,,9281,Lewis D. Thill -Tinkham,George,Holden,,,,1870-10-29,M,rep,MA,10,,Republican,,,,,,,,,,T000283,,,,,,410856,,,,9395,George H. Tinkham -Tunnell,James,Miller,,,,1879-08-02,M,sen,DE,,1,Democrat,,,,,,,,,,T000409,,,,,,410978,,,,9506,James M. Tunnell -Vreeland,Albert,Lincoln,,,,1901-07-02,M,rep,NJ,11,,Republican,,,,,,,,,,V000121,,,,,,411175,,,,9690,Albert L. Vreeland -Walsh,David,Ignatius,,,,1872-11-11,M,sen,MA,,1,Democrat,,,,,,,,,,W000097,,,,,,411276,,,,9782,David I. Walsh -Wheeler,Burton,Kendall,,,,1882-02-27,M,sen,MT,,1,Democrat,,,,,,,,,,W000330,,,,,,411492,,,,9984,Burton K. Wheeler -Williams,Clyde,,,,,1873-10-13,M,rep,MO,8,,Democrat,,,,,,,,,,W000494,,,,,,411651,,,,10139,Clyde Williams (Missouri politician) -Willis,Raymond,Eugene,,,,1875-08-11,M,sen,IN,,1,Republican,,,,,,,,,,W000563,,,,,,411719,,,,10205,Raymond E. Willis -Youngdahl,Oscar,Ferdinand,,,,1893-10-13,M,rep,MN,5,,Republican,,,,,,,,,,Y000059,,,,,,411991,,,,10460,Oscar Youngdahl -Nelson,Arthur,Emanuel,,,,1892-05-10,M,sen,MN,,2,Republican,,,,,,,,,,N000030,,,,,,408121,,,,6862,Arthur E. Nelson -Scrugham,James,Graves,,,,1880-01-19,M,sen,NV,,1,Democrat,,,,,,,,,,S000196,,,,,,409701,,,,8320,James G. Scrugham -Shott,Hugh,Ike,,,,1866-09-03,M,sen,WV,,2,Republican,,,,,,,,,,S000381,,,,,,409875,,,,8488,Hugh Ike Shott -Bailey,Josiah,William,,,,1873-09-14,M,sen,NC,,2,Democrat,,,,,,,,,,B000046,,,,,,401051,,,,349,Josiah Bailey -Ball,Joseph,Hurst,,,,1905-11-03,M,sen,MN,,2,Republican,,,,,,,,,,B000099,,,,,,401101,,,,394,Joseph H. Ball -Bankhead,John,Hollis,II,,,1872-07-08,M,sen,AL,,2,Democrat,,,,,,,,,,B000111,,,,,,401112,,,,404,John H. Bankhead II -Brooks,Charles,Wayland,,,,1897-03-08,M,sen,IL,,2,Republican,,,,,,,,,,B000874,,,,,,401831,,,,1071,Charles W. Brooks -Buck,Clayton,Douglass,,,,1890-03-21,M,sen,DE,,2,Republican,,,,,,,,,,B001013,,,,,,401963,,,,1194,C. Douglass Buck -Burchill,Thomas,Francis,,,,1882-08-03,M,rep,NY,15,,Democrat,,,,,,,,,,B001072,,,,,,402018,,,,1248,Thomas F. Burchill -Bushfield,Harlan,John,,,,1882-08-06,M,sen,SD,,2,Republican,,,,,,,,,,B001168,,,,,,402110,,,,1330,Harlan J. Bushfield -Capozzoli,Louis,Joseph,,,,1901-03-06,M,rep,NY,13,,Democrat,,,,,,,,,,C000132,,,,,,402282,,,,1493,Louis Capozzoli -Capper,Arthur,,,,,1865-07-14,M,sen,KS,,2,Republican,,,,,,,,,,C000133,,,,,,402283,,,,1494,Arthur Capper -Carrier,Chester,Otto,,,,1897-05-05,M,rep,KY,4,,Republican,,,,,,,,,,C000181,,,,,,402328,,,,1532,Chester O. Carrier -Carter,Albert,Edward,,,,1881-07-05,M,rep,CA,6,,Republican,,,,,,,,,,C000195,,,,,,402341,,,,1545,Albert E. Carter -Chandler,Albert,Benjamin,,Happy,,1898-07-14,M,sen,KY,,2,Democrat,,,,,,,,,,C000290,,,,,,402432,,,,1634,Happy Chandler -Compton,C.,H. Ranulf,,,,1878-09-16,M,rep,CT,3,,Republican,,,,,,,,,,C000661,,,,,,402788,,,,1966,Ranulf Compton -Costello,John,Martin,,,,1903-01-15,M,rep,CA,15,,Democrat,,,,,,,,,,C000795,,,,,,402914,,,,2081,John M. Costello -Creal,Edward,Wester,,,,1883-11-20,M,rep,KY,4,,Democrat,,,,,,,,,,C000898,,,,,,403010,,,,2168,Edward W. Creal -Culkin,Francis,Dugan,,,,1874-11-10,M,rep,NY,32,,Republican,,,,,,,,,,C000968,,,,,,403079,,,,2234,Francis D. Culkin -Cullen,Thomas,Henry,,,,1868-03-29,M,rep,NY,4,,Democrat,,,,,,,,,,C000970,,,,,,403081,,,,2236,Thomas H. Cullen -Day,Stephen,Albion,,,,1882-07-13,M,rep,IL,0,,Republican,,,,,,,,,,D000160,,,,,,403292,,,,2435,Stephen A. Day -Dewey,Charles,Schuveldt,,,,1880-11-10,M,rep,IL,9,,Republican,,,,,,,,,,D000292,,,,,,403417,,,,2541,Charles S. Dewey -Dilweg,LaVern,Ralph,,,,1903-11-01,M,rep,WI,8,,Democrat,,,,,,,,,,D000349,,,,,,403467,,,,2599,LaVern Dilweg -Dimond,Anthony,Joseph,,,,1881-11-30,M,rep,AK,0,,Democrat,,,,,,,,,,D000353,,,,,,403471,,,,,Anthony Dimond -Disney,Wesley,Ernest,,,,1883-10-31,M,rep,OK,1,,Democrat,,,,,,,,,,D000362,,,,,,403479,,,,2611,Wesley E. Disney -Ditter,John,William,,,,1888-09-05,M,rep,PA,17,,Republican,,,,,,,,,,D000363,,,,,,403480,,,,2612,J. William Ditter -Douglas,Fred,James,,,,1869-09-14,M,rep,NY,33,,Republican,,,,,,,,,,D000453,,,,,,403563,,,,2688,Fred J. Douglas -Elizalde,Joaquin,Miguel,,,,1896-08-02,M,rep,PI,0,,,,,,,,,,,,E000108,,,,,,403799,,,,,Joaquín Miguel Elizalde -Ellison,Daniel,,,,,1886-02-14,M,rep,MD,4,,Republican,,,,,,,,,,E000141,,,,,,403832,,,,2930,Daniel Ellison -Elmer,William,Price,,,,1871-03-02,M,rep,MO,8,,Republican,,,,,,,,,,E000157,,,,,,403848,,,,2945,William P. Elmer -Englebright,Harry,Lane,,,,1884-01-02,M,rep,CA,2,,Republican,,,,,,,,,,E000182,,,,,,403871,,,,2966,Harry Lane Englebright -Fay,James,Herbert,,,,1899-04-29,M,rep,NY,16,,Democrat,,,,,,,,,,F000051,,,,,,404011,,,,3085,James H. Fay -Fish,Hamilton,,,,,1888-12-07,M,rep,NY,26,,Republican,,,,,,,,,,F000142,,,,,,404096,,,,3162,Hamilton Fish III -Fitzpatrick,James,Martin,,,,1869-06-27,M,rep,NY,24,,Democrat,,,,,,,,,,F000175,,,,,,404130,,,,3193,James M. Fitzpatrick -Ford,Thomas,Francis,,,,1873-02-18,M,rep,CA,14,,Democrat,,,,,,,,,,F000267,,,,,,404218,,,,3273,Thomas F. Ford -Fulmer,Hampton,Pitts,,,,1875-06-23,M,rep,SC,2,,Democrat,,,,,,,,,,F000417,,,,,,404359,,,,3404,Hampton P. Fulmer -Fulmer,Willa,Lybrand,,,,1884-02-03,F,rep,SC,2,,Democrat,,,,,,,,,,F000418,,,,,,404360,,,,3405,Willa L. Fulmer -Furlong,Robert,Grant,,,,1886-01-04,M,rep,PA,25,,Democrat,,,,,,,,,,F000432,,,,,,404373,,,,3416,Grant Furlong -Gale,Richard,Pillsbury,,,,1900-10-30,M,rep,MN,3,,Republican,,,,,,,,,,G000014,,,,,,404391,,,,3432,Richard Pillsbury Gale -Gavagan,Joseph,Andrew,,,,1892-08-20,M,rep,NY,21,,Democrat,,,,,,,,,,G000101,,,,,,404473,,,,3509,Joseph A. Gavagan -Gilchrist,Fred,Cramer,,,,1868-06-02,M,rep,IA,6,,Republican,,,,,,,,,,G000181,,,,,,404546,,,,3580,Fred C. Gilchrist -Glass,Carter,,,,,1858-01-04,M,sen,VA,,2,Democrat,,,,,,,,,,G000232,,,,,,404594,,,,3625,Carter Glass -Green,Robert,Alexis,,Lex,,1892-02-10,M,rep,FL,-1,,Democrat,,,,,,,,,,G000415,,,,,,404763,,,,3781,Robert A. Green -Guyer,Ulysses,Samuel,,,,1868-12-13,M,rep,KS,2,,Republican,,,,,,,,,,G000538,,,,,,404881,,,,3885,Ulysses Samuel Guyer -Harris,Winder,Russell,,,,1888-12-03,M,rep,VA,2,,Democrat,,,,,,,,,,H000260,,,,,,405137,,,,4121,Winder R. Harris -Hatch,Carl,Atwood,,,,1889-11-27,M,sen,NM,,2,Democrat,,,,,,,,,,H000334,,,,,,405204,,,,4184,Carl Hatch -Hawkes,Albert,Wahl,,,,1878-11-20,M,sen,NJ,,2,Republican,,,,,,,,,,H000365,,,,,,405234,,,,4210,Albert W. Hawkes -Jeffrey,Harry,Palmer,,,,1901-12-26,M,rep,OH,3,,Republican,,,,,,,,,,J000073,,,,,,405976,,,,4905,Harry P. Jeffrey -Johnson,Calvin,Dean,,,,1898-11-22,M,rep,IL,22,,Republican,,,,,,,,,,J000121,,,,,,406021,,,,4944,Calvin D. Johnson -Johnson,William,Ward,,,,1892-03-09,M,rep,CA,18,,Republican,,,,,,,,,,J000183,,,,,,406078,,,,4999,William Ward Johnson -Kennedy,Martin,John,,,,1892-08-29,M,rep,NY,18,,Democrat,,,,,,,,,,K000111,,,,,,406278,,,,5183,Martin J. Kennedy -Kleberg,Richard,Mifflin,Sr.,,,1887-11-18,M,rep,TX,14,,Democrat,,,,,,,,,,K000257,,,,,,406416,,,,5314,Richard M. Kleberg -Lambertson,William,Purnell,,,,1880-03-23,M,rep,KS,1,,Republican,,,,,,,,,,L000037,,,,,,406547,,,,5422,William P. Lambertson -Lewis,Lawrence,,,,,1879-06-22,M,rep,CO,1,,Democrat,,,,,,,,,,L000291,,,,,,406788,,,,5647,Lawrence Lewis (politician) -Maas,Melvin,Joseph,,,,1898-05-14,M,rep,MN,4,,Republican,,,,,,,,,,M000001,,,,,,407031,,,,5869,Melvin Maas -McCord,Jim,Nance,,,,1879-03-17,M,rep,TN,5,,Democrat,,,,,,,,,,M000360,,,,,,407365,,,,6173,Jim Nance McCord -McGranery,James,Patrick,,,,1895-07-08,M,rep,PA,2,,Democrat,,,,,,,,,,M000454,,,,,,407453,,,,6258,James P. McGranery -McLean,Donald,Holman,,,,1884-03-18,M,rep,NJ,6,,Republican,,,,,,,,,,M000545,,,,,,407537,,,,6333,Donald H. McLean -McMurray,Howard,Johnstone,,,,1901-03-03,M,rep,WI,5,,Democrat,,,,,,,,,,M000579,,,,,,407570,,,,6363,Howard J. McMurray -McNary,Charles,Linza,,,,1874-06-12,M,sen,OR,,2,Republican,,,,,,,,,,M000583,,,,,,407574,,,,6367,Charles L. McNary -McWilliams,John,Dacher,,,,1891-07-23,M,rep,CT,2,,Republican,,,,,,,,,,M000611,,,,,,407600,,,,6390,John D. McWilliams -Merritt,Matthew,Joseph,,,,1895-04-02,M,rep,NY,0,,Democrat,,,,,,,,,,M000661,,,,,,407647,,,,6434,Matthew J. Merritt -Miller,Louis,Ebenezer,,,,1899-04-30,M,rep,MO,11,,Republican,,,,,,,,,,M000745,,,,,,407724,,,,6499,Louis E. Miller -Miller,Thomas,Byron,,,,1896-08-11,M,rep,PA,12,,Republican,,,,,,,,,,M000756,,,,,,407734,,,,6510,Thomas B. Miller -Monkiewicz,Boleslaus,Joseph,,,,1898-08-08,M,rep,CT,0,,Republican,,,,,,,,,,M000855,,,,,,407828,,,,6593,B. J. Monkiewicz -Moore,Edward,Hall,,,,1871-11-19,M,sen,OK,,2,Republican,,,,,,,,,,M000895,,,,,,407867,,,,6629,Edward H. Moore -Morrison,Cameron,A.,,,,1869-10-05,M,rep,NC,10,,Democrat,,,,,,,,,,M000993,,,,,,407961,,,,6719,Cameron A. Morrison -Mruk,Joseph,,,,,1903-11-06,M,rep,NY,41,,Republican,,,,,,,,,,M001058,,,,,,408024,,,,6776,Joseph Mruk -Newsome,John,Parks,,,,1893-02-13,M,rep,AL,9,,Democrat,,,,,,,,,,N000073,,,,,,408160,,,,6901,John P. Newsome -Nichols,John,Conover,,,,1896-08-31,M,rep,OK,2,,Democrat,,,,,,,,,,N000092,,,,,,408177,,,,6919,John Conover Nichols -O’Brien,Joseph,John,,,,1897-10-09,M,rep,NY,38,,Republican,,,,,,,,,,O000014,,,,,,408265,,,,7002,Joseph J. O'Brien -O’Daniel,Wilbert,Lee,,Pappy,,1890-03-11,M,sen,TX,,2,Democrat,,,,,,,,,,O000034,,,,,,408281,,,,7021,W. Lee O'Daniel -O’Leary,James,Aloysius,,,,1889-04-23,M,rep,NY,11,,Democrat,,,,,,,,,,O000065,,,,,,408294,,,,7053,James A. O'Leary -Pagán,Bolívar,,,,,1897-05-16,M,rep,PR,0,,Coalitionist,,,,,,,,,,P000013,,,,,,408424,,,,,Bolívar Pagán -Patton,Nat,,,,,1881-02-26,M,rep,TX,7,,Democrat,,,,,,,,,,P000142,,,,,,408548,,,,7266,Nat Patton -Pracht,Charles,Frederick,,,,1880-10-20,M,rep,PA,5,,Republican,,,,,,,,,,P000494,,,,,,408879,,,,7584,C. Frederick Pracht -Pratt,Joseph,Marmaduke,,,,1891-09-04,M,rep,PA,2,,Republican,,,,,,,,,,P000503,,,,,,408888,,,,7593,Joseph Marmaduke Pratt -Robertson,Edward,Vivian,,,,1881-05-27,M,sen,WY,,2,Republican,,,,,,,,,,R000320,,,,,,409291,,,,7960,Edward V. Robertson -Rogers,William,Vann,Jr.,,,1911-10-20,M,rep,CA,16,,Democrat,,,,,,,,,,R000406,,,,,,409375,,,,8037,Will Rogers Jr. -Rolph,Thomas,,,,,1885-01-17,M,rep,CA,4,,Republican,,,,,,,,,,R000413,,,,,,409379,,,,8043,Thomas Rolph -Rowe,Edmund,,,,,1892-12-21,M,rep,OH,14,,Republican,,,,,,,,,,R000475,,,,,,409436,,,,8091,Edmund Rowe -Sauthoff,Harry,,,,,1879-06-03,M,rep,WI,2,,Progressive,,,,,,,,,,S000079,,,,,,409591,,,,8229,Harry Sauthoff -Scanlon,Thomas,Edward,,,,1896-09-18,M,rep,PA,16,,Democrat,,,,,,,,,,S000105,,,,,,409615,,,,8250,Thomas E. Scanlon -Schiffler,Andrew,Charles,,,,1889-08-10,M,rep,WV,1,,Republican,,,,,,,,,,S000126,,,,,,409634,,,,8263,A. C. Schiffler -Schuetz,Leonard,William,,,,1887-11-16,M,rep,IL,7,,Democrat,,,,,,,,,,S000144,,,,,,409652,,,,8274,Leonard W. Schuetz -Smith,Joseph,Luther,,,,1880-05-22,M,rep,WV,6,,Democrat,,,,,,,,,,S000580,,,,,,410061,,,,8660,Joe L. Smith -Stanley,Winifred,Claire,,,,1909-08-14,F,rep,NY,0,,Republican,,,,,,,,,,S000798,,,,,,410264,,,,8840,Winifred C. Stanley -Starnes,Joe,,,,,1895-03-31,M,rep,AL,5,,Democrat,,,,,,,,,,S000816,,,,,,410281,,,,8855,Joe Starnes -Steagall,Henry,Bascom,,,,1873-05-19,M,rep,AL,3,,Democrat,,,,,,,,,,S000820,,,,,,410285,,,,8858,Henry B. Steagall -Stearns,Foster,Waterman,,,,1881-07-29,M,rep,NH,2,,Republican,,,,,,,,,,S000823,,,,,,410287,,,,8860,Foster Waterman Stearns -Stewart,Arthur,Thomas,,,,1892-01-11,M,sen,TN,,2,Democrat,,,,,,,,,,S000901,,,,,,410362,,,,8929,Tom Stewart -Sullivan,Maurice,Joseph,,,,1884-12-07,M,rep,NV,0,,Democrat,,,,,,,,,,S001058,,,,,,410512,,,,9073,Maurice J. Sullivan -Thomas,John,,,,,1874-01-04,M,sen,ID,,2,Republican,,,,,,,,,,T000172,,,,,,410753,,,,9298,John W. Thomas -Treadway,Allen,Towner,,,,1867-09-16,M,rep,MA,1,,Republican,,,,,,,,,,T000358,,,,,,410928,,,,9460,Allen T. Treadway -Troutman,William,Irvin,,,,1905-01-13,M,rep,PA,0,,Republican,,,,,,,,,,T000384,,,,,,410953,,,,9484,William I. Troutman -Vincent,Beverly,Mills,,,,1890-03-28,M,rep,KY,2,,Democrat,,,,,,,,,,V000100,,,,,,411155,,,,9672,Beverly M. Vincent -Walsh,Arthur,,,,,1896-02-26,M,sen,NJ,,1,Democrat,,,,,,,,,,W000096,,,,,,411275,,,,9781,Arthur Walsh (senator) -Ward,David,Jenkins,,,,1871-09-17,M,rep,MD,1,,Democrat,,,,,,,,,,W000130,,,,,,411305,,,,9811,David Jenkins Ward -Wene,Elmer,H.,,,,1892-05-01,M,rep,NJ,2,,Democrat,,,,,,,,,,W000294,,,,,,411458,,,,9952,Elmer H. Wene -Wheat,William,Howard,,,,1879-02-19,M,rep,IL,19,,Republican,,,,,,,,,,W000327,,,,,,411489,,,,9981,William H. Wheat -Whelchel,Benjamin,Frank,,,,1895-12-16,M,rep,GA,9,,Democrat,,,,,,,,,,W000343,,,,,,411505,,,,9997,B. Frank Whelchel -White,Wallace,Humphrey,Jr.,,,1877-08-06,M,sen,ME,,2,Republican,,,,,,,,,,W000396,,,,,,411556,,,,10047,Wallace H. White Jr. -Willey,Earle,Dukes,,,,1889-07-21,M,rep,DE,0,,Republican,,,,,,,,,,W000483,,,,,,411640,,,,10128,Earle D. Willey -Wilson,George,Allison,,,,1884-04-01,M,sen,IA,,2,Republican,,,,,,,,,,W000581,,,,,,411736,,,,10221,George A. Wilson -Wright,James,Assion,,,,1902-08-11,M,rep,PA,32,,Democrat,,,,,,,,,,W000762,,,,,,411911,,,,10390,James A. Wright -Hall,Wilton,Earle,,,,1901-03-11,M,sen,SC,,3,Democrat,,,,,,,,,,H000080,,,,,,404963,,,,3962,Wilton E. Hall -Jackson,Samuel,Dillon,,,,1895-05-28,M,sen,IN,,3,Democrat,,,,,,,,,,J000026,,,,,,405932,,,,4863,Samuel D. Jackson -Weeks,Sinclair,,,,,1893-06-15,M,sen,MA,,2,Republican,,,,,,,,,,W000248,,,,,,411416,,,,9913,Sinclair Weeks -Adams,Sherman,,,,,1899-01-08,M,rep,NH,2,,Republican,,,,,,,,,,A000046,,,,,,400707,,,,39,Sherman Adams -Baldwin,Harry,Streett,,,,1894-08-21,M,rep,MD,2,,Democrat,,,,,,,,,,B000086,,,,,,401088,,,,381,Harry Streett Baldwin -Baldwin,Joseph,Clark,,,,1897-01-11,M,rep,NY,17,,Republican,,,,,,,,,,B000093,,,,,,401095,,,,388,Joseph C. Baldwin -Barry,William,Bernard,,,,1902-07-21,M,rep,NY,4,,Democrat,,,,,,,,,,B000191,,,,,,401190,,,,477,William Bernard Barry -Bennet,Augustus,Witschief,,,,1897-10-07,M,rep,NY,29,,Republican,,,,,,,,,,B000367,,,,,,401359,,,,629,Augustus W. Bennet -Boren,Lyle,H.,,,,1909-05-11,M,rep,OK,4,,Democrat,,,,,,,,,,B000640,,,,,,401605,,,,863,Lyle Boren -Bradley,Michael,Joseph,,,,1897-05-24,M,rep,PA,3,,Democrat,,,,,,,,,,B000743,,,,,,401702,,,,954,Michael J. Bradley -Briggs,Frank,Parks,,,,1894-02-25,M,sen,MO,,1,Democrat,,,,,,,,,,B000828,,,,,,401785,,,,1031,Frank P. Briggs -Brumbaugh,David,Emmert,,,,1894-10-08,M,rep,PA,22,,Republican,,,,,,,,,,B000976,,,,,,401928,,,,1161,D. Emmert Brumbaugh -Bunker,Berkeley,Lloyd,,,,1906-08-12,M,rep,NV,0,,Democrat,,,,,,,,,,B001061,,,,,,402008,,,,1239,Berkeley L. Bunker -Burgin,William,Olin,,,,1877-07-28,M,rep,NC,8,,Democrat,,,,,,,,,,B001084,,,,,,402030,,,,1258,William O. Burgin -Campbell,Howard,Edmond,,,,1890-01-04,M,rep,PA,29,,Republican,,,,,,,,,,C000085,,,,,,402241,,,,1450,Howard E. Campbell -Cannon,Arthur,Patrick,,Pat,,1904-05-22,M,rep,FL,4,,Democrat,,,,,,,,,,C000115,,,,,,402267,,,,1478,Pat Cannon -Carville,Edward,Peter,,,,1885-05-14,M,sen,NV,,1,Democrat,,,,,,,,,,C000211,,,,,,402357,,,,1560,Edward P. Carville -Cochran,John,Joseph,,,,1880-08-11,M,rep,MO,13,,Democrat,,,,,,,,,,C000565,,,,,,402695,,,,1882,John J. Cochran -Coffee,John,Main,,,,1897-01-23,M,rep,WA,6,,Democrat,,,,,,,,,,C000584,,,,,,402713,,,,1899,John M. Coffee -Curley,James,Michael,,,,1874-11-20,M,rep,MA,11,,Democrat,,,,,,,,,,C000996,,,,,,403103,,,,2258,James Michael Curley -Daughton,Ralph,Hunter,,,,1885-09-23,M,rep,VA,2,,Democrat,,,,,,,,,,D000067,,,,,,403205,,,,2349,Ralph Hunter Daughton -De Lacy,Emerson,Hugh,,,,1910-05-09,M,rep,WA,1,,Democrat,,,,,,,,,,D000206,,,,,,403311,,,,2473,Hugh De Lacy (politician) -Dickstein,Samuel,,,,,1885-02-05,M,rep,NY,19,,Democrat,,,,,,,,,,D000335,,,,,,403453,,,,2585,Samuel Dickstein (congressman) -Donnell,Forrest,C.,,,,1884-08-20,M,sen,MO,,3,Republican,,,,,,,,,,D000414,,,,,,403527,,,,2656,Forrest C. Donnell -Douglas,Emily,Taft,,,,1899-04-10,F,rep,IL,0,,Democrat,,,,,,,,,,D000452,,,,,,403562,,,,2687,Emily Taft Douglas -Downey,Sheridan,,,,,1884-03-11,M,sen,CA,,3,Democrat,,,,,,,,,,D000469,,,,,,403579,,,,2702,Sheridan Downey -Earthman,Harold,Henderson,,,,1900-04-13,M,rep,TN,5,,Democrat,,,,,,,,,,E000016,,,,,,403712,,,,2821,Harold Earthman -Ervin,Joseph,Wilson,,,,1901-03-03,M,rep,NC,10,,Democrat,,,,,,,,,,E000210,,,,,,403897,,,,2986,Joseph Wilson Ervin -Gallagher,William,James,,,,1875-05-13,M,rep,MN,3,,Democrat,,,,,,,,,,G000019,,,,,,404396,,,,3436,William Gallagher (politician) -Gardner,Edward,Joseph,,,,1898-08-07,M,rep,OH,3,,Democrat,,,,,,,,,,G000051,,,,,,404425,,,,3464,Edward Joseph Gardner -Geelan,James,Patrick,,,,1901-08-11,M,rep,CT,3,,Democrat,,,,,,,,,,G000117,,,,,,404489,,,,3524,James P. Geelan -Gibson,John,Strickland,,,,1893-01-03,M,rep,GA,8,,Democrat,,,,,,,,,,G000163,,,,,,404530,,,,3563,John S. Gibson -Gillespie,Dean,Milton,,,,1884-05-03,M,rep,CO,1,,Republican,,,,,,,,,,G000194,,,,,,404559,,,,3592,Dean M. Gillespie -Gossett,Charles,Clinton,,,,1888-09-02,M,sen,ID,,2,Democrat,,,,,,,,,,G000337,,,,,,404693,,,,3718,Charles C. Gossett -Gurney,John,Chandler,,Chan,,1896-05-21,M,sen,SD,,3,Republican,,,,,,,,,,G000532,,,,,,404877,,,,3882,John Chandler Gurney -Hancock,Clarence,Eugene,,,,1885-02-13,M,rep,NY,36,,Republican,,,,,,,,,,H000146,,,,,,405028,,,,4024,Clarence E. Hancock -Hare,Butler,Black,,,,1875-11-25,M,rep,SC,3,,Democrat,,,,,,,,,,H000200,,,,,,405080,,,,4067,Butler B. Hare -Hart,Thomas,Charles,,,,1877-06-12,M,sen,CT,,1,Republican,,,,,,,,,,H000293,,,,,,405166,,,,4150,Thomas C. Hart -Healy,Ned,Romeyn,,,,1905-08-09,M,rep,CA,13,,Democrat,,,,,,,,,,H000426,,,,,,405292,,,,4264,Ned R. Healy -Heidinger,James,Vandaveer,,,,1882-07-17,M,rep,IL,24,,Republican,,,,,,,,,,H000450,,,,,,405315,,,,4282,James V. Heidinger -Henry,Robert,Kirkland,,,,1890-02-09,M,rep,WI,2,,Republican,,,,,,,,,,H000515,,,,,,405378,,,,4340,Robert Kirkland Henry -Hoch,Daniel,Knabb,,,,1866-01-31,M,rep,PA,13,,Democrat,,,,,,,,,,H000668,,,,,,405522,,,,4475,Daniel K. Hoch -Hoffman,Carl,Henry,,,,1896-08-12,M,rep,PA,23,,Republican,,,,,,,,,,H000682,,,,,,405535,,,,4486,Carl Henry Hoffman -Holmes,Pehr,Gustaf,,,,1881-04-09,M,rep,MA,4,,Republican,,,,,,,,,,H000741,,,,,,405592,,,,4538,Pehr G. Holmes -Hook,Frank,Eugene,,,,1893-05-26,M,rep,MI,12,,Democrat,,,,,,,,,,H000757,,,,,,405608,,,,4552,Frank Eugene Hook -Huffman,James,Wylie,,,,1894-09-13,M,sen,OH,,1,Democrat,,,,,,,,,,H000913,,,,,,405759,,,,4692,James W. Huffman -Izac,Edouard,Victor Michel,,,,1891-12-18,M,rep,CA,23,,Democrat,,,,,,,,,,I000052,,,,,,405907,,,,4836,Edouard Izac -Johnson,Jed,Joseph,,,,1888-07-31,M,rep,OK,6,,Democrat,,,,,,,,,,J000150,,,,,,406048,,,,4970,Jed Johnson (Oklahoma politician) -Johnson,Luther,Alexander,,,,1875-10-29,M,rep,TX,6,,Democrat,,,,,,,,,,J000159,,,,,,406057,,,,4978,Luther Alexander Johnson -Kelly,Edward,Austin,,,,1892-04-03,M,rep,IL,3,,Democrat,,,,,,,,,,K000071,,,,,,406241,,,,5149,Edward A. Kelly -Kinzer,John,Roland,,,,1874-03-28,M,rep,PA,9,,Republican,,,,,,,,,,K000231,,,,,,406390,,,,5288,J. Roland Kinzer -Kopplemann,Herman,Paul,,,,1880-05-01,M,rep,CT,1,,Democrat,,,,,,,,,,K000315,,,,,,406469,,,,5359,Herman P. Kopplemann -La Follette,Charles,Marion,,,,1898-02-27,M,rep,IN,8,,Republican,,,,,,,,,,L000003,,,,,,406513,,,,5400,Charles M. La Follette -Lanham,Fritz,Garland,,,,1880-01-03,M,rep,TX,12,,Democrat,,,,,,,,,,L000076,,,,,,406585,,,,5458,Fritz G. Lanham -Link,William,Walter,,,,1884-02-12,M,rep,IL,7,,Democrat,,,,,,,,,,L000334,,,,,,406827,,,,5685,William W. Link -Lucas,Scott,Wike,,,,1892-02-19,M,sen,IL,,3,Democrat,,,,,,,,,,L000493,,,,,,406980,,,,5823,Scott W. Lucas -Luce,Clare,Boothe,,,,1903-03-10,F,rep,CT,4,,Republican,,,,,,,,,,L000497,,,,,,406984,,,,5827,Clare Boothe Luce -Maloney,Paul,Herbert,,,,1876-02-14,M,rep,LA,2,,Democrat,,,,,,,,,,M000091,,,,,,407115,,,,5947,Paul H. Maloney -Mankin,Helen,Douglas,,,,1896-09-11,F,rep,GA,5,,Democrat,,,,,,,,,,M000097,,,,,,407121,,,,5953,Helen Douglas Mankin -May,Andrew,Jackson,,,,1875-06-24,M,rep,KY,7,,Democrat,,,,,,,,,,M000272,,,,,,407290,,,,6100,Andrew J. May -McGehee,Daniel,Rayford,,,,1883-09-10,M,rep,MS,7,,Democrat,,,,,,,,,,M000446,,,,,,407445,,,,6250,Dan R. McGehee -McGlinchey,Herbert,Joseph,,,,1904-11-07,M,rep,PA,6,,Democrat,,,,,,,,,,M000451,,,,,,407450,,,,6255,Herbert J. McGlinchey -McKenzie,Charles,Edgar,,,,1896-10-03,M,rep,LA,5,,Democrat,,,,,,,,,,M000504,,,,,,407499,,,,6298,Charles E. McKenzie -Moses,John,,,,,1885-06-12,M,sen,ND,,3,Democrat,,,,,,,,,,M001029,,,,,,407996,,,,6751,John Moses (American politician) -Mott,James,Wheaton,,,,1883-11-12,M,rep,OR,1,,Republican,,,,,,,,,,M001040,,,,,,408007,,,,6761,James W. Mott -Murphy,John,William,,,,1902-04-26,M,rep,PA,10,,Democrat,,,,,,,,,,M001099,,,,,,408063,,,,6813,John W. Murphy -Myers,Francis,John,,,,1901-12-18,M,sen,PA,,3,Democrat,,,,,,,,,,M001127,,,,,,408089,,,,6836,Francis J. Myers -O’Connor,James,Francis,,,,1878-05-07,M,rep,MT,2,,Democrat,,,,,,,,,,O000029,,,,,,408277,,,,7017,James F. O'Connor -O’Neal,Emmet,,,,,1887-04-14,M,rep,KY,3,,Democrat,,,,,,,,,,O000089,,,,,,408298,,,,7073,Emmet O'Neal (Kentucky) -Outland,George,Elmer,,,,1906-10-08,M,rep,CA,11,,Democrat,,,,,,,,,,O000137,,,,,,408389,,,,7117,George E. Outland -Overton,John,Holmes,,,,1875-09-17,M,sen,LA,,3,Democrat,,,,,,,,,,O000146,,,,,,408397,,,,7126,John H. Overton -Patrick,Luther,,,,,1894-01-23,M,rep,AL,9,,Democrat,,,,,,,,,,P000105,,,,,,408513,,,,7233,Luther Patrick -Patterson,Ellis,Ellwood,,,,1897-11-28,M,rep,CA,16,,Democrat,,,,,,,,,,P000113,,,,,,408521,,,,7239,Ellis E. Patterson -Peterson,Hugh,,,,,1898-08-21,M,rep,GA,1,,Democrat,,,,,,,,,,P000260,,,,,,408662,,,,7371,Hugh Peterson -Pittenger,William,Alvin,,,,1885-12-29,M,rep,MN,8,,Republican,,,,,,,,,,P000371,,,,,,408766,,,,7472,William Alvin Pittenger -Piñero,Jesús,T.,,,,1897-04-16,M,rep,PR,0,,Popular Democrat,,,,,,,,,,P000361,,,,,,408757,,,,,Jesús T. Piñero -Powers,David,Lane,,,,1896-07-29,M,rep,NJ,4,,Republican,,,,,,,,,,P000488,,,,,,408873,,,,7578,D. Lane Powers -Pratt,Eliza,Jane,,,,1902-03-05,F,rep,NC,8,,Democrat,,,,,,,,,,P000498,,,,,,408883,,,,7588,Eliza Jane Pratt -Quinn,Peter,Anthony,,,,1904-05-10,M,rep,NY,26,,Democrat,,,,,,,,,,Q000019,,,,,,408981,,,,7678,Peter A. Quinn -Ramspeck,Robert,C. Word,,,,1890-09-05,M,rep,GA,5,,Democrat,,,,,,,,,,R000032,,,,,,409014,,,,7709,Robert Ramspeck -Reed,Clyde,Martin,,,,1871-10-19,M,sen,KS,,3,Republican,,,,,,,,,,R000112,,,,,,409092,,,,7780,Clyde M. Reed -Resa,Alexander,John,,,,1887-08-04,M,rep,IL,9,,Democrat,,,,,,,,,,R000163,,,,,,409140,,,,7823,Alexander J. Resa -Robinson,James,William,,,,1878-01-19,M,rep,UT,2,,Democrat,,,,,,,,,,R000341,,,,,,409312,,,,7980,J. W. Robinson -Rodgers,Robert,Lewis,,,,1875-06-02,M,rep,PA,28,,Republican,,,,,,,,,,R000373,,,,,,409343,,,,8009,Robert L. Rodgers -Roe,Dudley,George,,,,1881-03-23,M,rep,MD,1,,Democrat,,,,,,,,,,R000381,,,,,,409351,,,,8017,Dudley Roe -Roe,James,A.,,,,1896-07-09,M,rep,NY,5,,Democrat,,,,,,,,,,R000382,,,,,,409352,,,,8018,James A. Roe -Rogers,George,Frederick,,,,1887-03-19,M,rep,NY,40,,Democrat,,,,,,,,,,R000394,,,,,,409362,,,,8026,George F. Rogers -Romulo,Carlos,Peña,,,,1899-01-14,M,rep,PI,0,,,,,,,,,,,,R000419,,,,,,409384,,,,,Carlos P. Romulo -Rowan,William,A.,,,,1882-11-24,M,rep,IL,2,,Democrat,,,,,,,,,,R000473,,,,,,409434,,,,8089,William A. Rowan -Russell,Sam,Morris,,,,1889-08-09,M,rep,TX,17,,Democrat,,,,,,,,,,R000538,,,,,,409495,,,,8140,Sam M. Russell -Ryter,Joseph,Francis,,,,1914-02-04,M,rep,CT,0,,Democrat,,,,,,,,,,R000565,,,,,,409521,,,,8162,Joseph F. Ryter -Satterfield,Dave,Edward,Jr.,,,1894-09-11,M,rep,VA,3,,Democrat,,,,,,,,,,S000069,,,,,,409581,,,,8220,"Dave E. Satterfield, Jr." -Savage,Charles,Raymon,,,,1906-04-12,M,rep,WA,3,,Democrat,,,,,,,,,,S000080,,,,,,409592,,,,8230,Charles R. Savage -Sharp,Edgar,Allan,,,,1876-06-03,M,rep,NY,1,,Republican,,,,,,,,,,S000293,,,,,,409792,,,,8406,Edgar A. Sharp -Sheridan,John,Edward,,,,1902-09-15,M,rep,PA,4,,Democrat,,,,,,,,,,S000342,,,,,,409839,,,,8451,John E. Sheridan -Slaughter,Roger,Caldwell,,,,1905-07-17,M,rep,MO,5,,Democrat,,,,,,,,,,S000481,,,,,,409969,,,,8569,Roger C. Slaughter -Snyder,John,Buell,,,,1877-07-30,M,rep,PA,23,,Democrat,,,,,,,,,,S000668,,,,,,410141,,,,8735,J. Buell Snyder -Stanfill,William,Abner,,,,1892-01-16,M,sen,KY,,2,Republican,,,,,,,,,,S000792,,,,,,410258,,,,8835,William A. Stanfill -Starkey,Frank,Thomas,,,,1892-02-18,M,rep,MN,4,,Democrat,,,,,,,,,,S000812,,,,,,410277,,,,8851,Frank Starkey -Stewart,Paul,,,,,1892-02-27,M,rep,OK,3,,Democrat,,,,,,,,,,S000918,,,,,,410378,,,,8944,Paul Stewart (politician) -Sumner,Jessie,,,,,1898-07-17,F,rep,IL,18,,Republican,,,,,,,,,,S001071,,,,,,410525,,,,9086,Jessie Sumner -Sumners,Hatton,William,,,,1875-05-30,M,rep,TX,5,,Democrat,,,,,,,,,,S001072,,,,,,410526,,,,9087,Hatton W. Sumners -Talbot,Joseph,Edward,,,,1901-03-18,M,rep,CT,5,,Republican,,,,,,,,,,T000018,,,,,,410608,,,,9160,Joseph E. Talbot -Tarver,Malcolm,Connor,,,,1885-09-25,M,rep,GA,7,,Democrat,,,,,,,,,,T000045,,,,,,410633,,,,9183,Malcolm C. Tarver -Taylor,Glen,Hearst,,,,1904-04-12,M,sen,ID,,3,Democrat,,,,,,,,,,T000079,,,,,,410663,,,,9210,Glen H. Taylor -Thom,William,Richard,,,,1885-07-07,M,rep,OH,16,,Democrat,,,,,,,,,,T000155,,,,,,410737,,,,9283,William R. Thom -Thomas,Elbert,Duncan,,,,1883-06-17,M,sen,UT,,3,Democrat,,,,,,,,,,T000164,,,,,,410745,,,,9291,Elbert D. Thomas -Thomas,John,William Elmer,,,,1876-09-08,M,sen,OK,,3,Democrat,,,,,,,,,,T000177,,,,,,410758,,,,9303,Elmer Thomas -Tolan,John,Harvey,,,,1877-01-15,M,rep,CA,7,,Democrat,,,,,,,,,,T000295,,,,,,410868,,,,9406,John H. Tolan -Torrens,James,H.,,,,1874-09-12,M,rep,NY,21,,Democrat,,,,,,,,,,T000315,,,,,,410888,,,,9424,James H. Torrens -Traynor,Philip,Andrew,,,,1874-05-31,M,rep,DE,0,,Democrat,,,,,,,,,,T000357,,,,,,410927,,,,9459,Philip A. Traynor -Tydings,Millard,Evelyn,,,,1890-04-06,M,sen,MD,,3,Democrat,,,,,,,,,,T000446,,,,,,411014,,,,9538,Millard Tydings -Voorhis,Horace,Jeremiah,,Jerry,,1901-04-06,M,rep,CA,12,,Democrat,,,,,,,,,,V000118,,,,,,411172,,,,9687,Jerry Voorhis -Wagner,Robert,Ferdinand,,,,1877-06-08,M,sen,NY,,3,Democrat,,,,,,,,,,W000021,,,,,,411200,,,,9713,Robert F. Wagner -Wasielewski,Thaddeus,Francis Boleslaw,,,,1904-12-02,M,rep,WI,4,,Democrat,,,,,,,,,,W000183,,,,,,411356,,,,9859,Thaddeus Wasielewski -Weaver,Zebulon,,,,,1872-05-12,M,rep,NC,12,,Democrat,,,,,,,,,,W000230,,,,,,411398,,,,9897,Zebulon Weaver -Weiss,Samuel,Arthur,,,,1902-04-15,M,rep,PA,33,,Democrat,,,,,,,,,,W000257,,,,,,411425,,,,9921,Samuel A. Weiss -Winter,Thomas,Daniel,,,,1896-07-07,M,rep,KS,3,,Republican,,,,,,,,,,W000645,,,,,,411799,,,,10283,Thomas Daniel Winter -Wolfenden,James,,,,,1889-07-25,M,rep,PA,7,,Republican,,,,,,,,,,W000678,,,,,,411830,,,,10311,James Wolfenden -Woodrum,Clifton,Alexander,,,,1887-04-27,M,rep,VA,6,,Democrat,,,,,,,,,,W000720,,,,,,411872,,,,10350,Clifton A. Woodrum -Truman,Harry,S.,,,,1884-05-08,M,sen,MO,,1,Democrat,,,,,,,,,,T000387,,,,,,410956,,,,9487,Harry S. Truman -Baldwin,Raymond,Earl,,,,1893-08-31,M,sen,CT,,1,Republican,,,,,,,,,,B000095,,,,,,401097,,,,390,Raymond E. Baldwin -Burch,Thomas,Granville,,,,1869-07-03,M,sen,VA,,2,Democrat,,,,,,,,,,B001069,,,,,,402015,,,,1245,Thomas G. Burch -Cain,Harry,Pulliam,,,,1906-01-10,M,sen,WA,,1,Republican,,,,,,,,,,C000021,,,,,,402182,,,,1395,Harry P. Cain -Swift,George,Robinson,,,,1887-12-19,M,sen,AL,,2,Democrat,,,,,,,,,,S001117,,,,,,410569,,,,9125,George R. Swift -Taft,Kingsley,Arter,,,,1903-07-19,M,sen,OH,,1,Republican,,,,,,,,,,T000008,,,,,,410598,,,,,Kingsley A. Taft -Umstead,William,Bradley,,,,1895-05-13,M,sen,NC,,2,Democrat,,,,,,,,,,U000005,,,,,,411029,,,,9552,William B. Umstead -Almond,James,Lindsay,Jr.,,,1898-06-15,M,rep,VA,6,,Democrat,,,,,,,,,,A000163,,,,,,400818,,,,144,J. Lindsay Almond -Andrews,Walter,Gresham,,,,1889-07-16,M,rep,NY,42,,Republican,,,,,,,,,,A000250,,,,,,400886,,,,200,Walter G. Andrews -Arnold,Samuel,Washington,,Wat,,1879-09-21,M,rep,MO,1,,Republican,,,,,,,,,,A000296,,,,,,400938,,,,248,Samuel W. Arnold -Banta,Parke,Monroe,,,,1891-11-21,M,rep,MO,8,,Republican,,,,,,,,,,B000119,,,,,,401120,,,,412,Parke M. Banta -Bell,Charles,Jasper,,,,1885-01-16,M,rep,MO,4,,Democrat,,,,,,,,,,B000332,,,,,,401324,,,,598,C. Jasper Bell -Bennett,Marion,Tinsley,,,,1914-06-06,M,rep,MO,6,,Republican,,,,,,,,,,B000379,,,,,,401371,,,,641,Marion Tinsley Bennett -Bradley,Frederick,Van Ness,,,,1898-04-12,M,rep,MI,11,,Republican,,,,,,,,,,B000742,,,,,,401701,,,,953,Frederick Van Ness Bradley -Bradley,Willis,Winter,,,,1884-06-28,M,rep,CA,18,,Republican,,,,,,,,,,B000750,,,,,,401710,,,,961,Willis W. Bradley -Brewster,Ralph,Owen,,,,1888-02-22,M,sen,ME,,1,Republican,,,,,,,,,,B000816,,,,,,401773,,,,1021,Owen Brewster -Brophy,John,Charles,,,,1901-10-08,M,rep,WI,4,,Republican,,,,,,,,,,B000891,,,,,,401848,,,,1088,John C. Brophy -Buck,Ellsworth,Brewer,,,,1892-07-03,M,rep,NY,16,,Republican,,,,,,,,,,B001016,,,,,,401966,,,,1197,Ellsworth B. Buck -Burke,Raymond,Hugh,,,,1881-11-04,M,rep,OH,3,,Republican,,,,,,,,,,B001096,,,,,,402042,,,,1269,Raymond H. Burke -Carson,Henderson,Haverfield,,,,1893-10-25,M,rep,OH,16,,Republican,,,,,,,,,,C000192,,,,,,402338,,,,1542,Henderson H. Carson -Chadwick,E.,Wallace,,,,1884-01-17,M,rep,PA,7,,Republican,,,,,,,,,,C000268,,,,,,402411,,,,1614,E. Wallace Chadwick -Clark,Jerome,Bayard,,,,1882-04-05,M,rep,NC,7,,Democrat,,,,,,,,,,C000439,,,,,,402577,,,,1771,J. Bayard Clark -Clason,Charles,Russell,,,,1890-09-03,M,rep,MA,2,,Republican,,,,,,,,,,C000473,,,,,,402611,,,,1803,Charles R. Clason -Clippinger,Roy,,,,,1886-01-13,M,rep,IL,24,,Republican,,,,,,,,,,C000529,,,,,,402663,,,,1851,Roy Clippinger -Coffin,Howard,Aldridge,,,,1877-06-11,M,rep,MI,13,,Republican,,,,,,,,,,C000590,,,,,,402719,,,,1905,Howard A. Coffin -Connally,Thomas,Terry,,Tom,,1877-08-19,M,sen,TX,,1,Democrat,,,,,,,,,,C000684,,,,,,402810,,,,1986,Tom Connally -Courtney,William,Wirt,,,,1889-09-07,M,rep,TN,7,,Democrat,,,,,,,,,,C000810,,,,,,402929,,,,2093,W. Wirt Courtney -Cravens,William,Fadjo,,,,1899-02-15,M,rep,AR,4,,Democrat,,,,,,,,,,C000887,,,,,,402999,,,,2157,William Fadjo Cravens -Crow,William,Josiah,,,,1902-01-22,M,rep,PA,23,,Republican,,,,,,,,,,C000939,,,,,,403051,,,,2206,William J. Crow -D’Alesandro,Thomas,,Jr.,,,1903-08-01,M,rep,MD,3,,Democrat,,,,,,,,,,D000007,,,,,,403141,,,,2304,Thomas D'Alesandro Jr. -Delaney,John,Joseph,,,,1878-08-21,M,rep,NY,7,,Democrat,,,,,,,,,,D000212,,,,,,403356,,,,2477,John J. Delaney -Devitt,Edward,James,,,,1911-05-05,M,rep,MN,4,,Republican,,,,,,,,,,D000280,,,,,,403412,,,,2534,Edward Devitt -Domengeaux,James,,,,,1907-01-06,M,rep,LA,3,,Democrat,,,,,,,,,,D000406,,,,,,403520,,,,2650,James R. Domengeaux -Drewry,Patrick,Henry,,,,1875-05-24,M,rep,VA,4,,Democrat,,,,,,,,,,D000496,,,,,,403603,,,,2726,Patrick H. Drewry -Ecton,Zales,Nelson,,,,1898-04-01,M,sen,MT,,1,Republican,,,,,,,,,,E000037,,,,,,403732,,,,2838,Zales Ecton -Elliott,Alfred,James,,,,1895-06-01,M,rep,CA,10,,Democrat,,,,,,,,,,E000119,,,,,,403810,,,,2908,Alfred J. Elliott -Ellis,Hubert,Summers,,,,1887-07-06,M,rep,WV,4,,Republican,,,,,,,,,,E000135,,,,,,403826,,,,2924,Hubert S. Ellis -Elsaesser,Edward,Julius,,,,1904-03-10,M,rep,NY,43,,Republican,,,,,,,,,,E000159,,,,,,403850,,,,2947,Edward J. Elsaesser -Flannagan,John,William,Jr.,,,1885-02-20,M,rep,VA,9,,Democrat,,,,,,,,,,F000191,,,,,,404146,,,,3207,John W. Flannagan Jr. -Fletcher,Charles,Kimball,,,,1902-12-15,M,rep,CA,23,,Republican,,,,,,,,,,F000199,,,,,,404154,,,,3215,Charles K. Fletcher -Folger,John,Hamlin,,,,1880-12-18,M,rep,NC,5,,Democrat,,,,,,,,,,F000241,,,,,,404195,,,,3251,John Hamlin Folger -Foote,Ellsworth,Bishop,,,,1898-01-12,M,rep,CT,3,,Republican,,,,,,,,,,F000250,,,,,,404203,,,,3258,Ellsworth Foote -Fuller,Hadwen,Carlton,,,,1895-08-28,M,rep,NY,35,,Republican,,,,,,,,,,F000404,,,,,,404351,,,,3396,Hadwen C. Fuller -Gallagher,James,A.,,,,1869-01-16,M,rep,PA,1,,Republican,,,,,,,,,,G000017,,,,,,404394,,,,3434,James A. Gallagher -Gearhart,Bertrand,Wesley,,,,1890-05-31,M,rep,CA,9,,Republican,,,,,,,,,,G000111,,,,,,404483,,,,3518,Bertrand W. Gearhart -Gerlach,Charles,Lewis,,,,1895-09-14,M,rep,PA,8,,Republican,,,,,,,,,,G000135,,,,,,404504,,,,3538,Charles L. Gerlach -Gifford,Charles,Laceille,,,,1871-03-15,M,rep,MA,9,,Republican,,,,,,,,,,G000169,,,,,,404536,,,,3569,Charles L. Gifford -Gillie,George,W.,,,,1880-08-15,M,rep,IN,4,,Republican,,,,,,,,,,G000207,,,,,,404571,,,,3605,George W. Gillie -Goff,Abe,McGregor,,,,1899-12-21,M,rep,ID,1,,Republican,,,,,,,,,,G000253,,,,,,404615,,,,3644,Abe Goff -Grant,Robert,Allen,,,,1905-07-31,M,rep,IN,3,,Republican,,,,,,,,,,G000384,,,,,,404735,,,,3756,Robert A. Grant -Griffiths,Percy,Wilfred,,,,1893-03-30,M,rep,OH,15,,Republican,,,,,,,,,,G000472,,,,,,404817,,,,3831,Percy W. Griffiths -Gross,Chester,Heilman,,,,1888-10-13,M,rep,PA,21,,Republican,,,,,,,,,,G000493,,,,,,404838,,,,3851,Chester H. Gross -Gwynne,John,Williams,,,,1889-10-20,M,rep,IA,3,,Republican,,,,,,,,,,G000543,,,,,,404886,,,,3890,John W. Gwynne -Harless,Richard,Fielding,,,,1905-08-06,M,rep,AZ,0,,Democrat,,,,,,,,,,H000212,,,,,,405091,,,,4078,Richard F. Harless -Harness,Forest,Arthur,,,,1895-06-24,M,rep,IN,5,,Republican,,,,,,,,,,H000217,,,,,,405095,,,,4082,Forest Harness -Hartley,Fred,Allan,Jr.,,,1902-02-22,M,rep,NJ,10,,Republican,,,,,,,,,,H000298,,,,,,405171,,,,4155,Fred A. Hartley Jr. -Hendricks,Joseph,Edward,,,,1903-09-24,M,rep,FL,5,,Democrat,,,,,,,,,,H000492,,,,,,405355,,,,4318,Joe Hendricks -Howell,George,Evan,,,,1905-09-21,M,rep,IL,21,,Republican,,,,,,,,,,H000863,,,,,,405710,,,,4648,George Evan Howell -Isacson,Leo,,,,,1910-04-20,M,rep,NY,24,,American Labor,,,,,,,,,,I000046,,,,,,405902,,,,4831,Leo Isacson -Jarman,Peterson,Bryant,,Pete,,1892-10-31,M,rep,AL,6,,Democrat,,,,,,,,,,J000058,,,,,,405963,,,,4892,Pete Jarman -Jenkins,Mitchell,,,,,1896-01-24,M,rep,PA,11,,Republican,,,,,,,,,,J000086,,,,,,405988,,,,4915,Mitchell Jenkins -Johnson,Anton,Joseph,,,,1878-10-20,M,rep,IL,14,,Republican,,,,,,,,,,J000117,,,,,,406018,,,,4941,Anton J. Johnson -Johnson,Glen,Dale,,,,1911-09-11,M,rep,OK,4,,Democrat,,,,,,,,,,J000133,,,,,,406032,,,,4955,Glen D. Johnson -Johnson,Noble,Jacob,,,,1887-08-23,M,rep,IN,6,,Republican,,,,,,,,,,J000165,,,,,,406062,,,,4983,Noble J. Johnson -Jones,Homer,Raymond,,,,1893-09-03,M,rep,WA,1,,Republican,,,,,,,,,,J000225,,,,,,406119,,,,5036,Homer Jones (politician) -Jones,Robert,Franklin,,,,1907-06-25,M,rep,OH,4,,Republican,,,,,,,,,,J000249,,,,,,406142,,,,5059,Robert Franklin Jones -Jonkman,Bartel,John,,,,1884-04-28,M,rep,MI,5,,Republican,,,,,,,,,,J000264,,,,,,406156,,,,5072,Bartel J. Jonkman -Kem,James,Preston,,,,1890-04-02,M,sen,MO,,1,Republican,,,,,,,,,,K000082,,,,,,406251,,,,5158,James P. Kem -Knutson,Harold,,,,,1880-10-20,M,rep,MN,6,,Republican,,,,,,,,,,K000301,,,,,,406457,,,,5352,Harold Knutson -Landis,Gerald,Wayne,,,,1895-02-23,M,rep,IN,7,,Republican,,,,,,,,,,L000052,,,,,,406561,,,,5434,Gerald W. Landis -Lea,Clarence,Frederick,,,,1874-07-11,M,rep,CA,1,,Democrat,,,,,,,,,,L000163,,,,,,406667,,,,5531,Clarence F. Lea -Lewis,Earl,Ramage,,,,1887-02-22,M,rep,OH,18,,Republican,,,,,,,,,,L000279,,,,,,406777,,,,5636,Earl Ramage Lewis -Lewis,William,,,,,1868-09-22,M,rep,KY,9,,Republican,,,,,,,,,,L000296,,,,,,406791,,,,5650,William Lewis (Kentucky politician) -Lodge,Henry,Cabot,Jr.,,,1902-07-05,M,sen,MA,,1,Republican,,,,,,,,,,L000394,,,,,,406886,,,,5739,Henry Cabot Lodge Jr. -Love,Francis,Johnson,,,,1901-01-23,M,rep,WV,1,,Republican,,,,,,,,,,L000454,,,,,,406944,,,,5790,Francis J. Love -Ludlow,Louis,Leon,,,,1873-06-24,M,rep,IN,11,,Democrat,,,,,,,,,,L000501,,,,,,406988,,,,5831,Louis Ludlow -Lusk,Georgia,Lee,,,,1893-05-12,F,rep,NM,0,,Democrat,,,,,,,,,,L000519,,,,,,407004,,,,5842,Georgia Lee Lusk -MacKinnon,George,Edward,,,,1906-04-22,M,rep,MN,3,,Republican,,,,,,,,,,M000027,,,,,,407055,,,,5888,George MacKinnon -Maloney,Franklin,John,,,,1899-03-29,M,rep,PA,4,,Republican,,,,,,,,,,M000089,,,,,,407114,,,,5946,Franklin J. Maloney -Manasco,Carter,,,,,1902-01-03,M,rep,AL,7,,Democrat,,,,,,,,,,M000094,,,,,,407118,,,,5950,Carter Manasco -Mansfield,Joseph,Jefferson,,,,1861-02-09,M,rep,TX,9,,Democrat,,,,,,,,,,M000112,,,,,,407136,,,,5966,Joseph J. Mansfield -Mathews,Frank,Asbury,Jr.,,,1890-08-03,M,rep,NJ,4,,Republican,,,,,,,,,,M000233,,,,,,407251,,,,6070,Frank A. Mathews Jr. -McCowen,Edward,Oscar,,,,1877-06-29,M,rep,OH,6,,Republican,,,,,,,,,,M000374,,,,,,407379,,,,6186,Edward Oscar McCowen -McDowell,John,Ralph,,,,1902-11-06,M,rep,PA,29,,Republican,,,,,,,,,,M000422,,,,,,407422,,,,6228,John McDowell (Pennsylvania) -McFarland,Ernest,William,,,,1894-10-09,M,sen,AZ,,1,Democrat,,,,,,,,,,M000438,,,,,,407437,,,,6242,Ernest McFarland -McGarvey,Robert,Neill,,,,1888-08-14,M,rep,PA,2,,Republican,,,,,,,,,,M000442,,,,,,407441,,,,6246,Robert N. McGarvey -McGrath,James,Howard,,,,1903-11-28,M,sen,RI,,1,Democrat,,,,,,,,,,M000456,,,,,,407455,,,,6260,J. Howard McGrath -McKellar,Kenneth,Douglas,,,,1869-01-29,M,sen,TN,,1,Democrat,,,,,,,,,,M000499,,,,,,407494,,,,6293,Kenneth McKellar (politician) -McMahon,Gregory,,,,,1915-03-19,M,rep,NY,4,,Republican,,,,,,,,,,M000560,,,,,,407552,,,,6345,Gregory McMahon -Meade,Hugh,Allen,,,,1907-04-04,M,rep,MD,2,,Democrat,,,,,,,,,,M000617,,,,,,407606,,,,6396,Hugh Meade -Meade,Wendell,Howes,,,,1912-01-18,M,rep,KY,7,,Republican,,,,,,,,,,M000619,,,,,,407608,,,,6398,Wendell H. Meade -Miller,William,Jennings,,,,1899-03-12,M,rep,CT,1,,Republican,,,,,,,,,,M000764,,,,,,407742,,,,6518,William J. Miller -Mitchell,Edward,Archibald,,,,1910-12-02,M,rep,IN,8,,Republican,,,,,,,,,,M000809,,,,,,407784,,,,6557,E. A. Mitchell -Muhlenberg,Frederick,Augustus,,,,1887-09-25,M,rep,PA,13,,Republican,,,,,,,,,,M001062,,,,,,408028,,,,6780,Frederick Augustus Muhlenberg -Nodar,Robert,Joseph,Jr.,,,1916-03-23,M,rep,NY,6,,Republican,,,,,,,,,,N000121,,,,,,408205,,,,6944,Robert Nodar Jr. -Norman,Fred,Barthold,,,,1882-03-21,M,rep,WA,3,,Republican,,,,,,,,,,N000135,,,,,,408219,,,,6957,Fred B. Norman -O’Conor,Herbert,Romulus,,,,1896-11-17,M,sen,MD,,1,Democrat,,,,,,,,,,O000032,,,,,,408280,,,,7020,Herbert O'Conor -Owens,Thomas,Leonard,,,,1897-12-21,M,rep,IL,7,,Republican,,,,,,,,,,O000160,,,,,,408410,,,,7138,Thomas L. Owens -Peden,Preston,Elmer,,,,1914-06-28,M,rep,OK,7,,Democrat,,,,,,,,,,P000182,,,,,,408586,,,,7300,Preston E. Peden -Ploeser,Walter,Christian,,,,1907-01-07,M,rep,MO,12,,Republican,,,,,,,,,,P000387,,,,,,408781,,,,7487,Walter C. Ploeser -Potts,David,Matthew,,,,1906-03-12,M,rep,NY,26,,Republican,,,,,,,,,,P000471,,,,,,408857,,,,7563,David M. Potts -Price,Emory,Hilliard,,,,1899-12-03,M,rep,FL,2,,Democrat,,,,,,,,,,P000524,,,,,,408908,,,,7611,Emory H. Price -Rabin,Benjamin,J.,,,,1896-06-03,M,rep,NY,24,,Democrat,,,,,,,,,,R000002,,,,,,408986,,,,7683,Benjamin J. Rabin -Ramey,Homer,Alonzo,,,,1891-03-02,M,rep,OH,9,,Republican,,,,,,,,,,R000022,,,,,,409004,,,,7699,Homer A. Ramey -Rayfiel,Leo,Frederick,,,,1888-03-22,M,rep,NY,14,,Democrat,,,,,,,,,,R000083,,,,,,409063,,,,7754,Leo F. Rayfiel -Reeves,Albert,Lee,Jr.,,,1906-05-31,M,rep,MO,5,,Republican,,,,,,,,,,R000137,,,,,,409116,,,,7803,"Albert L. Reeves, Jr." -Rizley,Ross,,,,,1892-07-05,M,rep,OK,8,,Republican,,,,,,,,,,R000288,,,,,,409261,,,,7932,Ross Rizley -Robertson,Charles,Raymond,,,,1889-09-05,M,rep,ND,0,,Republican,,,,,,,,,,R000319,,,,,,409290,,,,7959,Charles R. Robertson -Robsion,John,Marshall,,,,1873-01-02,M,rep,KY,9,,Republican,,,,,,,,,,R000358,,,,,,409329,,,,7996,John M. Robsion -Rockwell,Robert,Fay,,,,1886-02-11,M,rep,CO,4,,Republican,,,,,,,,,,R000369,,,,,,409339,,,,8005,Robert F. Rockwell -Rohrbough,Edward,Gay,,,,,M,rep,WV,3,,Republican,,,,,,,,,,R000410,,,,,,409376,,,,8040,Edward G. Rohrbough -Russell,Charles,Hinton,,,,1903-12-27,M,rep,NV,0,,Republican,,,,,,,,,,R000522,,,,,,409480,,,,8125,Charles H. Russell -Sarbacher,George,William,Jr.,,,1919-09-30,M,rep,PA,5,,Republican,,,,,,,,,,S000063,,,,,,409576,,,,8217,George W. Sarbacher Jr. -Schwabe,Max,,,,,1905-12-06,M,rep,MO,2,,Republican,,,,,,,,,,S000156,,,,,,409663,,,,8284,Max Schwabe -Scoblick,James,Paul,,,,1909-05-10,M,rep,PA,10,,Republican,,,,,,,,,,S000163,,,,,,409670,,,,8290,James P. Scoblick -Snyder,Melvin,Claude,,,,1898-10-29,M,rep,WV,2,,Republican,,,,,,,,,,S000670,,,,,,410143,,,,8736,Melvin C. Snyder -Springer,Raymond,Smiley,,,,1882-04-26,M,rep,IN,10,,Republican,,,,,,,,,,S000755,,,,,,410222,,,,8813,Raymond S. Springer -Stevenson,William,Henry,,,,1891-09-23,M,rep,WI,3,,Republican,,,,,,,,,,S000896,,,,,,410357,,,,8924,William H. Stevenson -Stratton,William,Grant,,,,1914-02-26,M,rep,IL,0,,Republican,,,,,,,,,,S000998,,,,,,410456,,,,9018,William Stratton -Sundstrom,Frank,Leander,,,,1901-01-05,M,rep,NJ,11,,Republican,,,,,,,,,,S001076,,,,,,410530,,,,9090,Frank Sundstrom -Thomason,Robert,Ewing,,,,1879-05-30,M,rep,TX,16,,Democrat,,,,,,,,,,T000189,,,,,,410769,,,,9312,R. Ewing Thomason -Tibbott,Harve,,,,,1885-05-27,M,rep,PA,26,,Republican,,,,,,,,,,T000263,,,,,,410837,,,,9377,Harve Tibbott -Twyman,Robert,Joseph,,,,1897-06-18,M,rep,IL,9,,Republican,,,,,,,,,,T000444,,,,,,411012,,,,9537,Robert Twyman -Vandenberg,Arthur,Hendrick,,,,1884-03-22,M,sen,MI,,1,Republican,,,,,,,,,,V000025,,,,,,411118,,,,9604,Arthur Vandenberg -West,Milton,Horace,,,,1888-06-30,M,rep,TX,15,,Democrat,,,,,,,,,,W000304,,,,,,411468,,,,9962,Milton H. West -Youngblood,Harold,Francis,,,,1907-08-07,M,rep,MI,14,,Republican,,,,,,,,,,Y000058,,,,,,411990,,,,10459,Harold F. Youngblood -Zimmerman,Orville,,,,,1880-12-31,M,rep,MO,10,,Democrat,,,,,,,,,,Z000009,,,,,,412002,,,,10468,Orville Zimmerman -Broughton,Joseph,Melville,,,,1888-11-17,M,sen,NC,,2,Democrat,,,,,,,,,,B000894,,,,,,401851,,,,1090,J. Melville Broughton -Bushfield,Vera,Cahalan,,,,1889-08-09,F,sen,SD,,2,Republican,,,,,,,,,,B001169,,,,,,402111,,,,,Vera C. Bushfield -Feazel,William,Crosson,,,,1895-06-10,M,sen,LA,,3,Democrat,,,,,,,,,,F000057,,,,,,404017,,,,3090,William C. Feazel -Bates,George,Joseph,,,,1891-02-25,M,rep,MA,6,,Republican,,,,,,,,,,B000232,,,,,,401227,,,,512,George J. Bates -Benton,William,,,,,1900-04-01,M,sen,CT,,1,Democrat,,,,,,,,,,B000399,,,,,,401390,,,,659,William Benton (senator) -Biemiller,Andrew,John,,,,1906-07-23,M,rep,WI,5,,Democrat,,,,,,,,,,B000448,,,,,,401433,,,,699,Andrew Biemiller -Bland,Schuyler,Otis,,,,1872-05-04,M,rep,VA,1,,Democrat,,,,,,,,,,B000545,,,,,,401520,,,,785,S. Otis Bland -Bloom,Sol,,,,,1870-03-09,M,rep,NY,20,,Democrat,,,,,,,,,,B000565,,,,,,401538,,,,802,Sol Bloom -Bolton,William,P.,,,,1885-07-02,M,rep,MD,2,,Democrat,,,,,,,,,,B000609,,,,,,401577,,,,839,William P. Bolton -Buckley,James,Vincent,,,,1894-05-15,M,rep,IL,4,,Democrat,,,,,,,,,,B001028,,,,,,401978,,,,1208,James V. Buckley -Bulwinkle,Alfred,Lee,,,,1883-04-21,M,rep,NC,11,,Democrat,,,,,,,,,,B001056,,,,,,402003,,,,1235,Alfred L. Bulwinkle -Burke,Thomas,Henry,,,,1904-05-06,M,rep,OH,9,,Democrat,,,,,,,,,,B001100,,,,,,402045,,,,1273,Thomas Henry Burke (politician) -Cavalcante,Anthony,,,,,1897-02-06,M,rep,PA,23,,Democrat,,,,,,,,,,C000259,,,,,,402403,,,,1607,Anthony Cavalcante -Chapman,Virgil,Munday,,,,1895-03-15,M,sen,KY,,2,Democrat,,,,,,,,,,C000317,,,,,,402459,,,,1659,Virgil Chapman -Chesney,Chester,Anton,,,,1916-03-09,M,rep,IL,11,,Democrat,,,,,,,,,,C000347,,,,,,402486,,,,1685,Chester A. Chesney -Church,Ralph,Edwin,,,,1883-05-05,M,rep,IL,13,,Republican,,,,,,,,,,C000390,,,,,,402529,,,,1723,Ralph E. Church -Coffey,Robert,Lewis,Jr.,,,1918-10-21,M,rep,PA,26,,Democrat,,,,,,,,,,C000586,,,,,,402715,,,,1901,Robert L. Coffey -Cordon,Guy,,,,,1890-04-24,M,sen,OR,,2,Republican,,,,,,,,,,C000774,,,,,,402894,,,,2066,Guy Cordon -Crook,Thurman,Charles,,,,1891-07-18,M,rep,IN,3,,Democrat,,,,,,,,,,C000926,,,,,,403038,,,,2193,Thurman C. Crook -Darby,Harry,,,,,1895-01-23,M,sen,KS,,3,Republican,,,,,,,,,,D000048,,,,,,403187,,,,2333,Harry Darby -Davenport,Harry,James,,,,1902-08-22,M,rep,PA,29,,Democrat,,,,,,,,,,D000071,,,,,,403209,,,,2353,Harry J. Davenport -Davies,John,Clay,,,,1920-05-01,M,rep,NY,35,,Democrat,,,,,,,,,,D000089,,,,,,403226,,,,2371,John C. Davies II -Douglas,Helen,Gahagan,,,,1900-11-25,F,rep,CA,14,,Democrat,,,,,,,,,,D000454,,,,,,403564,,,,2689,Helen Gahagan Douglas -Dulles,John,Foster,,,,1888-02-25,M,sen,NY,,3,Republican,,,,,,,,,,D000522,,,,,,403632,,,,2751,John Foster Dulles -Engel,Albert,Joseph,,,,1888-01-01,M,rep,MI,9,,Republican,,,,,,,,,,E000178,,,,,,403868,,,,2963,Albert J. Engel -Ferguson,Homer,Samuel,,,,1889-02-25,M,sen,MI,,2,Republican,,,,,,,,,,F000081,,,,,,404039,,,,3110,Homer S. Ferguson -Gillette,Guy,Mark,,,,1879-02-03,M,sen,IA,,2,Democrat,,,,,,,,,,G000205,,,,,,404569,,,,3603,Guy Gillette -Gilmer,William,Franklin,,Dixie,,1901-06-07,M,rep,OK,1,,Democrat,,,,,,,,,,G000219,,,,,,404581,,,,3614,Dixie Gilmer -Gorski,Chester,Charles,,,,1906-06-22,M,rep,NY,44,,Democrat,,,,,,,,,,G000331,,,,,,404689,,,,3714,Chester C. Gorski -Gorski,Martin,,,,,1886-10-30,M,rep,IL,5,,Democrat,,,,,,,,,,G000332,,,,,,404690,,,,3715,Martin Gorski -Graham,Frank,Porter,,,,1886-10-14,M,sen,NC,,2,Democrat,,,,,,,,,,G000353,,,,,,404708,,,,3731,Frank Porter Graham -Guill,Ben,Hugh,,,,1909-09-08,M,rep,TX,18,,Republican,,,,,,,,,,G000521,,,,,,404866,,,,3874,Ben H. Guill -Hare,James,Butler,,,,1918-09-04,M,rep,SC,3,,Democrat,,,,,,,,,,H000202,,,,,,405082,,,,4069,James Butler Hare -Hendrickson,Robert,Clymer,,,,1898-08-12,M,sen,NJ,,2,Republican,,,,,,,,,,H000495,,,,,,405358,,,,4321,Robert C. Hendrickson -Hobbs,Samuel,Francis,,,,1887-10-05,M,rep,AL,4,,Democrat,,,,,,,,,,H000663,,,,,,405518,,,,4471,Sam Hobbs -Huber,Walter,B.,,,,1903-06-29,M,rep,OH,14,,Democrat,,,,,,,,,,H000898,,,,,,405744,,,,4681,Walter B. Huber -Hunt,Lester,Callaway,,,,1892-07-08,M,sen,WY,,2,Democrat,,,,,,,,,,H000975,,,,,,405819,,,,4747,Lester C. Hunt -Jacobs,Andrew,,,,,1906-02-22,M,rep,IN,11,,Democrat,,,,,,,,,,J000034,,,,,,405938,,,,4869,Andrew Jacobs (lawyer) -Jennings,John,,Jr.,,,1880-06-06,M,rep,TN,2,,Republican,,,,,,,,,,J000096,,,,,,405998,,,,4925,John Jennings (American politician) -Johnson,Edwin,Carl,,,,1884-01-01,M,sen,CO,,2,Democrat,,,,,,,,,,J000127,,,,,,406026,,,,4949,Edwin C. Johnson -Karst,Raymond,Willard,,,,1902-12-31,M,rep,MO,12,,Democrat,,,,,,,,,,K000012,,,,,,406184,,,,5096,Raymond W. Karst -Keefe,Frank,Bateman,,,,1887-09-23,M,rep,WI,6,,Republican,,,,,,,,,,K000041,,,,,,406211,,,,5119,Frank Bateman Keefe -Kruse,Edward,H.,,,,1918-10-22,M,rep,IN,4,,Democrat,,,,,,,,,,K000334,,,,,,406488,,,,5371,Edward H. Kruse -Le Fevre,Jay,,,,,1893-09-06,M,rep,NY,30,,Republican,,,,,,,,,,L000161,,,,,,406665,,,,5580,Jay Le Fevre -Leahy,Edward,Laurence,,,,1886-02-09,M,sen,RI,,1,Democrat,,,,,,,,,,L000173,,,,,,406676,,,,5539,Edward L. Leahy -Lemke,William,,,,,1878-08-13,M,rep,ND,0,,Republican,,,,,,,,,,L000238,,,,,,406741,,,,5602,William Lemke -Lesinski,John,,,,,1885-01-03,M,rep,MI,16,,Democrat,,,,,,,,,,L000251,,,,,,406754,,,,5616,John Lesinski Sr. -Lichtenwalter,Franklin,Herbert,,,,1910-03-28,M,rep,PA,8,,Republican,,,,,,,,,,L000301,,,,,,406796,,,,5656,Franklin H. Lichtenwalter -Linehan,Neil,Joseph,,,,1895-09-23,M,rep,IL,3,,Democrat,,,,,,,,,,L000332,,,,,,406825,,,,5684,Neil J. Linehan -Lodge,John,Davis,,,,1903-10-20,M,rep,CT,4,,Republican,,,,,,,,,,L000395,,,,,,406887,,,,5740,John Davis Lodge -Lynch,Walter,Aloysius,,,,1894-07-07,M,rep,NY,23,,Democrat,,,,,,,,,,L000537,,,,,,407021,,,,5859,Walter A. Lynch -Macy,William,Kingsland,,,,1889-11-21,M,rep,NY,1,,Republican,,,,,,,,,,M000037,,,,,,407065,,,,5898,W. Kingsland Macy -Marcantonio,Vito,Anthony,,,,1902-12-10,M,rep,NY,18,,American Labor,,,,,,,,,,M000122,,,,,,407146,,,,5974,Vito Marcantonio -Marsalis,John,Henry,,,,1904-05-09,M,rep,CO,3,,Democrat,,,,,,,,,,M000144,,,,,,407167,,,,5991,John H. Marsalis -Maybank,Burnet,Rhett,,,,1899-03-07,M,sen,SC,,2,Democrat,,,,,,,,,,M000279,,,,,,407296,,,,6107,Burnet R. Maybank -McMillen,Rolla,Coral,,,,1880-10-05,M,rep,IL,22,,Republican,,,,,,,,,,M000574,,,,,,407565,,,,6358,Rolla C. McMillen -McSweeney,John,,,,,1890-12-19,M,rep,OH,16,,Democrat,,,,,,,,,,M000606,,,,,,407595,,,,6387,John McSweeney (politician) -Meyer,Herbert,Alton,,,,1886-08-30,M,rep,KS,3,,Republican,,,,,,,,,,M000680,,,,,,407665,,,,6449,Herbert Alton Meyer -Michener,Earl,Cory,,,,1876-11-30,M,rep,MI,2,,Republican,,,,,,,,,,M000693,,,,,,407677,,,,6456,Earl C. Michener -Miles,John,Esten,,,,1884-07-28,M,rep,NM,0,,Democrat,,,,,,,,,,M000705,,,,,,407688,,,,6466,John E. Miles -Miller,Bert,Henry,,,,1879-12-15,M,sen,ID,,2,Democrat,,,,,,,,,,M000716,,,,,,407698,,,,6475,Bert H. Miller -Noland,James,Ellsworth,,,,1920-04-22,M,rep,IN,7,,Democrat,,,,,,,,,,N000129,,,,,,408213,,,,6951,James Ellsworth Noland -Norton,Mary,Teresa,,,,1875-03-07,F,rep,NJ,13,,Democrat,,,,,,,,,,N000153,,,,,,408235,,,,6972,Mary Teresa Norton -O’Sullivan,Eugene,Daniel,,,,1883-05-31,M,rep,NE,2,,Democrat,,,,,,,,,,O000122,,,,,,408310,,,,7103,Eugene D. O'Sullivan -Pace,Stephen,,,,,1891-03-09,M,rep,GA,3,,Democrat,,,,,,,,,,P000002,,,,,,408414,,,,7142,Stephen Pace -Peterson,James,Hardin,,,,1894-02-11,M,rep,FL,1,,Democrat,,,,,,,,,,P000261,,,,,,408663,,,,7372,J. Hardin Peterson -Pfeifer,Joseph,Lawrence,,,,1892-02-06,M,rep,NY,8,,Democrat,,,,,,,,,,P000285,,,,,,408685,,,,7390,Joseph L. Pfeifer -Pfeiffer,William,Louis,,,,1907-05-29,M,rep,NY,42,,Republican,,,,,,,,,,P000286,,,,,,408686,,,,7391,William L. Pfeiffer -Phillips,Dayton,Edward,,,,1910-03-29,M,rep,TN,1,,Republican,,,,,,,,,,P000306,,,,,,408706,,,,7411,Dayton E. Phillips -Plumley,Charles,Albert,,,,1875-04-14,M,rep,VT,0,,Republican,,,,,,,,,,P000395,,,,,,408789,,,,7495,Charles Albert Plumley -Rich,Robert,Fleming,,,,1883-06-23,M,rep,PA,15,,Republican,,,,,,,,,,R000209,,,,,,409185,,,,7864,Robert F. Rich -Sadowski,George,Gregory,,,,1903-03-12,M,rep,MI,1,,Democrat,,,,,,,,,,S000011,,,,,,409531,,,,8172,George G. Sadowski -Sanborn,John,Carfield,,,,1885-09-28,M,rep,ID,2,,Republican,,,,,,,,,,S000029,,,,,,409548,,,,8193,John C. Sanborn -Sims,Hugo,Sheridan,Jr.,,,1921-10-14,M,rep,SC,2,,Democrat,,,,,,,,,,S000439,,,,,,409933,,,,8535,"Hugo S. Sims, Jr." -Smith,Frederick,Cleveland,,,,1884-07-29,M,rep,OH,8,,Republican,,,,,,,,,,S000536,,,,,,410019,,,,8619,Frederick Cleveland Smith -Somers,Andrew,Lawrence,,,,1895-03-21,M,rep,NY,10,,Democrat,,,,,,,,,,S000676,,,,,,410148,,,,8739,Andrew Lawrence Somers -Tauriello,Anthony,Francis,,,,1899-08-14,M,rep,NY,43,,Democrat,,,,,,,,,,T000056,,,,,,410644,,,,9192,Anthony F. Tauriello -Thomas,John,Parnell,,,,1895-01-16,M,rep,NJ,7,,Republican,,,,,,,,,,T000175,,,,,,410756,,,,9301,J. Parnell Thomas -Wadsworth,James,Wolcott,Jr.,,,1877-08-12,M,rep,NY,41,,Republican,,,,,,,,,,W000012,,,,,,411191,,,,9705,James Wolcott Wadsworth Jr. -Wagner,Earl,Thomas,,,,1908-04-27,M,rep,OH,2,,Democrat,,,,,,,,,,W000019,,,,,,411198,,,,9711,Earl T. Wagner -Walsh,John,Richard,,,,1913-05-22,M,rep,IN,5,,Democrat,,,,,,,,,,W000100,,,,,,411278,,,,9784,John R. Walsh -Welch,Richard,Joseph,,,,1869-02-13,M,rep,CA,5,,Republican,,,,,,,,,,W000265,,,,,,411433,,,,9928,Richard J. Welch -Wherry,Kenneth,Spicer,,,,1892-02-28,M,sen,NE,,2,Republican,,,,,,,,,,W000344,,,,,,411506,,,,9998,Kenneth S. Wherry -White,Cecil,Fielding,,,,1900-12-12,M,rep,CA,9,,Democrat,,,,,,,,,,W000359,,,,,,411521,,,,10013,Cecil F. White -White,Compton,Ignatius,,,,1877-07-31,M,rep,ID,1,,Democrat,,,,,,,,,,W000361,,,,,,411523,,,,10015,Compton I. White -Whittington,William,Madison,,,,1878-05-04,M,rep,MS,3,,Democrat,,,,,,,,,,W000430,,,,,,411589,,,,10077,William Madison Whittington -Wilson,George,Howard,,,,1905-08-21,M,rep,OK,8,,Democrat,,,,,,,,,,W000582,,,,,,411737,,,,10222,George H. Wilson -Woodhouse,Chase,Going,,,,1890-03-03,F,rep,CT,2,,Democrat,,,,,,,,,,W000714,,,,,,411866,,,,10344,Chase G. Woodhouse -Worley,Francis,Eugene,,,,1908-10-10,M,rep,TX,18,,Democrat,,,,,,,,,,W000744,,,,,,411893,,,,10373,Eugene Worley -Clements,Earle,C,,,,1896-10-22,M,sen,KY,,3,Democrat,,,,,,,,,,C000506,,,,,,402642,,,,1831,Earle Clements -Smith,Willis,,,,,1887-12-19,M,sen,NC,,2,Democrat,,,,,,,,,,S000639,,,,,,410113,,,,8708,Willis Smith -Aandahl,Fred,George,,,,1897-04-09,M,rep,ND,0,,Republican,,,,,,,,,,A000001,,,,,,400664,,,,1,Fred G. Aandahl -Allen,Asa,Leonard,,,,1891-01-05,M,rep,LA,8,,Democrat,,,,,,,,,,A000114,,,,,,400771,,,,100,A. Leonard Allen -Anderson,John,Zuinglius,,,,1904-03-22,M,rep,CA,8,,Republican,,,,,,,,,,A000196,,,,,,400851,,,,173,Jack Z. Anderson -Armstrong,Orland,Kay,,,,1893-10-02,M,rep,MO,6,,Republican,,,,,,,,,,A000218,,,,,,400924,,,,235,Orland K. Armstrong -Bakewell,Claude,Ignatius,,,,1912-08-09,M,rep,MO,11,,Republican,,,,,,,,,,B000080,,,,,,401083,,,,377,Claude I. Bakewell -Bates,Joseph,Bengal,,,,1893-10-29,M,rep,KY,8,,Democrat,,,,,,,,,,B000237,,,,,,401232,,,,516,Joe B. Bates -Blackney,William,Wallace,,,,1876-08-28,M,rep,MI,6,,Republican,,,,,,,,,,B000515,,,,,,401493,,,,758,William W. Blackney -Bosone,Reva,Zilpha Beck,,,,1895-04-02,F,rep,UT,2,,Democrat,,,,,,,,,,B000649,,,,,,401613,,,,869,Reva Beck Bosone -Breen,Edward,Grimes,,,,1908-06-10,M,rep,OH,3,,Democrat,,,,,,,,,,B000792,,,,,,401749,,,,998,Edward G. Breen -Brehm,Walter,Ellsworth,,,,1892-05-25,M,rep,OH,11,,Republican,,,,,,,,,,B000794,,,,,,401751,,,,1000,Walter E. Brehm -Buchanan,Frank,,,,,1902-12-01,M,rep,PA,33,,Democrat,,,,,,,,,,B001002,,,,,,401952,,,,1184,Frank Buchanan (Pennsylvania politician) -Buffett,Howard,Homan,,,,1903-08-13,M,rep,NE,2,,Republican,,,,,,,,,,B001039,,,,,,401989,,,,1218,Howard Buffett -Burton,Clarence,Godber,,,,1886-12-14,M,rep,VA,6,,Democrat,,,,,,,,,,B001148,,,,,,402091,,,,1316,Clarence G. Burton -Butler,John,Cornelius,,,,1887-07-02,M,rep,NY,44,,Republican,,,,,,,,,,B001179,,,,,,402121,,,,1340,John Cornelius Butler -Byrne,William,Thomas,,,,1876-03-06,M,rep,NY,32,,Democrat,,,,,,,,,,B001214,,,,,,402153,,,,1369,William T. Byrne -Clemente,Louis,Gary,,,,1908-06-10,M,rep,NY,4,,Democrat,,,,,,,,,,C000504,,,,,,402640,,,,1829,L. Gary Clemente -Cole,Albert,McDonald,,,,1901-10-13,M,rep,KS,1,,Republican,,,,,,,,,,C000606,,,,,,402735,,,,1920,Albert M. Cole -Combs,Jesse,Martin,,,,1889-07-07,M,rep,TX,2,,Democrat,,,,,,,,,,C000655,,,,,,402782,,,,1960,Jesse M. Combs -Cox,Edward,Eugene,,,,1880-04-03,M,rep,GA,2,,Democrat,,,,,,,,,,C000831,,,,,,402948,,,,2111,Edward E. Cox -Crawford,Fred,Lewis,,,,1888-05-05,M,rep,MI,8,,Republican,,,,,,,,,,C000889,,,,,,403001,,,,2159,Fred L. Crawford -Denny,Harmar,Denny,Jr.,,,1886-07-02,M,rep,PA,29,,Republican,,,,,,,,,,D000249,,,,,,403387,,,,2507,Harmar D. Denny Jr. -Doughton,Robert,Lee,,,,1863-11-07,M,rep,NC,9,,Democrat,,,,,,,,,,D000448,,,,,,403558,,,,2684,Robert L. Doughton -Duff,James,Henderson,,,,1883-01-21,M,sen,PA,,3,Republican,,,,,,,,,,D000516,,,,,,403626,,,,2745,James H. Duff -Eaton,Charles,Aubrey,,,,1868-03-29,M,rep,NJ,5,,Republican,,,,,,,,,,E000023,,,,,,403719,,,,2827,Charles Aubrey Eaton -Elston,Charles,Henry,,,,1891-08-01,M,rep,OH,1,,Republican,,,,,,,,,,E000160,,,,,,403851,,,,2948,Charles H. Elston -Fellows,Frank,,,,,1889-11-07,M,rep,ME,3,,Republican,,,,,,,,,,F000066,,,,,,404024,,,,3096,Frank Fellows (politician) -Fugate,Thomas,Bacon,,,,1899-04-10,M,rep,VA,9,,Democrat,,,,,,,,,,F000399,,,,,,404341,,,,3386,Thomas B. Fugate -Furcolo,John,Foster,,,,1911-07-29,M,rep,MA,2,,Democrat,,,,,,,,,,F000431,,,,,,404372,,,,3415,Foster Furcolo -George,Walter,Franklin,,,,1878-01-29,M,sen,GA,,3,Democrat,,,,,,,,,,G000131,,,,,,404501,,,,3536,Walter F. George -Gillette,Wilson,Darwin,,,,1880-07-01,M,rep,PA,14,,Republican,,,,,,,,,,G000206,,,,,,404570,,,,3604,Wilson D. Gillette -Gossett,Ed,Lee,,,,1902-01-27,M,rep,TX,13,,Democrat,,,,,,,,,,G000338,,,,,,404694,,,,3719,Ed Gossett -Granger,Walter,Keil,,,,1888-10-11,M,rep,UT,1,,Democrat,,,,,,,,,,G000379,,,,,,404730,,,,3752,Walter K. Granger -Greenwood,Ernest,,,,,1884-11-25,M,rep,NY,1,,Democrat,,,,,,,,,,G000438,,,,,,404786,,,,3802,Ernest Greenwood -Hall,Edwin,Arthur,,,,1909-02-11,M,rep,NY,37,,Republican,,,,,,,,,,H000050,,,,,,404935,,,,3937,Edwin Arthur Hall -Hall,Leonard,Wood,,,,1900-10-02,M,rep,NY,2,,Republican,,,,,,,,,,H000060,,,,,,404945,,,,3946,Leonard W. Hall -Havenner,Franck,Roberts,,,,1882-09-20,M,rep,CA,4,,Democrat,,,,,,,,,,H000356,,,,,,405225,,,,4201,Franck R. Havenner -Hedrick,Erland,Harold,,,,1894-08-09,M,rep,WV,6,,Democrat,,,,,,,,,,H000442,,,,,,405308,,,,4278,E. H. Hedrick -Heffernan,James,Joseph,,,,1888-11-08,M,rep,NY,11,,Democrat,,,,,,,,,,H000443,,,,,,405309,,,,4279,James J. Heffernan -Herter,Christian,Archibald,,,,1895-03-28,M,rep,MA,10,,Republican,,,,,,,,,,H000548,,,,,,405410,,,,4371,Christian Herter -Hoey,Clyde,Roark,,,,1877-12-11,M,sen,NC,,3,Democrat,,,,,,,,,,H000679,,,,,,405532,,,,4483,Clyde R. Hoey -Irving,Theodore,Leonard,,,,1898-03-24,M,rep,MO,4,,Democrat,,,,,,,,,,I000037,,,,,,405894,,,,4822,Leonard Irving -Jenison,Edward,Halsey,,,,1907-07-27,M,rep,IL,23,,Republican,,,,,,,,,,J000080,,,,,,405983,,,,4911,Edward H. Jenison -Jones,Hamilton,Chamberlain,,,,1884-09-26,M,rep,NC,10,,Democrat,,,,,,,,,,J000224,,,,,,406118,,,,5035,Hamilton C. Jones -Kee,John,,,,,1874-08-22,M,rep,WV,5,,Democrat,,,,,,,,,,K000039,,,,,,406209,,,,5117,John Kee -Kerr,John,Hosea,,,,1873-12-31,M,rep,NC,2,,Democrat,,,,,,,,,,K000138,,,,,,406304,,,,5208,John H. Kerr -Larcade,Henry,Dominique,Jr.,,,1890-07-12,M,rep,LA,7,,Democrat,,,,,,,,,,L000095,,,,,,406603,,,,5476,Henry D. Larcade Jr. -Lehman,Herbert,Henry,,,,1878-03-28,M,sen,NY,,3,Democrat,,,,,,,,,,L000224,,,,,,406728,,,,5591,Herbert H. Lehman -Lind,James,Francis,,,,1900-10-17,M,rep,PA,21,,Democrat,,,,,,,,,,L000318,,,,,,406812,,,,5671,James F. Lind -Magee,Clare,,,,,1899-03-31,M,rep,MO,1,,Democrat,,,,,,,,,,M000045,,,,,,407073,,,,5905,Clare Magee -McCarran,Patrick,Anthony,,Pat,,1876-08-08,M,sen,NV,,3,Democrat,,,,,,,,,,M000308,,,,,,407322,,,,6132,Pat McCarran -McGrath,Christopher,Columbus,,,,1902-05-15,M,rep,NY,26,,Democrat,,,,,,,,,,M000455,,,,,,407454,,,,6259,Christopher C. McGrath -McGuire,John,Andrew,,,,1906-02-28,M,rep,CT,3,,Democrat,,,,,,,,,,M000465,,,,,,407464,,,,6267,John A. McGuire -McKinnon,Clinton,Dotson,,,,1906-02-05,M,rep,CA,23,,Democrat,,,,,,,,,,M000528,,,,,,407520,,,,6317,Clinton D. McKinnon -McMahon,Brien,,,,,1903-10-06,M,sen,CT,,3,Democrat,,,,,,,,,,M000559,,,,,,407551,,,,6346,Brien McMahon -McMullen,Chester,Bartow,,,,1902-12-06,M,rep,FL,1,,Democrat,,,,,,,,,,M000577,,,,,,407568,,,,6361,Chester B. McMullen -Millikin,Eugene,Donald,,,,1891-02-12,M,sen,CO,,3,Republican,,,,,,,,,,M000771,,,,,,407749,,,,6525,Eugene Millikin -Mitchell,Hugh,Burnton,,,,1907-03-22,M,rep,WA,1,,Democrat,,,,,,,,,,M000814,,,,,,407789,,,,6561,Hugh Mitchell (politician) -Moody,Arthur,Edson Blair,,,,1902-02-13,M,sen,MI,,1,Democrat,,,,,,,,,,M000878,,,,,,407850,,,,6613,Blair Moody -Murdock,John,Robert,,,,1885-04-20,M,rep,AZ,1,,Democrat,,,,,,,,,,M001081,,,,,,408046,,,,6799,John R. Murdock -Murphy,James,Joseph,,,,1898-11-03,M,rep,NY,16,,Democrat,,,,,,,,,,M001094,,,,,,408058,,,,6809,James J. Murphy -Murray,Reid,Fred,,,,1887-10-16,M,rep,WI,7,,Republican,,,,,,,,,,M001112,,,,,,408075,,,,6823,Reid F. Murray -O’Neill,Harry,Patrick,,,,1889-02-10,M,rep,PA,10,,Democrat,,,,,,,,,,O000095,,,,,,408304,,,,7078,Harry P. O'Neill -O’Toole,Donald,Lawrence,,,,1902-08-01,M,rep,NY,13,,Democrat,,,,,,,,,,O000133,,,,,,408312,,,,7114,Donald Lawrence O'Toole -Pickett,Thomas,Augustus,,,,1906-08-14,M,rep,TX,7,,Democrat,,,,,,,,,,P000327,,,,,,408724,,,,7430,Tom Pickett -Quinn,Thomas,Vincent,,,,1903-03-16,M,rep,NY,5,,Democrat,,,,,,,,,,Q000021,,,,,,408983,,,,7680,T. Vincent Quinn -Ramsay,Robert,Lincoln,,,,1877-03-24,M,rep,WV,1,,Democrat,,,,,,,,,,R000025,,,,,,409006,,,,7702,Robert L. Ramsay (politician) -Rankin,John,Elliott,,,,1882-03-29,M,rep,MS,1,,Democrat,,,,,,,,,,R000056,,,,,,409036,,,,7731,John E. Rankin -Redden,Monroe,Minor,,,,1901-09-24,M,rep,NC,12,,Democrat,,,,,,,,,,R000104,,,,,,409083,,,,7774,Monroe Minor Redden -Ross,Robert,Tripp,,,,1903-06-04,M,rep,NY,5,,Republican,,,,,,,,,,R000453,,,,,,409417,,,,8075,Robert Tripp Ross -Sabath,Adolph,Joachim,,,,1866-04-04,M,rep,IL,7,,Democrat,,,,,,,,,,S000001,,,,,,409522,,,,8163,Adolph J. Sabath -Sasscer,Lansdale,Ghiselin,,,,1893-09-30,M,rep,MD,5,,Democrat,,,,,,,,,,S000067,,,,,,409579,,,,8219,Lansdale Ghiselin Sasscer -Schwabe,George,Blaine,,,,1886-07-26,M,rep,OK,1,,Republican,,,,,,,,,,S000155,,,,,,409662,,,,8283,George B. Schwabe -Scott,Hardie,,,,,1907-06-07,M,rep,PA,3,,Republican,,,,,,,,,,S000172,,,,,,409678,,,,8299,Hardie Scott -Seaton,Frederick,Andrew,,,,1909-12-11,M,sen,NE,,2,Republican,,,,,,,,,,S000214,,,,,,409719,,,,8337,Fred A. Seaton -Sittler,Edward,Lewis,Jr.,,,1908-04-21,M,rep,PA,23,,Republican,,,,,,,,,,S000461,,,,,,409953,,,,8556,Edward L. Sittler Jr. -Stefan,Karl,,,,,1884-03-01,M,rep,NE,3,,Republican,,,,,,,,,,S000845,,,,,,410309,,,,8879,Karl Stefan -Stigler,William,Grady,,,,1891-07-07,M,rep,OK,2,,Democrat,,,,,,,,,,S000923,,,,,,410383,,,,8949,William G. Stigler -Stockman,Lowell,,,,,1901-04-12,M,rep,OR,2,,Republican,,,,,,,,,,S000936,,,,,,410395,,,,8960,Lowell Stockman -Sullivan,John,Berchmans,,,,1897-10-10,M,rep,MO,11,,Democrat,,,,,,,,,,S001056,,,,,,410510,,,,9071,John B. Sullivan -Tackett,Boyd,Anderson,,,,1911-05-09,M,rep,AR,4,,Democrat,,,,,,,,,,T000005,,,,,,410595,,,,9148,Boyd Anderson Tackett -Taft,Robert,Alphonso,,,,1889-09-08,M,sen,OH,,3,Republican,,,,,,,,,,T000009,,,,,,410599,,,,9152,Robert A. Taft -Tobey,Charles,William,,,,1880-07-22,M,sen,NH,,3,Republican,,,,,,,,,,T000289,,,,,,410862,,,,9401,Charles W. Tobey -Towe,Harry,Lancaster,,,,1898-11-03,M,rep,NJ,9,,Republican,,,,,,,,,,T000320,,,,,,410892,,,,9427,Harry Lancaster Towe -Underwood,Thomas,Rust,,,,1898-03-03,M,sen,KY,,2,Democrat,,,,,,,,,,U000015,,,,,,411038,,,,9561,Thomas R. Underwood -Vail,Richard,Bernard,,,,1895-08-31,M,rep,IL,2,,Republican,,,,,,,,,,V000003,,,,,,411062,,,,9584,Richard B. Vail -Vaughn,Albert,Clinton,Sr.,,,1894-10-09,M,rep,PA,8,,Republican,,,,,,,,,,V000077,,,,,,411134,,,,9653,Albert C. Vaughn -Welch,Philip,James,,,,1895-04-04,M,rep,MO,3,,Democrat,,,,,,,,,,W000264,,,,,,411432,,,,9927,Phil J. Welch -Welker,Herman,,,,,1906-12-11,M,sen,ID,,3,Republican,,,,,,,,,,W000269,,,,,,411435,,,,9930,Herman Welker -Werdel,Thomas,Harold,,,,1905-09-13,M,rep,CA,10,,Republican,,,,,,,,,,W000298,,,,,,411462,,,,9956,Thomas H. Werdel -Whitaker,John,Albert,,,,1901-10-31,M,rep,KY,2,,Democrat,,,,,,,,,,W000348,,,,,,411510,,,,10002,John A. Whitaker -Wood,John,Stephens,,,,1885-02-08,M,rep,GA,9,,Democrat,,,,,,,,,,W000699,,,,,,411851,,,,10329,John Stephens Wood -Wood,John,Travers,,,,1878-11-25,M,rep,ID,1,,Republican,,,,,,,,,,W000700,,,,,,411852,,,,10330,John Travers Wood -Woodruff,Roy,Orchard,,,,1876-03-14,M,rep,MI,10,,Republican,,,,,,,,,,W000718,,,,,,411870,,,,10348,Roy O. Woodruff -deGraffenried,Edward,,,,,1899-06-30,M,rep,AL,6,,Democrat,,,,,,,,,,D000198,,,,,,403353,,,,2468,Edward deGraffenried -Griswold,Dwight,Palmer,,,,1893-11-27,M,sen,NE,,2,Republican,,,,,,,,,,G000481,,,,,,404826,,,,3839,Dwight Griswold -Potter,Charles,Edward,,,,1916-10-30,M,sen,MI,,1,Republican,,,,,,,,,,P000460,,,,,,408847,,,,7551,Charles E. Potter -Angell,Homer,Daniel,,,,1875-01-12,M,rep,OR,3,,Republican,,,,,,,,,,A000257,,,,,,400893,,,,207,Homer D. Angell -Barrett,Frank,Aloysius,,,,1892-11-10,M,sen,WY,,1,Republican,,,,,,,,,,B000176,,,,,,401177,,,,464,Frank A. Barrett -Battle,Laurie,Calvin,,,,1912-05-10,M,rep,AL,9,,Democrat,,,,,,,,,,B000242,,,,,,401237,,,,520,Laurie C. Battle -Bishop,Cecil,William,,Runt,,1890-06-29,M,rep,IL,25,,Republican,,,,,,,,,,B000486,,,,,,401467,,,,731,C. W. Bishop -Bonin,Edward,John,,,,1904-12-23,M,rep,PA,11,,Republican,,,,,,,,,,B000618,,,,,,401584,,,,845,Edward J. Bonin -Bramblett,Ernest,King,,,,1901-04-25,M,rep,CA,13,,Republican,,,,,,,,,,B000762,,,,,,401721,,,,971,Ernest K. Bramblett -Bricker,John,William,,,,1893-09-06,M,sen,OH,,1,Republican,,,,,,,,,,B000820,,,,,,401777,,,,1024,John W. Bricker -Bryson,Joseph,Raleigh,,,,1893-01-18,M,rep,SC,4,,Democrat,,,,,,,,,,B000999,,,,,,401949,,,,1181,Joseph R. Bryson -Burke,Thomas,A.,,,,1898-10-30,M,sen,OH,,3,Democrat,,,,,,,,,,B001099,,,,,,402044,,,,1272,Thomas A. Burke -Busbey,Fred,Ernst,,,,1895-02-08,M,rep,IL,3,,Republican,,,,,,,,,,B001161,,,,,,402103,,,,1324,Fred E. Busbey -Butler,Hugh,Alfred,,,,1878-02-28,M,sen,NE,,1,Republican,,,,,,,,,,B001177,,,,,,402119,,,,1338,Hugh A. Butler -Camp,Albert,Sidney,,,,1892-07-26,M,rep,GA,4,,Democrat,,,,,,,,,,C000070,,,,,,402228,,,,1439,Albert Sidney Camp -Campbell,Courtney,Warren,,,,1895-04-29,M,rep,FL,1,,Democrat,,,,,,,,,,C000080,,,,,,402236,,,,1445,Courtney W. Campbell -Clardy,Kit,Francis,,,,1892-06-17,M,rep,MI,6,,Republican,,,,,,,,,,C000416,,,,,,402555,,,,1748,Kit Clardy -Cole,William,Clay,,,,1897-08-29,M,rep,MO,6,,Republican,,,,,,,,,,C000614,,,,,,402743,,,,1928,William Clay Cole -Condon,Robert,Likens,,,,1912-11-10,M,rep,CA,6,,Democrat,,,,,,,,,,C000674,,,,,,402800,,,,1977,Robert Condon -Crosser,Robert,,,,,1874-06-07,M,rep,OH,21,,Democrat,,,,,,,,,,C000932,,,,,,403044,,,,2199,Robert Crosser -D’Ewart,Wesley,Abner,,,,1889-10-01,M,rep,MT,2,,Republican,,,,,,,,,,D000281,,,,,,403144,,,,2538,Wesley A. D'Ewart -Daniel,Marion,Price,,,,1910-10-10,M,sen,TX,,1,Democrat,,,,,,,,,,D000036,,,,,,403176,,,,2326,Price Daniel -Farrington,Joseph,Rider,,,,1897-10-15,M,rep,HI,0,,Republican,,,,,,,,,,F000034,,,,,,403995,,,,,Joseph Rider Farrington -Flanders,Ralph,Edward,,,,1880-09-28,M,sen,VT,,1,Republican,,,,,,,,,,F000190,,,,,,404145,,,,3206,Ralph Flanders -Golden,James,Stephen,,,,1891-09-20,M,rep,KY,8,,Republican,,,,,,,,,,G000258,,,,,,404620,,,,3649,James S. Golden -Goodwin,Angier,Louis,,,,1881-01-30,M,rep,MA,8,,Republican,,,,,,,,,,G000297,,,,,,404656,,,,3682,Angier Goodwin -Graham,Louis,Edward,,,,1880-08-04,M,rep,PA,25,,Republican,,,,,,,,,,G000360,,,,,,404714,,,,3737,Louis E. Graham -Hagen,Harold,Christian,,,,1901-11-10,M,rep,MN,9,,Republican,,,,,,,,,,H000014,,,,,,404899,,,,3902,Harold Hagen -Hart,Edward,Joseph,,,,1893-03-25,M,rep,NJ,14,,Democrat,,,,,,,,,,H000284,,,,,,405158,,,,4142,Edward J. Hart -Heller,Louis,Benjamin,,,,1905-02-10,M,rep,NY,8,,Democrat,,,,,,,,,,H000460,,,,,,405325,,,,4290,Louis B. Heller -Hillelson,Jeffrey,Paul,,,,1919-03-09,M,rep,MO,4,,Republican,,,,,,,,,,H000616,,,,,,405475,,,,4431,Jeffrey Paul Hillelson -Howell,Charles,Robert,,,,1904-04-23,M,rep,NJ,4,,Democrat,,,,,,,,,,H000858,,,,,,405705,,,,4644,Charles R. Howell -Hull,Merlin,,,,,1870-12-18,M,rep,WI,9,,Republican,,,,,,,,,,H000943,,,,,,405788,,,,4720,Merlin Hull -Hunter,Allan,Oakley,,,,1916-06-15,M,rep,CA,12,,Republican,,,,,,,,,,H000979,,,,,,405823,,,,4751,Allan O. Hunter -Ives,Irving,McNeil,,,,1896-01-24,M,sen,NY,,1,Republican,,,,,,,,,,I000050,,,,,,405905,,,,4834,Irving Ives -Jenner,William,Ezra,,,,1908-07-21,M,sen,IN,,1,Republican,,,,,,,,,,J000093,,,,,,405995,,,,4922,William E. Jenner -Jonas,Edgar,Allan,,,,1885-10-14,M,rep,IL,12,,Republican,,,,,,,,,,J000207,,,,,,406102,,,,5020,Edgar A. Jonas -Kersten,Charles,Joseph,,,,1902-05-26,M,rep,WI,5,,Republican,,,,,,,,,,K000150,,,,,,406314,,,,5217,Charles J. Kersten -Kilgore,Harley,Martin,,,,1893-01-11,M,sen,WV,,1,Democrat,,,,,,,,,,K000176,,,,,,406339,,,,5240,Harley M. Kilgore -Knowland,William,Fife,,,,1908-06-26,M,sen,CA,,1,Republican,,,,,,,,,,K000292,,,,,,406448,,,,5343,William F. Knowland -Langer,William,,,,,1886-09-30,M,sen,ND,,1,Republican,,,,,,,,,,L000070,,,,,,406579,,,,5452,William Langer -Lantaff,William,Courtland,,,,1913-07-31,M,rep,FL,4,,Democrat,,,,,,,,,,L000089,,,,,,406598,,,,5471,William C. Lantaff -Lucas,Wingate,Hezekiah,,,,1908-05-01,M,rep,TX,12,,Democrat,,,,,,,,,,L000496,,,,,,406983,,,,5826,Wingate H. Lucas -Lyle,John,Emmett,Jr.,,,1910-09-04,M,rep,TX,14,,Democrat,,,,,,,,,,L000525,,,,,,407009,,,,5847,John E. Lyle Jr. -Malone,George,Wilson,,,,1890-08-07,M,sen,NV,,1,Republican,,,,,,,,,,M000086,,,,,,407112,,,,5944,George W. Malone -Martin,Edward,,,,,1879-09-18,M,sen,PA,,1,Republican,,,,,,,,,,M000177,,,,,,407199,,,,6021,Edward Martin (Pennsylvania politician) -McCarthy,Joseph,Raymond,,,,1908-11-14,M,sen,WI,,1,Republican,,,,,,,,,,M000315,,,,,,407327,,,,6137,Joseph McCarthy -Merrill,D.,Bailey,,,,1912-11-22,M,rep,IN,8,,Republican,,,,,,,,,,M000656,,,,,,407642,,,,6429,D. Bailey Merrill -Miller,Howard,Shultz,,,,1879-02-27,M,rep,KS,1,,Democrat,,,,,,,,,,M000729,,,,,,407708,,,,6485,Howard Shultz Miller -O’Brien,George,Donoghue,,,,1900-01-01,M,rep,MI,13,,Democrat,,,,,,,,,,O000009,,,,,,408260,,,,6998,George D. O'Brien -Oakman,Charles,Gibb,,,,1903-09-04,M,rep,MI,17,,Republican,,,,,,,,,,O000004,,,,,,408316,,,,6995,Charles G. Oakman -Patten,Harold,Ambrose,,,,1907-10-06,M,rep,AZ,2,,Democrat,,,,,,,,,,P000107,,,,,,408515,,,,7234,Harold Patten -Payne,Frederick,George,,,,1904-07-24,M,sen,ME,,1,Republican,,,,,,,,,,P000150,,,,,,408554,,,,7271,Frederick G. Payne -Poulson,C.,Norris,,,,1895-07-23,M,rep,CA,24,,Republican,,,,,,,,,,P000475,,,,,,408860,,,,7566,Norris Poulson -Purtell,William,Arthur,,,,1897-05-06,M,sen,CT,,1,Republican,,,,,,,,,,P000575,,,,,,408958,,,,7656,William A. Purtell -Reams,Henry,Frazier,,,,1897-01-15,M,rep,OH,9,,Independent,,,,,,,,,,R000100,,,,,,409080,,,,7771,Frazier Reams -Regan,Kenneth,Mills,,,,1893-03-06,M,rep,TX,16,,Democrat,,,,,,,,,,R000140,,,,,,409119,,,,7806,Kenneth M. Regan -Rogers,Dwight,Laing,,,,1886-08-17,M,rep,FL,6,,Democrat,,,,,,,,,,R000391,,,,,,409359,,,,8023,Dwight L. Rogers -Roosevelt,Franklin,Delano,Jr.,,,1914-08-17,M,rep,NY,20,,Democrat,,,,,,,,,,R000425,,,,,,409390,,,,8050,Franklin Delano Roosevelt Jr. -Shafer,Paul,Werntz,,,,1893-04-27,M,rep,MI,3,,Republican,,,,,,,,,,S000277,,,,,,409776,,,,8392,Paul W. Shafer -Small,Frank,,Jr.,,,1896-07-15,M,rep,MD,5,,Republican,,,,,,,,,,S000499,,,,,,409986,,,,8587,Frank Small Jr. -Smith,Howard,Alexander,,,,1880-01-30,M,sen,NJ,,1,Republican,,,,,,,,,,S000553,,,,,,410035,,,,8635,Howard Alexander Smith -Stanley,Thomas,Bahnson,,,,1890-07-16,M,rep,VA,5,,Democrat,,,,,,,,,,S000797,,,,,,410263,,,,8839,Thomas B. Stanley -Stringfellow,Douglas,R.,,,,1922-09-24,M,rep,UT,1,,Republican,,,,,,,,,,S001006,,,,,,410463,,,,9025,Douglas R. Stringfellow -Sutton,James,Patrick,,,,1915-10-31,M,rep,TN,6,,Democrat,,,,,,,,,,S001087,,,,,,410540,,,,9099,James Patrick Sutton -Thye,Edward,John,,,,1896-04-26,M,sen,MN,,1,Republican,,,,,,,,,,T000259,,,,,,410834,,,,9374,Edward John Thye -Upton,Robert,William,,,,1884-02-03,M,sen,NH,,3,Republican,,,,,,,,,,U000032,,,,,,411054,,,,9576,Robert W. Upton -Warburton,Herbert,Birchby,,,,1916-09-21,M,rep,DE,0,,Republican,,,,,,,,,,W000123,,,,,,411298,,,,9804,Herbert Warburton -Watkins,Arthur,Vivian,,,,1886-12-18,M,sen,UT,,1,Republican,,,,,,,,,,W000190,,,,,,411362,,,,9865,Arthur Vivian Watkins -Weichel,Alvin,F.,,,,1891-09-11,M,rep,OH,13,,Republican,,,,,,,,,,W000252,,,,,,411420,,,,9917,Alvin F. Weichel -Wheeler,William,McDonald,,Don,,1915-07-11,M,rep,GA,8,,Democrat,,,,,,,,,,W000342,,,,,,411504,,,,9996,William McDonald Wheeler -Wilson,Joseph,Franklin,,,,1901-03-18,M,rep,TX,5,,Democrat,,,,,,,,,,W000604,,,,,,411759,,,,10244,Joseph Franklin Wilson -Withers,Garrett,Lee,,,,1884-06-21,M,rep,KY,2,,Democrat,,,,,,,,,,W000658,,,,,,411811,,,,10294,Garrett Withers -Yorty,Samuel,William,,,,1909-10-01,M,rep,CA,26,,Democrat,,,,,,,,,,Y000024,,,,,,411958,,,,10431,Sam Yorty -Abel,Hazel,Hempel,,,,1888-07-10,F,sen,NE,,2,Republican,,,,,,,,,,A000010,,,,,,400673,,,,9,Hazel Abel -Bender,George,Harrison,,,,1896-09-29,M,sen,OH,,3,Republican,,,,,,,,,,B000356,,,,,,401348,,,,621,George H. Bender -Bowring,Eva,Kelly,,,,1892-01-09,F,sen,NE,,2,Republican,,,,,,,,,,B000709,,,,,,401671,,,,923,Eva Bowring -Brown,Ernest,S.,,,,1903-09-25,M,sen,NV,,3,Republican,,,,,,,,,,B000913,,,,,,401869,,,,1106,Ernest S. Brown -Crippa,Edward,David,,,,1899-04-08,M,sen,WY,,2,Republican,,,,,,,,,,C000906,,,,,,403018,,,,2175,Edward D. Crippa -Daniel,Charles,Ezra,,,,1895-11-11,M,sen,SC,,2,Democrat,,,,,,,,,,D000031,,,,,,403172,,,,2322,Charles E. Daniel -O’Mahoney,Joseph,Christopher,,,,1884-11-05,M,sen,WY,,2,Democrat,,,,,,,,,,O000088,,,,,,408296,,,,7070,Joseph C. O'Mahoney -Reynolds,Samuel,Williams,,,,1890-08-11,M,sen,NE,,1,Republican,,,,,,,,,,R000180,,,,,,409156,,,,7837,Samuel W. Reynolds -Scott,William,Kerr,,,,1896-04-17,M,sen,NC,,2,Democrat,,,,,,,,,,S000187,,,,,,409692,,,,8313,W. Kerr Scott -Barkley,Alben,William,,,,1877-11-24,M,sen,KY,,2,Democrat,,,,,,,,,,B000145,,,,,,401146,,,,437,Alben W. Barkley -Bell,John,Junior,,,,1910-05-15,M,rep,TX,14,,Democrat,,,,,,,,,,B000342,,,,,,401334,,,,608,John J. Bell -Bridges,Henry,Styles,,Styles,,1898-09-09,M,sen,NH,,2,Republican,,,,,,,,,,B000823,,,,,,401780,,,,1027,Styles Bridges -Buchanan,Vera,Daerr,,,,1902-07-20,F,rep,PA,30,,Democrat,,,,,,,,,,B001009,,,,,,401959,,,,1190,Vera Buchanan -Burnside,Maurice,Gwinn,,,,1902-08-23,M,rep,WV,4,,Democrat,,,,,,,,,,B001131,,,,,,402075,,,,1300,Maurice G. Burnside -Carlyle,Frank,Ertel,,,,1897-04-07,M,rep,NC,7,,Democrat,,,,,,,,,,C000156,,,,,,402305,,,,1512,Frank Ertel Carlyle -Chase,Jackson,Burton,,,,1890-08-19,M,rep,NE,2,,Republican,,,,,,,,,,C000327,,,,,,402468,,,,1667,Jackson B. Chase -Chatham,Richard,Thurmond,,,,1896-08-16,M,rep,NC,5,,Democrat,,,,,,,,,,C000336,,,,,,402476,,,,1676,Richard Thurmond Chatham -Coon,Samuel,Harrison,,,,1903-04-15,M,rep,OR,2,,Republican,,,,,,,,,,C000743,,,,,,402864,,,,2038,Sam Coon -Crumpacker,Shepard,J.,Jr.,,,1917-02-13,M,rep,IN,3,,Republican,,,,,,,,,,C000960,,,,,,403072,,,,2227,Shepard J. Crumpacker Jr. -Davidson,Irwin,Delmore,,,,1906-01-02,M,rep,NY,20,,Democrat,,,,,,,,,,D000083,,,,,,403220,,,,2365,Irwin D. Davidson -Deane,Charles,Bennett,,,,1898-11-01,M,rep,NC,8,,Democrat,,,,,,,,,,D000175,,,,,,403337,,,,2448,Charles B. Deane -Dingell,John,David,,,,1894-02-02,M,rep,MI,15,,Democrat,,,,,,,,,,D000354,,,,,,403472,,,,2604,John D. Dingell Sr. -Dolliver,James,Isaac,,,,1894-08-31,M,rep,IA,6,,Republican,,,,,,,,,,D000403,,,,,,403517,,,,2647,James I. Dolliver -Dondero,George,Anthony,,,,1883-12-16,M,rep,MI,18,,Republican,,,,,,,,,,D000411,,,,,,403524,,,,2653,George Anthony Dondero -Donovan,James,George,,,,1898-12-15,M,rep,NY,18,,Democrat,,,,,,,,,,D000421,,,,,,403534,,,,2662,James G. Donovan -Ellsworth,Mathew,Harris,,,,1899-09-17,M,rep,OR,4,,Republican,,,,,,,,,,E000146,,,,,,403837,,,,2935,Harris Ellsworth -Farrington,Mary,Elizabeth Pruett,,,,1898-05-30,F,rep,HI,0,,Republican,,,,,,,,,,F000035,,,,,,403996,,,,,Mary Elizabeth Pruett Farrington -Fernández,Antonio,Manuel,,,,1902-01-17,M,rep,NM,0,,Democrat,,,,,,,,,,F000085,,,,,,404043,,,,3114,Antonio M. Fernández -Fine,Sidney,Asher,,,,1903-09-14,M,rep,NY,22,,Democrat,,,,,,,,,,F000126,,,,,,404081,,,,3149,Sidney A. Fine -Fjare,Orvin,Benonie,,,,1918-04-16,M,rep,MT,2,,Republican,,,,,,,,,,F000179,,,,,,404134,,,,3197,Orvin B. Fjare -Frear,Joseph,Allen,Jr.,,,1903-03-07,M,sen,DE,,2,Democrat,,,,,,,,,,F000356,,,,,,404303,,,,3349,J. Allen Frear Jr. -Gamble,Ralph,Abernethy,,,,1885-05-06,M,rep,NY,26,,Republican,,,,,,,,,,G000031,,,,,,404407,,,,3446,Ralph A. Gamble -Gentry,Brady,Preston,,,,1896-03-25,M,rep,TX,3,,Democrat,,,,,,,,,,G000124,,,,,,404494,,,,3529,Brady P. Gentry -Granahan,William,Thomas,,,,1895-07-26,M,rep,PA,2,,Democrat,,,,,,,,,,G000369,,,,,,404721,,,,3744,William T. Granahan -Green,Theodore,Francis,,,,1867-10-02,M,sen,RI,,2,Democrat,,,,,,,,,,G000418,,,,,,404766,,,,3783,Theodore F. Green -Hand,Thomas,Millet,,,,1902-07-07,M,rep,NJ,2,,Republican,,,,,,,,,,H000154,,,,,,405036,,,,4031,T. Millet Hand -Hayworth,Donald,,,,,1898-01-13,M,rep,MI,6,,Democrat,,,,,,,,,,H000412,,,,,,405279,,,,4251,Donald Hayworth -Hinshaw,John,Carl Williams,,,,1894-07-28,M,rep,CA,20,,Republican,,,,,,,,,,H000640,,,,,,405495,,,,4450,John Carl Hinshaw -Hoffman,Richard,William,,,,1893-12-23,M,rep,IL,10,,Republican,,,,,,,,,,H000689,,,,,,405542,,,,4493,Richard W. Hoffman -Hope,Clifford,Ragsdale,,,,1893-06-09,M,rep,KS,5,,Republican,,,,,,,,,,H000768,,,,,,405618,,,,4562,Clifford R. Hope -Johnson,Justin,Leroy,,,,1888-04-08,M,rep,CA,11,,Republican,,,,,,,,,,J000157,,,,,,406055,,,,4976,J. Leroy Johnson -Jones,Woodrow,Wilson,,,,1914-01-26,M,rep,NC,11,,Democrat,,,,,,,,,,J000263,,,,,,406155,,,,5071,Woodrow W. Jones -King,Karl,Clarence,,,,1897-01-26,M,rep,PA,8,,Republican,,,,,,,,,,K000208,,,,,,406369,,,,5267,Karl C. King -Klein,Arthur,George,,,,1904-08-08,M,rep,NY,19,,Democrat,,,,,,,,,,K000261,,,,,,406419,,,,5317,Arthur George Klein -Lovre,Harold,Orrin,,,,1904-01-30,M,rep,SD,1,,Republican,,,,,,,,,,L000468,,,,,,406957,,,,5803,Harold Lovre -Martin,Thomas,Ellsworth,,,,1893-01-18,M,sen,IA,,2,Republican,,,,,,,,,,M000199,,,,,,407219,,,,6039,Thomas E. Martin -Murray,James,Cunningham,,,,1917-05-16,M,rep,IL,3,,Democrat,,,,,,,,,,M001107,,,,,,408071,,,,6819,James C. Murray -Murray,James,Edward,,,,1876-05-03,M,sen,MT,,2,Democrat,,,,,,,,,,M001108,,,,,,408072,,,,6820,James E. Murray -Neely,Matthew,Mansfield,,,,1874-11-09,M,sen,WV,,2,Democrat,,,,,,,,,,N000023,,,,,,408115,,,,6856,Matthew M. Neely -Nelson,Charles,Pembroke,,,,1907-07-02,M,rep,ME,2,,Republican,,,,,,,,,,N000031,,,,,,408122,,,,6863,Charles P. Nelson (congressman) -Neuberger,Richard,Lewis,,,,1912-12-26,M,sen,OR,,2,Democrat,,,,,,,,,,N000053,,,,,,408141,,,,6882,Richard L. Neuberger -Phillips,John,,,,,1887-09-11,M,rep,CA,29,,Republican,,,,,,,,,,P000309,,,,,,408709,,,,7415,John J. Phillips -Priest,James,Percy,,,,1900-04-01,M,rep,TN,5,,Democrat,,,,,,,,,,P000536,,,,,,408920,,,,7622,Percy Priest -Reed,Chauncey,William,,,,1890-06-02,M,rep,IL,14,,Republican,,,,,,,,,,R000111,,,,,,409091,,,,7779,Chauncey W. Reed -Richards,James,Prioleau,,,,1894-08-31,M,rep,SC,5,,Democrat,,,,,,,,,,R000214,,,,,,409190,,,,7869,James P. Richards -Short,Dewey,Jackson,,,,1898-04-07,M,rep,MO,7,,Republican,,,,,,,,,,S000377,,,,,,409871,,,,8484,Dewey Jackson Short -Thompson,Ruth,,,,,1887-09-15,F,rep,MI,9,,Republican,,,,,,,,,,T000216,,,,,,410795,,,,9338,Ruth Thompson -Tumulty,Thomas,James,,,,1913-03-02,M,rep,NJ,14,,Democrat,,,,,,,,,,T000408,,,,,,410977,,,,9505,T. James Tumulty -Velde,Harold,Himmel,,,,1910-04-01,M,rep,IL,18,,Republican,,,,,,,,,,V000082,,,,,,411138,,,,9657,Harold H. Velde -Wolcott,Jesse,Paine,,,,1893-03-03,M,rep,MI,7,,Republican,,,,,,,,,,W000668,,,,,,411821,,,,10303,Jesse P. Wolcott -Young,Clarence,Clifton,,,,1922-11-07,M,rep,NV,0,,Republican,,,,,,,,,,Y000032,,,,,,411965,,,,10437,Clarence Clifton Young -Humphreys,Robert,,,,,1893-08-20,M,sen,KY,,2,Democrat,,,,,,,,,,H000963,,,,,,405807,,,,4737,Robert Humphreys -Laird,William,Ramsey,III,,,1916-06-02,M,sen,WV,,1,Democrat,,,,,,,,,,L000025,,,,,,406535,,,,5411,William R. Laird III -Revercomb,William,Chapman,,,,1895-07-20,M,sen,WV,,1,Republican,,,,,,,,,,R000167,,,,,,409144,,,,7826,Chapman Revercomb -Wofford,Thomas,Albert,,,,1908-09-27,M,sen,SC,,2,Democrat,,,,,,,,,,W000666,,,,,,411819,,,,10301,Thomas A. Wofford -Allen,John,Joseph,Jr.,,,1899-11-27,M,rep,CA,7,,Republican,,,,,,,,,,A000133,,,,,,400789,,,,116,John J. Allen Jr. -Andresen,August,Herman,,,,1890-10-11,M,rep,MN,1,,Republican,,,,,,,,,,A000239,,,,,,400868,,,,188,August H. Andresen -Beamer,John,Valentine,,,,1896-11-17,M,rep,IN,5,,Republican,,,,,,,,,,B000276,,,,,,401270,,,,550,John V. Beamer -Bowler,James,Bernard,,,,1875-02-05,M,rep,IL,7,,Democrat,,,,,,,,,,B000698,,,,,,401660,,,,912,James Bowler -Brownson,Charles,Bruce,,,,1914-02-05,M,rep,IN,11,,Republican,,,,,,,,,,B000964,,,,,,401916,,,,1152,Charles B. Brownson -Burdick,Usher,Lloyd,,,,1879-02-21,M,rep,ND,0,,Republican,,,,,,,,,,B001079,,,,,,402025,,,,1254,Usher L. Burdick -Bush,Prescott,Sheldon,,,,1895-05-15,M,sen,CT,,3,Republican,,,,,,,,,,B001167,,,,,,402109,,,,1329,Prescott Bush -Butler,John,Marshall,,,,1897-07-21,M,sen,MD,,3,Republican,,,,,,,,,,B001180,,,,,,402122,,,,1341,John Marshall Butler -Byrne,Emmet,Francis,,,,1896-12-06,M,rep,IL,3,,Republican,,,,,,,,,,B001211,,,,,,402150,,,,1367,Emmet Byrne -Capehart,Homer,Earl,,,,1897-06-06,M,sen,IN,,3,Republican,,,,,,,,,,C000128,,,,,,402278,,,,1489,Homer E. Capehart -Carrigg,Joseph,Leonard,,,,1901-02-23,M,rep,PA,10,,Republican,,,,,,,,,,C000182,,,,,,402329,,,,1533,Joseph L. Carrigg -Carroll,John,Albert,,,,1901-07-30,M,sen,CO,,3,Democrat,,,,,,,,,,C000189,,,,,,402336,,,,1540,John A. Carroll -Case,Francis,Higbee,,,,1896-12-09,M,sen,SD,,3,Republican,,,,,,,,,,C000221,,,,,,402367,,,,1570,Francis H. Case -Chudoff,Earl,,,,,1907-11-15,M,rep,PA,4,,Democrat,,,,,,,,,,C000386,,,,,,402525,,,,1719,Earl Chudoff -Clevenger,Cliff,,,,,1885-08-20,M,rep,OH,5,,Republican,,,,,,,,,,C000515,,,,,,402650,,,,1839,Cliff Clevenger -Cole,William,Sterling,,,,1904-04-18,M,rep,NY,37,,Republican,,,,,,,,,,C000617,,,,,,402746,,,,1931,W. Sterling Cole -Cooper,Jere,,,,,1893-07-20,M,rep,TN,8,,Democrat,,,,,,,,,,C000755,,,,,,402875,,,,2049,Jere Cooper -Coudert,Frederic,René,Jr.,,,1898-05-07,M,rep,NY,17,,Republican,,,,,,,,,,C000804,,,,,,402923,,,,2089,Frederic René Coudert Jr. -Cretella,Albert,William,,,,1897-04-22,M,rep,CT,3,,Republican,,,,,,,,,,C000905,,,,,,403017,,,,2174,Albert W. Cretella -Cunningham,Paul,Harvey,,,,1890-06-15,M,rep,IA,5,,Republican,,,,,,,,,,C000993,,,,,,403101,,,,2256,Paul Cunningham (politician) -Dawson,William,Adams,,,,1903-11-05,M,rep,UT,2,,Republican,,,,,,,,,,D000155,,,,,,403288,,,,2430,William A. Dawson -Dellay,Vincent,John,,,,1907-06-23,M,rep,NJ,14,,Democrat,,,,,,,,,,D000219,,,,,,403361,,,,2484,Vincent J. Dellay -Dempsey,John,Joseph,,,,1879-06-22,M,rep,NM,0,,Democrat,,,,,,,,,,D000228,,,,,,403367,,,,2490,John J. Dempsey -Dennison,David,Short,,,,1918-07-29,M,rep,OH,11,,Republican,,,,,,,,,,D000246,,,,,,403384,,,,2504,David S. Dennison Jr. -Devereux,James,Patrick Sinnott,,,,1903-02-20,M,rep,MD,2,,Republican,,,,,,,,,,D000278,,,,,,403410,,,,2531,James Devereux -Dies,Martin,,Jr.,,,1900-11-05,M,rep,TX,0,,Democrat,,,,,,,,,,D000338,,,,,,403456,,,,2588,Martin Dies Jr. -Eberharter,Herman,Peter,,,,1892-04-29,M,rep,PA,28,,Democrat,,,,,,,,,,E000029,,,,,,403724,,,,2833,Herman P. Eberharter -George,Myron,Virgil,,,,1900-01-06,M,rep,KS,3,,Republican,,,,,,,,,,G000129,,,,,,404499,,,,3534,Myron V. George -Gordon,Thomas,Sylvy,,,,1893-12-17,M,rep,IL,8,,Democrat,,,,,,,,,,G000316,,,,,,404674,,,,3700,Thomas S. Gordon -Gregory,Noble,Jones,,,,1897-08-30,M,rep,KY,1,,Democrat,,,,,,,,,,G000447,,,,,,404793,,,,3809,Noble Jones Gregory -Gwinn,Ralph,Waldo,,,,1884-03-29,M,rep,NY,27,,Republican,,,,,,,,,,G000541,,,,,,404884,,,,3888,Ralph W. Gwinn -Hale,Robert,,,,,1889-11-29,M,rep,ME,1,,Republican,,,,,,,,,,H000036,,,,,,404921,,,,3924,Robert Hale (Maine politician) -Harden,Cecil,Murray,,,,1894-11-21,F,rep,IN,6,,Republican,,,,,,,,,,H000182,,,,,,405063,,,,4050,Cecil M. Harden -Harrison,Robert,Dinsmore,,,,1897-01-26,M,rep,NE,3,,Republican,,,,,,,,,,H000275,,,,,,405150,,,,4134,Robert Dinsmore Harrison -Haskell,Harry,Garner,Jr.,,,1921-05-27,M,rep,DE,0,,Republican,,,,,,,,,,H000318,,,,,,405191,,,,4172,Harry G. Haskell Jr. -Hays,Lawrence,Brooks,,,,1898-08-09,M,rep,AR,5,,Democrat,,,,,,,,,,H000405,,,,,,405272,,,,4244,Brooks Hays -Hennings,Thomas,Carey,Jr.,,,1903-06-25,M,sen,MO,,3,Democrat,,,,,,,,,,H000502,,,,,,405365,,,,4328,Thomas C. Hennings Jr. -Heselton,John,Walter,,,,1900-03-17,M,rep,MA,1,,Republican,,,,,,,,,,H000549,,,,,,405411,,,,4372,John W. Heselton -Hill,William,Silas,,,,1886-01-20,M,rep,CO,2,,Republican,,,,,,,,,,H000613,,,,,,405473,,,,4429,William S. Hill -Hillings,Patrick,Jerome,,,,1923-02-19,M,rep,CA,25,,Republican,,,,,,,,,,H000623,,,,,,405481,,,,4437,Patrick J. Hillings -Holmes,Otis,Halbert,,,,1902-02-22,M,rep,WA,4,,Republican,,,,,,,,,,H000740,,,,,,405591,,,,4537,Hal Holmes -Hyde,DeWitt,Stephen,,,,1909-03-21,M,rep,MD,6,,Republican,,,,,,,,,,H001021,,,,,,405858,,,,4785,DeWitt Hyde -James,Benjamin,Franklin,,,,1885-08-01,M,rep,PA,7,,Republican,,,,,,,,,,J000045,,,,,,405950,,,,4880,Benjamin F. James -Jenkins,Thomas,Albert,,,,1880-10-28,M,rep,OH,10,,Republican,,,,,,,,,,J000088,,,,,,405990,,,,4917,Thomas A. Jenkins -Kean,Robert,Winthrop,,,,1893-09-28,M,rep,NJ,12,,Republican,,,,,,,,,,K000029,,,,,,406200,,,,5109,Robert Kean -Kearney,Bernard,William,,Pat,,1889-05-23,M,rep,NY,32,,Republican,,,,,,,,,,K000030,,,,,,406201,,,,5110,Bernard W. Kearney -Keeney,Russell,Watson,,,,1897-12-29,M,rep,IL,14,,Republican,,,,,,,,,,K000042,,,,,,406212,,,,5120,Russell W. Keeney -Kelley,Augustine,Bernard,,,,1883-07-09,M,rep,PA,21,,Democrat,,,,,,,,,,K000058,,,,,,406228,,,,5136,Augustine B. Kelley -Knutson,Coya,Gjesdal,,,,1912-08-22,F,rep,MN,9,,Democrat,,,,,,,,,,K000300,,,,,,406456,,,,5351,Coya Knutson -Krueger,Otto,,,,,1890-09-07,M,rep,ND,0,,Republican,,,,,,,,,,K000332,,,,,,406486,,,,5370,Otto Krueger -Lanham,Henderson,Lovelace,,,,1888-09-14,M,rep,GA,7,,Democrat,,,,,,,,,,L000077,,,,,,406586,,,,5459,Henderson Lovelace Lanham -Latham,Henry,Jepson,,,,1908-12-10,M,rep,NY,4,,Republican,,,,,,,,,,L000108,,,,,,406615,,,,5488,Henry J. Latham -Le Compte,Karl,Miles,,,,1887-05-25,M,rep,IA,4,,Republican,,,,,,,,,,L000157,,,,,,406661,,,,5552,Karl M. Le Compte -Long,George,Shannon,,,,1883-09-11,M,rep,LA,8,,Democrat,,,,,,,,,,L000416,,,,,,406907,,,,5757,George S. Long -May,Edwin,Hyland,Jr.,,,1924-05-28,M,rep,CT,1,,Republican,,,,,,,,,,M000274,,,,,,407292,,,,6102,Edwin H. May Jr. -McConnell,Samuel,Kerns,Jr.,,,1901-04-06,M,rep,PA,13,,Republican,,,,,,,,,,M000354,,,,,,407362,,,,6169,Samuel K. McConnell Jr. -McGregor,J.,Harry,,,,1896-09-30,M,rep,OH,17,,Republican,,,,,,,,,,M000460,,,,,,407459,,,,6262,J. Harry McGregor -McIntosh,Robert,John,,,,1922-09-16,M,rep,MI,7,,Republican,,,,,,,,,,M000483,,,,,,407479,,,,6280,Robert J. McIntosh -McVey,William,Estus,,,,1885-12-13,M,rep,IL,4,,Republican,,,,,,,,,,M000609,,,,,,407598,,,,6389,William E. McVey -Miller,Arthur,Lewis,,,,1892-05-24,M,rep,NE,4,,Republican,,,,,,,,,,M000715,,,,,,407697,,,,6474,Arthur L. Miller -Miller,Edward,Tylor,,,,1895-02-01,M,rep,MD,1,,Republican,,,,,,,,,,M000724,,,,,,407704,,,,6481,Edward Tylor Miller -Morano,Albert,Paul,,,,1908-01-18,M,rep,CT,4,,Republican,,,,,,,,,,M000935,,,,,,407904,,,,6664,Albert P. Morano -Neal,William,Elmer,,,,1875-10-14,M,rep,WV,4,,Republican,,,,,,,,,,N000017,,,,,,408110,,,,6851,Will E. Neal -Nicholson,Donald,William,,,,1888-08-11,M,rep,MA,9,,Republican,,,,,,,,,,N000097,,,,,,408182,,,,6922,Donald W. Nicholson -Nimtz,F.,Jay,,,,1915-12-01,M,rep,IN,3,,Republican,,,,,,,,,,N000110,,,,,,408194,,,,6933,F. Jay Nimtz -O’Hara,Joseph,Patrick,,,,1895-01-23,M,rep,MN,2,,Republican,,,,,,,,,,O000056,,,,,,408291,,,,7044,Joseph P. O'Hara -Patterson,James,Thomas,,,,1908-10-20,M,rep,CT,5,,Republican,,,,,,,,,,P000119,,,,,,408527,,,,7245,James T. Patterson -Radwan,Edmund,Patrick,,,,1911-09-22,M,rep,NY,41,,Republican,,,,,,,,,,R000008,,,,,,408991,,,,7687,Edmund P. Radwan -Robeson,Edward,John,Jr.,,,1890-08-09,M,rep,VA,1,,Democrat,,,,,,,,,,R000329,,,,,,409300,,,,7969,Edward J. Robeson Jr. -Robsion,John,Marshall,Jr.,,,1904-08-28,M,rep,KY,3,,Republican,,,,,,,,,,R000359,,,,,,409330,,,,7997,John M. Robsion Jr. -Sadlak,Antoni,Nicholas,,,,1908-06-13,M,rep,CT,0,,Republican,,,,,,,,,,S000009,,,,,,409529,,,,8170,Antoni Sadlak -Scrivner,Errett,Power,,,,1898-03-20,M,rep,KS,2,,Republican,,,,,,,,,,S000194,,,,,,409699,,,,8318,Errett P. Scrivner -Scudder,Hubert,Baxter,,,,1888-11-05,M,rep,CA,1,,Republican,,,,,,,,,,S000198,,,,,,409703,,,,8322,Hubert B. Scudder -Sheehan,Timothy,Patrick,,,,1909-02-21,M,rep,IL,11,,Republican,,,,,,,,,,S000315,,,,,,409813,,,,8426,Timothy P. Sheehan -Shuford,George,Adams,,,,1895-09-05,M,rep,NC,12,,Democrat,,,,,,,,,,S000390,,,,,,409884,,,,8495,George A. Shuford -Sieminski,Alfred,Dennis,,,,1911-08-23,M,rep,NJ,13,,Democrat,,,,,,,,,,S000405,,,,,,409899,,,,8506,Alfred Dennis Sieminski -Simpson,Sidney,Elmer,,,,1894-09-20,M,rep,IL,20,,Republican,,,,,,,,,,S000437,,,,,,409931,,,,8533,Sid Simpson -Smith,Lawrence,Henry,,,,1892-09-15,M,rep,WI,1,,Republican,,,,,,,,,,S000585,,,,,,410065,,,,8663,Lawrence H. Smith -Stauffer,Simon,Walter,,,,1888-08-13,M,rep,PA,19,,Republican,,,,,,,,,,S000819,,,,,,410284,,,,8857,S. Walter Stauffer -Talle,Henry,Oscar,,,,1892-01-12,M,rep,IA,2,,Republican,,,,,,,,,,T000028,,,,,,410617,,,,9168,Henry O. Talle -Tewes,Donald,Edgar,,,,1916-08-04,M,rep,WI,2,,Republican,,,,,,,,,,T000139,,,,,,410721,,,,9267,Donald Edgar Tewes -Vorys,John,Martin,,,,1896-06-16,M,rep,OH,12,,Republican,,,,,,,,,,V000119,,,,,,411173,,,,9688,John Martin Vorys -Vursell,Charles,Wesley,,,,1881-02-08,M,rep,IL,23,,Republican,,,,,,,,,,V000125,,,,,,411179,,,,9693,Charles W. Vursell -Wigglesworth,Richard,Bowditch,,,,1891-04-25,M,rep,MA,13,,Republican,,,,,,,,,,W000450,,,,,,411607,,,,10095,Richard B. Wigglesworth -Wiley,Alexander,,,,,1884-05-26,M,sen,WI,,3,Republican,,,,,,,,,,W000465,,,,,,411622,,,,10110,Alexander Wiley -Williams,William,Robert,,,,1884-08-11,M,rep,NY,34,,Republican,,,,,,,,,,W000549,,,,,,411705,,,,10191,William R. Williams -Wolverton,Charles,Anderson,,,,1880-10-24,M,rep,NJ,1,,Republican,,,,,,,,,,W000683,,,,,,411835,,,,10314,Charles A. Wolverton -Hoblitzell,John,Dempsey,Jr.,,,1912-12-30,M,sen,WV,,2,Republican,,,,,,,,,,H000665,,,,,,405520,,,,4473,John D. Hoblitzell Jr. -Allen,Leo,Elwood,,,,1898-10-05,M,rep,IL,16,,Republican,,,,,,,,,,A000138,,,,,,400794,,,,121,Leo E. Allen -Anderson,LeRoy,Hagen,,,,1906-02-02,M,rep,MT,2,,Democrat,,,,,,,,,,A000200,,,,,,400855,,,,177,LeRoy H. Anderson -Barden,Graham,Arthur,,,,1896-09-25,M,rep,NC,3,,Democrat,,,,,,,,,,B000139,,,,,,401140,,,,431,Graham Arthur Barden -Barr,Joseph,Walker,,,,1918-01-17,M,rep,IN,11,,Democrat,,,,,,,,,,B000170,,,,,,401171,,,,458,Joseph W. Barr -Baumhart,Albert,David,Jr.,,,1908-06-15,M,rep,OH,13,,Republican,,,,,,,,,,B000245,,,,,,401239,,,,521,Albert David Baumhart Jr. -Beall,James,Glenn,,,,1894-06-05,M,sen,MD,,1,Republican,,,,,,,,,,B000271,,,,,,401265,,,,546,James Glenn Beall -Bentley,Alvin,Morell,,,,1918-08-30,M,rep,MI,8,,Republican,,,,,,,,,,B000391,,,,,,401382,,,,652,Alvin Morell Bentley -Bosch,Albert,Henry,,,,1908-10-30,M,rep,NY,5,,Republican,,,,,,,,,,B000646,,,,,,401610,,,,868,Albert H. Bosch -Bowles,Chester,Bliss,,,,1901-04-05,M,rep,CT,2,,Democrat,,,,,,,,,,B000699,,,,,,401661,,,,913,Chester Bowles -Boyle,Charles,Augustus,,,,1907-08-13,M,rep,IL,12,,Democrat,,,,,,,,,,B000727,,,,,,401687,,,,939,Charles A. Boyle -Brock,Lawrence,,,,,1906-08-16,M,rep,NE,3,,Democrat,,,,,,,,,,B000849,,,,,,401806,,,,1050,Lawrence Brock -Brown,Charles,Harrison,,,,1920-10-22,M,rep,MO,7,,Democrat,,,,,,,,,,B000908,,,,,,401865,,,,1103,Charles Harrison Brown -Brown,Paul,,,,,1880-03-31,M,rep,GA,10,,Democrat,,,,,,,,,,B000940,,,,,,401894,,,,1130,Paul Brown (Georgia politician) -Brunsdale,Clarence,Norman,,,,1891-07-09,M,sen,ND,,1,Republican,,,,,,,,,,B000982,,,,,,401934,,,,1167,Clarence Norman Brunsdale -Budge,Hamer,Harold,,,,1910-11-21,M,rep,ID,2,,Republican,,,,,,,,,,B001035,,,,,,401985,,,,1215,Hamer H. Budge -Burns,John,Anthony,,,,1909-03-30,M,rep,HI,0,,Democrat,,,,,,,,,,B001127,,,,,,402071,,,,,John A. Burns -Bush,Alvin,Ray,,,,1893-06-04,M,rep,PA,17,,Republican,,,,,,,,,,B001165,,,,,,402107,,,,1328,Alvin Bush -Byrd,Harry,Flood,,,,1887-06-10,M,sen,VA,,1,Democrat,,,,,,,,,,B001208,,,,,,402148,,,,1365,Harry F. Byrd -Canfield,Gordon,,,,,1898-04-15,M,rep,NJ,8,,Republican,,,,,,,,,,C000113,,,,,,402265,,,,1476,Gordon Canfield -Carnahan,Albert,Sidney Johnson,,,,1897-01-09,M,rep,MO,8,,Democrat,,,,,,,,,,C000162,,,,,,402310,,,,1517,A. S. J. Carnahan -Carter,Steven,V.,,,,1915-10-08,M,rep,IA,4,,Democrat,,,,,,,,,,C000199,,,,,,402345,,,,1549,Steven V. Carter -Chavez,Dennis,,,,,1888-04-08,M,sen,NM,,1,Democrat,,,,,,,,,,C000338,,,,,,402478,,,,1678,Dennis Chávez -Christopher,George,Henry,,,,1888-12-09,M,rep,MO,4,,Democrat,,,,,,,,,,C000383,,,,,,402522,,,,1717,George H. Christopher -Coffin,Frank,Morey,,,,1919-07-11,M,rep,ME,2,,Democrat,,,,,,,,,,C000589,,,,,,402718,,,,1904,Frank M. Coffin -Dixon,Henry,Aldous,,,,1890-06-29,M,rep,UT,1,,Republican,,,,,,,,,,D000368,,,,,,403485,,,,2616,Henry Aldous Dixon -Dollinger,Isidore,,,,,1903-11-13,M,rep,NY,23,,Democrat,,,,,,,,,,D000402,,,,,,403516,,,,2646,Isidore Dollinger -Dorn,Francis,Edwin,,,,1911-04-18,M,rep,NY,12,,Republican,,,,,,,,,,D000433,,,,,,403543,,,,2671,Francis E. Dorn -Durham,Carl,Thomas,,,,1892-08-28,M,rep,NC,6,,Democrat,,,,,,,,,,D000571,,,,,,403674,,,,2791,Carl T. Durham -Elliott,Douglas,Hemphill,,,,1921-06-03,M,rep,PA,18,,Republican,,,,,,,,,,E000121,,,,,,403812,,,,2910,Douglas Hemphill Elliott -Engle,Clair,,,,,1911-09-21,M,sen,CA,,1,Democrat,,,,,,,,,,E000181,,,,,,403870,,,,2965,Clair Engle -Flynn,Gerald,Thomas,,,,1910-10-07,M,rep,WI,1,,Democrat,,,,,,,,,,F000227,,,,,,404182,,,,3240,Gerald T. Flynn -Foley,John,Robert,,,,1917-10-16,M,rep,MD,6,,Democrat,,,,,,,,,,F000237,,,,,,404192,,,,3249,John R. Foley -Forand,Aime,Joseph,,,,1895-05-23,M,rep,RI,1,,Democrat,,,,,,,,,,F000255,,,,,,404209,,,,3264,Aime Forand -George,Newell,Adolphus,,,,1904-09-24,M,rep,KS,2,,Democrat,,,,,,,,,,G000130,,,,,,404500,,,,3535,Newell A. George -Hall,David,McKee,,,,1918-05-16,M,rep,NC,12,,Democrat,,,,,,,,,,H000048,,,,,,404933,,,,3936,David McKee Hall -Hargis,Denver,David,,,,1921-07-22,M,rep,KS,3,,Democrat,,,,,,,,,,H000204,,,,,,405084,,,,4071,Denver David Hargis -Harmon,Randall,S.,,,,1903-07-19,M,rep,IN,10,,Democrat,,,,,,,,,,H000216,,,,,,405094,,,,4081,Randall S. Harmon -Henderson,John,Earl,,,,1917-01-04,M,rep,OH,15,,Republican,,,,,,,,,,H000484,,,,,,405347,,,,4311,John E. Henderson -Hess,William,Emil,,,,1898-02-13,M,rep,OH,2,,Republican,,,,,,,,,,H000550,,,,,,405412,,,,4373,William E. Hess -Hogan,Earl,Lee,,,,1920-03-13,M,rep,IN,9,,Democrat,,,,,,,,,,H000690,,,,,,405543,,,,4494,Earl Hogan -Holt,Joseph,Franklin,III,,,1924-07-06,M,rep,CA,22,,Republican,,,,,,,,,,H000746,,,,,,405597,,,,4543,Joseph F. Holt -Jackson,Donald,Lester,,,,1910-01-23,M,rep,CA,16,,Republican,,,,,,,,,,J000008,,,,,,405915,,,,4846,Donald L. Jackson -Johnson,Byron,Lindberg,,,,1917-10-12,M,rep,CO,2,,Democrat,,,,,,,,,,J000119,,,,,,406020,,,,4943,Byron L. Johnson -Kasem,George,Albert,,,,1919-04-06,M,rep,CA,25,,Democrat,,,,,,,,,,K000015,,,,,,406187,,,,5099,George A. Kasem -Keating,Kenneth,Barnard,,,,1900-05-18,M,sen,NY,,1,Republican,,,,,,,,,,K000036,,,,,,406206,,,,5116,Kenneth Keating -Lafore,John,Armand,Jr.,,,1905-05-25,M,rep,PA,13,,Republican,,,,,,,,,,L000018,,,,,,406528,,,,5404,John A. Lafore Jr. -Levering,Robert,Woodrow,,,,1914-10-03,M,rep,OH,17,,Democrat,,,,,,,,,,L000260,,,,,,406763,,,,5625,Robert W. Levering -Long,Oren,Ethelbirt,,,,1889-03-04,M,sen,HI,,3,Democrat,,,,,,,,,,L000425,,,,,,406915,,,,5764,Oren E. Long -Mack,Russell,Vernon,,,,1891-06-13,M,rep,WA,3,,Republican,,,,,,,,,,M000021,,,,,,407049,,,,5885,Russell V. Mack -McGinley,Donald,Francis,,,,1920-06-30,M,rep,NE,4,,Democrat,,,,,,,,,,M000449,,,,,,407448,,,,6253,Donald McGinley -Meyer,William,Henry,,,,1914-12-29,M,rep,VT,0,,Democrat,,,,,,,,,,M000682,,,,,,407667,,,,6451,William H. Meyer -Miller,Ward,MacLaughlin,,,,1902-11-29,M,rep,OH,6,,Republican,,,,,,,,,,M000759,,,,,,407737,,,,,Ward Miller -Mitchell,Harlan,Erwin,,,,1924-08-17,M,rep,GA,7,,Democrat,,,,,,,,,,M000812,,,,,,407787,,,,6559,Harlan Erwin Mitchell -Morris,Toby,,,,,1899-02-28,M,rep,OK,6,,Democrat,,,,,,,,,,M000991,,,,,,407959,,,,6718,Toby Morris -Oliver,James,Churchill,,,,1895-08-06,M,rep,ME,1,,Democrat,,,,,,,,,,O000074,,,,,,408347,,,,7061,James C. Oliver -Polk,James,Gould,,,,1896-10-06,M,rep,OH,6,,Democrat,,,,,,,,,,P000408,,,,,,408801,,,,7506,James G. Polk -Porter,Charles,Orlando,,,,1919-04-04,M,rep,OR,4,,Democrat,,,,,,,,,,P000439,,,,,,408830,,,,7533,Charles O. Porter -Preston,Prince,Hulon,Jr.,,,1908-07-05,M,rep,GA,1,,Democrat,,,,,,,,,,P000516,,,,,,408901,,,,7605,Prince Hulon Preston Jr. -Prokop,Stanley,A.,,,,1909-07-29,M,rep,PA,10,,Democrat,,,,,,,,,,P000549,,,,,,408933,,,,7634,Stanley A. Prokop -Quigley,James,Michael,,,,1918-03-30,M,rep,PA,19,,Democrat,,,,,,,,,,Q000012,,,,,,408975,,,,7673,James M. Quigley -Reed,Daniel,Alden,,,,1875-09-15,M,rep,NY,43,,Republican,,,,,,,,,,R000113,,,,,,409093,,,,7781,Daniel A. Reed -Rees,Edward,Herbert,,,,1886-06-03,M,rep,KS,4,,Republican,,,,,,,,,,R000132,,,,,,409111,,,,7799,Edward Herbert Rees -Rogers,Edith,Nourse,,,,1881-03-19,F,rep,MA,5,,Republican,,,,,,,,,,R000392,,,,,,409360,,,,8024,Edith Nourse Rogers -Simpson,Edna,Oakes,,,,1891-10-26,F,rep,IL,20,,Republican,,,,,,,,,,S000430,,,,,,409924,,,,8527,Edna O. Simpson -Simpson,Richard,Murray,,,,1900-08-30,M,rep,PA,18,,Republican,,,,,,,,,,S000436,,,,,,409930,,,,8532,Richard M. Simpson -Smith,Wint,,,,,1892-10-07,M,rep,KS,6,,Republican,,,,,,,,,,S000640,,,,,,410114,,,,8709,Wint Smith -Taylor,Dean,Park,,,,1902-01-01,M,rep,NY,31,,Republican,,,,,,,,,,T000070,,,,,,410655,,,,9203,Dean P. Taylor -Teller,Ludwig,,,,,1911-06-22,M,rep,NY,20,,Democrat,,,,,,,,,,T000118,,,,,,410700,,,,9248,Ludwig Teller -Thomson,Edwin,Keith,,,,1919-02-08,M,rep,WY,0,,Republican,,,,,,,,,,T000229,,,,,,410808,,,,9350,Edwin Keith Thomson -Wainwright,Stuyvesant,II,,,,1921-03-16,M,rep,NY,1,,Republican,,,,,,,,,,W000024,,,,,,411203,,,,9716,Stuyvesant Wainwright -Wampler,Fred,,,,,1909-10-15,M,rep,IN,6,,Democrat,,,,,,,,,,W000120,,,,,,411295,,,,9801,Fred Wampler (Indiana) -Wier,Roy,William,,,,1888-02-25,M,rep,MN,3,,Democrat,,,,,,,,,,W000446,,,,,,411603,,,,10092,Roy Wier -Withrow,Gardner,Robert,,,,1892-10-05,M,rep,WI,3,,Republican,,,,,,,,,,W000663,,,,,,411816,,,,10299,Gardner R. Withrow -Wolf,Leonard,George,,,,1925-10-29,M,rep,IA,2,,Democrat,,,,,,,,,,W000675,,,,,,411827,,,,10308,Leonard G. Wolf -Lusk,Hall,Stoner,,,,1883-09-21,M,sen,OR,,2,Democrat,,,,,,,,,,L000520,,,,,,407005,,,,5843,Hall S. Lusk -Neuberger,Maurine,Brown,,,,1907-01-09,F,sen,OR,,2,Democrat,,,,,,,,,,N000052,,,,,,408140,,,,6881,Maurine Neuberger -Smith,Benjamin,A.,II,,,1916-03-26,M,sen,MA,,1,Democrat,,,,,,,,,,S000517,,,,,,410001,,,,10822,Benjamin A. Smith II -Addonizio,Hugh,Joseph,,,,1914-01-31,M,rep,NJ,11,,Democrat,,,,,,,,,,A000054,,,,,,400715,,,,46,Hugh Joseph Addonizio -Alexander,Hugh,Quincy,,,,1911-08-07,M,rep,NC,9,,Democrat,,,,,,,,,,A000094,,,,,,400752,,,,82,Hugh Quincy Alexander -Alford,Thomas,Dale,,,,1916-01-28,M,rep,AR,5,,Democrat,,,,,,,,,,A000105,,,,,,400763,,,,92,Dale Alford -Andersen,Herman,Carl,,,,1897-01-27,M,rep,MN,7,,Republican,,,,,,,,,,A000179,,,,,,400834,,,,158,Herman Carl Andersen -Anfuso,Victor,L’Episcopo,,,,1905-03-10,M,rep,NY,8,,Democrat,,,,,,,,,,A000255,,,,,,400891,,,,205,Victor Anfuso -Bailey,Cleveland,Monroe,,,,1886-07-15,M,rep,WV,3,,Democrat,,,,,,,,,,B000035,,,,,,401040,,,,339,Cleveland M. Bailey -Bass,Perkins,,,,,1912-10-06,M,rep,NH,2,,Republican,,,,,,,,,,B000222,,,,,,401218,,,,503,Perkins Bass -Blakley,William,Arvis,,,,1898-11-17,M,sen,TX,,2,Democrat,,,,,,,,,,B000536,,,,,,401511,,,,777,William A. Blakley -Blitch,Iris,Faircloth,,,,1912-04-25,F,rep,GA,8,,Democrat,,,,,,,,,,B000561,,,,,,401535,,,,798,Iris Faircloth Blitch -Boykin,Frank,William,,,,1885-02-21,M,rep,AL,1,,Democrat,,,,,,,,,,B000725,,,,,,401685,,,,937,Frank W. Boykin -Breeding,James,Floyd,,,,1901-09-28,M,rep,KS,5,,Democrat,,,,,,,,,,B000791,,,,,,401748,,,,997,James Floyd Breeding -Brooks,Overton,,,,,1897-12-21,M,rep,LA,4,,Democrat,,,,,,,,,,B000884,,,,,,401841,,,,1081,Overton Brooks -Burke,Frank,Welsh,,,,1920-06-01,M,rep,KY,3,,Democrat,,,,,,,,,,B001090,,,,,,402036,,,,1264,Frank W. Burke -Chiperfield,Robert,Bruce,,,,1899-11-20,M,rep,IL,19,,Republican,,,,,,,,,,C000365,,,,,,402504,,,,1702,Robert B. Chiperfield -Church,Marguerite,Stitt,,,,1892-09-13,F,rep,IL,13,,Republican,,,,,,,,,,C000389,,,,,,402528,,,,1722,Marguerite S. Church -Coad,Merwin,,,,,1924-09-28,M,rep,IA,6,,Democrat,,,,,,,,,,C000540,,,,,,402673,,,,1861,Merwin Coad -Cook,Robert,Eugene,,,,1920-05-19,M,rep,OH,11,,Democrat,,,,,,,,,,C000725,,,,,,402847,,,,2023,Robert E. Cook -Curtis,Laurence,,,,,1893-09-03,M,rep,MA,10,,Republican,,,,,,,,,,C001011,,,,,,403118,,,,2272,Laurence Curtis -Davis,James,Curran,,,,1895-05-17,M,rep,GA,5,,Democrat,,,,,,,,,,D000109,,,,,,403245,,,,2389,James C. Davis -Dooley,Edwin,Benedict,,,,1905-04-13,M,rep,NY,26,,Republican,,,,,,,,,,D000425,,,,,,403537,,,,2665,Edwin B. Dooley -Douglas,Paul,Howard,,,,1892-03-26,M,sen,IL,,2,Democrat,,,,,,,,,,D000456,,,,,,403566,,,,2691,Paul Douglas -Durno,Edwin,Russell,,,,1899-01-26,M,rep,OR,4,,Republican,,,,,,,,,,D000575,,,,,,403678,,,,10515,Edwin Russell Durno -Dworshak,Henry,Clarence,,,,1894-08-29,M,sen,ID,,2,Republican,,,,,,,,,,D000585,,,,,,403688,,,,2803,Henry Dworshak -Fenton,Ivor,David,,,,1889-08-03,M,rep,PA,12,,Republican,,,,,,,,,,F000075,,,,,,404033,,,,3105,Ivor D. Fenton -Frazier,James,Beriah,Jr.,,,1890-06-23,M,rep,TN,3,,Democrat,,,,,,,,,,F000353,,,,,,404300,,,,3346,James B. Frazier Jr. -Garland,Peter,Adams,,,,1923-06-16,M,rep,ME,1,,Republican,,,,,,,,,,G000069,,,,,,404442,,,,10519,Peter A. Garland -Granahan,Kathryn,Elizabeth,,,,1894-12-07,F,rep,PA,2,,Democrat,,,,,,,,,,G000368,,,,,,404720,,,,3743,Kathryn E. Granahan -Harrison,Burr,Powell,,,,1904-07-02,M,rep,VA,7,,Democrat,,,,,,,,,,H000264,,,,,,405141,,,,4125,Burr Harrison -Hickey,John,Joseph,,,,1911-08-22,M,sen,WY,,2,Democrat,,,,,,,,,,H000561,,,,,,405423,,,,10806,John J. Hickey -Hiestand,Edgar,Willard,,,,1888-12-03,M,rep,CA,21,,Republican,,,,,,,,,,H000568,,,,,,405430,,,,4388,Edgar W. Hiestand -Hoffman,Clare,Eugene,,,,1875-09-10,M,rep,MI,4,,Republican,,,,,,,,,,H000683,,,,,,405536,,,,4487,Clare Hoffman -Holtzman,Lester,,,,,1913-06-01,M,rep,NY,6,,Democrat,,,,,,,,,,H000753,,,,,,405604,,,,4548,Lester Holtzman -Ikard,Frank,Neville,,,,1913-01-30,M,rep,TX,13,,Democrat,,,,,,,,,,I000007,,,,,,405869,,,,4796,Frank N. Ikard -Johnson,Thomas,Francis,,,,1909-06-26,M,rep,MD,1,,Democrat,,,,,,,,,,J000176,,,,,,406072,,,,4993,Thomas Francis Johnson -Judd,Walter,Henry,,,,1898-09-25,M,rep,MN,5,,Republican,,,,,,,,,,J000278,,,,,,406170,,,,5083,Walter Judd (politician) -Kearns,Carroll,Dudley,,,,1900-05-07,M,rep,PA,24,,Republican,,,,,,,,,,K000032,,,,,,406202,,,,5112,Carroll D. Kearns -Kefauver,Carey,Estes,,,,1903-07-26,M,sen,TN,,2,Democrat,,,,,,,,,,K000044,,,,,,406214,,,,5122,Estes Kefauver -Kerr,Robert,Samuel,,,,1896-09-11,M,sen,OK,,2,Democrat,,,,,,,,,,K000144,,,,,,406310,,,,5213,Robert S. Kerr -Kilday,Paul,Joseph,,,,1900-03-29,M,rep,TX,20,,Democrat,,,,,,,,,,K000171,,,,,,406335,,,,5236,Paul J. Kilday -Kitchin,Alvin,Paul,,,,1908-09-13,M,rep,NC,8,,Democrat,,,,,,,,,,K000249,,,,,,406408,,,,5306,Alvin Paul Kitchin -Kowalski,Frank,,,,,1907-10-18,M,rep,CT,0,,Democrat,,,,,,,,,,K000320,,,,,,406474,,,,5362,Frank Kowalski -Lane,Thomas,Joseph,,,,1898-07-06,M,rep,MA,7,,Democrat,,,,,,,,,,L000065,,,,,,406574,,,,5447,Thomas J. Lane -Loser,Joseph,Carlton,,,,1892-10-01,M,rep,TN,5,,Democrat,,,,,,,,,,L000446,,,,,,406937,,,,5783,Joseph Carlton Loser -Machrowicz,Thaddeus,Michael,,,,1899-08-21,M,rep,MI,1,,Democrat,,,,,,,,,,M000014,,,,,,407043,,,,5880,Thaddeus M. Machrowicz -Mack,Peter,Francis,Jr.,,,1916-11-01,M,rep,IL,21,,Democrat,,,,,,,,,,M000020,,,,,,407048,,,,5884,Peter F. Mack Jr. -Magnuson,Donald,Hammer,,,,1911-03-07,M,rep,WA,7,,Democrat,,,,,,,,,,M000052,,,,,,407080,,,,5912,Donald H. Magnuson -Marshall,Fred,,,,,1906-03-13,M,rep,MN,6,,Democrat,,,,,,,,,,M000152,,,,,,407174,,,,5998,Fred Marshall (American politician) -Mason,Noah,Morgan,,,,1882-07-19,M,rep,IL,15,,Republican,,,,,,,,,,M000224,,,,,,407242,,,,6061,Noah M. Mason -McDonough,Gordon,Leo,,,,1895-01-02,M,rep,CA,15,,Republican,,,,,,,,,,M000414,,,,,,407414,,,,6220,Gordon L. McDonough -McNamara,Patrick,Vincent,,,,1894-10-04,M,sen,MI,,2,Democrat,,,,,,,,,,M000582,,,,,,407573,,,,6366,Patrick V. McNamara -McSween,Harold,Barnett,,,,1926-07-19,M,rep,LA,8,,Democrat,,,,,,,,,,M000605,,,,,,407594,,,,6386,Harold B. McSween -McVey,Walter,Lewis,Jr.,,,1922-02-19,M,rep,KS,3,,Republican,,,,,,,,,,M000608,,,,,,407597,,,,10536,Walter Lewis McVey Jr. -Merrow,Chester,Earl,,,,1906-11-15,M,rep,NH,1,,Republican,,,,,,,,,,M000664,,,,,,407650,,,,6437,Chester Earl Merrow -Miller,Clement,Woodnutt,,,,1916-10-28,M,rep,CA,1,,Democrat,,,,,,,,,,M000719,,,,,,407701,,,,6477,Clement Woodnutt Miller -Moorehead,Tom,Van Horn,,,,1898-04-12,M,rep,OH,15,,Republican,,,,,,,,,,M000927,,,,,,407897,,,,10537,Tom Van Horn Moorehead -Moulder,Morgan,Moore,,,,1904-08-31,M,rep,MO,11,,Democrat,,,,,,,,,,M001045,,,,,,408012,,,,6765,Morgan M. Moulder -Mumma,Walter,Mann,,,,1890-11-20,M,rep,PA,16,,Republican,,,,,,,,,,M001077,,,,,,408042,,,,6795,Walter M. Mumma -Murphy,Maurice,J.,Jr.,,,1927-10-03,M,sen,NH,,2,Republican,,,,,,,,,,M001100,,,,,,408064,,,,10815,Maurice J. Murphy Jr. -Norrell,Catherine,Dorris,,,,1901-03-30,F,rep,AR,6,,Democrat,,,,,,,,,,N000136,,,,,,408220,,,,10541,Catherine Dorris Norrell -Norrell,William,Frank,,,,1896-08-29,M,rep,AR,6,,Democrat,,,,,,,,,,N000137,,,,,,408221,,,,6958,William F. Norrell -Peterson,Morris,Blaine,,,,1906-03-26,M,rep,UT,1,,Democrat,,,,,,,,,,P000264,,,,,,408665,,,,10544,M. Blaine Peterson -Pfost,Gracie,Bowers,,,,1906-03-12,F,rep,ID,1,,Democrat,,,,,,,,,,P000287,,,,,,408687,,,,7392,Gracie Pfost -Rabaut,Louis,Charles,,,,1886-12-05,M,rep,MI,14,,Democrat,,,,,,,,,,R000001,,,,,,408985,,,,7682,Louis C. Rabaut -Ray,John,Henry,,,,1886-09-27,M,rep,NY,15,,Republican,,,,,,,,,,R000077,,,,,,409057,,,,7749,John H. Ray -Rayburn,Samuel,Taliaferro,,,,1882-01-06,M,rep,TX,4,,Democrat,,,,,,,,,,R000082,,,,,,409062,,,,7753,Sam Rayburn -Reece,Brazilla,Carroll,,,,1889-12-22,M,rep,TN,1,,Republican,,,,,,,,,,R000108,,,,,,409088,,,,7777,B. Carroll Reece -Reece,Louise,Goff,,,,1898-11-06,F,rep,TN,1,,Republican,,,,,,,,,,R000109,,,,,,409089,,,,10547,Louise Goff Reece -Riley,Corinne,Boyd,,,,1893-07-04,F,rep,SC,2,,Democrat,,,,,,,,,,R000259,,,,,,409234,,,,10549,Corinne Boyd Riley -Riley,John,Jacob,,,,1895-02-01,M,rep,SC,2,,Democrat,,,,,,,,,,R000260,,,,,,409235,,,,7908,John J. Riley -Robertson,Absalom,Willis,,,,1887-05-27,M,sen,VA,,2,Democrat,,,,,,,,,,R000317,,,,,,409288,,,,7958,Absalom Willis Robertson -Rutherford,J.,T.,,,,1921-05-30,M,rep,TX,16,,Democrat,,,,,,,,,,R000547,,,,,,409503,,,,8147,J. T. Rutherford -Saltonstall,Leverett,,,,,1892-09-01,M,sen,MA,,2,Republican,,,,,,,,,,S000021,,,,,,409540,,,,8185,Leverett Saltonstall -Santangelo,Alfred,Edward,,,,1912-06-04,M,rep,NY,18,,Democrat,,,,,,,,,,S000057,,,,,,409571,,,,8214,Alfred E. Santangelo -Saund,Dalip,Singh,,,,1899-09-20,M,rep,CA,29,,Democrat,,,,,,,,,,S000075,,,,,,409587,,,,8225,Dalip Singh Saund -Scherer,Gordon,Harry,,,,1906-12-26,M,rep,OH,1,,Republican,,,,,,,,,,S000120,,,,,,409628,,,,8260,Gordon H. Scherer -Schoeppel,Andrew,Frank,,,,1894-11-23,M,sen,KS,,2,Republican,,,,,,,,,,S000138,,,,,,409646,,,,8270,Andrew Frank Schoeppel -Scranton,William,Warren,,,,1917-07-19,M,rep,PA,10,,Republican,,,,,,,,,,S000193,,,,,,409698,,,,10558,William Scranton -Seely-Brown,Horace,,Jr.,,,1908-05-12,M,rep,CT,2,,Republican,,,,,,,,,,S000224,,,,,,409729,,,,8346,Horace Seely-Brown Jr. -Smith,Frank,Ellis,,,,1918-02-21,M,rep,MS,3,,Democrat,,,,,,,,,,S000533,,,,,,410016,,,,8616,Frank E. Smith -Spence,Brent,,,,,1874-12-24,M,rep,KY,5,,Democrat,,,,,,,,,,S000717,,,,,,410187,,,,8778,Brent Spence -Taber,John,,,,,1880-05-05,M,rep,NY,36,,Republican,,,,,,,,,,T000001,,,,,,410591,,,,9144,John Taber -Udall,Stewart,Lee,,,,1920-01-31,M,rep,AZ,2,,Democrat,,,,,,,,,,U000002,,,,,,411026,,,,9549,Stewart Udall -Van Zandt,James,Edward,,,,1898-12-18,M,rep,PA,20,,Republican,,,,,,,,,,V000069,,,,,,411111,,,,9645,James E. Van Zandt -Weaver,Phillip,Hart,,,,1919-04-09,M,rep,NE,1,,Republican,,,,,,,,,,W000228,,,,,,411396,,,,9895,Phillip Hart Weaver -Weis,Jessica,McCullough,,,,1901-07-08,F,rep,NY,38,,Republican,,,,,,,,,,W000256,,,,,,411424,,,,9920,Jessica M. Weis -Zelenko,Herbert,,,,,1906-03-16,M,rep,NY,21,,Democrat,,,,,,,,,,Z000003,,,,,,411996,,,,10464,Herbert Zelenko -Kennedy,John,Fitzgerald,,,,1917-05-29,M,sen,MA,,1,Democrat,,,,,,,,,,K000107,,,,,,406274,,,,5180,John F. Kennedy -Bottum,Joseph,H.,,,,1903-08-07,M,sen,SD,,3,Republican,,,,,,,,,,B000656,,,,,,401619,,,,10801,Joseph H. Bottum -Mechem,Edwin,Leard,,,,1912-07-02,M,sen,NM,,1,Republican,,,,,,,,,,M000623,,,,,,407612,,,,10811,Edwin L. Mechem -Simpson,Milward,Lee,,,,1897-11-12,M,sen,WY,,2,Republican,,,,,,,,,,S000434,,,,,,409928,,,,10820,Milward Simpson -Abele,Homer,E.,,,,1916-11-21,M,rep,OH,10,,Republican,,,,,,,,,,A000011,,,,,,400674,,,,10568,Pete Abele -Alger,Bruce,Reynolds,,,,1918-06-12,M,rep,TX,5,,Republican,,,,,,,,,,A000106,,,,,,400764,,,,93,Bruce Alger -Auchincloss,James,Coats,,,,1885-01-19,M,rep,NJ,3,,Republican,,,,,,,,,,A000227,,,,,,400986,,,,291,James C. Auchincloss -Avery,William,Henry,,,,1911-08-11,M,rep,KS,2,,Republican,,,,,,,,,,A000228,,,,,,400997,,,,301,William H. Avery (politician) -Baker,Howard,Henry,,,,1902-01-12,M,rep,TN,2,,Republican,,,,,,,,,,B000062,,,,,,401066,,,,364,Howard Baker Sr. -Baker,Irene,Bailey,,,,1901-11-17,F,rep,TN,2,,Republican,,,,,,,,,,B000064,,,,,,401068,,,,10570,Irene Baker -Barry,Robert,Raymond,,,,1915-05-15,M,rep,NY,25,,Republican,,,,,,,,,,B000190,,,,,,401189,,,,476,Robert R. Barry -Becker,Frank,John,,,,1899-08-27,M,rep,NY,5,,Republican,,,,,,,,,,B000292,,,,,,401285,,,,563,Frank J. Becker -Beermann,Ralph,Frederick,,,,1912-08-13,M,rep,NE,1,,Republican,,,,,,,,,,B000310,,,,,,401302,,,,10504,Ralph F. Beermann -Bennett,John,Bonifas,,,,1904-01-10,M,rep,MI,12,,Republican,,,,,,,,,,B000377,,,,,,401369,,,,639,John B. Bennett -Bolton,Oliver,Payne,,,,1917-02-22,M,rep,OH,11,,Republican,,,,,,,,,,B000608,,,,,,401576,,,,838,Oliver P. Bolton -Brewster,Daniel,Baugh,,,,1923-11-23,M,sen,MD,,3,Democrat,,,,,,,,,,B000813,,,,,,401770,,,,1018,Daniel Brewster -Bromwell,James,Edward,,,,1920-03-26,M,rep,IA,2,,Republican,,,,,,,,,,B000867,,,,,,401824,,,,10506,James E. Bromwell -Bruce,Donald,Cogley,,,,1921-04-27,M,rep,IN,11,,Republican,,,,,,,,,,B000969,,,,,,401921,,,,10507,Donald C. Bruce -Buckley,Charles,Anthony,,,,1890-06-23,M,rep,NY,23,,Democrat,,,,,,,,,,B001024,,,,,,401974,,,,1205,Charles A. Buckley -Burkhalter,Everett,Glen,,,,,M,rep,CA,27,,Democrat,,,,,,,,,,B001104,,,,,,402049,,,,10575,Everett G. Burkhalter -Cannon,Clarence,Andrew,,,,1879-04-11,M,rep,MO,9,,Democrat,,,,,,,,,,C000117,,,,,,402268,,,,1479,Clarence Cannon -Carlson,Frank,,,,,1893-01-23,M,sen,KS,,3,Republican,,,,,,,,,,C000154,,,,,,402303,,,,1510,Frank Carlson -Chenoweth,John,Edgar,,,,1897-08-17,M,rep,CO,3,,Republican,,,,,,,,,,C000346,,,,,,402485,,,,1684,John Chenoweth -Clark,Joseph,Sill,,,,1901-10-21,M,sen,PA,,3,Democrat,,,,,,,,,,C000444,,,,,,402582,,,,1776,Joseph S. Clark Jr. -Davis,Clifford,,,,,1897-11-18,M,rep,TN,9,,Democrat,,,,,,,,,,D000094,,,,,,403231,,,,2376,Clifford Davis (politician) -Derounian,Steven,Boghos,,,,1918-04-06,M,rep,NY,3,,Republican,,,,,,,,,,D000266,,,,,,403402,,,,2523,Steven Derounian -Dirksen,Everett,McKinley,,,,1896-01-04,M,sen,IL,,3,Republican,,,,,,,,,,D000360,,,,,,403477,,,,2609,Everett Dirksen -Doyle,Clyde,Gilman,,,,1887-07-11,M,rep,CA,23,,Democrat,,,,,,,,,,D000481,,,,,,403590,,,,2713,Clyde Doyle -Edmondson,James,Howard,,,,1925-09-27,M,sen,OK,,2,Democrat,,,,,,,,,,E000055,,,,,,403750,,,,10803,J. Howard Edmondson -Elliott,Carl,Atwood,,,,1913-12-20,M,rep,AL,0,,Democrat,,,,,,,,,,E000120,,,,,,403811,,,,2909,Carl Elliott -Fernós-Isern,Antonio,,,,,1895-05-10,M,rep,PR,0,,Popular Democrat,,,,,,,,,,F000087,,,,,,404045,,,,,Antonio Fernós-Isern -Finnegan,Edward,Rowan,,,,1905-06-05,M,rep,IL,9,,Democrat,,,,,,,,,,F000135,,,,,,404090,,,,10518,Edward Rowan Finnegan -Forrester,Elijah,Lewis,,,,1896-08-16,M,rep,GA,3,,Democrat,,,,,,,,,,F000283,,,,,,404233,,,,3286,Tic Forrester -Gary,Julian,Vaughan,,,,1892-02-25,M,rep,VA,3,,Democrat,,,,,,,,,,G000091,,,,,,404463,,,,3499,J. Vaughan Gary -Gavin,Leon,Harry,,,,1893-02-25,M,rep,PA,23,,Republican,,,,,,,,,,G000102,,,,,,404474,,,,3510,Leon H. Gavin -Gill,Thomas,Ponce,,,,1922-04-21,M,rep,HI,1,,Democrat,,,,,,,,,,G000192,,,,,,404557,,,,10589,Thomas Gill (politician) -Glenn,Milton,Willits,,,,1903-06-18,M,rep,NJ,2,,Republican,,,,,,,,,,G000237,,,,,,404599,,,,3629,Milton W. Glenn -Grant,George,McInvale,,,,1897-07-11,M,rep,AL,0,,Democrat,,,,,,,,,,G000381,,,,,,404732,,,,3754,George M. Grant -Green,William,Joseph,Jr.,,,1910-03-05,M,rep,PA,5,,Democrat,,,,,,,,,,G000421,,,,,,404769,,,,3785,William J. Green Jr. -Gruening,Ernest,,,,,1887-02-06,M,sen,AK,,3,Democrat,,,,,,,,,,G000508,,,,,,404853,,,,3864,Ernest Gruening -Harding,Ralph,R.,,,,1929-09-09,M,rep,ID,2,,Democrat,,,,,,,,,,H000191,,,,,,405072,,,,10524,Ralph R. Harding -Hayden,Carl,Trumbull,,,,1877-10-02,M,sen,AZ,,3,Democrat,,,,,,,,,,H000385,,,,,,405253,,,,4227,Carl Hayden -Healey,James,Christopher,,,,1909-12-24,M,rep,NY,21,,Democrat,,,,,,,,,,H000424,,,,,,405290,,,,4262,James C. Healey -Hemphill,Robert,Witherspoon,,,,1915-05-10,M,rep,SC,5,,Democrat,,,,,,,,,,H000471,,,,,,405334,,,,4299,Robert W. Hemphill -Hickenlooper,Bourke,Blakemore,,,,1896-07-21,M,sen,IA,,3,Republican,,,,,,,,,,H000559,,,,,,405421,,,,4382,Bourke B. Hickenlooper -Hill,Joseph,Lister,,,,1894-12-29,M,sen,AL,,3,Democrat,,,,,,,,,,H000598,,,,,,405460,,,,4418,J. Lister Hill -Hoeven,Charles,Bernard,,,,1895-03-30,M,rep,IA,6,,Republican,,,,,,,,,,H000678,,,,,,405531,,,,4482,Charles B. Hoeven -Hoffman,Elmer,Joseph,,,,1899-07-07,M,rep,IL,14,,Republican,,,,,,,,,,H000684,,,,,,405537,,,,4488,Elmer J. Hoffman -Horan,Walter,Franklin,,Walt,,1898-10-15,M,rep,WA,5,,Republican,,,,,,,,,,H000786,,,,,,405636,,,,4579,Walt Horan -Huddleston,George,,Jr.,,,1920-03-19,M,rep,AL,0,,Democrat,,,,,,,,,,H000904,,,,,,405750,,,,4686,George Huddleston Jr. -Jensen,Benton,Franklin,,,,1892-12-16,M,rep,IA,7,,Republican,,,,,,,,,,J000100,,,,,,406002,,,,4928,Ben F. Jensen -Johansen,August,Edgar,,,,1905-07-21,M,rep,MI,3,,Republican,,,,,,,,,,J000109,,,,,,406011,,,,4935,August E. Johansen -Johnson,Lester,Roland,,,,1901-06-16,M,rep,WI,9,,Democrat,,,,,,,,,,J000158,,,,,,406056,,,,4977,Lester Johnson (politician) -Johnston,Olin,DeWitt Talmadge,,,,1896-11-18,M,sen,SC,,3,Democrat,,,,,,,,,,J000195,,,,,,406090,,,,5009,Olin D. Johnston -Kee,Maude,Elizabeth,,,,1895-06-07,F,rep,WV,5,,Democrat,,,,,,,,,,K000040,,,,,,406210,,,,5118,Elizabeth Kee -Kilburn,Clarence,Evans,,,,1893-04-13,M,rep,NY,31,,Republican,,,,,,,,,,K000170,,,,,,406334,,,,5235,Clarence E. Kilburn -Kilgore,Joe,Madison,,,,1918-12-10,M,rep,TX,15,,Democrat,,,,,,,,,,K000177,,,,,,406340,,,,5241,Joe M. Kilgore -Knox,Victor,Alfred,,,,1899-01-13,M,rep,MI,11,,Republican,,,,,,,,,,K000298,,,,,,406454,,,,5349,Victor A. Knox -Kuchel,Thomas,Henry,,,,1910-08-15,M,sen,CA,,3,Republican,,,,,,,,,,K000335,,,,,,406489,,,,5372,Thomas Kuchel -Lankford,Richard,Estep,,,,1914-07-22,M,rep,MD,5,,Democrat,,,,,,,,,,L000081,,,,,,406590,,,,5463,Richard Lankford -Lausche,Frank,John,,,,1895-11-14,M,sen,OH,,3,Democrat,,,,,,,,,,L000122,,,,,,406628,,,,5500,Frank Lausche -Lesinski,John,,Jr.,,,1914-12-28,M,rep,MI,16,,Democrat,,,,,,,,,,L000252,,,,,,406755,,,,5617,John Lesinski Jr. -Libonati,Roland,Victor,,,,1900-12-29,M,rep,IL,7,,Democrat,,,,,,,,,,L000299,,,,,,406794,,,,5654,Roland V. Libonati -Long,Edward,Vaughn,,,,1908-07-18,M,sen,MO,,3,Democrat,,,,,,,,,,L000415,,,,,,406906,,,,5756,Edward V. Long -Martin,Patrick,Minor,,,,1924-11-25,M,rep,CA,38,,Republican,,,,,,,,,,M000197,,,,,,407217,,,,10604,Patrick M. Martin -McIntire,Clifford,Guy,,,,1908-05-04,M,rep,ME,2,,Republican,,,,,,,,,,M000478,,,,,,407475,,,,6276,Clifford McIntire -McLoskey,Robert,Thaddeus,,,,1907-06-26,M,rep,IL,19,,Republican,,,,,,,,,,M000558,,,,,,407550,,,,10608,Robert T. McLoskey -Meader,George,,,,,1907-09-13,M,rep,MI,2,,Republican,,,,,,,,,,M000620,,,,,,407609,,,,6399,George Meader -Miller,William,Edward,,,,1914-03-22,M,rep,NY,40,,Republican,,,,,,,,,,M000762,,,,,,407740,,,,6516,William E. Miller -Milliken,William,H.,Jr.,,,1897-08-19,M,rep,PA,7,,Republican,,,,,,,,,,M000770,,,,,,407748,,,,6524,"William H. Milliken, Jr." -Monroney,Almer,Stillwell Mike,,,,1902-03-02,M,sen,OK,,3,Democrat,,,,,,,,,,M000859,,,,,,407832,,,,6597,Mike Monroney -Morse,Wayne,Lyman,,,,1900-10-20,M,sen,OR,,3,Democrat,,,,,,,,,,M001014,,,,,,407981,,,,6738,Wayne Morse -Morton,Thruston,Ballard,,,,1907-08-19,M,sen,KY,,3,Republican,,,,,,,,,,M001022,,,,,,407989,,,,6745,Thruston Ballard Morton -Norblad,Albin,Walter,Jr.,,,1908-09-12,M,rep,OR,1,,Republican,,,,,,,,,,N000133,,,,,,408217,,,,6955,A. Walter Norblad -Nygaard,Hjalmar,Carl,,,,1906-03-24,M,rep,ND,1,,Republican,,,,,,,,,,N000178,,,,,,408258,,,,10542,Hjalmar Carl Nygaard -O’Brien,Thomas,Joseph,,,,1878-04-30,M,rep,IL,6,,Democrat,,,,,,,,,,O000016,,,,,,408267,,,,7004,Thomas J. O'Brien (Illinois politician) -Osmers,Frank,Charles,Jr.,,,1907-12-30,M,rep,NJ,9,,Republican,,,,,,,,,,O000120,,,,,,408375,,,,7101,Frank C. Osmers Jr. -Ostertag,Harold,Charles,,,,1896-06-22,M,rep,NY,37,,Republican,,,,,,,,,,O000121,,,,,,408376,,,,7102,Harold C. Ostertag -Pilcher,John,Leonard,,,,1898-08-27,M,rep,GA,2,,Democrat,,,,,,,,,,P000349,,,,,,408746,,,,7450,J. L. Pilcher -Pillion,John,Raymond,,,,1904-08-10,M,rep,NY,39,,Republican,,,,,,,,,,P000352,,,,,,408749,,,,7453,John R. Pillion -Rains,Albert,McKinley,,,,1902-03-11,M,rep,AL,0,,Democrat,,,,,,,,,,R000018,,,,,,409000,,,,7695,Albert Rains -Rich,Carl,West,,,,1898-09-12,M,rep,OH,1,,Republican,,,,,,,,,,R000206,,,,,,409182,,,,10619,Carl West Rich -Riehlman,Roy,Walter,,,,1899-08-26,M,rep,NY,34,,Republican,,,,,,,,,,R000250,,,,,,409226,,,,7901,R. Walter Riehlman -Roberts,Kenneth,Allison,,,,1912-11-01,M,rep,AL,0,,Democrat,,,,,,,,,,R000314,,,,,,409285,,,,7954,Kenneth A. Roberts -Ryan,Harold,Martin,,,,1911-02-06,M,rep,MI,14,,Democrat,,,,,,,,,,R000556,,,,,,409512,,,,10554,Harold M. Ryan -Schenck,Paul,Fornshell,,,,1899-04-19,M,rep,OH,3,,Republican,,,,,,,,,,S000117,,,,,,409625,,,,8258,Paul F. Schenck -Shelley,John,Francis,,,,1905-09-03,M,rep,CA,5,,Democrat,,,,,,,,,,S000327,,,,,,409824,,,,8437,John F. Shelley -Sheppard,Harry,Richard,,,,1885-01-10,M,rep,CA,33,,Democrat,,,,,,,,,,S000335,,,,,,409832,,,,8444,Harry R. Sheppard -Short,Don,Levingston,,,,1903-06-22,M,rep,ND,2,,Republican,,,,,,,,,,S000378,,,,,,409872,,,,8485,Don L. Short -Sibal,Abner,Woodruff,,,,1921-04-11,M,rep,CT,4,,Republican,,,,,,,,,,S000395,,,,,,409889,,,,10560,Abner W. Sibal -Siler,Eugene,,,,,1900-06-26,M,rep,KY,5,,Republican,,,,,,,,,,S000408,,,,,,409902,,,,8508,Eugene Siler -Smathers,George,Armistead,,,,1913-11-14,M,sen,FL,,3,Democrat,,,,,,,,,,S000505,,,,,,409992,,,,8593,George Smathers -St. George,Katharine,Price Collier,,,,1894-07-12,F,rep,NY,27,,Republican,,,,,,,,,,S000764,,,,,,410230,,,,8177,Katharine St. George -Staebler,Neil,Oliver,,,,1905-07-11,M,rep,MI,0,,Democrat,,,,,,,,,,S000775,,,,,,410241,,,,10628,Neil Staebler -Stinson,K.,William,,,,1930-04-20,M,rep,WA,7,,Republican,,,,,,,,,,S000928,,,,,,410388,,,,10629,K. William Stinson -Thornberry,William,Homer,,,,1909-01-09,M,rep,TX,10,,Democrat,,,,,,,,,,T000237,,,,,,410816,,,,9356,Homer Thornberry -Tollefson,Thor,Carl,,,,1901-05-02,M,rep,WA,6,,Republican,,,,,,,,,,T000298,,,,,,410871,,,,9409,Thor C. Tollefson -Van Pelt,William,Kaiser,,,,1905-03-10,M,rep,WI,6,,Republican,,,,,,,,,,V000051,,,,,,411093,,,,9627,William Van Pelt -Vinson,Carl,,,,,1883-11-18,M,rep,GA,6,,Democrat,,,,,,,,,,V000105,,,,,,411160,,,,9677,Carl Vinson -Wallhauser,George,Marvin,,,,1900-02-10,M,rep,NJ,12,,Republican,,,,,,,,,,W000089,,,,,,411268,,,,9775,George M. Wallhauser -Walter,Francis,Eugene,,,,1894-05-26,M,rep,PA,15,,Democrat,,,,,,,,,,W000108,,,,,,411286,,,,9791,Francis E. Walter -Walters,Herbert,Sanford,,,,1891-11-17,M,sen,TN,,2,Democrat,,,,,,,,,,W000110,,,,,,411288,,,,10825,Herbert S. Walters -Weaver,James,Dorman,,,,1920-09-27,M,rep,PA,24,,Republican,,,,,,,,,,W000226,,,,,,411394,,,,10635,James D. Weaver -Westland,Alfred,John,,Jack,,1904-12-14,M,rep,WA,2,,Republican,,,,,,,,,,W000310,,,,,,411474,,,,9968,Jack Westland -Wharton,James,Ernest,,,,1899-10-04,M,rep,NY,28,,Republican,,,,,,,,,,W000323,,,,,,411485,,,,9978,J. Ernest Wharton -Wickersham,Victor,Eugene,,,,1906-02-09,M,rep,OK,6,,Democrat,,,,,,,,,,W000439,,,,,,411597,,,,10085,Victor Wickersham -Wilson,Earl,,,,,1906-04-18,M,rep,IN,9,,Republican,,,,,,,,,,W000572,,,,,,411727,,,,10212,Earl Wilson (politician) -Winstead,William,Arthur,,,,1904-01-06,M,rep,MS,4,,Democrat,,,,,,,,,,W000641,,,,,,411795,,,,10279,W. Arthur Winstead -Johnson,Lyndon,Baines,,,,1908-08-27,M,sen,TX,,2,Democrat,,,,,,,,,,J000160,,,,,,406058,,,,4979,Lyndon B. Johnson -Bass,Ross,,,,,1918-03-17,M,sen,TN,,2,Democrat,,,,,,,,,,B000223,,,,,,401219,,,,504,Ross Bass -Salinger,Pierre,Emil George,,,,1925-06-14,M,sen,CA,,1,Democrat,,,,,,,,,,S000016,,,,,,409536,,,,10821,Pierre Salinger -Andrews,Arthur,Glenn,,,,1909-01-15,M,rep,AL,4,,Republican,,,,,,,,,,A000204,,,,,,400872,,,,10702,Glenn Andrews -Baldwin,John,Finley,Jr.,,,1915-06-28,M,rep,CA,14,,Republican,,,,,,,,,,B000092,,,,,,401094,,,,387,John F. Baldwin Jr. -Bandstra,Bert,Andrew,,,,1922-01-25,M,rep,IA,4,,Democrat,,,,,,,,,,B000108,,,,,,401109,,,,10704,Bert Bandstra -Beckworth,Lindley,Garrison,Sr.,,,1913-06-30,M,rep,TX,3,,Democrat,,,,,,,,,,B000296,,,,,,401289,,,,567,Lindley Beckworth -Bonner,Herbert,Covington,,,,1891-05-16,M,rep,NC,1,,Democrat,,,,,,,,,,B000621,,,,,,401586,,,,846,Herbert Covington Bonner -Brown,Clarence,J.,,,,1893-07-14,M,rep,OH,7,,Republican,,,,,,,,,,B000909,,,,,,401866,,,,1104,Clarence J. Brown -Callan,Clair,Armstrong,,,,1920-03-29,M,rep,NE,1,,Democrat,,,,,,,,,,C000054,,,,,,402213,,,,10708,Clair Armstrong Callan -Callaway,Howard,Hollis,,Bo,,1927-04-02,M,rep,GA,3,,Republican,,,,,,,,,,C000055,,,,,,402214,,,,10709,Bo Callaway -Cameron,Ronald,Brooks,,,,1927-08-16,M,rep,CA,25,,Democrat,,,,,,,,,,C000067,,,,,,402225,,,,10578,Ronald B. Cameron -Chelf,Frank,Leslie,,,,1907-09-22,M,rep,KY,4,,Democrat,,,,,,,,,,C000342,,,,,,402482,,,,1682,Frank Chelf -Clevenger,Raymond,Francis,,,,1926-06-06,M,rep,MI,11,,Democrat,,,,,,,,,,C000516,,,,,,402651,,,,10711,Raymond F. Clevenger -Cooley,Harold,Dunbar,,,,1897-07-26,M,rep,NC,4,,Democrat,,,,,,,,,,C000736,,,,,,402857,,,,2032,Harold D. Cooley -Craley,Nathaniel,Neiman,Jr.,,,1927-11-17,M,rep,PA,19,,Democrat,,,,,,,,,,C000866,,,,,,402981,,,,10714,Nathaniel N. Craley Jr. -Curtin,Willard,Sevier,,,,1905-11-28,M,rep,PA,8,,Republican,,,,,,,,,,C001005,,,,,,403112,,,,2266,Willard S. Curtin -Dague,Paul,Bartram,,,,1898-05-19,M,rep,PA,9,,Republican,,,,,,,,,,D000004,,,,,,403148,,,,2298,Paul B. Dague -Denton,Winfield,Kirkpatrick,,,,1896-10-28,M,rep,IN,8,,Democrat,,,,,,,,,,D000260,,,,,,403398,,,,2517,Winfield K. Denton -Dodd,Thomas,Joseph,,,,1907-05-15,M,sen,CT,,1,Democrat,,,,,,,,,,D000390,,,,,,403505,,,,2636,Thomas J. Dodd -Dyal,Kenneth,Warren,,,,1910-07-09,M,rep,CA,33,,Democrat,,,,,,,,,,D000588,,,,,,403691,,,,10720,Kenneth W. Dyal -Ellsworth,Robert,Fred,,,,1926-06-11,M,rep,KS,3,,Republican,,,,,,,,,,E000148,,,,,,403839,,,,10516,Robert Ellsworth -Farnsley,Charles,Rowland Peaslee,,,,1907-03-28,M,rep,KY,3,,Democrat,,,,,,,,,,F000023,,,,,,403985,,,,10724,Charles R. Farnsley -Farnum,Billie,Sunday,,,,1916-04-11,M,rep,MI,19,,Democrat,,,,,,,,,,F000025,,,,,,403987,,,,10725,Billie S. Farnum -Gilligan,John,Joyce,,,,1921-03-22,M,rep,OH,1,,Democrat,,,,,,,,,,G000208,,,,,,404572,,,,10729,John J. Gilligan -Gore,Albert,Arnold,,,,1907-12-26,M,sen,TN,,1,Democrat,,,,,,,,,,G000320,,,,,,404678,,,,3704,Albert Gore Sr. -Grabowski,Bernard,Francis,,,,1923-06-11,M,rep,CT,6,,Democrat,,,,,,,,,,G000348,,,,,,404704,,,,10590,Bernard F. Grabowski -Greigg,Stanley,Lloyd,,,,1931-05-07,M,rep,IA,6,,Democrat,,,,,,,,,,G000450,,,,,,404796,,,,10730,Stanley L. Greigg -Grider,George,William,,,,1912-10-01,M,rep,TN,9,,Democrat,,,,,,,,,,G000454,,,,,,404799,,,,10731,George W. Grider -Hagen,Harlan,Francis,,,,1914-10-08,M,rep,CA,18,,Democrat,,,,,,,,,,H000013,,,,,,404898,,,,3901,Harlan Hagen -Hansen,John,Robert,,,,1901-08-24,M,rep,IA,7,,Democrat,,,,,,,,,,H000173,,,,,,405054,,,,10735,John R. Hansen -Harris,Oren,,,,,1903-12-20,M,rep,AR,4,,Democrat,,,,,,,,,,H000249,,,,,,405127,,,,4110,Oren Harris -Harvey,Ralph,,,,,1901-08-09,M,rep,IN,10,,Republican,,,,,,,,,,H000310,,,,,,405183,,,,4165,Ralph Harvey -Holland,Spessard,Lindsey,,,,1892-07-10,M,sen,FL,,1,Democrat,,,,,,,,,,H000720,,,,,,405572,,,,4520,Spessard Holland -Huot,Joseph,Oliva,,,,1917-08-11,M,rep,NH,1,,Democrat,,,,,,,,,,H001001,,,,,,405841,,,,10741,Joseph Oliva Huot -Jennings,William,Pat,,,,1919-08-20,M,rep,VA,9,,Democrat,,,,,,,,,,J000098,,,,,,406000,,,,4927,W. Pat Jennings -Johnson,Jed,Joseph,Jr.,,,1939-12-27,M,rep,OK,6,,Democrat,,,,,,,,,,J000151,,,,,,406049,,,,10743,Jed Johnson Jr. -Jones,Paul,Caruthers,,,,1901-03-12,M,rep,MO,10,,Democrat,,,,,,,,,,J000246,,,,,,406139,,,,5056,Paul C. Jones -Kennedy,Robert,Francis,,,,1925-11-20,M,sen,NY,,1,Democrat,,,,,,,,,,K000114,,,,,,406280,,,,10809,Robert F. Kennedy -Keogh,Eugene,James,,,,1907-08-30,M,rep,NY,11,,Democrat,,,,,,,,,,K000130,,,,,,406296,,,,5199,Eugene James Keogh -King,David,Sjodahl,,,,1917-06-20,M,rep,UT,2,,Democrat,,,,,,,,,,K000199,,,,,,406360,,,,5258,David S. King -Krebs,Paul,Joseph,,,,1912-05-26,M,rep,NJ,12,,Democrat,,,,,,,,,,K000326,,,,,,406480,,,,10745,Paul J. Krebs -Kunkel,John,Crain,,,,1898-07-21,M,rep,PA,16,,Republican,,,,,,,,,,K000341,,,,,,406494,,,,5377,John C. Kunkel -Lindsay,John,Vliet,,,,1921-11-24,M,rep,NY,17,,Republican,,,,,,,,,,L000326,,,,,,406819,,,,5678,John Lindsay -Love,Rodney,Marvin,,,,1908-07-18,M,rep,OH,3,,Democrat,,,,,,,,,,L000458,,,,,,406947,,,,10747,Rodney M. Love -MacKay,James,Armstrong,,,,1919-06-25,M,rep,GA,4,,Democrat,,,,,,,,,,M000022,,,,,,407050,,,,10753,James MacKay (American politician) -Mackie,John,C.,,,,1920-06-01,M,rep,MI,7,,Democrat,,,,,,,,,,M000026,,,,,,407054,,,,10754,John C. Mackie -Martin,James,Douglas,,,,1918-09-01,M,rep,AL,7,,Republican,,,,,,,,,,M000182,,,,,,407203,,,,10755,James D. Martin -Martin,Joseph,William,Jr.,,,1884-11-03,M,rep,MA,10,,Republican,,,,,,,,,,M000191,,,,,,407212,,,,6033,Joseph William Martin Jr. -Matthews,Donald,Ray,,Billy,,1907-10-03,M,rep,FL,8,,Democrat,,,,,,,,,,M000253,,,,,,407271,,,,6084,Donald Ray Matthews -McCarthy,Eugene,Joseph,,,,1916-03-29,M,sen,MN,,1,Democrat,,,,,,,,,,M000311,,,,,,407324,,,,6134,Eugene McCarthy -McDowell,Harris,Brown,Jr.,,,1906-02-10,M,rep,DE,0,,Democrat,,,,,,,,,,M000418,,,,,,407418,,,,6224,Harris McDowell -McGrath,Thomas,Charles,Jr.,,,1927-04-22,M,rep,NJ,2,,Democrat,,,,,,,,,,M000459,,,,,,407458,,,,10750,Thomas C. McGrath Jr. -McVicker,Roy,Harrison,,,,1924-02-20,M,rep,CO,2,,Democrat,,,,,,,,,,M000610,,,,,,407599,,,,10751,Roy H. McVicker -Moeller,Walter,Henry,,,,1910-03-15,M,rep,OH,10,,Democrat,,,,,,,,,,M000836,,,,,,407810,,,,6579,Walter H. Moeller -Morrison,James,Hobson,,,,1908-12-08,M,rep,LA,6,,Democrat,,,,,,,,,,M000995,,,,,,407963,,,,6721,James H. Morrison -Murphy,George,Lloyd,,,,1902-07-04,M,sen,CA,,1,Republican,,,,,,,,,,M001092,,,,,,408056,,,,10814,George Murphy -Murray,Thomas,Jefferson,,,,1894-08-01,M,rep,TN,7,,Democrat,,,,,,,,,,M001114,,,,,,408077,,,,6826,Tom J. Murray -O’Brien,Leo,William,,,,1900-09-21,M,rep,NY,29,,Democrat,,,,,,,,,,O000015,,,,,,408266,,,,7003,Leo W. O'Brien -Olson,Alec,Gehard,,,,1930-09-11,M,rep,MN,6,,Democrat,,,,,,,,,,O000084,,,,,,408356,,,,10612,Alec G. Olson -Prouty,Winston,Lewis,,,,1906-09-01,M,sen,VT,,1,Republican,,,,,,,,,,P000552,,,,,,408936,,,,7637,Winston L. Prouty -Race,John,Abner,,,,1914-05-12,M,rep,WI,6,,Democrat,,,,,,,,,,R000003,,,,,,408987,,,,10761,John Abner Race -Redlin,Rolland,W.,,,,1920-02-29,M,rep,ND,2,,Democrat,,,,,,,,,,R000107,,,,,,409086,,,,10762,Rolland W. Redlin -Rivers,Ralph,Julian,,,,1903-05-23,M,rep,AK,0,,Democrat,,,,,,,,,,R000282,,,,,,409255,,,,7926,Ralph Julian Rivers -Rogers,Walter,Edward,,,,1908-07-19,M,rep,TX,18,,Democrat,,,,,,,,,,R000404,,,,,,409371,,,,8035,Walter E. Rogers -Roosevelt,James,,,,,1907-12-23,M,rep,CA,26,,Democrat,,,,,,,,,,R000426,,,,,,409391,,,,8051,James Roosevelt -Russell,Donald,Stuart,,,,1906-02-22,M,sen,SC,,3,Democrat,,,,,,,,,,R000525,,,,,,409483,,,,10819,Donald S. Russell -Schisler,Darwin,Gale,,,,1933-03-02,M,rep,IL,19,,Democrat,,,,,,,,,,S000128,,,,,,409636,,,,10769,Gale Schisler -Schmidhauser,John,Richard,,,,1922-01-03,M,rep,IA,1,,Democrat,,,,,,,,,,S000131,,,,,,409639,,,,10770,John R. Schmidhauser -Scott,Ralph,James,,,,1905-10-15,M,rep,NC,5,,Democrat,,,,,,,,,,S000184,,,,,,409690,,,,8311,Ralph James Scott -Secrest,Robert,Thompson,,,,1904-01-22,M,rep,OH,15,,Democrat,,,,,,,,,,S000219,,,,,,409724,,,,8341,Robert T. Secrest -Senner,George,Frederick,Jr.,,,1921-11-24,M,rep,AZ,3,,Democrat,,,,,,,,,,S000243,,,,,,409747,,,,10623,George F. Senner Jr. -Sickles,Carlton,Ralph,,,,1921-06-15,M,rep,MD,0,,Democrat,,,,,,,,,,S000401,,,,,,409895,,,,10624,Carlton R. Sickles -Smith,Howard,Worth,,,,1883-02-02,M,rep,VA,8,,Democrat,,,,,,,,,,S000554,,,,,,410036,,,,8636,Howard W. Smith -Stalbaum,Lynn,Ellsworth,,,,1920-05-15,M,rep,WI,1,,Democrat,,,,,,,,,,S000782,,,,,,410248,,,,10772,Lynn E. Stalbaum -Sweeney,Robert,E.,,,,1924-11-04,M,rep,OH,0,,Democrat,,,,,,,,,,S001103,,,,,,410555,,,,10774,Robert E. Sweeney -Thomas,Albert,,,,,1898-04-12,M,rep,TX,8,,Democrat,,,,,,,,,,T000156,,,,,,410738,,,,9284,Albert Richard Thomas -Thomas,Lera,Millard,,,,1900-08-03,F,rep,TX,8,,Democrat,,,,,,,,,,T000178,,,,,,410759,,,,10792,Lera Millard Thomas -Thompson,Clark,Wallace,,,,1896-08-06,M,rep,TX,9,,Democrat,,,,,,,,,,T000198,,,,,,410777,,,,9320,Clark W. Thompson (Texas politician) -Thompson,Theo,Ashton,,,,1916-03-31,M,rep,LA,7,,Democrat,,,,,,,,,,T000218,,,,,,410797,,,,9339,T. Ashton Thompson -Todd,Paul,Harold,Jr.,,,1921-09-22,M,rep,MI,3,,Democrat,,,,,,,,,,T000294,,,,,,410867,,,,10776,Paul H. Todd Jr. -Toll,Herman,,,,,1907-03-15,M,rep,PA,4,,Democrat,,,,,,,,,,T000297,,,,,,410870,,,,9408,Herman Toll -Trimble,James,William,,,,1894-02-03,M,rep,AR,3,,Democrat,,,,,,,,,,T000373,,,,,,410942,,,,9473,James William Trimble -Tupper,Stanley,Roger,,,,1921-01-25,M,rep,ME,1,,Republican,,,,,,,,,,T000411,,,,,,410980,,,,10565,Stanley R. Tupper -Tuten,James,Russell,,,,1911-07-23,M,rep,GA,8,,Democrat,,,,,,,,,,T000436,,,,,,411004,,,,10632,J. Russell Tuten -Tydings,Joseph,Davies,,,,1928-05-04,M,sen,MD,,1,Democrat,,,,,,,,,,T000445,,,,,,411013,,,,10824,Joseph Tydings -Vivian,Weston,Edward,,,,1924-10-25,M,rep,MI,2,,Democrat,,,,,,,,,,V000109,,,,,,411163,,,,10779,Weston E. Vivian -Walker,Prentiss,Lafayette,,,,1917-08-23,M,rep,MS,4,,Republican,,,,,,,,,,W000065,,,,,,411244,,,,10781,Prentiss Walker -Weltner,Charles,Longstreet,,,,1927-12-17,M,rep,GA,5,,Democrat,,,,,,,,,,W000290,,,,,,411454,,,,10636,Charles L. Weltner -White,Compton,Ignatius,Jr.,,,1920-12-19,M,rep,ID,1,,Democrat,,,,,,,,,,W000362,,,,,,411524,,,,10637,Compton I. White Jr. -Williams,John,James,,,,1904-05-17,M,sen,DE,,1,Republican,,,,,,,,,,W000518,,,,,,411675,,,,10163,John J. Williams (senator) -Yarborough,Ralph,Webster,,,,1903-06-08,M,sen,TX,,1,Democrat,,,,,,,,,,Y000006,,,,,,411940,,,,10414,Ralph Yarborough -Young,Stephen,Marvin,,,,1889-05-04,M,sen,OH,,1,Democrat,,,,,,,,,,Y000053,,,,,,411985,,,,10454,Stephen M. Young -Spong,William,Belser,Jr.,,,1920-09-29,M,sen,VA,,2,Democrat,,,,,,,,,,S000739,,,,,,410208,,,,11206,William B. Spong Jr. -Allott,Gordon,Llewellyn,,,,1907-01-02,M,sen,CO,,2,Republican,,,,,,,,,,A000161,,,,,,400816,,,,142,Gordon L. Allott -Anderson,Clinton,Presba,,,,1895-10-23,M,sen,NM,,2,Democrat,,,,,,,,,,A000186,,,,,,400841,,,,165,Clinton Presba Anderson -Ashmore,Robert,Thomas,,,,1904-02-22,M,rep,SC,4,,Democrat,,,,,,,,,,A000223,,,,,,400962,,,,270,Robert T. Ashmore -Bartlett,Edward,Lewis,,Bob,,1904-04-20,M,sen,AK,,2,Democrat,,,,,,,,,,B000201,,,,,,401200,,,,486,Bob Bartlett -Boggs,James,Caleb,,,,1909-05-15,M,sen,DE,,2,Republican,,,,,,,,,,B000593,,,,,,401561,,,,823,J. Caleb Boggs -Bolton,Frances,Payne,,,,1885-03-29,F,rep,OH,22,,Republican,,,,,,,,,,B000607,,,,,,401575,,,,837,Frances P. Bolton -Cooper,John,Sherman,,,,1901-08-23,M,sen,KY,,2,Republican,,,,,,,,,,C000758,,,,,,402878,,,,2052,John Sherman Cooper -Curtis,Thomas,Bradford,,,,1911-05-14,M,rep,MO,2,,Republican,,,,,,,,,,C001014,,,,,,403121,,,,2275,Thomas B. Curtis -Ellender,Allen,Joseph,,,,1890-09-24,M,sen,LA,,2,Democrat,,,,,,,,,,E000112,,,,,,403803,,,,2901,Allen J. Ellender -Fino,Paul,Albert,,,,1913-12-15,M,rep,NY,24,,Republican,,,,,,,,,,F000137,,,,,,404092,,,,3158,Paul A. Fino -Fogarty,John,Edward,,,,1913-03-23,M,rep,RI,2,,Democrat,,,,,,,,,,F000233,,,,,,404188,,,,3246,John E. Fogarty -Gardner,James,Carson,,,,1933-04-08,M,rep,NC,4,,Republican,,,,,,,,,,G000055,,,,,,404429,,,,11018,Jim Gardner (politician) -Gathings,Ezekiel,Candler,,,,1903-11-10,M,rep,AR,1,,Democrat,,,,,,,,,,G000098,,,,,,404470,,,,3506,Ezekiel C. Gathings -Halleck,Charles,Abraham,,,,1900-08-22,M,rep,IN,2,,Republican,,,,,,,,,,H000081,,,,,,404964,,,,3963,Charles A. Halleck -Hardy,Porter,,Jr.,,,1903-06-01,M,rep,VA,2,,Democrat,,,,,,,,,,H000197,,,,,,405078,,,,4064,Porter Hardy Jr. -Harris,Fred,Roy,,,,1930-11-13,M,sen,OK,,2,Democrat,,,,,,,,,,H000237,,,,,,405115,,,,10805,Fred R. Harris -Harrison,William,Henry,,,,1896-08-10,M,rep,WY,0,,Republican,,,,,,,,,,H000278,,,,,,405154,,,,4139,William H. Harrison (Wyoming politician) -Herlong,Albert,Sydney,Jr.,,,1909-02-14,M,rep,FL,4,,Democrat,,,,,,,,,,H000530,,,,,,405392,,,,4354,Albert S. Herlong Jr. -Holland,Elmer,Joseph,,,,1894-01-08,M,rep,PA,20,,Democrat,,,,,,,,,,H000717,,,,,,405569,,,,4518,Elmer J. Holland -Irwin,Donald,Jay,,,,1926-09-07,M,rep,CT,4,,Democrat,,,,,,,,,,I000039,,,,,,405896,,,,4824,Donald J. Irwin -Jordan,Benjamin,Everett,,,,1896-09-08,M,sen,NC,,2,Democrat,,,,,,,,,,J000267,,,,,,406159,,,,5073,B. Everett Jordan -Jordan,Leonard,Beck,,,,1899-05-15,M,sen,ID,,2,Republican,,,,,,,,,,J000269,,,,,,406161,,,,10807,Leonard B. Jordan -Karsten,Frank,Melvin,,,,1913-01-07,M,rep,MO,1,,Democrat,,,,,,,,,,K000013,,,,,,406185,,,,5097,Frank M. Karsten -Kelly,Edna,Flannery,,,,1906-08-20,F,rep,NY,12,,Democrat,,,,,,,,,,K000070,,,,,,406240,,,,5148,Edna F. Kelly -King,Cecil,Rhodes,,,,1898-01-13,M,rep,CA,17,,Democrat,,,,,,,,,,K000196,,,,,,406357,,,,5255,Cecil R. King -Kornegay,Horace,Robinson,,,,1924-03-12,M,rep,NC,6,,Democrat,,,,,,,,,,K000318,,,,,,406472,,,,10531,Horace R. Kornegay -Kupferman,Theodore,Roosevelt,,,,1920-05-12,M,rep,NY,17,,Republican,,,,,,,,,,K000343,,,,,,406496,,,,10789,Theodore R. Kupferman -Machen,Hervey,Gilbert,,,,1916-10-14,M,rep,MD,5,,Democrat,,,,,,,,,,M000011,,,,,,407041,,,,10752,Hervey Machen -Miller,Jack,Richard,,,,1916-06-06,M,sen,IA,,2,Republican,,,,,,,,,,M000730,,,,,,407709,,,,10812,Jack Miller (politician) -Moore,Arch,Alfred,Jr.,,,1923-04-16,M,rep,WV,1,,Republican,,,,,,,,,,M000892,,,,,,407864,,,,6626,Arch A. Moore Jr. -Morris,Thomas,Gayle,,,,1919-08-20,M,rep,NM,0,,Democrat,,,,,,,,,,M000990,,,,,,407958,,,,6717,Thomas G. Morris -Multer,Abraham,Jacob,,,,1900-12-24,M,rep,NY,13,,Democrat,,,,,,,,,,M001074,,,,,,408040,,,,6792,Abraham J. Multer -Mundt,Karl,Earl,,,,1900-06-03,M,sen,SD,,2,Republican,,,,,,,,,,M001078,,,,,,408043,,,,6796,Karl E. Mundt -O’Hara,Barratt,,,,,1882-04-28,M,rep,IL,2,,Democrat,,,,,,,,,,O000053,,,,,,408288,,,,7041,Barratt O'Hara -Polanco-Abreu,Santiago,,,,,1920-10-30,M,rep,PR,0,,Popular Democrat,,,,,,,,,,P000405,,,,,,408798,,,,,Santiago Polanco-Abreu -Pool,Joe,Richard,,,,1911-02-18,M,rep,TX,3,,Democrat,,,,,,,,,,P000426,,,,,,408817,,,,10615,Joe R. Pool -Resnick,Joseph,Yale,,,,1924-07-13,M,rep,NY,28,,Democrat,,,,,,,,,,R000164,,,,,,409141,,,,10764,Joseph Y. Resnick -Rhodes,George,Milton,,,,1898-02-24,M,rep,PA,6,,Democrat,,,,,,,,,,R000187,,,,,,409163,,,,7844,George M. Rhodes -Russell,Richard,Brevard,Jr.,,,1897-11-02,M,sen,GA,,2,Democrat,,,,,,,,,,R000536,,,,,,409493,,,,8138,Richard Russell Jr. -Selden,Armistead,Inge,Jr.,,,1921-02-20,M,rep,AL,5,,Democrat,,,,,,,,,,S000232,,,,,,409737,,,,8353,Armistead I. Selden Jr. -Smith,James,Vernon,,,,1926-07-23,M,rep,OK,6,,Republican,,,,,,,,,,S000560,,,,,,410042,,,,11049,James Vernon Smith -Smith,Margaret,Chase,,,,1897-12-14,F,sen,ME,,2,Republican,,,,,,,,,,S000590,,,,,,410070,,,,8666,Margaret Chase Smith -Tenzer,Herbert,,,,,1905-11-01,M,rep,NY,5,,Democrat,,,,,,,,,,T000128,,,,,,410710,,,,10775,Herbert Tenzer -Tuck,William,Munford,,,,1896-09-28,M,rep,VA,5,,Democrat,,,,,,,,,,T000395,,,,,,410964,,,,9494,William M. Tuck -Walker,E.,S. Johnny,,,,1911-06-18,M,rep,NM,0,,Democrat,,,,,,,,,,W000049,,,,,,411228,,,,10780,E. S. Johnny Walker -Whitener,Basil,Lee,,,,1915-05-14,M,rep,NC,10,,Democrat,,,,,,,,,,W000410,,,,,,411570,,,,10060,Basil Lee Whitener -Williams,John,Bell,,,,1918-12-04,M,rep,MS,3,,Democrat,,,,,,,,,,W000517,,,,,,411674,,,,10162,John Bell Williams -Willis,Edwin,Edward,,,,1904-10-02,M,rep,LA,3,,Democrat,,,,,,,,,,W000559,,,,,,411715,,,,10201,Edwin E. Willis -Younger,Jesse,Arthur,,,,1893-04-11,M,rep,CA,11,,Republican,,,,,,,,,,Y000060,,,,,,411992,,,,10461,J. Arthur Younger -Cook,Marlow,Webster,,,,1926-07-27,M,sen,KY,,3,Republican,,,,,,,,,,C000721,01308,,,,,402844,,,,12102,Marlow Cook -Goodell,Charles,Ellsworth,,,,1926-03-16,M,sen,NY,,1,Republican,,,,,,,,,,G000282,,,,,,404643,,,,3670,Charles Goodell -Adair,Edwin,,,Ross,,1907-12-14,M,rep,IN,4,,Republican,,,,,,,,,,A000024,,,,,,400685,,,,18,E. Ross Adair -Aiken,George,David,,,,1892-08-20,M,sen,VT,,3,Republican,,,,,,,,,,A000062,01270,,,,,400722,,,,52,George Aiken -Ayres,William,Hanes,,,,1916-02-05,M,rep,OH,14,,Republican,,,,,,,,,,A000229,,,,,,401006,,,,310,William Hanes Ayres -Bates,William,Henry,,,,1917-04-26,M,rep,MA,6,,Republican,,,,,,,,,,B000239,,,,,,401234,,,,518,William H. Bates -Battin,James,Franklin,,,,1925-02-13,M,rep,MT,2,,Republican,,,,,,,,,,B000241,,,,,,401236,,,,10503,James Franklin Battin -Bennett,Wallace,Foster,,,,1898-11-13,M,sen,UT,,3,Republican,,,,,,,,,,B000384,01281,,,,,401375,,,,645,Wallace F. Bennett -Berry,Ellis,Yarnal,,,,1902-10-06,M,rep,SD,2,,Republican,,,,,,,,,,B000416,,,,,,401403,,,,672,Ellis Yarnal Berry -Bible,Alan,Harvey,,,,1909-11-20,M,sen,NV,,3,Democrat,,,,,,,,,,B000436,01283,,,,,401422,,,,688,Alan Bible -Burton,Laurence,Junior,,,,1926-10-30,M,rep,UT,1,,Republican,,,,,,,,,,B001155,,,,,,402097,,,,10576,Laurence J. Burton -Button,Daniel,Evan,,,,1917-11-01,M,rep,NY,29,,Republican,,,,,,,,,,B001201,,,,,,402143,,,,11009,Daniel E. Button -Cahill,William,Thomas,,,,1912-06-25,M,rep,NJ,6,,Republican,,,,,,,,,,C000019,,,,,,402180,,,,1393,William T. Cahill -Cohelan,Jeffery,,,,,1914-06-24,M,rep,CA,7,,Democrat,,,,,,,,,,C000596,,,,,,402725,,,,1911,Jeffery Cohelan -Cowger,William,Owen,,,,1922-01-01,M,rep,KY,3,,Republican,,,,,,,,,,C000823,,,,,,402941,,,,11010,William Cowger -Cramer,William,Cato,,,,1922-08-04,M,rep,FL,8,,Republican,,,,,,,,,,C000869,,,,,,402983,,,,2143,William C. Cramer -Cunningham,Glenn,Clarence,,,,1912-09-10,M,rep,NE,2,,Republican,,,,,,,,,,C000991,,,,,,403099,,,,2255,Glenn Cunningham (Nebraska) -Daddario,Emilio,Quincy,,,,1918-09-24,M,rep,CT,1,,Democrat,,,,,,,,,,D000001,,,,,,403145,,,,2295,Emilio Q. Daddario -Dawson,William,Levi,,,,1886-04-26,M,rep,IL,1,,Democrat,,,,,,,,,,D000158,,,,,,403290,,,,2433,William L. Dawson (politician) -Denney,Robert,Vernon,,,,1916-04-11,M,rep,NE,1,,Republican,,,,,,,,,,D000239,,,,,,403377,,,,11012,Robert Vernon Denney -Dominick,Peter,Hoyt,,,,1915-07-07,M,sen,CO,,3,Republican,,,,,,,,,,D000409,01320,,,,,403522,,,,10514,Peter H. Dominick -Ervin,Samuel,James,Jr.,,,1896-09-27,M,sen,NC,,3,Democrat,,,,,,,,,,E000211,01326,,,,,403898,,,,2987,Sam Ervin -Everett,Robert,Ashton,,,,1915-02-24,M,rep,TN,8,,Democrat,,,,,,,,,,E000266,,,,,,403946,,,,3028,Fats Everett -Fallon,George,Hyde,,,,1902-07-24,M,rep,MD,4,,Democrat,,,,,,,,,,F000012,,,,,,403974,,,,3054,George Hyde Fallon -Farbstein,Leonard,,,,,1902-10-12,M,rep,NY,19,,Democrat,,,,,,,,,,F000015,,,,,,403977,,,,3056,Leonard Farbstein -Feighan,Michael,Aloysius,,,,1905-02-16,M,rep,OH,20,,Democrat,,,,,,,,,,F000060,,,,,,404020,,,,3092,Michael A. Feighan -Foreman,Edgar,Franklin,,,,1933-12-22,M,rep,NM,2,,Republican,,,,,,,,,,F000272,,,,,,404223,,,,10584,Ed Foreman -Friedel,Samuel,Nathaniel,,,,1898-04-18,M,rep,MD,7,,Democrat,,,,,,,,,,F000384,,,,,,404329,,,,3374,Samuel Friedel -Fulbright,James,William,,,,1905-04-09,M,sen,AR,,3,Democrat,,,,,,,,,,F000401,01337,,,,,404343,,,,3388,J. William Fulbright -Gilbert,Jacob,H.,,,,1920-06-17,M,rep,NY,22,,Democrat,,,,,,,,,,G000175,,,,,,404541,,,,3575,Jacob H. Gilbert -Gurney,Edward,John,,,,1914-01-12,M,sen,FL,,3,Republican,,,,,,,,,,G000531,01345,,,,,404876,,,,10593,Edward Gurney -Hughes,Harold,Everett,,,,1922-02-10,M,sen,IA,,3,Democrat,,,,,,,,,,H000922,01364,,,,,405767,,,,12106,Harold Hughes -Joelson,Charles,Samuel,,,,1916-01-27,M,rep,NJ,8,,Democrat,,,,,,,,,,J000108,,,,,,406010,,,,10529,Charles Samuel Joelson -Kirwan,Michael,Joseph,,,,1886-12-02,M,rep,OH,19,,Democrat,,,,,,,,,,K000244,,,,,,406403,,,,5301,Michael J. Kirwan -Kleppe,Thomas,Savig,,,,1919-07-01,M,rep,ND,2,,Republican,,,,,,,,,,K000264,,,,,,406422,,,,11024,Thomas S. Kleppe -Laird,Melvin,Robert,,,,1922-09-01,M,rep,WI,7,,Republican,,,,,,,,,,L000024,,,,,,406534,,,,5410,Melvin Laird -Langen,Odin,Elsford Stanley,,,,1913-01-05,M,rep,MN,7,,Republican,,,,,,,,,,L000069,,,,,,406578,,,,5451,Odin Langen -Lipscomb,Glenard,Paul,,,,1915-08-19,M,rep,CA,24,,Republican,,,,,,,,,,L000344,,,,,,406836,,,,5694,Glenard P. Lipscomb -Lowenstein,Allard,Kenneth,,,,1929-01-16,M,rep,NY,5,,Democrat,,,,,,,,,,L000477,,,,,,406966,,,,12021,Allard K. Lowenstein -MacGregor,Clark,,,,,1922-07-12,M,rep,MN,3,,Republican,,,,,,,,,,M000010,,,,,,407040,,,,10533,Clark MacGregor -Marsh,John,Otho,Jr.,,,1926-08-07,M,rep,VA,7,,Democrat,,,,,,,,,,M000148,,,,,,407171,,,,10603,John Otho Marsh Jr. -May,Catherine,Dean,,,,1914-05-18,F,rep,WA,4,,Republican,,,,,,,,,,M000273,,,,,,407291,,,,6101,Catherine Dean May -McCarthy,Richard,Dean,,,,1927-09-24,M,rep,NY,39,,Democrat,,,,,,,,,,M000318,,,,,,407329,,,,10748,Richard D. McCarthy -McCormack,John,William,,,,1891-12-21,M,rep,MA,9,,Democrat,,,,,,,,,,M000364,,,,,,407369,,,,6177,John William McCormack -McKneally,Martin,Boswell,,,,1914-12-31,M,rep,NY,27,,Republican,,,,,,,,,,M000530,,,,,,407522,,,,12024,Martin B. McKneally -Meskill,Thomas,Joseph,,,,1928-01-30,M,rep,CT,6,,Republican,,,,,,,,,,M000667,,,,,,407653,,,,11033,Thomas Joseph Meskill -Mize,Chester,Louis,,,,1917-12-25,M,rep,KS,2,,Republican,,,,,,,,,,M000832,,,,,,407807,,,,10758,Chester L. Mize -Murphy,William,Thomas,,,,1899-08-07,M,rep,IL,3,,Democrat,,,,,,,,,,M001104,,,,,,408068,,,,6816,William T. Murphy -O’Neal,Maston,Emmett,Jr.,,,1907-07-19,M,rep,GA,2,,Democrat,,,,,,,,,,O000090,,,,,,408299,,,,10759,Maston E. O'Neal Jr. -Olsen,Arnold,,,,,1916-12-17,M,rep,MT,1,,Democrat,,,,,,,,,,O000083,,,,,,408355,,,,10543,Arnold Olsen -Philbin,Philip,Joseph,,,,1898-05-29,M,rep,MA,3,,Democrat,,,,,,,,,,P000303,,,,,,408703,,,,7408,Philip J. Philbin -Pollock,Howard,Wallace,,,,1920-04-11,M,rep,AK,0,,Republican,,,,,,,,,,P000415,,,,,,408808,,,,11039,Howard Wallace Pollock -Powell,Adam,Clayton,Jr.,,,1908-11-29,M,rep,NY,18,,Democrat,,,,,,,,,,P000477,,,,,,408862,,,,7568,Adam Clayton Powell Jr. -Reifel,Benjamin,,,,,1906-09-19,M,rep,SD,1,,Republican,,,,,,,,,,R000152,,,,,,409129,,,,10548,Ben Reifel -Reinecke,Edwin,,,,,1924-01-07,M,rep,CA,27,,Republican,,,,,,,,,,R000159,,,,,,409136,,,,10763,Edwin Reinecke -Rivers,Lucius,Mendel,,,,1905-09-28,M,rep,SC,1,,Democrat,,,,,,,,,,R000280,,,,,,409254,,,,7925,L. Mendel Rivers -Rogers,Byron,Giles,,,,1900-08-01,M,rep,CO,1,,Democrat,,,,,,,,,,R000389,,,,,,409357,,,,8021,Byron G. Rogers -Ronan,Daniel,John,,,,1914-07-13,M,rep,IL,6,,Democrat,,,,,,,,,,R000420,,,,,,409385,,,,10765,Daniel J. Ronan -Roudebush,Richard,Lowell,,,,1918-01-18,M,rep,IN,5,,Republican,,,,,,,,,,R000464,,,,,,409426,,,,10552,Richard L. Roudebush -Rumsfeld,Donald,Henry,,,,1932-07-09,M,rep,IL,13,,Republican,,,,,,,,,,R000508,,,,,,409467,,,,10622,Donald Rumsfeld -Saxbe,William,Bart,,,,1916-06-24,M,sen,OH,,3,Republican,,,,,,,,,,S000096,01429,,,,,409607,,,,12108,William B. Saxbe -Schadeberg,Henry,Carl,,,,1913-10-12,M,rep,WI,1,,Republican,,,,,,,,,,S000108,,,,,,409617,,,,10556,Henry C. Schadeberg -Smith,Ralph,Tyler,,,,1915-10-06,M,sen,IL,,3,Republican,,,,,,,,,,S000602,,,,,,410080,,,,12110,Ralph Tyler Smith -St. Onge,William,Leon,,,,1914-10-09,M,rep,CT,2,,Democrat,,,,,,,,,,S000769,,,,,,410236,,,,10627,William St. Onge -Utt,James,Boyd,,,,1899-03-11,M,rep,CA,35,,Republican,,,,,,,,,,U000034,,,,,,411056,,,,9578,James B. Utt -Watkins,George,Robert,,,,1902-05-21,M,rep,PA,9,,Republican,,,,,,,,,,W000192,,,,,,411364,,,,10782,George Watkins (politician) -Watson,Albert,William,,,,1922-08-30,M,rep,SC,2,,Republican,,,,,,,,,,W000197,,,,,,411368,,,,10634,Albert Watson (South Carolina) -Wold,John,Schiller,,,,1916-08-31,M,rep,WY,0,,Republican,,,,,,,,,,W000671,,,,,,411824,,,,12034,John S. Wold -Nixon,Richard,Milhous,,,,1913-01-09,M,sen,CA,,3,Republican,,,,,,,,,,N000116,,,,,,408200,,,,6939,Richard Nixon -Abbitt,Watkins,Moorman,,,,1908-05-21,M,rep,VA,4,,Democrat,,,,,,,,,,A000002,,,,,,400665,,,,2,Watkins Moorman Abbitt -Abernethy,Thomas,Gerstle,,,,1903-05-16,M,rep,MS,1,,Democrat,,,,,,,,,,A000016,,,,,,400678,,,,13,Thomas Abernethy -Anderson,William,Robert,,,,1921-06-17,M,rep,TN,6,,Democrat,,,,,,,,,,A000203,,,,,,400867,,,,10701,William Anderson (naval officer) -Andrews,Elizabeth,Bullock,,,,1911-02-12,F,rep,AL,3,,Democrat,,,,,,,,,,A000205,,,,,,400875,,,,13053,Elizabeth B. Andrews -Andrews,George,William,,,,1906-12-12,M,rep,AL,3,,Democrat,,,,,,,,,,A000206,,,,,,400877,,,,195,George W. Andrews -Aspinall,Wayne,Norviel,,,,1896-04-03,M,rep,CO,4,,Democrat,,,,,,,,,,A000225,,,,,,400968,,,,275,Wayne N. Aspinall -Baring,Walter,Stephan,Jr.,,,1911-09-09,M,rep,NV,0,,Democrat,,,,,,,,,,B000141,,,,,,401142,,,,433,Walter S. Baring Jr. -Beall,John,Glenn,Jr.,,,1927-06-19,M,sen,MD,,1,Republican,,,,,,,,,,B000272,01278,,,,,401266,,,,12002,John Glenn Beall Jr. -Begich,Nicholas,Joseph,,,,1932-04-06,M,rep,AK,0,,Democrat,,,,,,,,,,B000315,,,,,,401307,,,,13006,Nick Begich -Belcher,Page,Henry,,,,1899-04-21,M,rep,OK,1,,Republican,,,,,,,,,,B000323,,,,,,401315,,,,590,Page Belcher -Betts,Jackson,Edward,,,,1904-05-26,M,rep,OH,8,,Republican,,,,,,,,,,B000426,,,,,,401412,,,,680,Jackson Edward Betts -Blanton,Leonard,Ray,,,,1930-04-10,M,rep,TN,7,,Democrat,,,,,,,,,,B000548,,,,,,401523,,,,11003,Ray Blanton -Boggs,Thomas,Hale,Sr.,,,1914-02-15,M,rep,LA,2,,Democrat,,,,,,,,,,B000594,,,,,,401562,,,,824,Hale Boggs -Bow,Frank,Townsend,,,,1901-02-20,M,rep,OH,16,,Republican,,,,,,,,,,B000676,,,,,,401638,,,,891,Frank T. Bow -Brock,William,Emerson,III,,,1930-11-23,M,sen,TN,,1,Republican,,,,,,,,,,B000851,01291,,,,,401808,,,,10571,Bill Brock -Buckley,James,Lane,,,,1923-03-09,M,sen,NY,,1,Conservative,,,,,,,,,,B001026,01294,,,,,401976,,,,13100,James L. Buckley -Byrne,James,Aloysius,,,,1906-06-22,M,rep,PA,3,,Democrat,,,,,,,,,,B001212,,,,,,402151,,,,1368,James A. Byrne -Byrnes,John,William,,,,1913-06-12,M,rep,WI,8,,Republican,,,,,,,,,,B001216,,,,,,402155,,,,1371,John W. Byrnes -Cabell,Earle,,,,,1906-10-27,M,rep,TX,5,,Democrat,,,,,,,,,,C000002,,,,,,402164,,,,10707,Earle Cabell -Caffery,Patrick,Thomson,,,,1932-07-06,M,rep,LA,3,,Democrat,,,,,,,,,,C000017,,,,,,402179,,,,12005,Patrick T. Caffery -Carlson,Cliffard,Dale,,,,1915-12-30,M,rep,IL,15,,Republican,,,,,,,,,,C000153,,,,,,402302,,,,13054,Cliffard D. Carlson -Celler,Emanuel,,,,,1888-05-06,M,rep,NY,10,,Democrat,,,,,,,,,,C000264,,,,,,402408,,,,1611,Emanuel Celler -Colmer,William,Meyers,,,,1890-02-11,M,rep,MS,5,,Democrat,,,,,,,,,,C000645,,,,,,402773,,,,1952,William M. Colmer -Conover,William,Sheldrick,II,,,1928-08-27,M,rep,PA,27,,Republican,,,,,,,,,,C000702,,,,,,402827,,,,13057,William Sheldrick Conover -Corbett,Robert,James,,,,1905-08-25,M,rep,PA,18,,Republican,,,,,,,,,,C000772,,,,,,402892,,,,2065,Robert J. Corbett -Curlin,William,Prather,Jr.,,,1933-11-30,M,rep,KY,6,,Democrat,,,,,,,,,,C000997,,,,,,403104,,,,13051,William P. Curlin Jr. -Córdova Díaz,Jorge,Luis,,,,1907-04-20,M,rep,PR,0,,New Progressive,,,,,,,,,,C000775,,,,,,402895,,,,,Jorge Luis Córdova -Dow,John,Goodchild,,,,1905-05-06,M,rep,NY,27,,Democrat,,,,,,,,,,D000462,,,,,,403572,,,,10718,John G. Dow -Dowdy,John,Vernard,,,,1912-02-11,M,rep,TX,2,,Democrat,,,,,,,,,,D000467,,,,,,403577,,,,2700,John Dowdy -Dwyer,Florence,Price,,,,1902-07-04,F,rep,NJ,12,,Republican,,,,,,,,,,D000587,,,,,,403690,,,,2804,Florence P. Dwyer -Edmondson,Edmond,Augustus,,,,1919-04-07,M,rep,OK,2,,Democrat,,,,,,,,,,E000054,,,,,,403749,,,,2854,Ed Edmondson (politician) -Edwards,Edwin,Washington,,,,1927-08-07,M,rep,LA,7,,Democrat,,,,,,,,,,E000067,,,,,,403760,,,,10787,Edwin Edwards -Fannin,Paul,Jones,,,,1907-01-29,M,sen,AZ,,1,Republican,,,,,,,,,,F000013,01330,,,,,403975,,,,10804,Paul Fannin -Fong,Hiram,Leong,,,,1906-10-15,M,sen,HI,,1,Republican,,,,,,,,,,F000245,01333,,,,,404199,,,,3255,Hiram Fong -Fulton,James,Grove,,,,1903-03-01,M,rep,PA,27,,Republican,,,,,,,,,,F000422,,,,,,404364,,,,3409,James G. Fulton -Galifianakis,Nick,,,,,1928-07-22,M,rep,NC,4,,Democrat,,,,,,,,,,G000015,,,,,,404392,,,,11017,Nick Galifianakis (politician) -Gallagher,Cornelius,Edward,,,,1921-03-02,M,rep,NJ,13,,Democrat,,,,,,,,,,G000016,,,,,,404393,,,,3433,Cornelius Edward Gallagher -Gambrell,David,Henry,,,,1929-12-20,M,sen,GA,,2,Democrat,,,,,,,,,,G000034,,,,,,404410,,,,13103,David H. Gambrell -Garmatz,Edward,Alexander,,,,1903-02-07,M,rep,MD,3,,Democrat,,,,,,,,,,G000071,,,,,,404443,,,,3480,Edward Garmatz -Griffin,Charles,Hudson,,,,1926-05-09,M,rep,MS,3,,Democrat,,,,,,,,,,G000458,,,,,,404803,,,,11065,Charles H. Griffin -Hagan,George,Elliott,,,,1916-05-24,M,rep,GA,1,,Democrat,,,,,,,,,,H000010,,,,,,404895,,,,10522,George Elliott Hagan -Hall,Durward,Gorham,,,,1910-09-14,M,rep,MO,7,,Republican,,,,,,,,,,H000049,,,,,,404934,,,,10523,Durward Gorham Hall -Halpern,Seymour,,,,,1913-11-19,M,rep,NY,6,,Republican,,,,,,,,,,H000085,,,,,,404967,,,,3967,Seymour Halpern -Hart,Philip,Aloysius,,,,1912-12-10,M,sen,MI,,1,Democrat,,,,,,,,,,H000291,01348,,,,,405164,,,,4148,Philip Hart -Hartke,Rupert,Vance,,,,1919-05-31,M,sen,IN,,1,Democrat,,,,,,,,,,H000297,01349,,,,,405170,,,,4154,Vance Hartke -Hicks,Louise,Day,,,,1916-10-16,F,rep,MA,9,,Democrat,,,,,,,,,,H000566,,,,,,405428,,,,13017,Louise Day Hicks -Hruska,Roman,Lee,,,,1904-08-16,M,sen,NE,,1,Republican,,,,,,,,,,H000875,01362,,,,,405721,,,,4660,Roman Hruska -Hull,William,Raleigh,Jr.,,,1906-04-17,M,rep,MO,6,,Democrat,,,,,,,,,,H000947,,,,,,405792,,,,4724,William Raleigh Hull Jr. -Jonas,Charles,Raper,,,,1904-12-09,M,rep,NC,9,,Republican,,,,,,,,,,J000206,,,,,,406101,,,,5019,Charles R. Jonas -Kee,James,,,,,1917-04-15,M,rep,WV,5,,Democrat,,,,,,,,,,K000038,,,,,,406208,,,,10744,James Kee -Keith,Hastings,,,,,1915-11-22,M,rep,MA,12,,Republican,,,,,,,,,,K000053,,,,,,406223,,,,5131,Hastings Keith -Kyl,John,Henry,,,,1919-05-09,M,rep,IA,4,,Republican,,,,,,,,,,K000351,,,,,,406504,,,,5385,John Henry Kyl -Lennon,Alton,Asa,,,,1906-08-17,M,rep,NC,7,,Democrat,,,,,,,,,,L000240,,,,,,406743,,,,5606,Alton Lennon -Link,Arthur,Albert,,,,1914-05-24,M,rep,ND,2,,Democrat,,,,,,,,,,L000333,,,,,,406826,,,,13022,Arthur A. Link -Lloyd,Sherman,Parkinson,,,,1914-01-11,M,rep,UT,2,,Republican,,,,,,,,,,L000382,,,,,,406874,,,,10600,Sherman P. Lloyd -Long,Speedy,Oteria,,,,1928-06-16,M,rep,LA,8,,Democrat,,,,,,,,,,L000429,,,,,,406919,,,,10746,Speedy Long -Mansfield,Michael,Joseph,,Mike,,1903-03-16,M,sen,MT,,1,Democrat,,,,,,,,,,M000113,01389,,,,,407137,,,,5967,Mike Mansfield -McCulloch,William,Moore,,,,1901-11-24,M,rep,OH,4,,Republican,,,,,,,,,,M000393,,,,,,407394,,,,6204,William Moore McCulloch -McDonald,Jack,H.,,,,1932-06-28,M,rep,MI,19,,Republican,,,,,,,,,,M000410,,,,,,407410,,,,11030,Jack H. McDonald -McGee,Gale,William,,,,1915-03-17,M,sen,WY,,1,Democrat,,,,,,,,,,M000445,01396,,,,,407444,,,,6249,Gale W. McGee -McKevitt,James,Douglas,,Mike,,1928-10-26,M,rep,CO,1,,Republican,,,,,,,,,,M000513,,,,,,407507,,,,13028,Mike McKevitt -McMillan,John,Lanneau,,,,1898-04-12,M,rep,SC,6,,Democrat,,,,,,,,,,M000568,,,,,,407559,,,,6353,John L. McMillan -Miller,George,Paul,,,,1891-01-15,M,rep,CA,8,,Democrat,,,,,,,,,,M000727,,,,,,407706,,,,6483,George Paul Miller -Monagan,John,Stephen,,,,1911-12-23,M,rep,CT,5,,Democrat,,,,,,,,,,M000847,,,,,,407820,,,,6586,John S. Monagan -Montoya,Joseph,Manuel,,,,1915-09-24,M,sen,NM,,1,Democrat,,,,,,,,,,M000876,01403,,,,,407848,,,,6611,Joseph Montoya -Morse,Frank,Bradford,,,,1921-08-07,M,rep,MA,5,,Republican,,,,,,,,,,M001009,,,,,,407976,,,,10538,F. Bradford Morse -Morton,Rogers,Clark Ballard,,,,1914-09-19,M,rep,MD,1,,Republican,,,,,,,,,,M001021,,,,,,407988,,,,10610,Rogers Morton -Moss,Frank,Edward,,,,1911-09-23,M,sen,UT,,1,Democrat,,,,,,,,,,M001033,01406,,,,,408000,,,,6754,Frank Moss (politician) -O’Konski,Alvin,Edward,,,,1904-05-26,M,rep,WI,10,,Republican,,,,,,,,,,O000058,,,,,,408292,,,,7046,Alvin O'Konski -Pastore,John,Orlando,,,,1907-03-17,M,sen,RI,,1,Democrat,,,,,,,,,,P000100,01415,,,,,408508,,,,7229,John O. Pastore -Pelly,Thomas,Minor,,,,1902-08-22,M,rep,WA,1,,Republican,,,,,,,,,,P000196,,,,,,408600,,,,7313,Thomas Pelly -Pirnie,Alexander,,,,,1903-04-16,M,rep,NY,32,,Republican,,,,,,,,,,P000366,,,,,,408762,,,,7467,Alexander Pirnie -Poff,Richard,Harding,,,,1923-10-19,M,rep,VA,6,,Republican,,,,,,,,,,P000401,,,,,,408794,,,,7500,Richard Harding Poff -Pucinski,Roman,Conrad,,,,1919-05-13,M,rep,IL,11,,Democrat,,,,,,,,,,P000559,,,,,,408942,,,,7642,Roman Pucinski -Purcell,Graham,Boynton,Jr.,,,1919-05-05,M,rep,TX,13,,Democrat,,,,,,,,,,P000569,,,,,,408952,,,,10546,Graham B. Purcell Jr. -Reid,Charlotte,Thompson,,,,1913-09-27,F,rep,IL,15,,Republican,,,,,,,,,,R000143,,,,,,409121,,,,10617,Charlotte Thompson Reid -Ryan,William,Fitts,,,,1922-06-28,M,rep,NY,20,,Democrat,,,,,,,,,,R000562,,,,,,409518,,,,10555,William Fitts Ryan -Schmitz,John,George,,,,1930-08-12,M,rep,CA,35,,Republican,,,,,,,,,,S000133,,,,,,409641,,,,12043,John G. Schmitz -Schwengel,Frederick,Delbert,,,,1906-05-28,M,rep,IA,1,,Republican,,,,,,,,,,S000161,,,,,,409668,,,,8288,Fred Schwengel -Scott,Hugh,Doggett,Jr.,,,1900-11-11,M,sen,PA,,1,Republican,,,,,,,,,,S000174,01432,,,,,409680,,,,8301,Hugh Scott -Smith,H.,Allen,,,,1909-10-08,M,rep,CA,20,,Republican,,,,,,,,,,S000545,,,,,,410027,,,,8628,H. Allen Smith (California) -Springer,William,Lee,,,,1909-04-12,M,rep,IL,22,,Republican,,,,,,,,,,S000756,,,,,,410223,,,,8814,William L. Springer -Symington,William,Stuart,,Stuart,,1901-06-26,M,sen,MO,,1,Democrat,,,,,,,,,,S001136,01444,,,,,410586,,,,9141,Stuart Symington -Taft,Robert,,Jr.,,,1917-02-26,M,sen,OH,,1,Republican,,,,,,,,,,T000010,01445,,,,,410600,,,,10630,Robert Taft Jr. -Terry,John,Hart,,,,1924-11-14,M,rep,NY,34,,Republican,,,,,,,,,,T000134,,,,,,410716,,,,13044,John H. Terry -Thompson,Standish,Fletcher,,,,1925-02-05,M,rep,GA,5,,Republican,,,,,,,,,,T000217,,,,,,410796,,,,11053,Fletcher Thompson -Tunney,John,Varick,,,,1934-06-26,M,sen,CA,,1,Democrat,,,,,,,,,,T000410,01450,,,,,410979,,,,10777,John V. Tunney -Watts,John,Clarence,,,,1902-07-09,M,rep,KY,6,,Democrat,,,,,,,,,,W000212,,,,,,411381,,,,9882,John C. Watts -Whalley,John,Irving,,,,1902-09-14,M,rep,PA,12,,Republican,,,,,,,,,,W000320,,,,,,411482,,,,9975,J. Irving Whalley -Edwards,Elaine,Schwartzenburg,,,,1929-03-08,F,sen,LA,,2,Democrat,,,,,,,,,,E000068,,,,,,403761,,,,13104,Elaine S. Edwards -Abourezk,James,George,,,,1931-02-24,M,sen,SD,,2,Democrat,,,,,,,,,,A000017,01268,,,,,400679,,,,13000,James Abourezk -Arends,Leslie,Cornelius,,,,1895-09-27,M,rep,IL,15,,Republican,,,,,,,,,,A000216,00027,,,,,400915,,,,226,Leslie C. Arends -Baker,LaMar,,,,,1915-12-29,M,rep,TN,3,,Republican,,,,,,,,,,B000069,00046,,,,,401072,,,,13005,LaMar Baker -Bartlett,Dewey,Follett,,,,1919-03-28,M,sen,OK,,2,Republican,,,,,,,,,,B000200,01276,,,,,401199,,,,14100,Dewey F. Bartlett -Blackburn,Benjamin,Bentley,,,,1927-02-14,M,rep,GA,4,,Republican,,,,,,,,,,B000506,00092,,,,,401485,,,,11002,Benjamin B. Blackburn -Blatnik,John,Anton,,,,1911-08-17,M,rep,MN,8,,Democrat,,,,,,,,,,B000550,00095,,,,,401525,,,,789,John Blatnik -Brasco,Frank,James,,,,1932-10-15,M,rep,NY,11,,Democrat,,,,,,,,,,B000771,00118,,,,,401730,,,,11004,Frank J. Brasco -Bray,William,Gilmer,,,,1903-06-17,M,rep,IN,6,,Republican,,,,,,,,,,B000778,00119,,,,,401737,,,,986,William G. Bray -Brooke,Edward,William,III,,,1919-10-26,M,sen,MA,,2,Republican,,,,,,,,,,B000871,01292,,,,,401828,,,,11201,Edward Brooke -Brotzman,Donald,Glenn,,,,1922-06-28,M,rep,CO,2,,Republican,,,,,,,,,,B000893,00129,,,,,401850,,,,10572,Donald G. Brotzman -Broyhill,Joel,Thomas,,,,1919-11-04,M,rep,VA,10,,Republican,,,,,,,,,,B000967,00139,,,,,401919,,,,1154,Joel Broyhill -Camp,John,Newbold Happy,,,,1908-05-11,M,rep,OK,6,,Republican,,,,,,,,,,C000073,00167,,,,,402230,,,,12006,John Newbold Camp -Carey,Hugh,Leo,,,,1919-04-11,M,rep,NY,15,,Democrat,,,,,,,,,,C000143,00175,,,,,402292,,,,10508,Hugh Carey -Case,Clifford,Philip,,,,1904-04-16,M,sen,NJ,,2,Republican,,,,,,,,,,C000220,01302,,,,,402366,,,,1569,Clifford P. Case -Chamberlain,Charles,Ernest,,,,1917-07-22,M,rep,MI,6,,Republican,,,,,,,,,,C000275,00187,,,,,402418,,,,1620,Charles E. Chamberlain -Clark,Frank,Monroe,,,,1915-12-24,M,rep,PA,25,,Democrat,,,,,,,,,,C000431,00199,,,,,402569,,,,1763,Frank M. Clark -Clark,Richard,Clarence,,Dick,,1928-09-14,M,sen,IA,,2,Democrat,,,,,,,,,,C000448,01306,,,,,402586,,,,14102,Dick Clark (senator) -Collier,Harold,Reginald,,,,1915-12-12,M,rep,IL,6,,Republican,,,,,,,,,,C000629,00218,,,,,402758,,,,1941,Harold R. Collier -Collins,George,Washington,,,,1925-03-05,M,rep,IL,6,,Democrat,,,,,,,,,,C000637,,,,,,402766,,,,12045,George W. Collins -Cronin,Paul,William,,,,1938-03-14,M,rep,MA,5,,Republican,,,,,,,,,,C000925,00253,,,,,403037,,,,14012,Paul W. Cronin -Curtis,Carl,Thomas,,,,1905-03-15,M,sen,NE,,2,Republican,,,,,,,,,,C001006,01312,,,,,403113,,,,2267,Carl Curtis -Davis,Glenn,Robert,,,,1914-10-28,M,rep,WI,9,,Republican,,,,,,,,,,D000102,00269,,,,,403238,,,,2383,Glenn Robert Davis -Davis,John,William,,,,1916-09-12,M,rep,GA,7,,Democrat,,,,,,,,,,D000122,00271,,,,,403257,,,,10512,John William Davis (Georgia politician) -Dellenback,John,Richard,,,,1918-11-06,M,rep,OR,4,,Republican,,,,,,,,,,D000220,00283,,,,,403362,,,,11011,John R. Dellenback -Denholm,Frank,Edward,,,,1923-11-29,M,rep,SD,1,,Democrat,,,,,,,,,,D000234,00286,,,,,403372,,,,13012,Frank E. Denholm -Dennis,David,Worth,,,,1912-06-07,M,rep,IN,10,,Republican,,,,,,,,,,D000241,00287,,,,,403379,,,,12012,David W. Dennis -Donohue,Harold,Daniel,,,,1901-06-18,M,rep,MA,3,,Democrat,,,,,,,,,,D000419,00305,,,,,403532,,,,2660,Harold Donohue -Dorn,William,Jennings Bryan,,,,1916-04-14,M,rep,SC,3,,Democrat,,,,,,,,,,D000434,00309,,,,,403544,,,,2672,William Jennings Bryan Dorn -Dulski,Thaddeus,Joseph,,,,1915-09-27,M,rep,NY,37,,Democrat,,,,,,,,,,D000523,00320,,,,,403633,,,,2752,Thaddeus J. Dulski -Eastland,James,Oliver,,,,1904-11-28,M,sen,MS,,2,Democrat,,,,,,,,,,E000018,01325,,,,,403714,,,,2822,James Eastland -Fisher,Ovie,Clark,,,,1903-11-22,M,rep,TX,21,,Democrat,,,,,,,,,,F000152,00386,,,,,404107,,,,3171,O. C. Fisher -Frelinghuysen,Peter,Hood Ballantine,Jr.,,,1916-01-17,M,rep,NJ,5,,Republican,,,,,,,,,,F000371,00413,,,,,404317,,,,3364,Peter Frelinghuysen Jr. -Froehlich,Harold,Vernon,,,,1932-05-12,M,rep,WI,8,,Republican,,,,,,,,,,F000388,00418,,,,,404333,,,,14014,Harold Vernon Froehlich -Gettys,Thomas,Smithwick,,,,1912-06-19,M,rep,SC,5,,Democrat,,,,,,,,,,G000144,00435,,,,,404513,,,,10728,Thomas S. Gettys -Goodling,George,Atlee,,,,1896-09-26,M,rep,PA,19,,Republican,,,,,,,,,,G000290,,,,,,404650,,,,10521,George Atlee Goodling -Grasso,Ella,Tambussi,,,,1919-05-10,F,rep,CT,6,,Democrat,,,,,,,,,,G000387,00458,,,,,404737,,,,13016,Ella T. Grasso -Green,Edith,Starrett,,,,1910-01-17,F,rep,OR,3,,Democrat,,,,,,,,,,G000407,00461,,,,,404757,,,,3775,Edith Green -Griffin,Robert,Paul,,,,1923-11-06,M,sen,MI,,2,Republican,,,,,,,,,,G000465,01344,,,,,404810,,,,3824,Robert P. Griffin -Griffiths,Martha,Wright,,,,1912-01-29,F,rep,MI,17,,Democrat,,,,,,,,,,G000471,00467,,,,,404816,,,,3830,Martha Griffiths -Gross,Harold,Royce,,,,1899-06-30,M,rep,IA,3,,Republican,,,,,,,,,,G000495,00469,,,,,404840,,,,3853,H. R. Gross -Grover,James,Russell,Jr.,,,1919-03-05,M,rep,NY,2,,Republican,,,,,,,,,,G000504,00471,,,,,404849,,,,10592,James R. Grover Jr. -Gubser,Charles,Samuel,,,,1916-02-01,M,rep,CA,10,,Republican,,,,,,,,,,G000512,00473,,,,,404857,,,,3867,Charles Gubser -Gunter,William,Dawson,Jr.,Bill,,1934-07-16,M,rep,FL,5,,Democrat,,,,,,,,,,G000528,00477,,,,,404873,,,,14017,Bill Gunter -Hanna,Richard,Thomas,,,,1914-06-09,M,rep,CA,34,,Democrat,,,,,,,,,,H000164,00494,,,,,405046,,,,10594,Richard T. Hanna -Hanrahan,Robert,Paul,,,,1934-02-25,M,rep,IL,3,,Republican,,,,,,,,,,H000168,00496,,,,,405050,,,,14019,Robert P. Hanrahan -Hansen,Clifford,Peter,,,,1912-10-16,M,sen,WY,,2,Republican,,,,,,,,,,H000170,01346,,,,,405052,,,,11202,Clifford Hansen -Hansen,Julia,Butler,,,,1907-06-14,F,rep,WA,3,,Democrat,,,,,,,,,,H000174,00499,,,,,405055,,,,4043,Julia Butler Hansen -Hansen,Orval,Howard,,,,1926-08-03,M,rep,ID,2,,Republican,,,,,,,,,,H000175,00500,,,,,405056,,,,12016,Orval H. Hansen -Harvey,James,,,,,1922-07-04,M,rep,MI,8,,Republican,,,,,,,,,,H000306,00509,,,,,405179,,,,10526,R. James Harvey -Haskell,Floyd,Kirk,,,,1916-02-07,M,sen,CO,,2,Democrat,,,,,,,,,,H000317,01350,,,,,405190,,,,14104,Floyd K. Haskell -Hathaway,William,Dodd,,,,1924-02-21,M,sen,ME,,2,Democrat,,,,,,,,,,H000346,01354,,,,,405215,,,,10736,William Hathaway -Hogan,Lawrence,Joseph,,,,1928-09-30,M,rep,MD,5,,Republican,,,,,,,,,,H000692,00548,,,,,405545,,,,12018,Lawrence Hogan -Holifield,Chester,Earl,,,,1903-12-03,M,rep,CA,19,,Democrat,,,,,,,,,,H000713,00551,,,,,405565,,,,4514,Chester E. Holifield -Hosmer,Craig,,,,,1915-05-06,M,rep,CA,32,,Republican,,,,,,,,,,H000802,00561,,,,,405651,,,,4592,Craig Hosmer -Huber,Robert,James,,,,1922-08-29,M,rep,MI,18,,Republican,,,,,,,,,,H000897,00568,,,,,405743,,,,14023,Robert J. Huber -Hudnut,William,Herbert,III,,,1932-10-17,M,rep,IN,11,,Republican,,,,,,,,,,H000906,00570,,,,,405752,,,,14024,William H. Hudnut III -Hunt,John,Edmund,,,,1908-11-25,M,rep,NJ,1,,Republican,,,,,,,,,,H000972,00574,,,,,405816,,,,11022,John E. Hunt -Keating,William,John,,,,1927-03-30,M,rep,OH,1,,Republican,,,,,,,,,,K000037,00622,,,,,406207,,,,13019,William J. Keating -King,Carleton,James,,,,1904-06-15,M,rep,NY,29,,Republican,,,,,,,,,,K000195,00634,,,,,406356,,,,10530,Carleton J. King -Kuykendall,Dan,Heflin,,,,1924-07-09,M,rep,TN,8,,Republican,,,,,,,,,,K000348,00654,,,,,406501,,,,11025,Dan Kuykendall -Kyros,Peter,Nicholas,,,,1925-07-11,M,rep,ME,1,,Democrat,,,,,,,,,,K000356,00656,,,,,406508,,,,11027,Peter Kyros -Landgrebe,Earl,Fredrick,,,,1916-01-21,M,rep,IN,2,,Republican,,,,,,,,,,L000049,00661,,,,,406558,,,,12020,Earl Landgrebe -Mailliard,William,Somers,,,,1917-06-10,M,rep,CA,6,,Republican,,,,,,,,,,M000070,00727,,,,,407098,,,,5929,William S. Mailliard -Mallary,Richard,Walker,,,,1929-02-21,M,rep,VT,0,,Republican,,,,,,,,,,M000078,00728,,,,,407106,,,,13052,Richard W. Mallary -Maraziti,Joseph,James,,,,1912-06-15,M,rep,NJ,13,,Republican,,,,,,,,,,M000121,00734,,,,,407145,,,,14034,Joseph J. Maraziti -Martin,David,Thomas,,,,1907-07-09,M,rep,NE,3,,Republican,,,,,,,,,,M000175,00740,,,,,407197,,,,10534,David Martin (Nebraska politician) -Mathias,Robert,Bruce,,Bob,,1930-11-17,M,rep,CA,18,,Republican,,,,,,,,,,M000242,00746,,,,,407260,,,,11031,Bob Mathias -Mayne,Wiley,,,,,1917-01-19,M,rep,IA,6,,Republican,,,,,,,,,,M000286,00752,,,,,407302,,,,11032,Wiley Mayne -McClellan,John,Little,,,,1896-02-25,M,sen,AR,,2,Democrat,,,,,,,,,,M000332,01393,,,,,407342,,,,6151,John Little McClellan -McIntyre,Thomas,James,,,,1915-02-20,M,sen,NH,,2,Democrat,,,,,,,,,,M000486,01398,,,,,407481,,,,10810,Thomas J. McIntyre -McSpadden,Clem,Rogers,,,,1925-11-09,M,rep,OK,2,,Democrat,,,,,,,,,,M000603,00786,,,,,407592,,,,14032,Clem McSpadden -Metcalf,Lee,Warren,,,,1911-01-28,M,sen,MT,,2,Democrat,,,,,,,,,,M000671,01399,,,,,407656,,,,6442,Lee Metcalf -Mills,William,Oswald,,,,1924-08-12,M,rep,MD,1,,Republican,,,,,,,,,,M000779,00811,,,,,407757,,,,13049,William Oswald Mills -Minshall,William,Edwin,Jr.,,,1911-10-24,M,rep,OH,23,,Republican,,,,,,,,,,M000799,00816,,,,,407775,,,,6548,William Edwin Minshall Jr. -Mizell,Wilmer,David,,Vinegar Bend,,1930-08-13,M,rep,NC,5,,Republican,,,,,,,,,,M000833,00819,,,,,407808,,,,12026,Wilmer Mizell -Mondale,Walter,Frederick,,,,1928-01-05,M,sen,MN,,2,Democrat,,,,,,,,,,M000851,01402,,,,,407824,,,,10813,Walter Mondale -Nelsen,Ancher,,,,,1904-10-11,M,rep,MN,2,,Republican,,,,,,,,,,N000028,00858,,,,,408119,,,,6860,Ancher Nelsen -Pearson,James,Blackwood,,,,1920-05-07,M,sen,KS,,2,Republican,,,,,,,,,,P000166,01416,,,,,408571,,,,10817,James B. Pearson -Podell,Bertram,L.,,,,1925-12-27,M,rep,NY,13,,Democrat,,,,,,,,,,P000399,00920,,,,,408792,,,,11064,Bertram L. Podell -Powell,Walter,Eugene,,,,1931-04-25,M,rep,OH,8,,Republican,,,,,,,,,,P000485,00926,,,,,408870,,,,13034,Walter E. Powell -Price,Robert,Dale,,,,1927-09-07,M,rep,TX,13,,Republican,,,,,,,,,,P000528,00931,,,,,408912,,,,11062,Bob Price (Texas politician) -Rarick,John,Richard,,,,1924-01-29,M,rep,LA,6,,Democrat,,,,,,,,,,R000065,00945,,,,,409045,,,,11042,John Rarick -Reid,Ogden,Rogers,,,,1925-06-24,M,rep,NY,24,,Democrat,,,,,,,,,,R000150,00953,,,,,409127,,,,10618,Ogden R. Reid -Robison,Howard,Winfield,,,,1915-10-30,M,rep,NY,27,,Republican,,,,,,,,,,R000357,00972,,,,,409328,,,,7995,Howard W. Robison -Roncallo,Angelo,Dominick,,,,1927-05-28,M,rep,NY,3,,Republican,,,,,,,,,,R000422,00982,,,,,409387,,,,14047,Angelo D. Roncallo -Rooney,John,James,,,,1903-11-29,M,rep,NY,14,,Democrat,,,,,,,,,,R000424,00984,,,,,409389,,,,8049,John J. Rooney -Roy,William,Robert,,,,1926-02-23,M,rep,KS,2,,Democrat,,,,,,,,,,R000484,00995,,,,,409445,,,,13037,William R. Roy -Ruth,Earl,Baker,,,,1916-02-07,M,rep,NC,8,,Republican,,,,,,,,,,R000545,01005,,,,,409501,,,,12028,Earl B. Ruth -Sandman,Charles,William,Jr.,,,1921-10-23,M,rep,NJ,2,,Republican,,,,,,,,,,S000045,01011,,,,,409560,,,,11046,Charles W. Sandman Jr. -Saylor,John,Phillips,,,,1908-07-23,M,rep,PA,12,,Republican,,,,,,,,,,S000102,01024,,,,,409612,,,,8247,John P. Saylor -Scherle,William,Joseph,,,,1923-03-14,M,rep,IA,5,,Republican,,,,,,,,,,S000121,01028,,,,,409629,,,,11047,William J. Scherle -Scott,William,Lloyd,,,,1915-07-01,M,sen,VA,,2,Republican,,,,,,,,,,S000189,01433,,,,,409694,,,,11048,William L. Scott -Shoup,Richard,Gardner,,Dick,,1923-11-29,M,rep,MT,1,,Republican,,,,,,,,,,S000383,01052,,,,,409877,,,,13041,Richard G. Shoup -Smith,Henry,P.,III,,,1911-09-29,M,rep,NY,36,,Republican,,,,,,,,,,S000548,01073,,,,,410030,,,,10771,Henry P. Smith III -Sparkman,John,Jackson,,,,1899-12-20,M,sen,AL,,2,Democrat,,,,,,,,,,S000701,01436,,,,,410172,,,,8764,John Sparkman -Steele,Robert,Hampton,,,,1938-11-03,M,rep,CT,2,,Republican,,,,,,,,,,S000836,01105,,,,,410300,,,,12047,Robert H. Steele -Stubblefield,Frank,Albert,,,,1907-04-05,M,rep,KY,1,,Democrat,,,,,,,,,,S001037,01119,,,,,410493,,,,9056,Frank Stubblefield -Teague,Charles,McKevett,,,,1909-09-18,M,rep,CA,13,,Republican,,,,,,,,,,T000109,01145,,,,,410691,,,,9240,Charles M. Teague -Thomson,Vernon,Wallace,,,,1905-11-05,M,rep,WI,3,,Republican,,,,,,,,,,T000233,01153,,,,,410812,,,,10564,Vernon Wallace Thomson -Tiernan,Robert,Owens,,,,1929-02-24,M,rep,RI,2,,Democrat,,,,,,,,,,T000265,01159,,,,,410839,,,,11061,Robert Tiernan -Towell,David,Gilmer,,,,1937-06-09,M,rep,NV,0,,Republican,,,,,,,,,,T000321,01164,,,,,410893,,,,14059,David Towell -Veysey,Victor,Vincent,,,,1915-04-14,M,rep,CA,43,,Republican,,,,,,,,,,V000093,01186,,,,,411148,,,,13046,Victor Veysey -Waldie,Jerome,Russell,,,,1925-02-15,M,rep,CA,14,,Democrat,,,,,,,,,,W000035,01193,,,,,411215,,,,10793,Jerome R. Waldie -Ware,John,Haines,III,,,1908-08-29,M,rep,PA,5,,Republican,,,,,,,,,,W000147,01202,,,,,411321,,,,12048,John H. Ware III -Widnall,William,Beck,,,,1906-03-17,M,rep,NJ,7,,Republican,,,,,,,,,,W000445,01227,,,,,411602,,,,10091,William B. Widnall -Williams,Lawrence,Gordon,,,,1913-09-15,M,rep,PA,7,,Republican,,,,,,,,,,W000525,01229,,,,,411682,,,,11056,Lawrence G. Williams -Wyatt,Wendell,,,,,1917-06-15,M,rep,OR,1,,Republican,,,,,,,,,,W000778,01246,,,,,411927,,,,10785,Wendell Wyatt -Young,Edward,Lunn,,,,1920-09-07,M,rep,SC,6,,Republican,,,,,,,,,,Y000035,01257,,,,,411967,,,,14065,Edward Lunn Young -Young,Samuel,Hollingsworth,,,,1922-12-26,M,rep,IL,10,,Republican,,,,,,,,,,Y000052,01260,,,,,411984,,,,14064,Samuel H. Young -Zion,Roger,Herschel,,,,1921-09-17,M,rep,IN,8,,Republican,,,,,,,,,,Z000010,01265,,,,,412003,,,,11059,Roger H. Zion -Zwach,John,Matthew,,,,1907-02-08,M,rep,MN,6,,Republican,,,,,,,,,,Z000016,01267,,,,,412009,,,,11060,John M. Zwach -Wyman,Louis,Crosby,,,,1917-03-16,M,sen,NH,,3,Republican,,,,,,,,,,W000782,01250,,,,,411930,,,,10639,Louis C. Wyman -Ford,Gerald,Rudolph,Jr.,,,1913-07-14,M,rep,MI,5,,Republican,,,,,,,,,,F000260,00399,,,,,404212,,,,3268,Gerald Ford -Abzug,Bella,Savitzky,,,,1920-07-24,F,rep,NY,20,,Democrat,,,,,,,,,,A000018,00003,,,,,400680,,,,13001,Bella Abzug -Albert,Carl,Bert,,,,1908-05-10,M,rep,OK,3,,Democrat,,,,,,,,,,A000073,00008,,,,,400732,,,,62,Carl Albert -Allen,James,Browning,,,,1912-12-28,M,sen,AL,,3,Democrat,,,,,,,,,,A000127,01271,,,,,400783,,,,12100,James Allen (U.S. Senator) -Barrett,William,Aloysius,,,,1896-08-14,M,rep,PA,1,,Democrat,,,,,,,,,,B000178,00059,,,,,401178,,,,465,William A. Barrett -Bayh,Birch,Evans,,,,1928-01-22,M,sen,IN,,3,Democrat,,,,,,,,,,B000254,01277,,,,,401248,,,,10800,Birch Bayh -Bell,Alphonzo,,,,,1914-09-19,M,rep,CA,27,,Republican,,,,,,,,,,B000330,00073,,,,,401322,,,,10505,Alphonzo E. Bell Jr. -Bellmon,Henry,Louis,,,,1921-09-03,M,sen,OK,,3,Republican,,,,,,,,,,B000351,01279,,,,,401343,,,,12101,Henry Bellmon -Benítez,Jaime,,,,,1908-10-29,M,rep,PR,0,,Popular Democrat,,,,,,,,,,B000362,00075,,,,,401354,,,,,Jaime Benítez Rexach -Biester,Edward,George,Jr.,,,1931-01-05,M,rep,PA,8,,Republican,,,,,,,,,,B000451,00086,,,,,401436,,,,11001,Edward G. Biester Jr. -Casey,Robert,Randolph,,,,1915-07-27,M,rep,TX,22,,Democrat,,,,,,,,,,C000228,00182,,,,,402373,,,,1577,Robert R. Casey -Church,Frank,Forrester,,,,1924-07-25,M,sen,ID,,3,Democrat,,,,,,,,,,C000388,01305,,,,,402527,,,,1721,Frank Church -Clancy,Donald,Daniel,,,,1921-07-24,M,rep,OH,2,,Republican,,,,,,,,,,C000409,00198,,,,,402548,,,,10510,Donald D. Clancy -Conlan,John,Bertrand,,,,1930-09-17,M,rep,AZ,4,,Republican,,,,,,,,,,C000682,00227,,,,,402808,,,,14011,John Bertrand Conlan -Cotton,Norris,H.,,,,1900-05-11,M,sen,NH,,3,Republican,,,,,,,,,,C000802,01309,,,,,402921,,,,2087,Norris Cotton -Culver,John,Chester,,,,1932-08-08,M,sen,IA,,3,Democrat,,,,,,,,,,C000979,00255,,,,,403090,,,,10715,John Culver -Daniels,Dominick,Vincent,,,,1908-10-18,M,rep,NJ,14,,Democrat,,,,,,,,,,D000041,00262,,,,,403181,,,,2329,Dominick V. Daniels -Downing,Thomas,Nelms,,,,1919-02-01,M,rep,VA,1,,Democrat,,,,,,,,,,D000474,00315,,,,,403583,,,,2706,Thomas N. Downing -Durkin,John,Anthony,,,,1936-03-29,M,sen,NH,,3,Democrat,,,,,,,,,,D000574,01322,,,,,403677,,,,14310,John A. Durkin -Esch,Marvin,Leonel,,,,1927-08-04,M,rep,MI,2,,Republican,,,,,,,,,,E000213,00353,,,,,403900,,,,11015,Marvin L. Esch -Eshleman,Edwin,Duing,,,,1920-12-04,M,rep,PA,16,,Republican,,,,,,,,,,E000214,00354,,,,,403901,,,,11016,Edwin Duing Eshleman -Evins,Joseph,Landon,,,,1910-10-24,M,rep,TN,4,,Democrat,,,,,,,,,,E000273,00365,,,,,403952,,,,3034,Joe L. Evins -Fulton,Richard,Harmon,,,,1927-01-27,M,rep,TN,5,,Democrat,,,,,,,,,,F000424,00420,,,,,404365,,,,10586,Richard Fulton -Gravel,Maurice,Robert,,Mike,,1930-05-13,M,sen,AK,,3,Democrat,,,,,,,,,,G000388,01343,,,,,404738,,,,12105,Mike Gravel -Green,William,Joseph,,,,1938-06-24,M,rep,PA,3,,Democrat,,,,,,,,,,G000420,00464,,,,,404768,,,,10591,William J. Green III -Gude,Gilbert,,,,,1923-03-09,M,rep,MD,8,,Republican,,,,,,,,,,G000513,00474,,,,,404858,,,,11019,Gilbert Gude -Haley,James,Andrew,,,,1899-01-04,M,rep,FL,8,,Democrat,,,,,,,,,,H000041,00482,,,,,404926,,,,3929,James A. Haley -Hall,Tim,Lee,,,,1925-06-11,M,rep,IL,15,,Democrat,,,,,,,,,,H000073,00486,,,,,404957,,,,14228,Tim Lee Hall -Hastings,James,Fred,,,,1926-04-10,M,rep,NY,39,,Republican,,,,,,,,,,H000327,00513,,,,,405198,,,,12017,James F. Hastings -Hayes,Philip,Harold,,,,1940-09-01,M,rep,IN,8,,Democrat,,,,,,,,,,H000392,00518,,,,,405260,,,,14232,Philip H. Hayes -Hays,Wayne,Levere,,,,1911-05-13,M,rep,OH,18,,Democrat,,,,,,,,,,H000408,00519,,,,,405275,,,,4247,Wayne Hays -Hechler,Kenneth,William,,,,1914-09-20,M,rep,WV,4,,Democrat,,,,,,,,,,H000438,00522,,,,12590,405304,52156,,,4276,Ken Hechler -Helstoski,Henry,,,,,1925-03-21,M,rep,NJ,9,,Democrat,,,,,,,,,,H000465,00529,,,,,405328,,,,10737,Henry Helstoski -Henderson,David,Newton,,,,1921-04-16,M,rep,NC,3,,Democrat,,,,,,,,,,H000479,00530,,,,,405342,,,,10527,David N. Henderson -Hicks,Floyd,Verne,,,,1915-05-29,M,rep,WA,6,,Democrat,,,,,,,,,,H000563,00535,,,,,405425,,,,10738,Floyd Hicks -Hinshaw,Andrew,Jackson,,,,1923-08-04,M,rep,CA,40,,Republican,,,,,,,,,,H000638,00542,,,,,405493,,,,14020,Andrew J. Hinshaw -Howe,Allan,Turner,,,,1927-09-06,M,rep,UT,2,,Democrat,,,,,,,,,,H000851,00565,,,,,405698,,,,14236,Allan Turner Howe -Hungate,William,Leonard,,,,1922-12-14,M,rep,MO,9,,Democrat,,,,,,,,,,H000965,00573,,,,,405809,,,,10740,William L. Hungate -Hutchinson,J.,Edward,,,,1914-10-13,M,rep,MI,4,,Republican,,,,,,,,,,H001011,00576,,,,,405852,,,,10597,J. Edward Hutchinson -Hébert,Felix,Edward,,,,1901-10-12,M,rep,LA,1,,Democrat,,,,,,,,,,H000437,00521,,,,,405303,,,,4275,Felix Edward Hébert -Jarman,John,,,,,1915-07-17,M,rep,OK,5,,Republican,,,,,,,,,,J000057,00591,,,,,405962,,,,4891,John Jarman -Javits,Jacob,Koppel,,,,1904-05-18,M,sen,NY,,3,Republican,,,,,,,,,,J000064,01371,,,,,405969,,,,4898,Jacob K. Javits -Johnson,Albert,Walter,,,,1906-04-17,M,rep,PA,23,,Republican,,,,,,,,,,J000115,00597,,,,,406016,,,,10598,Albert W. Johnson -Jones,Robert,Emmett,Jr.,,,1912-06-12,M,rep,AL,5,,Democrat,,,,,,,,,,J000248,00610,,,,,406141,,,,5058,Robert E. Jones Jr. -Karth,Joseph,Edward,,,,1922-08-26,M,rep,MN,4,,Democrat,,,,,,,,,,K000014,00617,,,,,406186,,,,5098,Joseph Karth -Kluczynski,John,Carl,,,,1896-02-15,M,rep,IL,5,,Democrat,,,,,,,,,,K000273,00640,,,,,406430,,,,5326,John C. Kluczynski -Landrum,Phillip,Mitchell,,,,1907-09-10,M,rep,GA,9,,Democrat,,,,,,,,,,L000054,00662,,,,,406563,,,,5436,Phillip M. Landrum -Litton,Jerry,Lon,,,,1937-05-12,M,rep,MO,6,,Democrat,,,,,,,,,,L000360,00695,,,,,406852,,,,14030,Jerry Litton -Macdonald,Torbert,Hart,,,,1917-06-06,M,rep,MA,7,,Democrat,,,,,,,,,,M000005,00719,,,,,407035,,,,5873,Torbert Macdonald -Madden,Ray,John,,,,1892-02-25,M,rep,IN,1,,Democrat,,,,,,,,,,M000039,00723,,,,,407067,,,,5900,Ray Madden -Magnuson,Warren,Grant,,,,1905-04-12,M,sen,WA,,3,Democrat,,,,,,,,,,M000053,01388,,,,,407081,,,,5913,Warren Magnuson -McCollister,John,Yetter,,,,1921-06-10,M,rep,NE,2,,Republican,,,,,,,,,,M000349,00760,,,,,407358,,,,13025,John Y. McCollister -McGovern,George,Stanley,,,,1922-07-19,M,sen,SD,,3,Democrat,,,,,,,,,,M000452,01397,,,,,407451,,,,6256,George McGovern -Mezvinsky,Edward,Maurice,,,,1937-01-17,M,rep,IA,1,,Democrat,,,,,,,,,,M000686,00796,,,,,407671,,,,14036,Edward Mezvinsky -Mills,Wilbur,Daigh,,,,1909-05-24,M,rep,AR,2,,Democrat,,,,,,,,,,M000778,00810,,,,,407756,,,,6532,Wilbur Mills -Morgan,Robert,Burren,,,,1925-10-05,M,sen,NC,,3,Democrat,,,,,,,,,,M000956,01404,,,,,407924,,,,14308,Robert Burren Morgan -Morgan,Thomas,Ellsworth,,,,1906-10-13,M,rep,PA,22,,Democrat,,,,,,,,,,M000958,00834,,,,,407926,,,,6685,Thomas E. Morgan -Mosher,Charles,Adams,,,,1906-05-07,M,rep,OH,13,,Republican,,,,,,,,,,M001031,00837,,,,,407998,,,,10539,Charles Adams Mosher -Nelson,Gaylord,Anton,,,,1916-06-04,M,sen,WI,,3,Democrat,,,,,,,,,,N000033,01411,,,,,408123,,,,10816,Gaylord Nelson -O’Hara,James,Grant,,,,1925-11-08,M,rep,MI,12,,Democrat,,,,,,,,,,O000055,00873,,,,,408290,,,,7043,James G. O'Hara -Passman,Otto,Ernest,,,,1900-06-27,M,rep,LA,5,,Democrat,,,,,,,,,,P000098,00892,,,,,408507,,,,7228,Otto Passman -Patman,John,William Wright,,,,1893-08-06,M,rep,TX,1,,Democrat,,,,,,,,,,P000103,00895,,,,,408511,,,,7232,Wright Patman -Pettis,Jerry,Lyle,,,,1916-07-18,M,rep,CA,37,,Republican,,,,,,,,,,P000272,00913,,,,,408672,,,,11038,Jerry Pettis -Randall,William,Joseph,,,,1909-07-16,M,rep,MO,4,,Democrat,,,,,,,,,,R000041,00943,,,,,409022,,,,7717,William J. Randall -Rees,Thomas,Mankell,,,,1925-03-26,M,rep,CA,23,,Democrat,,,,,,,,,,R000134,00950,,,,,409113,,,,10790,Thomas M. Rees -Ribicoff,Abraham,Alexander,,,,1910-04-09,M,sen,CT,,3,Democrat,,,,,,,,,,R000191,01422,,,,,409167,,,,7847,Abraham Ribicoff -Roush,John,Edward,,,,1920-09-12,M,rep,IN,4,,Democrat,,,,,,,,,,R000467,00991,,,,,409428,,,,8084,J. Edward Roush -Schneebeli,Herman,Theodore,,,,1907-07-07,M,rep,PA,17,,Republican,,,,,,,,,,S000135,01031,,,,,409643,,,,8268,Herman T. Schneebeli -Schweiker,Richard,Schultz,,,,1926-06-01,M,sen,PA,,3,Republican,,,,,,,,,,S000159,01431,,,,,409666,,,,10557,Richard Schweiker -Shriver,Garner,E.,,,,1912-07-06,M,rep,KS,4,,Republican,,,,,,,,,,S000388,01053,,,,,409882,,,,10559,Garner E. Shriver -Stanton,James,Vincent,,,,1932-02-27,M,rep,OH,20,,Democrat,,,,,,,,,,S000803,01100,,,,,410269,,,,13043,James V. Stanton -Steelman,Alan,Watson,,,,1942-03-15,M,rep,TX,5,,Republican,,,,,,,,,,S000841,01106,,,,,410305,,,,14054,Alan Steelman -Steiger,Sam,,,,,1929-03-10,M,rep,AZ,3,,Republican,,,,,,,,,,S000846,01108,,,,,410310,,,,11050,Sam Steiger -Stephens,Robert,Grier,Jr.,,,1913-08-14,M,rep,GA,10,,Democrat,,,,,,,,,,S000860,01111,,,,,410323,,,,10563,Robert Grier Stephens Jr. -Stevenson,Adlai,Ewing,III,,,1930-10-10,M,sen,IL,,3,Democrat,,,,,,,,,,S000890,01441,,,,,410351,,,,13102,Adlai Stevenson III -Stone,Richard,Bernard,,Dick,,1928-09-22,M,sen,FL,,3,Democrat,,,,,,,,,,S000962,01443,,,,,410421,,,,14309,Richard Stone (politician) -Stuckey,Williamson,Sylvester,Jr.,,,1935-05-25,M,rep,GA,8,,Democrat,,,,,,,,,,S001039,01120,,,,,410495,,,,11052,W. S. Stuckey Jr. -Sullivan,Leonor,Kretzer,,,,1902-08-21,F,rep,MO,3,,Democrat,,,,,,,,,,S001057,01124,,,,,410511,,,,9072,Leonor Sullivan -Symington,James,Wadsworth,,,,1927-09-28,M,rep,MO,2,,Democrat,,,,,,,,,,S001134,01131,,,,,410585,,,,12031,James W. Symington -Talcott,Burt,Lacklen,,,,1920-02-22,M,rep,CA,16,,Republican,,,,,,,,,,T000022,01134,,,,,410612,,,,10631,Burt Talcott -Talmadge,Herman,Eugene,,,,1913-08-09,M,sen,GA,,3,Democrat,,,,,,,,,,T000035,01446,,,,,410624,,,,9174,Herman Talmadge -Taylor,Roy,Arthur,,,,1910-01-31,M,rep,NC,11,,Democrat,,,,,,,,,,T000099,01144,,,,,410682,,,,9230,Roy A. Taylor -Vander Veen,Richard,Franklin,,,,1922-11-26,M,rep,MI,5,,Democrat,,,,,,,,,,V000029,01181,,,,,411120,,,,14074,Richard Vander Veen -Vigorito,Joseph,Phillip,,,,1918-11-10,M,rep,PA,24,,Democrat,,,,,,,,,,V000098,01187,,,,,411153,,,,10778,Joseph P. Vigorito -Young,Milton,Ruben,,,,1897-12-06,M,sen,ND,,3,Republican,,,,,,,,,,Y000047,01458,,,,,411979,,,,10450,Milton Young -du Pont,Pierre,"Samuel, IV",,,,1935-01-22,M,rep,DE,0,,Republican,,,,,,,,,,D000558,00319,,,,,403617,,,,13014,Pete du Pont -Anderson,Wendell,Richard,,,,1933-02-01,M,sen,MN,,2,Democrat,,,,,,,,,,A000202,01273,,,,,400862,,,,14513,Wendell Anderson -Allen,Clifford,Robertson,,,,1912-01-06,M,rep,TN,5,,Democrat,,,,,,,,,,A000118,00012,,,,,400775,,,,14286,Clifford Allen -Ammerman,Joseph,Scofield,,,,1924-07-14,M,rep,PA,23,,Democrat,,,,,,,,,,A000177,00015,,,,,400832,,,,14401,Joseph S. Ammerman -Badillo,Herman,,,,,1929-08-21,M,rep,NY,21,,Democrat,,,,,,,,,,B000025,00040,,,,,401030,,,,13004,Herman Badillo -Bergland,Robert,Selmer,,,,1928-07-22,M,rep,MN,7,,Democrat,,,,,,,,,,B000408,00081,,,,,401396,,,,13007,Robert Bergland -Blouin,Michael,Thomas,,,,1945-11-07,M,rep,IA,2,,Democrat,,,,,,,,,,B000567,00098,,,,,401540,,,,14207,Mike Blouin -Breckinridge,John,Bayne,,,,1913-11-29,M,rep,KY,6,,Democrat,,,,,,,,,,B000788,00121,,,,,401745,,,,14006,John B. Breckinridge -Brown,Garry,Eldridge,,,,1923-08-12,M,rep,MI,3,,Republican,,,,,,,,,,B000917,00133,,,,,401873,,,,11006,Garry E. Brown -Burke,J.,Herbert,,,,1913-01-14,M,rep,FL,12,,Republican,,,,,,,,,,B001091,00148,,,,,402037,,,,11007,J. Herbert Burke -Burke,James,Anthony,,,,1910-03-30,M,rep,MA,11,,Democrat,,,,,,,,,,B001092,00149,,,,,402038,,,,1265,James A. Burke (Massachusetts politician) -Burke,Yvonne,Brathwaite,,,,1932-10-05,F,rep,CA,28,,Democrat,,,,,,,,,,B001102,00150,,,,,402047,,,,14008,Yvonne Brathwaite Burke -Burleson,Omar,Truman,,,,1906-03-19,M,rep,TX,17,,Democrat,,,,,,,,,,B001111,00151,,,,,402056,,,,1282,Omar Burleson -Byrd,Harry,Flood,Jr.,,,1914-12-20,M,sen,VA,,1,Independent,,,,,,,,,,B001209,01300,,,,,402149,,,,10802,Harry F. Byrd Jr. -Byron,Goodloe,Edgar,,,,1929-06-22,M,rep,MD,6,,Democrat,,,,,,,,,,B001221,00163,,,,,402160,,,,13008,Goodloe Byron -Cannon,Howard,Walter,,,,1912-01-26,M,sen,NV,,1,Democrat,,,,,,,,,,C000120,01301,,,,,402271,,,,1482,Howard Cannon -Caputo,Bruce,Faulkner,,,,1943-08-07,M,rep,NY,23,,Republican,,,,,,,,,,C000137,00173,,,,,402287,,,,14408,Bruce F. Caputo -Carney,Charles,Joseph,,,,1913-04-17,M,rep,OH,19,,Democrat,,,,,,,,,,C000164,00177,,,,,402312,,,,12044,Charles J. Carney -Cederberg,Elford,Albin,,,,1918-03-06,M,rep,MI,10,,Republican,,,,,,,,,,C000263,00185,,,,,402407,,,,1610,Elford Albin Cederberg -Clawson,Delwin,Morgan,,,,1914-01-11,M,rep,CA,33,,Republican,,,,,,,,,,C000476,00202,,,,,402614,,,,10580,Del M. Clawson -Cornell,Robert,John,,,,1919-12-16,M,rep,WI,8,,Democrat,,,,,,,,,,C000782,00235,,,,,402902,,,,14211,Robert John Cornell -Cornwell,David,Lance,,,,1945-06-14,M,rep,IN,8,,Democrat,,,,,,,,,,C000787,00236,,,,,402907,,,,14412,David L. Cornwell -Cunningham,John,Edward,III,,,1931-03-27,M,rep,WA,7,,Republican,,,,,,,,,,C000992,00257,,,,,403100,,,,14468,John E. Cunningham -Delaney,James,Joseph,,,,1901-03-19,M,rep,NY,9,,Democrat,,,,,,,,,,D000211,00280,,,,,403355,,,,2476,James J. Delaney -Dent,John,Herman,,,,1908-03-10,M,rep,PA,21,,Democrat,,,,,,,,,,D000255,00288,,,,,403393,,,,2513,John Herman Dent -Eilberg,Joshua,,,,,1921-02-12,M,rep,PA,4,,Democrat,,,,,,,,,,E000096,00341,,,,,403787,,,,11014,Joshua Eilberg -Evans,Frank,Edward,,,,1923-09-06,M,rep,CO,3,,Democrat,,,,,,,,,,E000240,00360,,,,,403924,,,,10723,Frank Evans (politician) -Flowers,Walter,,,,,1933-04-12,M,rep,AL,7,,Democrat,,,,,,,,,,F000218,00393,,,,,404173,,,,12014,Walter Flowers -Flynt,John,James,Jr.,,,1914-11-08,M,rep,GA,6,,Democrat,,,,,,,,,,F000229,00394,,,,,404184,,,,3242,Jack Flynt -Fraser,Donald,MacKay,,,,1924-02-20,M,rep,MN,5,,Democrat,,,,,,,,,,F000350,00411,,,,,404297,,,,10585,Donald M. Fraser -Frey,Louis,,Jr.,,,1934-01-11,M,rep,FL,9,,Republican,,,,,,,,,,F000381,00416,,,,,404326,,,,12015,Louis Frey Jr. -Gammage,Robert,Alton,,,,1938-03-13,M,rep,TX,22,,Democrat,,,,,,,,,,G000036,00427,,,,,404412,,,,14420,Robert Gammage -Hannaford,Mark,Warren,,,,1925-02-07,M,rep,CA,34,,Democrat,,,,,,,,,,H000166,00495,,,,,405048,,,,14229,Mark W. Hannaford -Harrington,Michael,Joseph,,,,1936-09-02,M,rep,MA,6,,Democrat,,,,,,,,,,H000230,00503,,,,,405108,,,,12040,Michael J. Harrington -Hayakawa,Samuel,Ichiye,,,,1906-07-18,M,sen,CA,,1,Republican,,,,,,,,,,H000384,01356,,,,,405252,,,,14504,S. I. Hayakawa -Hodges,Kaneaster,,Jr.,,,1938-08-20,M,sen,AR,,2,Democrat,,,,,,,,,,H000675,01360,,,,,405529,,,,14514,Kaneaster Hodges Jr. -Humphrey,Hubert,Horatio,Jr.,,,1911-05-27,M,sen,MN,,1,Democrat,,,,,,,,,,H000953,01366,,,,,405797,,,,4728,Hubert Humphrey -Jordan,Barbara,Charline,,,,1936-02-21,F,rep,TX,18,,Democrat,,,,,,,,,,J000266,00614,,,,,406158,,,,14027,Barbara Jordan -Ketchum,William,Matthew,,,,1921-09-02,M,rep,CA,18,,Republican,,,,,,,,,,K000153,00629,,,,,406317,,,,14028,William M. Ketchum -Keys,Martha,Elizabeth,,,,1930-08-10,F,rep,KS,2,,Democrat,,,,,,,,,,K000162,00630,,,,,406326,,,,14244,Martha Keys -Koch,Edward,Irving,,,,1924-12-12,M,rep,NY,18,,Democrat,,,,,,,,,,K000302,00643,,,,,406458,,,,12019,Ed Koch -Krebs,John,Hans,,,,1926-12-17,M,rep,CA,17,,Democrat,,,,,,,,,,K000325,00651,,,,,406479,,,,14246,John Hans Krebs -LeFante,Joseph,Anthony,,,,1928-09-08,M,rep,NJ,14,,Democrat,,,,,,,,,,L000561,00677,,,,,406715,,,,14433,Joseph A. LeFante -Leggett,Robert,Louis,,,,1926-07-26,M,rep,CA,4,,Democrat,,,,,,,,,,L000221,00678,,,,,406725,,,,10599,Robert L. Leggett -Mahon,George,Herman,,,,1900-09-22,M,rep,TX,19,,Democrat,,,,,,,,,,M000065,00726,,,,,407093,,,,5924,George H. Mahon -Mann,James,Robert,,,,1920-04-27,M,rep,SC,4,,Democrat,,,,,,,,,,M000105,00731,,,,,407129,,,,12023,James Robert Mann (South Carolina) -McFall,John,Joseph,,,,1918-02-20,M,rep,CA,14,,Democrat,,,,,,,,,,M000436,00770,,,,,407436,,,,6240,John J. McFall -Meeds,Lloyd,,,,,1927-12-11,M,rep,WA,2,,Democrat,,,,,,,,,,M000626,00787,,,,,407615,,,,10756,Lloyd Meeds -Metcalfe,Ralph,Harold,,,,1910-05-29,M,rep,IL,1,,Democrat,,,,,,,,,,M000675,00793,,,,,407660,,,,13030,Ralph Metcalfe -Meyner,Helen,Stevenson,,,,1929-03-05,F,rep,NJ,13,,Democrat,,,,,,,,,,M000685,00795,,,,,407670,,,,14255,Helen Stevenson Meyner -Milford,Dale,,,,,1926-02-18,M,rep,TX,24,,Democrat,,,,,,,,,,M000708,00804,,,,,407691,,,,14037,Dale Milford -Moss,John,Emerson,,,,1915-04-13,M,rep,CA,3,,Democrat,,,,,,,,,,M001035,00838,,,,,408002,,,,6756,John E. Moss -Muskie,Edmund,Sixtus,,,,1914-03-28,M,sen,ME,,1,Democrat,,,,,,,,,,M001121,01410,,,,,408083,,,,6831,Edmund Muskie -Myers,Gary,Arthur,,,,1937-08-16,M,rep,PA,25,,Republican,,,,,,,,,,M001128,00846,,,,,408090,,,,14261,Gary A. Myers -Nix,Robert,Nelson Cornelius,Sr.,,,1898-08-09,M,rep,PA,2,,Democrat,,,,,,,,,,N000113,00866,,,,,408197,,,,6936,Robert N. C. Nix Sr. -Pattison,Edward,Worthington,,,,1932-04-29,M,rep,NY,29,,Democrat,,,,,,,,,,P000134,00899,,,,,408540,,,,14267,Edward W. Pattison -Pettis,Shirley,Neil,,,,1924-07-12,F,rep,CA,37,,Republican,,,,,,,,,,P000273,00914,,,,,408673,,,,14287,Shirley Neil Pettis -Pike,Otis,Grey,,,,1921-08-31,M,rep,NY,1,,Democrat,,,,,,,,,,P000348,00918,,,,,408745,,,,10545,Otis G. Pike -Poage,William,Robert,,,,1899-12-28,M,rep,TX,11,,Democrat,,,,,,,,,,P000398,00919,,,,,408791,,,,7498,William R. Poage -Quie,Albert,Harold,,,,1923-09-18,M,rep,MN,1,,Republican,,,,,,,,,,Q000010,00936,,,,,408973,,,,7671,Al Quie -Risenhoover,Theodore,Marshall,,,,1934-11-03,M,rep,OK,2,,Democrat,,,,,,,,,,R000268,00964,,,,,409242,,,,14270,Ted Risenhoover -Rogers,Paul,Grant,,,,1921-06-04,M,rep,FL,11,,Democrat,,,,,,,,,,R000401,00978,,,,,409368,,,,8032,Paul Rogers (politician) -Roncalio,Teno,,,,,1916-03-23,M,rep,WY,0,,Democrat,,,,,,,,,,R000421,00981,,,,,409386,,,,10766,Teno Roncalio -Rooney,Frederick,Bernard,,,,1925-11-06,M,rep,PA,15,,Democrat,,,,,,,,,,R000423,00983,,,,,409388,,,,10620,Fred B. Rooney -Ruppe,Philip,Edward,,,,1926-09-29,M,rep,MI,11,,Republican,,,,,,,,,,R000512,01002,,,,,409471,,,,11045,Philip Ruppe -Ryan,Leo,Joseph,,,,1925-05-05,M,rep,CA,11,,Democrat,,,,,,,,,,R000558,01006,,,,,409514,,,,14049,Leo Ryan -Sarasin,Ronald,Arthur,,,,1934-12-31,M,rep,CT,5,,Republican,,,,,,,,,,S000062,01016,,,,,409575,,,,14050,Ronald A. Sarasin -Schmitt,Harrison,Hagan,,,,1935-07-03,M,sen,NM,,1,Republican,,,,,,,,,,S000132,01430,,,,,409640,,,,14510,Harrison Schmitt -Shipley,George,Edward,,,,1927-04-21,M,rep,IL,22,,Democrat,,,,,,,,,,S000367,01051,,,,,409861,,,,8474,George E. Shipley -Sikes,Robert,Lee Fulton,,,,1906-06-03,M,rep,FL,1,,Democrat,,,,,,,,,,S000406,01056,,,,,409900,,,,8507,Bob Sikes -Sisk,Bernice,Frederic,,,,1910-12-14,M,rep,CA,15,,Democrat,,,,,,,,,,S000454,01061,,,,,409946,,,,8549,B. F. Sisk -Skubitz,Joe,,,,,1906-05-06,M,rep,KS,5,,Republican,,,,,,,,,,S000472,01065,,,,,409962,,,,10625,Joe Skubitz -Steers,Newton,Ivan,Jr.,,,1917-01-13,M,rep,MD,8,,Republican,,,,,,,,,,S000844,01107,,,,,410308,,,,14452,Newton Steers -Steiger,William,Albert,,,,1938-05-15,M,rep,WI,6,,Republican,,,,,,,,,,S000847,01109,,,,,410311,,,,11051,William A. Steiger -Teague,Olin,Earl,,,,1910-04-06,M,rep,TX,6,,Democrat,,,,,,,,,,T000110,01146,,,,,410692,,,,9241,Olin E. Teague -Thone,Charles,,,,,1924-01-04,M,rep,NE,1,,Republican,,,,,,,,,,T000234,01154,,,,,410813,,,,13045,Charles Thone -Tonry,Richard,Alvin,,,,1935-06-25,M,rep,LA,1,,Democrat,,,,,,,,,,T000310,01160,,,,,410883,,,,14455,Richard Alvin Tonry -Tucker,James,(Jim) Guy,Jr.,,,1943-06-13,M,rep,AR,2,,Democrat,,,,,,,,,,T000400,01171,,,,,410969,,,,14457,Jim Guy Tucker -Waggonner,Joseph,David,Jr.,,,1918-09-07,M,rep,LA,4,,Democrat,,,,,,,,,,W000018,01191,,,,,411197,,,,10567,Joe Waggonner -Walsh,William,Francis,,,,1912-07-11,M,rep,NY,33,,Republican,,,,,,,,,,W000107,01198,,,,,411285,,,,14061,William F. Walsh -Whalen,Charles,William,Jr.,,,1920-07-31,M,rep,OH,3,,Republican,,,,,,,,,,W000317,01217,,,,,411479,,,,11054,Charles W. Whalen Jr. -Wiggins,Charles,Edward,,,,1927-12-03,M,rep,CA,39,,Republican,,,,,,,,,,W000448,01228,,,,,411605,,,,11055,Charles E. Wiggins -Williams,Harrison,Arlington,Jr.,,,1919-12-10,M,sen,NJ,,1,Democrat,,,,,,,,,,W000502,01455,,,,,411659,,,,10147,Harrison A. Williams -Young,Andrew,Jackson,Jr.,,,1932-03-12,M,rep,GA,5,,Democrat,,,,,,,,,,Y000028,01254,,,,,411962,,,,14063,Andrew Young -Young,John,Andrew,,,,1916-11-10,M,rep,TX,14,,Democrat,,,,,,,,,,Y000043,01258,,,,,411975,,,,10446,John Andrew Young -Allen,Maryon,Pittman,,,,1925-11-30,F,sen,AL,,3,Democrat,,,,,,,,,,A000139,01272,,,,,400795,,,,14517,Maryon Pittman Allen -Hatfield,Paul,Gerhart,,,,1928-04-29,M,sen,MT,,2,Democrat,,,,,,,,,,H000344,01353,,,,,405213,,,,14515,Paul G. Hatfield -Humphrey,Muriel,Buck,,,,1912-02-20,F,sen,MN,,1,Democrat,,,,,,,,,,H000956,01367,,,,,405800,,,,14516,Muriel Humphrey Brown -Stewart,Donald,Wilbur,,,,1940-02-08,M,sen,AL,,3,Democrat,,,,,,,,,,S000907,01442,,,,,410368,,,,14711,Donald Stewart (Alabama politician) -Ambro,Jerome,Anthony,Jr.,,,1928-06-27,M,rep,NY,3,,Democrat,,,,,,,,,,A000170,00014,,,,,400825,,,,14200,Jerome Ambro -Anderson,John,Bayard,,,,1922-02-15,M,rep,IL,16,,Republican,,,,,,,,,,A000195,00017,,,,,400850,,,,10501,John B. Anderson -Ashley,Thomas,Ludlow,,,,1923-01-11,M,rep,OH,9,,Democrat,,,,,,,,,,A000222,00032,,,,,400959,,,,267,Thomas W. L. Ashley -Baker,Howard,Henry,Jr.,,,1925-11-15,M,sen,TN,,2,Republican,,,,,,,,,,B000063,01275,,,,,401067,,,,11200,Howard Baker -Baldus,Alvin,James,,,,1926-04-27,M,rep,WI,3,,Democrat,,,,,,,,,,B000083,00049,,,,,401085,,,,14202,Alvin Baldus -Bauman,Robert,Edmund,,,,1937-04-04,M,rep,MD,1,,Republican,,,,,,,,,,B000244,00067,,,,,401238,,,,14069,Robert Bauman -Beard,Edward,Peter,,,,1940-01-20,M,rep,RI,2,,Democrat,,,,,,,,,,B000279,00068,,,,,401273,,,,14204,Edward Beard -Brademas,John,,,,,1927-03-02,M,rep,IN,3,,Democrat,,,,,,,,,,B000736,00117,,,,,401696,,,,948,John Brademas -Buchanan,John,Hall,Jr.,,,1928-03-19,M,rep,AL,6,,Republican,,,,,,,,,,B001008,00143,,,,,401958,,,,10706,John Hall Buchanan Jr. -Burlison,William,Dean,,,,1931-03-15,M,rep,MO,10,,Democrat,,,,,,,,,,B001113,00152,,,,,402058,,,,12004,Bill Burlison -Carter,Tim,Lee,,,,1910-09-02,M,rep,KY,5,,Republican,,,,,,,,,,C000201,00181,,,,,402347,,,,10710,Tim Lee Carter -Cavanaugh,John,Joseph,,,,1945-08-01,M,rep,NE,2,,Democrat,,,,,,,,,,C000261,00184,,,,,402405,,,,14409,John Joseph Cavanaugh III -Cleveland,James,Colgate,,,,1920-06-13,M,rep,NH,2,,Republican,,,,,,,,,,C000512,00206,,,,,402647,,,,10581,James Colgate Cleveland -Corman,James,Charles,,,,1920-10-20,M,rep,CA,21,,Democrat,,,,,,,,,,C000780,00234,,,,,402900,,,,10511,James C. Corman -Davis,Mendel,Jackson,,,,1942-10-23,M,rep,SC,1,,Democrat,,,,,,,,,,D000125,00272,,,,,403260,,,,13048,Mendel Jackson Davis -Devine,Samuel,Leeper,,,,1915-12-21,M,rep,OH,12,,Republican,,,,,,,,,,D000279,00292,,,,,403411,,,,2533,Samuel L. Devine -Diggs,Charles,Coles,Jr.,,,1922-12-02,M,rep,MI,13,,Democrat,,,,,,,,,,D000344,00298,,,,,403462,,,,2594,Charles Diggs -Drinan,Robert,Frederick,,,,1920-11-15,M,rep,MA,4,,Democrat,,,,,,,,,,D000499,00318,,,,,403606,,,,13013,Robert Drinan -Duncan,Robert,Blackford,,,,1920-12-04,M,rep,OR,3,,Democrat,,,,,,,,,,D000537,00323,,,,,403644,,,,10582,Robert B. Duncan -Eckhardt,Robert,Christian,,,,1913-07-16,M,rep,TX,8,,Democrat,,,,,,,,,,E000035,00333,,,,,403730,,,,11013,Robert C. Eckhardt -Evans,Melvin,Herbert,,,,1917-08-07,M,rep,VI,0,,Republican,,,,,,,,,,E000254,00362,,,,,403936,,,,,Melvin H. Evans -Fisher,Joseph,Lyman,,,,1914-01-11,M,rep,VA,10,,Democrat,,,,,,,,,,F000151,00385,,,,,404106,,,,14215,Joseph L. Fisher -Flood,Daniel,John,,,,1903-11-26,M,rep,PA,11,,Democrat,,,,,,,,,,F000209,00391,,,,,404164,,,,3224,Daniel J. Flood -Giaimo,Robert,Nicholas,,,,1919-10-15,M,rep,CT,3,,Democrat,,,,,,,,,,G000151,00436,,,,,404519,,,,3553,Robert Giaimo -Gudger,Vonno,Lamar,Jr.,,,1919-04-30,M,rep,NC,11,,Democrat,,,,,,,,,,G000515,00475,,,,,404860,,,,14424,V. Lamar Gudger -Hanley,James,Michael,,,,1920-07-19,M,rep,NY,32,,Democrat,,,,,,,,,,H000158,00493,,,,,405040,,,,10733,James M. Hanley -Harris,Herbert,Eugene,II,,,1926-04-14,M,rep,VA,8,,Democrat,,,,,,,,,,H000241,00505,,,,,405119,,,,14231,Herbert Harris -Harsha,William,Howard,,,,1921-01-01,M,rep,OH,6,,Republican,,,,,,,,,,H000281,00507,,,,,405155,,,,10525,Bill Harsha -Holtzman,Elizabeth,,,,,1941-08-11,F,rep,NY,16,,Democrat,,,,,,,,,,H000752,00556,,,,,405603,,,,14022,Elizabeth Holtzman -Huddleston,Walter,Darlington,,Dee,,1926-04-15,M,sen,KY,,2,Democrat,,,,,,,,,,H000905,01363,,,,,405751,,,,14106,Walter Dee Huddleston -Hutchinson,John,Guiher,,,,,M,rep,WV,3,,Democrat,,,,,,,,,,H001013,00577,,,,,405853,,,,14680,John G. Hutchinson -Ichord,Richard,Howard,II,,,1926-06-27,M,rep,MO,8,,Democrat,,,,,,,,,,I000001,00581,,,,,405863,,,,10528,Richard Howard Ichord Jr. -Jenrette,John,Wilson,Jr.,,,1936-05-19,M,rep,SC,6,,Democrat,,,,,,,,,,J000099,00596,,,,,406001,,,,14241,John Jenrette -Jepsen,Roger,William,,,,1928-12-23,M,sen,IA,,2,Republican,,,,,,,,,,J000101,01372,,,,,406003,,,,14707,Roger Jepsen -Johnson,Harold,Terry,,,,1907-12-02,M,rep,CA,1,,Democrat,,,,,,,,,,J000135,00600,,,,,406034,,,,4957,Harold T. Johnson -Johnson,James,Paul,,Jim,,1930-06-02,M,rep,CO,4,,Republican,,,,,,,,,,J000148,00601,,,,,406046,,,,14025,James Paul Johnson -Kelly,Richard,,,,,1924-07-31,M,rep,FL,5,,Republican,,,,,,,,,,K000077,00623,,,,,406247,,,,14243,Richard Kelly (politician) -Leach,Anthony,Claude,Jr.,,,1934-03-30,M,rep,LA,4,,Democrat,,,,,,,,,,L000167,00671,,,,,406671,,,,14640,Buddy Leach -Lloyd,James,Fredrick,,,,1922-09-27,M,rep,CA,35,,Democrat,,,,,,,,,,L000379,00697,,,,,406871,,,,14250,James F. Lloyd -Maguire,Gene,Andrew,,,,1939-03-11,M,rep,NJ,7,,Democrat,,,,,,,,,,M000058,00725,,,,,407086,,,,14254,Andrew Maguire -Mathis,Marvin,Dawson,,,,1940-11-30,M,rep,GA,2,,Democrat,,,,,,,,,,M000244,00747,,,,,407262,,,,13023,Dawson Mathis -McCormack,Mike,,,,,1921-12-14,M,rep,WA,4,,Democrat,,,,,,,,,,M000365,00762,,,,,407370,,,,13026,Mike McCormack (politician) -McEwen,Robert,Cameron,,,,1920-01-05,M,rep,NY,30,,Republican,,,,,,,,,,M000433,00769,,,,,407433,,,,10749,Robert C. McEwen -McKay,Koln,Gunn,,,,1925-02-23,M,rep,UT,1,,Democrat,,,,,,,,,,M000490,00777,,,,,407485,,,,13027,K. Gunn McKay -Mikva,Abner,Joseph,,,,1926-01-21,M,rep,IL,10,,Democrat,,,,,,,,,,M000703,00803,,,,,407686,,,,12025,Abner J. Mikva -Moorhead,William,Singer,,,,1923-04-08,M,rep,PA,14,,Democrat,,,,,,,,,,M000930,00831,,,,,407901,,,,6661,William S. Moorhead -Murphy,John,Michael,,,,1926-08-03,M,rep,NY,17,,Democrat,,,,,,,,,,M001098,00842,,,,,408062,,,,10611,John M. Murphy -Murphy,Morgan,Francis,,,,1932-04-16,M,rep,IL,2,,Democrat,,,,,,,,,,M001101,00843,,,,,408065,,,,13032,Morgan F. Murphy -Musto,Raphael,John,,,,1929-03-30,M,rep,PA,11,,Democrat,,,,,,,,,,M001123,00845,,,,,408085,,,,14678,Ray Musto -Myers,Michael,Joseph,,Ozzie,,1943-05-04,M,rep,PA,1,,Democrat,,,,,,,,,,M001132,00848,,,,,408094,,,,14442,Michael Myers (politician) -Nedzi,Lucien,Norbert,,,,1925-05-28,M,rep,MI,14,,Democrat,,,,,,,,,,N000019,00856,,,,,408111,,,,10540,Lucien N. Nedzi -Patten,Edward,James,,,,1905-08-22,M,rep,NJ,15,,Democrat,,,,,,,,,,P000106,00896,,,,,408514,,,,10613,Edward J. Patten -Percy,Charles,Harting,,,,1919-09-27,M,sen,IL,,2,Republican,,,,,,,,,,P000222,01418,,,,,408625,,,,11205,Charles H. Percy -Preyer,Lunsford,Richardson,,,,1919-01-11,M,rep,NC,6,,Democrat,,,,,,,,,,P000520,00928,,,,,408905,,,,12027,L. Richardson Preyer -Randolph,Jennings,,,,,1902-03-08,M,sen,WV,,2,Democrat,,,,,,,,,,R000046,01421,,,,,409027,,,,7722,Jennings Randolph -Roberts,Herbert,Ray,,,,1913-03-28,M,rep,TX,4,,Democrat,,,,,,,,,,R000312,00969,,,,,409283,,,,10550,Ray Roberts -Royer,William,Howard,,,,1920-04-11,M,rep,CA,11,,Republican,,,,,,,,,,R000489,00999,,,,,409448,,,,14676,William Royer -Runnels,Harold,Lowell,,,,1924-03-17,M,rep,NM,2,,Democrat,,,,,,,,,,R000510,01001,,,,,409469,,,,13038,Harold L. Runnels -Satterfield,David,Edward,III,,,1920-12-02,M,rep,VA,3,,Democrat,,,,,,,,,,S000070,01019,,,,,409582,,,,10767,David E. Satterfield III -Sebelius,Keith,George,,,,1916-09-10,M,rep,KS,1,,Republican,,,,,,,,,,S000217,01039,,,,,409722,,,,12029,Keith Sebelius -Slack,John,Mark,Jr.,,,1915-03-18,M,rep,WV,3,,Democrat,,,,,,,,,,S000473,01066,,,,,409963,,,,8564,John M. Slack Jr. -Spellman,Gladys,Noon,,,,1918-03-01,F,rep,MD,5,,Democrat,,,,,,,,,,S000716,01090,,,,,410186,,,,14278,Gladys Spellman -Stack,Edward,John,,,,1910-04-29,M,rep,FL,12,,Democrat,,,,,,,,,,S000772,01094,,,,,410238,,,,14663,Edward J. Stack -Staggers,Harley,Orrin,,,,1907-08-03,M,rep,WV,2,,Democrat,,,,,,,,,,S000778,01096,,,,,410244,,,,8824,Harley Orrin Staggers -Steed,Thomas,Jefferson,,,,1904-03-02,M,rep,OK,4,,Democrat,,,,,,,,,,S000829,01104,,,,,410293,,,,8866,Tom Steed -Stewart,Bennett,McVey,,,,1912-08-06,M,rep,IL,1,,Democrat,,,,,,,,,,S000902,01112,,,,,410363,,,,14665,Bennett M. Stewart -Thompson,Frank,,Jr.,,,1918-07-26,M,rep,NJ,4,,Democrat,,,,,,,,,,T000200,01152,,,,,410779,,,,9322,Frank Thompson -Tower,John,Goodwin,,,,1925-09-29,M,sen,TX,,2,Republican,,,,,,,,,,T000322,01449,,,,,410894,,,,10823,John Tower -Treen,David,Conner,,,,1928-07-16,M,rep,LA,3,,Republican,,,,,,,,,,T000362,01168,,,,,410932,,,,14060,Dave Treen -Tsongas,Paul,Efthemios,,,,1941-02-14,M,sen,MA,,2,Democrat,,,,,,,,,,T000393,01170,,,,,410962,,,,14279,Paul Tsongas -Ullman,Albert,Conrad,,,,1914-03-09,M,rep,OR,2,,Democrat,,,,,,,,,,U000004,01174,,,,,411028,,,,9551,Al Ullman -Van Deerlin,Lionel,,,,,1914-07-25,M,rep,CA,42,,Democrat,,,,,,,,,,V000024,01179,,,,,411077,,,,10633,Lionel Van Deerlin -Vanik,Charles,Albert,,,,1913-04-07,M,rep,OH,22,,Democrat,,,,,,,,,,V000047,01183,,,,,411126,,,,9623,Charles Vanik -Wilson,Charles,Herbert,,,,1917-02-15,M,rep,CA,31,,Democrat,,,,,,,,,,W000571,01233,,,,,411726,,,,10640,Charles H. Wilson -Wilson,Robert,Carlton,,Bob,,1916-04-05,M,rep,CA,41,,Republican,,,,,,,,,,W000610,01234,,,,,411765,,,,10249,Bob Wilson (politician) -Wolff,Lester,Lionel,,,,1919-01-04,M,rep,NY,6,,Democrat,,,,,,,,,,W000680,01239,,,,,411832,,,,10784,Lester L. Wolff -Wyatt,Joseph,Peyton,Jr.,,,1941-10-12,M,rep,TX,14,,Democrat,,,,,,,,,,W000777,01245,,,,,411926,,,,14674,"Joseph P. Wyatt, Jr." -Wydler,John,Waldemar,,,,1924-06-09,M,rep,NY,5,,Republican,,,,,,,,,,W000780,01248,,,,,411928,,,,10638,John W. Wydler -Abdnor,James,,,,,1923-02-13,M,sen,SD,,3,Republican,,,,,,,,,,A000009,00001,,,,,400672,,,,14000,James Abdnor -Andrews,Mark,,,,,1926-05-19,M,sen,ND,,3,Republican,,,,,,,,,,A000208,00019,,,,,400881,,,,10569,Mark Andrews (politician) -Ashbrook,Jean,Spencer,,,,1934-09-21,F,rep,OH,17,,Republican,,,,,,,,,,A000220,00030,,,,,400948,,,,14878,Jean Spencer Ashbrook -Ashbrook,John,Milan,,,,1928-09-21,M,rep,OH,17,,Republican,,,,,,,,,,A000221,00031,,,,,400949,,,,10502,John M. Ashbrook -Atkinson,Eugene,Vincent,,,,1927-04-05,M,rep,PA,25,,Republican,,,,,,,,,,A000329,00035,,,,,400978,,,,14602,Eugene Atkinson -Bafalis,Louis,Arthur,,Skip,,1929-09-28,M,rep,FL,10,,Republican,,,,,,,,,,B000029,00042,,,,,401034,,,,14003,Skip Bafalis -Bailey,Donald,Allen,,,,1945-07-21,M,rep,PA,21,,Democrat,,,,,,,,,,B000037,00043,,,,,401042,,,,14603,Donald A. Bailey -Bailey,R.,Wendell,,,,1940-07-30,M,rep,MO,8,,Republican,,,,,,,,,,B000047,00044,,,,,401052,,,,14800,Wendell Bailey -Beard,Robin,Leo,Jr.,,,1939-08-21,M,rep,TN,6,,Republican,,,,,,,,,,B000280,00069,,,,,401274,,,,14004,Robin Beard -Benedict,Cleveland,Keith,,,,1935-03-21,M,rep,WV,2,,Republican,,,,,,,,,,B000358,00074,,,,,401350,,,,14801,Cleve Benedict -Benjamin,Adam,,Jr.,,,1935-08-06,M,rep,IN,1,,Democrat,,,,,,,,,,B000363,00076,,,,,401355,,,,14406,Adam Benjamin Jr. -Bingham,Jonathan,Brewster,,,,1914-04-24,M,rep,NY,22,,Democrat,,,,,,,,,,B000472,00090,,,,,401453,,,,10705,Jonathan Brewster Bingham -Blanchard,James,Johnston,,,,1942-08-08,M,rep,MI,18,,Democrat,,,,,,,,,,B000538,00094,,,,,401513,,,,14206,James Blanchard -Bolling,Richard,Walker,,,,1916-05-17,M,rep,MO,5,,Democrat,,,,,,,,,,B000605,00105,,,,,401573,,,,835,Richard Walker Bolling -Bowen,David,Reece,,,,1932-10-21,M,rep,MS,2,,Democrat,,,,,,,,,,B000682,00115,,,,,401644,,,,14005,David R. Bowen -Brinkley,Jack,Thomas,,,,1930-12-22,M,rep,GA,3,,Democrat,,,,,,,,,,B000839,00124,,,,,401796,,,,11005,Jack Thomas Brinkley -Brodhead,William,McNulty,,,,1941-09-12,M,rep,MI,17,,Democrat,,,,,,,,,,B000862,00126,,,,,401819,,,,14209,William M. Brodhead -Brown,Clarence,J.,Jr.,,,1927-06-18,M,rep,OH,7,,Republican,,,,,,,,,,B000910,00131,,,,,401867,,,,10786,Bud Brown (politician) -Burgener,Clair,Walter,,,,1921-12-05,M,rep,CA,43,,Republican,,,,,,,,,,B001080,00147,,,,,402026,,,,14007,Clair Burgener -Burton,John,Lowell,,,,1932-12-15,M,rep,CA,5,,Democrat,,,,,,,,,,B001153,00155,,,,,402095,,,,14076,John L. Burton -Butler,Manley,Caldwell,,,,1925-06-02,M,rep,VA,6,,Republican,,,,,,,,,,B001182,00159,,,,,402124,,,,13055,M. Caldwell Butler -Carman,Gregory,Wright,,,,1937-01-31,M,rep,NY,3,,Republican,,,,,,,,,,C000158,00176,,,,,402307,,,,14804,Gregory W. Carman -Chisholm,Shirley,Anita,,,,1924-11-30,F,rep,NY,12,,Democrat,,,,,,,,,,C000371,00195,,,,,402510,,,,12008,Shirley Chisholm -Clausen,Donald,Holst,,,,1923-04-27,M,rep,CA,2,,Republican,,,,,,,,,,C000475,00201,,,,,402613,,,,10579,Donald H. Clausen -Collins,James,Mitchell,,,,1916-04-29,M,rep,TX,3,,Republican,,,,,,,,,,C000638,00221,,,,,402767,,,,11066,James M. Collins -Cotter,William,Ross,,,,1926-07-18,M,rep,CT,1,,Democrat,,,,,,,,,,C000799,00239,,,,,402918,,,,13009,William R. Cotter (politician) -Coyne,James,Kitchenman,III,,,1946-11-17,M,rep,PA,8,,Republican,,,,,,,,,,C000845,00244,,,,,402962,,,,14807,James K. Coyne III -Daniel,Robert,Williams,Jr.,,,1936-03-17,M,rep,VA,4,,Republican,,,,,,,,,,D000037,00260,,,,,403177,,,,14013,Robert Daniel -Danielson,George,Elmore,,,,1915-02-20,M,rep,CA,30,,Democrat,,,,,,,,,,D000043,00263,,,,,403183,,,,13010,George E. Danielson -DeNardis,Lawrence,Joseph,,,,1938-03-18,M,rep,CT,3,,Republican,,,,,,,,,,D000231,00285,,,,,403369,,,,14811,Lawrence J. DeNardis -Deckard,Huey,Joel,,,,1942-03-07,M,rep,IN,8,,Republican,,,,,,,,,,D000183,00278,,,,,403344,,,,14619,H. Joel Deckard -Denton,Jeremiah,Andrew,Jr.,,,1924-07-15,M,sen,AL,,3,Republican,,,,,,,,,,D000259,01316,,,,,403397,,,,14901,Jeremiah Denton -Derwinski,Edward,Joseph,,,,1926-09-15,M,rep,IL,4,,Republican,,,,,,,,,,D000269,00290,,,,,403405,,,,2525,Ed Derwinski -Dougherty,Charles,Francis,,,,1937-06-26,M,rep,PA,4,,Republican,,,,,,,,,,D000446,00311,,,,,403556,,,,14622,Charles F. Dougherty -Dunn,James,Whitney,,,,1943-07-21,M,rep,MI,6,,Republican,,,,,,,,,,D000548,00325,,,,,403656,,,,14814,James Whitney Dunn -Eagleton,Thomas,Francis,,,,1929-09-04,M,sen,MO,,3,Democrat,,,,,,,,,,E000004,01323,,,,,403700,,,,12104,Thomas Eagleton -East,John,Porter,,,,1931-05-05,M,sen,NC,,3,Republican,,,,,,,,,,E000017,01324,,,,,403713,,,,14903,John Porter East -Emery,David,Farnham,,,,1948-09-01,M,rep,ME,1,,Republican,,,,,,,,,,E000175,00343,,,,,403865,,,,14218,David F. Emery -Erdahl,Arlen,Ingolf,,,,1931-02-27,M,rep,MN,1,,Republican,,,,,,,,,,E000198,00349,,,,,403885,,,,14623,Arlen Erdahl -Ertel,Allen,Edward,,,,1937-11-07,M,rep,PA,17,,Democrat,,,,,,,,,,E000208,00352,,,,,403895,,,,14416,Allen E. Ertel -Evans,Billy,Lee,,,,1941-11-10,M,rep,GA,8,,Democrat,,,,,,,,,,E000233,00357,,,,,403918,,,,14418,Billy Lee Evans -Evans,David,Walter,,,,1946-08-17,M,rep,IN,6,,Democrat,,,,,,,,,,E000239,00359,,,,,403923,,,,14220,David W. Evans -Evans,Thomas,Beverley,Jr.,,,1931-11-05,M,rep,DE,0,,Republican,,,,,,,,,,E000258,00363,,,,,403939,,,,14417,Tom Evans (Delaware politician) -Fary,John,G.,,,,1911-04-11,M,rep,IL,5,,Democrat,,,,,,,,,,F000040,00369,,,,,404001,,,,14285,John G. Fary -Fenwick,Millicent,Hammond,,,,1910-02-25,F,rep,NJ,5,,Republican,,,,,,,,,,F000078,00376,,,,,404036,,,,14221,Millicent Fenwick -Findley,Paul,,,,,1921-06-23,M,rep,IL,20,,Republican,,,,,,,,,,F000123,00382,,,,,404079,,,,10517,Paul Findley -Fithian,Floyd,James,,,,1928-11-03,M,rep,IN,2,,Democrat,,,,,,,,,,F000161,00387,,,,,404116,,,,14222,Floyd Fithian -Fountain,Lawrence,H.,,,,1913-04-23,M,rep,NC,2,,Democrat,,,,,,,,,,F000319,00403,,,,,404268,,,,3321,Lawrence H. Fountain -Ginn,Ronald,Bryan,,Bo,,1934-05-31,M,rep,GA,1,,Democrat,,,,,,,,,,G000226,00442,,,,,404588,,,,14016,Ronald 'Bo' Ginn -Goldwater,Barry,Morris,,,,1909-01-01,M,sen,AZ,,3,Republican,,,,,,,,,,G000267,01340,,,,,404629,,,,3658,Barry Goldwater -Goldwater,Barry,Morris,Jr.,,,1938-07-15,M,rep,CA,20,,Republican,,,,,,,,,,G000268,00444,,,,,404630,,,,12037,Barry Goldwater Jr. -Grisham,Wayne,Richard,,,,1923-01-10,M,rep,CA,33,,Republican,,,,,,,,,,G000480,00468,,,,,404825,,,,14630,Wayne R. Grisham -Guyer,Tennyson,,,,,1913-11-29,M,rep,OH,4,,Republican,,,,,,,,,,G000537,00480,,,,,404880,,,,14018,Tennyson Guyer -Hagedorn,Thomas,Michael,,,,1943-11-27,M,rep,MN,2,,Republican,,,,,,,,,,H000012,00481,,,,,404897,,,,14227,Tom Hagedorn -Hart,Gary,Warren,,,,1936-11-28,M,sen,CO,,3,Democrat,,,,,,,,,,H000287,01347,,,,,405161,,,,14305,Gary Hart -Hawkins,Paula,,,,,1927-01-24,F,sen,FL,,3,Republican,,,,,,,,,,H000374,01355,,,,,405242,,,,14905,Paula Hawkins -Heckler,Margaret,M.,,,,1931-06-21,F,rep,MA,10,,Republican,,,,,,,,,,H000440,00523,,,,,405306,,,,11021,Margaret Heckler -Hinson,Jon,Clifton,,,,1942-03-16,M,rep,MS,4,,Republican,,,,,,,,,,H000641,00543,,,,,405496,,,,14634,Jon Hinson -Holland,Kenneth,Lamar,,,,1934-11-24,M,rep,SC,5,,Democrat,,,,,,,,,,H000719,00552,,,,,405571,,,,14235,Kenneth Lamar Holland -Hollenbeck,Harold,Capistran,,,,1938-12-29,M,rep,NJ,9,,Republican,,,,,,,,,,H000722,00553,,,,,405574,,,,14426,Harold C. Hollenbeck -Jeffries,James,Edmund,,,,1925-06-01,M,rep,KS,2,,Republican,,,,,,,,,,J000074,00594,,,,,405977,,,,14637,James Edmund Jeffries -Johnston,Walter,Eugene,III,,,1936-03-03,M,rep,NC,6,,Republican,,,,,,,,,,J000200,00605,,,,,406095,,,,14836,Walter E. Johnston III -Laxalt,Paul,Dominque,,,,1922-08-02,M,sen,NV,,3,Republican,,,,,,,,,,L000148,01382,,,,,406653,,,,14077,Paul Laxalt -LeBoutillier,John,,,,,1953-05-26,M,rep,NY,6,,Republican,,,,,,,,,,L000547,00674,,,,,406688,,,,14838,John LeBoutillier -Lederer,Raymond,Francis,,,,1938-05-19,M,rep,PA,3,,Democrat,,,,,,,,,,L000187,00675,,,,,406690,,,,14434,Raymond F. Lederer -Lee,Gary,Alcide,,,,1933-08-18,M,rep,NY,33,,Republican,,,,,,,,,,L000192,00676,,,,,406695,,,,14642,Gary A. Lee -Long,Russell,Billiu,,,,1918-11-03,M,sen,LA,,3,Democrat,,,,,,,,,,L000428,01386,,,,,406918,,,,5767,Russell B. Long -Marks,Marc,Lincoln,,,,1927-02-12,M,rep,PA,24,,Republican,,,,,,,,,,M000136,00736,,,,,407159,,,,14436,Marc L. Marks -Mathias,Charles,McCurdy,Jr.,,,1922-07-24,M,sen,MD,,3,Republican,,,,,,,,,,M000241,01391,,,,,407259,,,,10535,Charles Mathias -Mattingly,Mack,Francis,,,,1931-01-07,M,sen,GA,,3,Republican,,,,,,,,,,M000257,01392,,,,,407275,,,,14906,Mack Mattingly -Mattox,James,Albon,,,,1943-08-29,M,rep,TX,5,,Democrat,,,,,,,,,,M000260,00750,,,,,407278,,,,14439,Jim Mattox -McClory,Robert,,,,,1908-01-31,M,rep,IL,13,,Republican,,,,,,,,,,M000340,00757,,,,,407349,,,,10606,Robert McClory -McCloskey,Paul,Norton,Jr.,Pete,,1927-09-29,M,rep,CA,12,,Republican,,,,,,,,,,M000343,00759,,,,,407352,,,,11063,Pete McCloskey -Mitchell,Donald,Jerome,,,,1923-05-08,M,rep,NY,31,,Republican,,,,,,,,,,M000808,00817,,,,,407783,,,,14038,Donald J. Mitchell -Moffett,Anthony,John,Jr.,Toby,,1944-08-18,M,rep,CT,6,,Democrat,,,,,,,,,,M000839,00821,,,,,407813,,,,14258,Toby Moffett -Mollohan,Robert,Homer,,,,1909-09-18,M,rep,WV,1,,Democrat,,,,,,,,,,M000845,00825,,,,,407818,,,,6584,Bob Mollohan -Mottl,Ronald,Milton,,,,1934-02-06,M,rep,OH,23,,Democrat,,,,,,,,,,M001044,00839,,,,,408011,,,,14260,Ronald M. Mottl -Napier,John,Light,,,,1947-05-16,M,rep,SC,6,,Republican,,,,,,,,,,N000005,00852,,,,,408099,,,,14848,John Light Napier -Nelligan,James,Leo,,,,1929-02-14,M,rep,PA,11,,Republican,,,,,,,,,,N000027,00857,,,,,408118,,,,14849,James L. Nelligan -Peyser,Peter,A.,,,,1921-09-07,M,rep,NY,23,,Democrat,,,,,,,,,,P000280,00915,,,,,408680,,,,13033,Peter A. Peyser -Railsback,Thomas,Fisher,,,,1932-01-22,M,rep,IL,19,,Republican,,,,,,,,,,R000012,00941,,,,,408994,,,,11041,Tom Railsback -Reuss,Henry,Schoellkopf,,,,1912-02-22,M,rep,WI,5,,Democrat,,,,,,,,,,R000165,00954,,,,,409142,,,,7824,Henry S. Reuss -Rhodes,John,Jacob,,,,1916-09-18,M,rep,AZ,1,,Republican,,,,,,,,,,R000188,00957,,,,,409164,,,,7845,John Jacob Rhodes -Richmond,Frederick,William,,,,1923-11-15,M,rep,NY,14,,Democrat,,,,,,,,,,R000232,00959,,,,,409208,,,,14269,Fred Richmond -Roberts,Clint,Ronald,,,,1935-01-30,M,rep,SD,2,,Republican,,,,,,,,,,R000308,00967,,,,,409279,,,,14851,Clint Roberts (politician) -Rousselot,John,Harbin,,,,1927-11-01,M,rep,CA,26,,Republican,,,,,,,,,,R000469,00992,,,,,409430,,,,10553,John H. Rousselot -Santini,James,David,,,,1937-08-13,M,rep,NV,0,,Democrat,,,,,,,,,,S000058,01014,,,,,409572,,,,14272,James David Santini -Shamansky,Robert,Norton,,,,1927-04-18,M,rep,OH,12,,Democrat,,,,,,,,,,S000282,01044,,,,,409781,,,,14859,Bob Shamansky -Smith,Albert,Lee,Jr.,,,1931-08-31,M,rep,AL,6,,Republican,,,,,,,,,,S000514,01070,,,,,409999,,,,14862,Albert L. Smith Jr. -Smith,Joseph,Francis,,,,1920-01-24,M,rep,PA,3,,Democrat,,,,,,,,,,S000579,01074,,,,,410060,,,,14876,Joseph F. Smith (Pennsylvania politician) -Stanton,John,William,,,,1924-02-20,M,rep,OH,11,,Republican,,,,,,,,,,S000804,01099,,,,,410270,,,,10773,J. William Stanton -Staton,David,Michael,,,,1940-02-11,M,rep,WV,3,,Republican,,,,,,,,,,S000818,01102,,,,,410283,,,,14865,Mick Staton -Stockman,David,Alan,,,,1946-11-10,M,rep,MI,4,,Republican,,,,,,,,,,S000935,01113,,,,4479,410394,,,,14453,David Stockman -Wampler,William,Creed,,,,1926-04-21,M,rep,VA,9,,Republican,,,,,,,,,,W000121,01200,,,,,411296,,,,9802,William C. Wampler -Weber,Edward,Ford,,,,1931-07-26,M,rep,OH,9,,Republican,,,,,,,,,,W000235,01211,,,,,411403,,,,14867,Ed Weber -White,Richard,Crawford,,,,1923-04-29,M,rep,TX,16,,Democrat,,,,,,,,,,W000390,01219,,,,,411551,,,,10783,Richard Crawford White -Zeferetti,Leo,C.,,,,1927-07-15,M,rep,NY,15,,Democrat,,,,,,,,,,Z000002,01262,,,,,411995,,,,14283,Leo C. Zeferetti -Brady,Nicholas,Frederick,,,,1930-04-11,M,sen,NJ,,1,Republican,,,,,,,,,,B000756,01290,,,,,401715,,,,14911,Nicholas F. Brady -Albosta,Donald,Joseph,,,,1925-12-05,M,rep,MI,10,,Democrat,,,,,,,,,,A000076,00009,,,,,400735,,,,14600,Donald J. Albosta -Andrews,Ike,Franklin,,,,1925-09-02,M,rep,NC,4,,Democrat,,,,,,,,,,A000207,00018,,,,,400878,,,,14001,Ike Franklin Andrews -Bethune,Edwin,Ruthvin,Jr.,,,1935-12-19,M,rep,AR,2,,Republican,,,,,,,,,,B000422,00083,,,,,401408,,,,14606,Ed Bethune -Britt,Charles,Robin,,,,1942-06-29,M,rep,NC,6,,Democrat,,,,,,,,,,B000845,00125,,,,,401802,,,,15012,Charles Robin Britt -Burton,Phillip,,,,,1926-06-01,M,rep,CA,5,,Democrat,,,,,,,,,,B001156,00156,,,,,402098,,,,10577,Phillip Burton -Chiles,Lawton,Mainor,Jr.,,,1930-04-03,M,sen,FL,,1,Democrat,,,,,,,,,,C000356,01304,,,,,402495,,,,13101,Lawton Chiles -Conable,Barber,Benjamin,Jr.,,,1922-11-02,M,rep,NY,30,,Republican,,,,,,,,,,C000666,00225,,,,,402793,,,,10712,Barber Conable -Corcoran,Thomas,Joseph,,,,1939-05-23,M,rep,IL,14,,Republican,,,,,,,,,,C000773,00233,,,,,402893,,,,14411,Tom Corcoran (politician) -Corrada-del Río,Baltasar,,,,,1935-04-10,M,rep,PR,0,,New Progressive,,,,,,,,,,C000788,00237,,,,,402908,,,,,Baltasar Corrada del Río -Crane,Daniel,Bever,,,,1936-01-10,M,rep,IL,19,,Republican,,,,,,,,,,C000871,00248,,,,,402985,,,,14615,Dan Crane -D’Amours,Norman,Edward,,,,1937-10-14,M,rep,NH,1,,Democrat,,,,,,,,,,D000017,00259,,,,,403143,,,,14284,Norman D'Amours -Edwards,William,Jackson,,Jack,,1928-09-20,M,rep,AL,1,,Republican,,,,,,,,,,E000084,00337,,,,,403777,,,,10721,Jack Edwards (American politician) -Erlenborn,John,Neal,,,,1927-02-08,M,rep,IL,13,,Republican,,,,,,,,,,E000204,00351,,,,,403891,,,,10722,John N. Erlenborn -Evans,Daniel,Jackson,,,,1925-10-16,M,sen,WA,,1,Republican,,,,,,,,,,E000236,01327,,,,,403920,,,,14916,Daniel J. Evans -Ferraro,Geraldine,Anne,,,,1935-08-26,F,rep,NY,9,,Democrat,,,,,,,,,,F000088,00377,,,,,404046,,,,14625,Geraldine Ferraro -Forsythe,Edwin,Bell,,,,1916-01-17,M,rep,NJ,13,,Republican,,,,,,,,,,F000286,00402,,,,,404236,,,,12046,Edwin B. Forsythe -Hall,Katie,Beatrice,,,,1938-04-03,F,rep,IN,1,,Democrat,,,,,,,,,,H000058,00483,,,,,404943,,,,14880,Katie Hall (politician) -Hance,Kent,Ronald,,,,1942-11-14,M,rep,TX,19,,Democrat,,,,,,,,,,H000144,00491,,,,,405026,,,,14633,Kent Hance -Hansen,George,Vernon,,,,1930-09-14,M,rep,ID,2,,Republican,,,,,,,,,,H000171,00497,,,,,405053,,,,10734,George V. Hansen -Harrison,Frank,Girard,,,,1940-02-02,M,rep,PA,11,,Democrat,,,,,,,,,,H000269,00506,,,,,405145,,,,15027,Frank G. Harrison -Hecht,Jacob,Chic,,,,1928-11-30,M,sen,NV,,1,Republican,,,,,,,,,,H000439,01357,,,,,405305,,,,14913,Chic Hecht -Hightower,Jack,English,,,,1926-09-06,M,rep,TX,13,,Democrat,,,,,,,,,,H000582,00536,,,,,405444,,,,14234,Jack English Hightower -Jackson,Henry,Martin,,Scoop,,1912-05-31,M,sen,WA,,1,Democrat,,,,,,,,,,J000013,01370,,,,,405920,,,,4851,Henry M. Jackson -Kazen,Abraham,,Jr.,,,1919-01-17,M,rep,TX,23,,Democrat,,,,,,,,,,K000025,00621,,,,,406196,,,,11023,Abraham Kazen -Kogovsek,Raymond,Peter,,,,1941-08-19,M,rep,CO,3,,Democrat,,,,,,,,,,K000304,00644,,,,,406460,,,,14638,Ray Kogovsek -Levitas,Elliott,Harris,,,,1930-12-26,M,rep,GA,4,,Democrat,,,,,,,,,,L000265,00685,,,,,406766,,,,14249,Elliott H. Levitas -Long,Clarence,Dickinson,,,,1908-12-11,M,rep,MD,2,,Democrat,,,,,,,,,,L000413,00703,,,,,406904,,,,10601,Clarence Long -Marriott,David,Daniel,,,,1939-11-02,M,rep,UT,2,,Republican,,,,,,,,,,M000143,00738,,,,,407166,,,,14438,David Daniel Marriott -Martin,James,Grubbs,,,,1935-12-11,M,rep,NC,9,,Republican,,,,,,,,,,M000183,00741,,,,,407204,,,,14035,James G. Martin -McDonald,Lawrence,Patton,,,,1935-04-01,M,rep,GA,7,,Democrat,,,,,,,,,,M000413,00767,,,,,407413,,,,14252,Larry McDonald -McNulty,James,Francis,Jr.,,,1925-10-18,M,rep,AZ,5,,Democrat,,,,,,,,,,M000589,00784,,,,,407579,,,,15043,James F. McNulty Jr. -Melcher,John,,,,,1924-09-06,M,sen,MT,,1,Democrat,,,,,,,,,,M000635,00790,,,,,407622,,,,12039,John Melcher -Minish,Joseph,George,,,,1916-09-01,M,rep,NJ,11,,Democrat,,,,,,,,,,M000796,00814,,,,,407773,,,,10609,Joseph Minish -Ottinger,Richard,Lawrence,,,,1929-01-27,M,rep,NY,20,,Democrat,,,,,,,,,,O000134,00882,,,,,408386,,,,10760,Richard Ottinger -Patman,William,Neff,,,,1927-03-26,M,rep,TX,14,,Democrat,,,,,,,,,,P000104,00894,,,,,408512,,,,14850,William Neff Patman -Patterson,Jerry,Mumford,,,,1934-10-25,M,rep,CA,38,,Democrat,,,,,,,,,,P000121,00898,,,,,408529,,,,14266,Jerry M. Patterson -Perkins,Carl,Dewey,,,,1912-10-15,M,rep,KY,7,,Democrat,,,,,,,,,,P000230,00908,,,,,408633,,,,7343,Carl D. Perkins -Pritchard,Joel,McFee,,,,1925-05-05,M,rep,WA,1,,Republican,,,,,,,,,,P000546,00932,,,,,408930,,,,14044,Joel Pritchard -Proxmire,William,,,,,1915-11-11,M,sen,WI,,1,Democrat,,,,,,,,,,P000553,01419,,,,,408937,,,,7638,William Proxmire -Ratchford,William,Richard,,,,1934-05-24,M,rep,CT,5,,Democrat,,,,,,,,,,R000067,00946,,,,,409047,,,,14653,William R. Ratchford -Robinson,James,Kenneth,,,,1916-05-14,M,rep,VA,7,,Republican,,,,,,,,,,R000337,00970,,,,,409308,,,,13036,J. Kenneth Robinson -Rosenthal,Benjamin,Stanley,,,,1923-06-08,M,rep,NY,7,,Democrat,,,,,,,,,,R000442,00987,,,,,409406,,,,10551,Benjamin Stanley Rosenthal -Sawyer,Harold,Samuel,,,,1920-03-21,M,rep,MI,5,,Republican,,,,,,,,,,S000087,01021,,,,,409599,,,,14450,Harold S. Sawyer -Shannon,James,Michael,,,,1952-04-04,M,rep,MA,5,,Democrat,,,,,,,,,,S000286,01045,,,,,409785,,,,14658,James Shannon -Stafford,Robert,Theodore,,,,1913-08-08,M,sen,VT,,1,Republican,,,,,,,,,,S000776,01438,,,,,410242,,,,10562,Robert Stafford -Stennis,John,Cornelius,,,,1901-08-03,M,sen,MS,,1,Democrat,,,,,,,,,,S000852,01439,,,,,410315,,,,8883,John C. Stennis -Trible,Paul,Seward,Jr.,,,1946-12-29,M,sen,VA,,1,Republican,,,,,,,,,,T000367,01169,,,,,410936,,,,14456,Paul S. Trible Jr. -Vandergriff,Tommy,Joe,,,,1926-01-29,M,rep,TX,26,,Democrat,,,,,,,,,,V000026,01182,,,,,411121,,,,15074,Tom Vandergriff -Washington,Harold,,,,,1922-04-15,M,rep,IL,1,,Democrat,,,,,,,,,,W000180,01204,,,,,411353,,,,14866,Harold Washington -Weicker,Lowell,Palmer,Jr.,,,1931-05-16,M,sen,CT,,1,Republican,,,,,,,,,,W000253,01453,,,,,411421,,,,12032,Lowell P. Weicker Jr. -Williams,Lyle,,,,,1942-08-23,M,rep,OH,17,,Republican,,,,,,,,,,W000528,01230,,,,,411685,,,,14671,Lyle Williams -Winn,Edward,Lawrence,Jr.,Larry,,1919-08-22,M,rep,KS,3,,Republican,,,,,,,,,,W000636,01235,,,,,411790,,,,11057,Larry Winn -Won Pat,Antonio,Borja,,,,1908-12-10,M,rep,GU,0,,Democrat,,,,,,,,,,W000686,01241,,,,,411838,,,,,Antonio Borja Won Pat -Zablocki,Clement,John,,,,1912-11-18,M,rep,WI,4,,Democrat,,,,,,,,,,Z000001,01261,,,,,411994,,,,10463,Clement J. Zablocki -Zorinsky,Edward,,,,,1928-11-11,M,sen,NE,,1,Democrat,,,,,,,,,,Z000013,01459,,,,,412006,,,,14512,Edward Zorinsky -Addabbo,Joseph,Patrick,,,,1925-03-17,M,rep,NY,6,,Democrat,,,,,,,,,,A000052,00006,,,,,400713,,,,10500,Joseph Patrick Addabbo -Armstrong,William,Lester,,,,1937-03-16,M,sen,CO,,2,Republican,,,,,,,,,,A000219,00029,,S134,,,400927,,,,14002,William L. Armstrong -Barnes,Michael,Darr,,,,1943-09-03,M,rep,MD,8,,Democrat,,,,,,,,,,B000160,00055,,,,,401162,,,,14604,Michael D. Barnes -Bedell,Berkley,Warren,,,,1921-03-05,M,rep,IA,6,,Democrat,,,,,,,,,,B000298,00071,,,,,401291,,,,14205,Berkley Bedell -Boschwitz,Rudolph,Eli,,Rudy,,1930-11-07,M,sen,MN,,2,Republican,,,,,,,,,,B000647,01288,,S135,,,401611,,,,14701,Rudy Boschwitz -Campbell,Carroll,Ashmore,Jr.,,,1940-07-24,M,rep,SC,4,,Republican,,,,,,,,,,C000079,00169,,,,,402235,,,,14609,Carroll A. Campbell Jr. -Carney,William,,,,,1942-07-01,M,rep,NY,1,,Republican,,,,,,,,,,C000165,00178,,,,,402313,,,,14610,William Carney (politician) -Chappie,Eugene,A.,,,,1920-03-28,M,rep,CA,2,,Republican,,,,,,,,,,C000322,00192,,,,,402464,,,,14805,Eugene A. Chappie -Cobey,William,Wilfred,Jr.,,,1939-05-13,M,rep,NC,4,,Republican,,,,,,,,,,C000555,00210,,,,,402688,,,,15091,Bill Cobey -Eckert,Fred,J.,,,,1941-05-06,M,rep,NY,30,,Republican,,,,,,,,,,E000033,00332,,,,,403728,,,,15097,Fred J. Eckert -Edgar,Robert,William,,,,1943-05-29,M,rep,PA,7,,Democrat,,,,,,,,,,E000043,00334,,,,,403738,,,,14217,Robert W. Edgar -Evans,Thomas,Cooper,,,,1924-05-26,M,rep,IA,3,,Republican,,,,,,,,,,E000259,00358,,,,,403940,,,,14820,T. Cooper Evans -Fiedler,Bobbi,,,,,1937-04-22,F,rep,CA,21,,Republican,,,,,,,,,,F000102,00378,,,,,404059,,,,14821,Bobbi Fiedler -Franklin,William,Webster,,,,1941-12-13,M,rep,MS,2,,Republican,,,,,,,,,,F000347,00408,,,,,404295,,,,15025,Webb Franklin -Fuqua,Don,,,,,1933-08-20,M,rep,FL,2,,Democrat,,,,,,,,,,F000430,00422,,,,,404371,,,,10587,Don Fuqua -Grotberg,John,,,,,1925-03-23,M,rep,IL,14,,Republican,,,,,,,,,,G000499,00470,,,,,404844,,,,15102,John E. Grotberg -Hall,Sam,Blakeley,Jr.,,,1924-01-11,M,rep,TX,1,,Democrat,,,,,,,,,,H000070,00485,,,,,404954,,,,14291,Sam B. Hall Jr. -Hartnett,Thomas,Forbes,,,,1941-08-07,M,rep,SC,1,,Republican,,,,,,,,,,H000302,00508,,,,,405175,,,,14830,Thomas F. Hartnett -Heftel,Cecil,Landau,,,,1924-09-30,M,rep,HI,1,,Democrat,,,,,,,,,,H000449,00526,,,,,405314,,,,14425,Cecil Heftel -Hendon,William,Martin,,,,1944-11-09,M,rep,NC,11,,Republican,,,,,,,,,,H000490,00531,,,,,405353,,,,14832,Bill Hendon -Hillis,Elwood,Haynes,,,,1926-03-06,M,rep,IN,5,,Republican,,,,,,,,,,H000624,00540,,,,,405482,,,,13018,Elwood Hillis -Holt,Marjorie,Sewell,,,,1920-09-17,F,rep,MD,4,,Republican,,,,,,,,,,H000747,00555,,,,,405598,,,,14021,Marjorie Holt -Humphrey,Gordon,John,,,,1940-10-09,M,sen,NH,,2,Republican,,,,,,,,,,H000951,01365,,S138,,,405795,,,,14706,Gordon J. Humphrey -Jones,James,Robert,,,,1939-05-05,M,rep,OK,1,,Democrat,,,,,,,,,,J000232,00609,,,,,406125,,,,14026,James R. Jones -Kindness,Thomas,Norman,,,,1929-08-26,M,rep,OH,8,,Republican,,,,,,,,,,K000190,00633,,,,,406351,,,,14245,Tom Kindness -Kramer,Kenneth,Bentley,,,,1942-02-19,M,rep,CO,5,,Republican,,,,,,,,,,K000322,00650,,,,,406476,,,,14639,Ken Kramer -Loeffler,Thomas,Gilbert,,,,1946-08-01,M,rep,TX,21,,Republican,,,,,,,,,,L000396,00700,,,,,406888,,,,14645,Tom Loeffler -Long,Catherine,Small,,,,1924-02-07,F,rep,LA,8,,Democrat,,,,,,,,,,L000411,00702,,,,,406902,,,,15128,Catherine Small Long -Long,Gillis,William,,,,1923-05-04,M,rep,LA,8,,Democrat,,,,,,,,,,L000417,00704,,,,,406908,,,,10602,Gillis William Long -Lundine,Stanley,Nelson,,,,1939-02-04,M,rep,NY,34,,Democrat,,,,,,,,,,L000516,00716,,,,,407002,,,,14289,Stan Lundine -McClure,James,Albertus,,,,1924-12-27,M,sen,ID,,2,Republican,,,,,,,,,,M000346,01394,,S063,,,407355,,,,11029,James A. McClure -McKernan,John,Rettie,Jr.,,,1948-05-20,M,rep,ME,1,,Republican,,,,,,,,,,M000512,00779,,,,,407506,,,,15042,John R. McKernan Jr. -Mitchell,Parren,James,,,,1922-04-29,M,rep,MD,7,,Democrat,,,,,,,,,,M000826,00818,,,,,407801,,,,13031,Parren Mitchell -Monson,David,Smith,,,,1945-06-20,M,rep,UT,2,,Republican,,,,,,,,,,M000860,00826,,,,,407833,,,,15111,David Smith Monson -Moore,William,Henson,III,,,1939-10-04,M,rep,LA,6,,Republican,,,,,,,,,,M000923,00829,,,,,407894,,,,14259,Henson Moore -O’Brien,George,Miller,,,,1917-06-17,M,rep,IL,4,,Republican,,,,,,,,,,O000010,00872,,,,,408261,,,,14041,George M. O'Brien -O’Neill,Thomas,Phillip,Jr.,Tip,,1912-12-09,M,rep,MA,8,,Democrat,,,,,,,,,,O000098,00874,,,,,408307,,,,7081,Tip O'Neill -Rudd,Eldon,Dean,,,,1920-07-15,M,rep,AZ,4,,Republican,,,,,,,,,,R000495,01000,,,,,409454,,,,14449,Eldon Rudd -Seiberling,John,Frederick,,,,1918-09-08,M,rep,OH,14,,Democrat,,,,,,,,,,S000230,01040,,,,,409735,,,,13040,John F. Seiberling -Siljander,Mark,Deli,,,,1951-06-11,M,rep,MI,4,,Republican,,,,,,,,,,S000409,01058,,,,,409903,,,,14872,Mark D. Siljander -Snyder,Marion,Gene,,,,1928-01-26,M,rep,KY,4,,Republican,,,,,,,,,,S000669,01086,,,,,410142,,,,10626,Gene Snyder -Strang,Michael,Lathrop,,,,1929-06-17,M,rep,CO,3,,Republican,,,,,,,,,,S000991,01116,,,,,410449,,,,15118,Michael L. Strang -Waldon,Alton,R.,Jr.,,,1936-12-21,M,rep,NY,6,,Democrat,,,,,,,,,,W000038,01194,,,,,411218,,,,15244,Alton R. Waldon Jr. -Weaver,James,Howard,,,,1927-08-08,M,rep,OR,4,,Democrat,,,,,,,,,,W000227,01210,,,,,411395,,,,14281,Jim Weaver (Oregon politician) -Whitehurst,George,William,,,,1925-03-12,M,rep,VA,2,,Republican,,,,,,,,,,W000406,01221,,,,,411566,,,,12033,G. William Whitehurst -Whitley,Charles,Orville,,,,1927-01-03,M,rep,NC,3,,Democrat,,,,,,,,,,W000419,01223,,,,,411578,,,,14464,Charles Orville Whitley -Young,Robert,Anton,III,,,1923-11-22,M,rep,MO,2,,Democrat,,,,,,,,,,Y000051,01259,,,,,411983,,,,14465,Robert A. Young -Zschau,Edwin,Van Wyck,,,,1940-01-06,M,rep,CA,12,,Republican,,,,,,,,,,Z000014,01266,,,,,412007,,,,15078,Ed Zschau -Sanford,James,Terry,,,,1917-08-20,M,sen,NC,,3,Democrat,,,,,,,,,,S000055,01427,,S178,,,409562,,,,15504,Terry Sanford -Broyhill,James,Thomas,,,,1927-08-19,M,sen,NC,,3,Republican,,,,,,,,,,B000966,00138,,,,,401918,,,,10574,Jim Broyhill -Adams,Brockman,,,Brock,,1927-01-13,M,sen,WA,,3,Democrat,,,,,,,,,,A000031,00005,,S180,,,400692,,,,10700,Brock Adams -Badham,Robert,Edward,,,,1929-06-09,M,rep,CA,40,,Republican,,,,,,,,,,B000024,00039,,,,,401029,,,,14403,Robert Badham -Biaggi,Mario,,,,,1917-10-26,M,rep,NY,19,,Democrat,,,,,,,,,,B000432,00085,,,,,401418,,,,12003,Mario Biaggi -Boland,Edward,Patrick,,,,1911-10-01,M,rep,MA,2,,Democrat,,,,,,,,,,B000600,00104,,,,,401568,,,,830,Edward Boland -Boner,William,Hill,,,,1945-02-14,M,rep,TN,5,,Democrat,,,,,,,,,,B000615,00106,,,,,401582,,,,14607,Bill Boner -Bonker,Don,Leroy,,,,1937-03-07,M,rep,WA,3,,Democrat,,,,,,,,,,B000620,00109,,,,,401585,,,,14208,Don Bonker -Boulter,Eldon,Beau,,,,1942-02-23,M,rep,TX,13,,Republican,,,,,,,,,,B000666,00114,,,,,401628,,,,15087,Beau Boulter -Burton,Sala,Galante,,,,1925-04-01,F,rep,CA,5,,Democrat,,,,,,,,,,B001158,00157,,,,,402100,,,,15080,Sala Burton -Chappell,William,Venroe,Jr.,,,1922-02-03,M,rep,FL,4,,Democrat,,,,,,,,,,C000321,00191,,,,,402463,,,,12007,William V. Chappell Jr. -Cranston,Alan,,,,,1914-06-19,M,sen,CA,,3,Democrat,,,,,,,,,,C000877,01311,,S023,,,402990,,,,12103,Alan Cranston -Daniel,Wilbur,Clarence,,Dan,,1914-05-12,M,rep,VA,5,,Democrat,,,,,,,,,,D000038,00261,,,,,403178,,,,12011,Dan Daniel (politician) -Daub,Harold,"John, Jr.,",,Hal,,1941-04-23,M,rep,NE,2,,Republican,,,,,,,,,,D000065,00268,,,,,403203,,,,14810,Hal Daub -Davis,Jack,,,,,1935-09-06,M,rep,IL,4,,Republican,,,,,,,,,,D000106,00270,,,,,403242,,,,15409,Jack Davis (Illinois politician) -DioGuardi,Joseph,J.,,,,1940-09-20,M,rep,NY,20,,Republican,,,,,,,,,,D000359,00300,,,,,403476,,,,15095,Joseph J. DioGuardi -Dixon,Alan,John,,,,1927-07-07,M,sen,IL,,3,Democrat,,,,,,,,,,D000366,01317,,S149,,,403483,,,,14902,Alan J. Dixon -Dowdy,Charles,Wayne,,,,1943-07-27,M,rep,MS,4,,Democrat,,,,,,,,,,D000466,00313,,,,,403576,,,,14874,Wayne Dowdy -Duncan,John,James,,,,1919-03-24,M,rep,TN,2,,Republican,,,,,,,,,,D000534,00321,,,,,403641,,,,10719,John Duncan Sr. -Fowler,Wyche,,Jr.,,,1940-10-06,M,sen,GA,,3,Democrat,,,,,,,,,,F000329,00405,,S183,,,404277,,,,14467,Wyche Fowler -Garn,Edwin,Jacob,,Jake,,1932-10-12,M,sen,UT,,3,Republican,,,,,,,,,,G000072,01338,,S034,,,404444,,,,14303,Jake Garn -Gray,Kenneth,James,,,,1924-11-14,M,rep,IL,22,,Democrat,,,,,,,,,,G000400,00459,,,,,404750,,,,15101,Kenneth J. Gray -Howard,James,John,,,,1927-07-24,M,rep,NJ,3,,Democrat,,,,,,,,,,H000840,00564,,,,,405687,,,,10739,James J. Howard -Jones,Ed,,,,,1912-04-20,M,rep,TN,8,,Democrat,,,,,,,,,,J000216,00608,,,,,406111,,,,12038,Ed Jones (U.S. politician) -Karnes,David,Kemp,,,,1948-12-12,M,sen,NE,,1,Republican,,,,,,,,,,K000011,01374,,,,,406183,,,,15505,David Karnes -Kasten,Robert,Walter,Jr.,,,1942-06-19,M,sen,WI,,3,Republican,,,,,,,,,,K000019,00619,,S155,,,406190,,,,14242,Bob Kasten -Kemp,Jack,French,,,,1935-07-13,M,rep,NY,31,,Republican,,,,,,,,,,K000086,00625,,,,,406255,,,,13020,Jack Kemp -Konnyu,Ernest,Leslie,,,,1937-05-17,M,rep,CA,12,,Republican,,,,,,,,,,K000309,00647,,,,,406463,,,,15428,Ernie Konnyu -Latta,Delbert,Leroy,,,,1920-03-05,M,rep,OH,5,,Republican,,,,,,,,,,L000116,00668,,,,,406622,,,,5495,Del Latta -Lowry,Michael,Edward,,,,1939-03-08,M,rep,WA,7,,Democrat,,,,,,,,,,L000486,00710,,,,,406974,,,,14646,Mike Lowry -Luján,Manuel,,Jr.,,,1928-05-12,M,rep,NM,1,,Republican,,,,,,,,,,L000506,00712,,,,,406992,,,,12022,Manuel Lujan Jr. -MacKay,Kenneth,Hood,Jr.,Buddy,,1933-03-22,M,rep,FL,6,,Democrat,,,,,,,,,,M000023,00722,,,,,407051,,,,15038,Buddy MacKay -McKinney,Stewart,Brett,,,,1931-01-30,M,rep,CT,4,,Republican,,,,,,,,,,M000527,00781,,,,,407519,,,,13029,Stewart McKinney (politician) -Mica,Daniel,Andrew,,,,1944-02-04,M,rep,FL,14,,Democrat,,,,,,,,,,M000688,00799,,,,,407673,,,,14648,Dan Mica -Nichols,William,Flynt,,,,1918-10-16,M,rep,AL,3,,Democrat,,,,,,,,,,N000095,00863,,,,,408180,,,,11037,William Flynt Nichols -Price,Charles,Melvin,,,,1905-01-01,M,rep,IL,21,,Democrat,,,,,,,,,,P000522,00929,,,,,408907,,,,7610,Charles Melvin Price -Quayle,James,Danforth,,Dan,,1947-02-04,M,sen,IN,,3,Republican,,,,,,,,,,Q000007,00935,,,,,408970,,,,14447,Dan Quayle -Rodino,Peter,Wallace,Jr.,,,1909-06-07,M,rep,NJ,10,,Democrat,,,,,,,,,,R000374,00973,,,,,409344,,,,8010,Peter W. Rodino -Roemer,Charles,Elson,III,Buddy,,1943-10-04,M,rep,LA,4,,Democrat,,,,,,,,,,R000384,00975,,,,,409354,128775,,,14853,Buddy Roemer -Rudman,Warren,Bruce,,,,1930-05-18,M,sen,NH,,3,Republican,,,,,,,,,,R000497,01426,,S160,,,409456,,,,14909,Warren Rudman -St. Germain,Fernand,Joseph,,,,1928-01-09,M,rep,RI,1,,Democrat,,,,,,,,,,S000762,01093,,,,,410231,,,,10561,Fernand St. Germain -Stratton,Samuel,Studdiford,,,,1916-09-27,M,rep,NY,23,,Democrat,,,,,,,,,,S000997,01117,,,,,410455,,,,9017,Samuel S. Stratton -Sunia,Fofó,Iosefa Fiti,,,,1937-03-13,M,rep,AS,0,,Democrat,,,,,,,,,,S001077,01126,,,,,410531,,,,,Fofó Iosefa Fiti Sunia -Sweeney,David,McCann,,Mac,,1955-09-15,M,rep,TX,14,,Republican,,,,,,,,,,S001101,01127,,,,,410553,,,,15119,Mac Sweeney -Swindall,Patrick,Lynn,,,,1950-10-18,M,rep,GA,4,,Republican,,,,,,,,,,S001122,01130,,,,,410574,,,,15120,Pat Swindall -Symms,Steven,Douglas,,,,1938-04-23,M,sen,ID,,3,Republican,,,,,,,,,,S001138,01132,,S162,,,410588,,,,14056,Steve Symms -Taylor,Gene,,,,,1928-02-10,M,rep,MO,7,,Republican,,,,,,,,,,T000075,01143,,,,,410659,,,,14057,Gene Taylor (Missouri politician) -Wirth,Timothy,E.,,,,1939-09-22,M,sen,CO,,3,Democrat,,,,,,,,,,W000647,01236,,S181,,,411801,,,,14282,Tim Wirth -Wortley,George,Cornelius,,,,1926-12-08,M,rep,NY,27,,Republican,,,,,,,,,,W000752,01243,,,,,411901,,,,14870,George C. Wortley -Bates,Jim,,,,,1941-07-21,M,rep,CA,44,,Democrat,,,,,,,,,,B000236,00065,,,,,401231,,,,15004,Jim Bates (politician) -Bentsen,Lloyd,Millard,Jr.,,,1921-02-11,M,sen,TX,,1,Democrat,,,,,,,,,,B000401,01282,,S009,,,401391,,,,660,Lloyd Bentsen -Boggs,Corinne,Claiborne,,Lindy,,1916-03-13,F,rep,LA,2,,Democrat,,,,,,,,,,B000592,00103,,,,,401560,,,,14067,Lindy Boggs -Bosco,Douglas,Harry,,,,1946-07-28,M,rep,CA,1,,Democrat,,,,,,,,,,B000648,00112,,,,,401612,,,,15009,Douglas H. Bosco -Brennan,Joseph,Edward,,,,1934-11-02,M,rep,ME,1,,Democrat,,,,,,,,,,B000798,00122,,,,,401755,,,,15404,Joseph E. Brennan -Buechner,John,William,,Jack,,1940-06-04,M,rep,MO,2,,Republican,,,,,,,,,,B001036,00144,,,,,401986,,,,15405,Jack Buechner -Burdick,Quentin,Northrup,,,,1908-06-19,M,sen,ND,,1,Democrat,,,,,,,,,,B001077,01297,,S015,,,402023,,,,1252,Quentin N. Burdick -Cheney,Richard,Bruce,,,,1941-01-30,M,rep,WY,0,,Republican,,,,,,,,,,C000344,00193,,,,,402484,,,,14611,Dick Cheney -Clarke,James,McClure,,,,1917-06-12,M,rep,NC,11,,Democrat,,,,,,,,,,C000462,00200,,,,,402600,,,,15017,James M. Clarke -Coelho,Anthony,Lee,,,,1942-06-15,M,rep,CA,15,,Democrat,,,,,,,,,,C000581,00214,,,,,402710,,,,14613,Tony Coelho -Courter,James,Andrew,,,,1941-10-14,M,rep,NJ,12,,Republican,,,,,,,,,,C000809,00241,,,,,402928,,,,14614,Jim Courter -Crockett,George,William,Jr.,,,1909-08-10,M,rep,MI,13,,Democrat,,,,,,,,,,C000919,00252,,,,,403031,,,,14681,George Crockett Jr. -Danforth,John,Claggett,,,,1936-09-05,M,sen,MO,,1,Republican,,,,,,,,,,D000030,01314,,S108,,103,403171,,,,14501,John Danforth -DeConcini,Dennis,Webster,,,,1937-05-08,M,sen,AZ,,1,Democrat,,,,,,,,,,D000185,01315,,S102,,,403346,,,,14502,Dennis DeConcini -Douglas,Charles,Gywnne,III,,,1942-12-02,M,rep,NH,2,,Republican,,,,,,,,,,D000451,00312,,,,,403561,,,,15602,Charles Douglas III -Durenberger,David,Ferdinand,,,,1934-08-19,M,sen,MN,,1,Republican,,,,,,,,,,D000566,01321,,S133,,,403669,,,,14703,David Durenberger -Dyson,Royden,Patrick,,,,1948-11-15,M,rep,MD,1,,Democrat,,,,,,,,,,D000593,00329,,,,,403696,,,,14817,Roy Dyson -Fauntroy,Walter,Edward,,,,1933-02-06,M,rep,DC,0,,Democrat,,,,,,,,,,F000046,00372,,,,,404006,,,,,Walter E. Fauntroy -Flippo,Ronnie,Gene,,,,1937-08-15,M,rep,AL,5,,Democrat,,,,,,,,,,F000208,00390,,,,,404163,,,,14419,Ronnie Flippo -Florio,James,Joseph,,,,1937-08-29,M,rep,NJ,1,,Democrat,,,,,,,,,,F000215,00392,,,,,404170,,,,14223,James Florio -Frenzel,William,Eldridge,,,,1928-07-31,M,rep,MN,3,,Republican,,,,,,,,,,F000380,00415,,,,,404325,,,,13015,Bill Frenzel -Garcia,Robert,,,,,1933-01-09,M,rep,NY,18,,Democrat,,,,,,,,,,G000047,00429,,,,,404422,,,,14470,Robert Garcia (New York politician) -Grant,James,William,,,,1943-09-21,M,rep,FL,2,,Republican,,,,,,,,,,G000382,00456,,,,,404733,,,,15415,James W. Grant -Hawkins,Augustus,Freeman,,Gus,,1907-08-31,M,rep,CA,29,,Democrat,,,,,,,,,,H000367,00515,,,,,405236,,,,10595,Augustus F. Hawkins -Heinz,Henry,John,III,,,1938-10-23,M,sen,PA,,1,Republican,,,,,,,,,,H000456,00528,,S115,,,405321,,,,13050,H. John Heinz III -Hiler,John,Patrick,,,,1953-04-24,M,rep,IN,3,,Republican,,,,,,,,,,H000586,00537,,,,,405448,,,,14834,John P. Hiler -Kastenmeier,Robert,William,,,,1924-01-24,M,rep,WI,2,,Democrat,,,,,,,,,,K000020,00620,,,,,406191,,,,5101,Robert Kastenmeier -Leath,James,Marvin,,,,1931-05-06,M,rep,TX,11,,Democrat,,,,,,,,,,L000180,00673,,,,,406682,,,,14641,Marvin Leath -Leland,George,Thomas,,Mickey,,1944-11-27,M,rep,TX,18,,Democrat,,,,,,,,,,L000237,00681,,,,,406740,,,,14643,Mickey Leland -Luken,Thomas,Andrew,,,,1925-07-09,M,rep,OH,1,,Democrat,,,,,,,,,,L000508,00713,,,,,406994,,,,14070,Tom Luken -Lukens,Donald,Edgar,,,,1931-02-11,M,rep,OH,8,,Republican,,,,,,,,,,L000509,00715,,,,,406995,,,,11028,"Donald ""Buz"" Lukens" -Martin,Lynn,Morley,,,,1939-12-26,F,rep,IL,16,,Republican,,,,,,,,,,M000195,00742,,,,,407215,,,,14841,Lynn Morley Martin -Matsunaga,Spark,Masayuki,,,,1916-10-08,M,sen,HI,,1,Democrat,,,,,,,,,,M000250,00749,,S104,,,407268,,,,10605,Spark Matsunaga -Metzenbaum,Howard,Morton,,,,1917-06-04,M,sen,OH,,1,Democrat,,,,,,,,,,M000678,01400,,S114,,,407663,,,,14073,Howard Metzenbaum -Mitchell,George,John,,,,1933-08-20,M,sen,ME,,1,Democrat,,,,,,,,,,M000811,01401,,S144,,,407786,,,,14713,George J. Mitchell -Molinari,Guy,Victor,,,,1928-11-23,M,rep,NY,14,,Republican,,,,,,,,,,M000842,00822,,,,,407816,,,,14846,Guy Molinari -Morrison,Bruce,Andrew,,,,1944-10-08,M,rep,CT,3,,Democrat,,,,,,,,,,M000992,00835,,,,,407960,,,,15045,Bruce Morrison -Nielson,Howard,Curtis,,,,1924-09-12,M,rep,UT,3,,Republican,,,,,,,,,,N000106,00865,,,,,408190,,,,15047,Howard C. Nielson -Parris,Stanford,E.,,,,1929-09-09,M,rep,VA,8,,Republican,,,,,,,,,,P000080,00890,,,,,408490,,,,14043,Stanford Parris -Pashayan,Charles,,Jr.,,,1941-03-27,M,rep,CA,17,,Republican,,,,,,,,,,P000097,00891,,,,,408506,,,,14652,Chip Pashayan -Pepper,Claude,Denson,,,,1900-09-08,M,rep,FL,18,,Democrat,,,,,,,,,,P000218,00907,,,,,408621,,,,7333,Claude Pepper -Riegle,Donald,Wayne,Jr.,,,1938-02-04,M,sen,MI,,1,Democrat,,,,,,,,,,R000249,00961,,S107,,,409225,,,,11043,Donald W. Riegle Jr. -Robinson,Tommy,Franklin,,,,1942-03-07,M,rep,AR,2,,Republican,,,,,,,,,,R000354,00971,,,,,409325,,,,15122,Tommy F. Robinson -Rowland,John,,,,,1957-05-24,M,rep,CT,5,,Republican,,,,,,,,,,R000482,00994,,,,,409443,,,,15123,John G. Rowland -Saiki,Patricia,Fukuda,,,,1930-05-28,F,rep,HI,1,,Republican,,,,,,,,,,S000014,01008,,,,,409534,,,,15441,Pat Saiki -Sasser,James,Ralph,,,,1936-09-30,M,sen,TN,,1,Democrat,,,,,,,,,,S000068,01428,,S117,,,409580,,,,14509,Jim Sasser -Schneider,Claudine,,,,,1947-03-25,F,rep,RI,2,,Republican,,,,,,,,,,S000136,01032,,,,,409644,,,,14857,Claudine Schneider -Schuette,Bill,,,,,1953-10-13,M,rep,MI,10,,Republican,,,,,,,,,,S000143,01034,,,,,409651,,,,15114,Bill Schuette -Shumway,Norman,David,,,,1934-07-28,M,rep,CA,14,,Republican,,,,,,,,,,S000393,01054,,,,,409887,,,,14660,Norman D. Shumway -Smith,Dennis,Alan,,Denny,,1938-01-19,M,rep,OR,5,,Republican,,,,,,,,,,S000527,01072,,,,,410010,,,,14864,Denny Smith -Smith,Larkin,I.,,,,1944-06-26,M,rep,MS,5,,Republican,,,,,,,,,,S000584,01076,,,,,410064,,,,15625,Larkin I. Smith -Smith,Peter,P.,,,,1945-10-31,M,rep,VT,0,,Republican,,,,,,,,,,S000601,01081,,,,,410079,,,,15626,Peter Plympton Smith -Smith,Virginia,Dodd,,,,1911-06-30,F,rep,NE,3,,Republican,,,,,,,,,,S000622,01084,,,,,410097,,,,14276,Virginia D. Smith -Stangeland,Arlan,Ingehart,,,,1930-02-08,M,rep,MN,7,,Republican,,,,,,,,,,S000795,01098,,,,,410261,,,,14466,Arlan Stangeland -Tauke,Thomas,Joseph,,,,1950-10-11,M,rep,IA,2,,Republican,,,,,,,,,,T000053,01139,,,,,410641,,,,14668,Tom Tauke -Walgren,Douglas,,,,,1940-12-28,M,rep,PA,18,,Democrat,,,,,,,,,,W000044,01195,,,,,411224,,,,14460,Doug Walgren -Wallop,Malcolm,,,,,1933-02-27,M,sen,WY,,1,Republican,,,,,,,,,,W000092,01451,,S119,,,411271,,,,14511,Malcolm Wallop -Whittaker,Robert,Russell,,,,1939-09-18,M,rep,KS,5,,Republican,,,,,,,,,,W000426,01224,,,,,411585,,,,14670,Bob Whittaker -Wilson,Pete,,,,,1933-08-23,M,sen,CA,,1,Republican,,,,,,,,,,W000607,01456,,S165,,,411762,,,,14915,Pete Wilson -Wright,James,Claude,Jr.,,,1922-12-22,M,rep,TX,12,,Democrat,,,,,,,,,,W000763,01244,,,,,411912,,,,10391,Jim Wright -Bush,George,Herbert Walker,,,,1924-06-12,M,rep,TX,7,,Republican,,,,,,,,,,B001166,,,,,,402108,,,,11008,George H. W. Bush -Alexander,William,Vollie,Jr.,Bill,,1934-01-16,M,rep,AR,1,,Democrat,,,,,,,,,,A000103,00010,,,,,400761,,,,12000,William Vollie Alexander Jr. -Anderson,Glenn,Malcolm,,,,1913-02-21,M,rep,CA,32,,Democrat,,,,,,,,,,A000189,00016,,,,,400844,,,,12001,Glenn M. Anderson -Annunzio,Frank,,,,,1915-01-12,M,rep,IL,11,,Democrat,,,,,,,,,,A000212,00023,,,,,400895,,,,10703,Frank Annunzio -Anthony,Beryl,Franklin,Jr.,,,1938-02-21,M,rep,AR,4,,Democrat,,,,,,,,,,A000213,00024,,,,,400898,,,,14601,Beryl Anthony Jr. -Atkins,Chester,Greenough,,,,1948-04-14,M,rep,MA,5,,Democrat,,,,,,,,,,A000226,00034,,,,,400975,,,,15084,Chester G. Atkins -AuCoin,Les,,,,,1942-10-21,M,rep,OR,1,,Democrat,,,,,,,,,,A000337,00036,,,,,400987,,,,14201,Les AuCoin -Barnard,Druie,Douglas,Jr.,,,1922-03-20,M,rep,GA,10,,Democrat,,,,,,,,,,B000153,00054,,,,,401155,,,,14404,Doug Barnard Jr. -Bartlett,Harry,Stephen,,Steve,,1947-09-19,M,rep,TX,3,,Republican,,,,,,,,,,B000204,00061,,,,,401203,,,,15002,Steve Bartlett -Bennett,Charles,Edward,,,,1910-12-02,M,rep,FL,3,,Democrat,,,,,,,,,,B000371,00077,,,,,401363,,,,633,Charles Edward Bennett -Blaz,Ben,Garrido,,,,1928-02-14,M,rep,GU,0,,Republican,,,,,,,,,,B000551,00096,,,,,401526,,,,,Vicente T. Blaz -Boren,David,Lyle,,,,1941-04-21,M,sen,OK,,2,Democrat,,,,,,,,,,B000639,01287,,S128,,,401604,,,,14700,David L. Boren -Bradley,William,Warren,,Bill,,1943-07-28,M,sen,NJ,,2,Democrat,,,,,,,,,,B001225,01289,,S132,,,401709,,,,14702,Bill Bradley -Broomfield,William,S.,,,,1922-04-28,M,rep,MI,18,,Republican,,,,,,,,,,B000890,00128,,,,,401847,,,,1087,William Broomfield -Brown,George,Hanks,,Hank,,1940-02-12,M,sen,CO,,2,Republican,,,,,,,,,,B000919,00135,,S214,,,401874,,,,14803,Hank Brown -Bruce,Terry,Lee,,,,1944-03-25,M,rep,IL,19,,Democrat,,,,,,,,,,B000971,00140,,,,,401923,,,,15088,Terry L. Bruce -Bustamante,Albert,Garza,,,,1935-04-08,M,rep,TX,23,,Democrat,,,,,,,,,,B001172,00158,,,,,402114,,,,15089,Albert Bustamante -Byron,Beverly,Barton Butcher,,,,1932-07-27,F,rep,MD,6,,Democrat,,,,,,,,,,B001220,00162,,,,,402159,,,,14608,Beverly Byron -Chandler,Rodney,Dennis,,,,1942-07-13,M,rep,WA,8,,Republican,,,,,,,,,,C000293,00189,,,,,402435,,,,15016,Rod Chandler -Cohen,William,Sebastian,,,,1940-08-28,M,sen,ME,,2,Republican,,,,,,,,,,C000598,00215,,S137,,,402727,,,,14010,William Cohen -Coleman,Earl,Thomas,,,,1943-05-29,M,rep,MO,6,,Republican,,,,,,,,,,C000618,00216,,,,,402747,,,,14410,Tom Coleman (Missouri politician) -Colorado,Antonio,J.,,,,1939-09-08,M,rep,PR,0,,Democrat,,,,,,,,,,C000646,00223,,,,,402774,,,,,Antonio Colorado -Conte,Silvio,Ottavio,,,,1921-11-09,M,rep,MA,1,,Republican,,,,,,,,,,C000709,00228,,,,,402833,,,,2009,Silvio O. Conte -Coughlin,Robert,Lawrence,,,,1929-04-11,M,rep,PA,13,,Republican,,,,,,,,,,C000807,00240,,,,,402926,,,,12010,Lawrence Coughlin -Cox,John,W.,Jr.,,,1947-07-10,M,rep,IL,16,,Democrat,,,,,,,,,,C000836,00243,,,,,402953,,,,29116,John W. Cox Jr. -Dannemeyer,William,Edwin,,,,1929-09-22,M,rep,CA,39,,Republican,,,,,,,,,,D000044,00264,,,,,403184,,,,14616,William E. Dannemeyer -Davis,Robert,William,,,,1932-07-31,M,rep,MI,11,,Republican,,,,,,,,,,D000131,00273,,,,,403266,,,,14618,Robert William Davis -Dickinson,William,Louis,,,,1925-06-05,M,rep,AL,2,,Republican,,,,,,,,,,D000326,00296,,,,,403446,,,,10717,William Louis Dickinson -Donnelly,Brian,Joseph,,,,1946-03-02,M,rep,MA,11,,Democrat,,,,,,,,,,D000416,00304,,,,,403529,,,,14621,Brian J. Donnelly -Downey,Thomas,Joseph,,,,1949-01-28,M,rep,NY,2,,Democrat,,,,,,,,,,D000471,00314,,,,,403581,,,,14214,Thomas Downey -Dwyer,Bernard,James,,,,1921-01-24,M,rep,NJ,6,,Democrat,,,,,,,,,,D000586,00327,,,,,403689,,,,14815,Bernard J. Dwyer -Dymally,Mervyn,Malcolm,,,,1926-05-12,M,rep,CA,31,,Democrat,,,,,,,,,,D000592,00328,,,,,403695,,,,14816,Mervyn M. Dymally -Early,Joseph,Daniel,,,,1933-01-31,M,rep,MA,3,,Democrat,,,,,,,,,,E000013,00330,,,,,403709,,,,14216,Joseph D. Early -Eckart,Dennis,Edward,,,,1950-04-06,M,rep,OH,11,,Democrat,,,,,,,,,,E000031,00331,,,,,403726,,,,14818,Dennis E. Eckart -Edwards,Marvin,Henry,,Mickey,,1937-07-12,M,rep,OK,5,,Republican,,,,,,,,,,E000077,00338,,,,,403769,2453,,,14415,Mickey Edwards -Erdreich,Ben,,,,,1938-12-09,M,rep,AL,6,,Democrat,,,,,,,,,,E000201,00350,,,,,403888,,,,15022,Ben Erdreich -Exon,J.,James,,,,1921-08-09,M,sen,NE,,2,Democrat,,,,,,,,,,E000284,01328,,S129,,,403962,,,,14704,J. James Exon -Fascell,Dante,Bruno,,,,1917-03-09,M,rep,FL,19,,Democrat,,,,,,,,,,F000041,00370,,,,,404002,,,,3078,Dante Fascell -Feighan,Edward,Farrell,,,,1947-10-22,M,rep,OH,19,,Democrat,,,,,,,,,,F000059,00375,,,,,404019,,,,15024,Ed Feighan -Fuster,Jaime,B.,,,,1941-01-12,M,rep,PR,0,,Democrat,,,,,,,,,,F000435,00424,,,,,404376,,,,,Jaime Fuster -Gaydos,Joseph,Matthew,,,,1926-07-03,M,rep,PA,20,,Democrat,,,,,,,,,,G000105,00430,,,,,404477,,,,11067,Joseph M. Gaydos -Gore,Albert,Arnold,Jr.,,,1948-03-31,M,sen,TN,,2,Democrat,,,,,,,,,,G000321,00449,,S170,,,404679,,,,14423,Al Gore -Gray,William,Herbert,III,,,1941-08-20,M,rep,PA,2,,Democrat,,,,,,,,,,G000402,00460,,,,,404752,,,,14629,William H. Gray III -Green,Sedgwick,William,,Bill,,1929-10-16,M,rep,NY,15,,Republican,,,,,,,,,,G000417,00463,,,,,404765,,,,14471,S. William Green -Guarini,Frank,Joseph,Jr.,,,1924-08-20,M,rep,NJ,14,,Democrat,,,,,,,,,,G000511,00472,,,,,404856,,,,14631,Frank Joseph Guarini -Hammerschmidt,John,Paul,,,,1922-05-04,M,rep,AR,3,,Republican,,,,,,,,,,H000124,00490,,,,,405006,,,,11020,John Paul Hammerschmidt -Harris,Claude,,Jr.,,,1940-06-29,M,rep,AL,7,,Democrat,,,,,,,,,,H000236,00504,,,,,405114,,,,15416,Claude Harris Jr. -Hatcher,Charles,Floyd,,,,1939-07-01,M,rep,GA,2,,Democrat,,,,,,,,,,H000340,00514,,,,,405209,,,,14831,Charles Floyd Hatcher -Hatfield,Mark,Odom,,,,1922-07-12,M,sen,OR,,2,Republican,,,,,,,,,,H000343,01352,,S044,,,405212,,,,11203,Mark Hatfield -Hayes,Charles,Arthur,,,,1918-02-17,M,rep,IL,1,,Democrat,,,,,,,,,,H000388,00516,,,,,405256,,,,15079,Charles Hayes (politician) -Heflin,Howell,Thomas,,,,1921-06-19,M,sen,AL,,2,Democrat,,,,,,,,,,H000445,01358,,S130,,,405310,,,,14705,Howell Heflin -Hertel,Dennis,Mark,,,,1948-12-07,M,rep,MI,14,,Democrat,,,,,,,,,,H000547,00534,,,,,405409,,,,14833,Dennis M. Hertel -Holloway,Clyde,Cecil,,,,1943-11-28,M,rep,LA,8,,Republican,,,,,,,,,,H000729,00554,,,,,405580,,,,15422,Clyde C. Holloway -Hopkins,Larry,Jones,,,,1933-10-25,M,rep,KY,6,,Republican,,,,,,,,,,H000776,00557,,,,,405626,,,,14635,Larry J. Hopkins -Horn,Joan,Kelly,,,,1936-10-18,F,rep,MO,2,,Democrat,,,,,,,,,,H000788,00558,,,,,405638,,,,29128,Joan Kelly Horn -Horton,Frank,Jefferson,,,,1919-12-12,M,rep,NY,29,,Republican,,,,,,,,,,H000797,00560,,,,,405646,,,,10596,Frank Horton (New York politician) -Hubbard,Carroll,,Jr.,,,1937-07-07,M,rep,KY,1,,Democrat,,,,,,,,,,H000878,00567,,,,,405724,,,,14237,Carroll Hubbard -Huckaby,Thomas,Jerald,,,,1941-07-19,M,rep,LA,5,,Democrat,,,,,,,,,,H000901,00569,,,,,405747,,,,14427,Jerry Huckaby -Ireland,Andrew,Poysell,,Andy,,1930-08-23,M,rep,FL,10,,Republican,,,,,,,,,,I000029,00585,,,,,405887,,,,14428,Andy Ireland -James,Craig,T.,,,,1941-05-05,M,rep,FL,4,,Republican,,,,,,,,,,J000047,00590,,,,,405952,,,,15608,Craig T. James -Jenkins,Edgar,Lanier,,Ed,,1933-01-04,M,rep,GA,9,,Democrat,,,,,,,,,,J000083,00595,,,,,405985,,,,14429,Ed Jenkins (U.S. politician) -Johnston,John,Bennett,Jr.,,,1932-06-10,M,sen,LA,,2,Democrat,,,,,,,,,,J000189,01373,,S054,,,406084,,,,14107,J. Bennett Johnston -Jones,Ben,,,,,1941-08-30,M,rep,GA,4,,Democrat,,,,,,,,,,J000211,00607,,,,,406106,,,,95120,Ben Jones (American actor and politician) -Jones,Walter,Beaman,Sr.,,,1913-08-19,M,rep,NC,1,,Democrat,,,,,,,,,,J000256,00611,,,,,406148,,,,10788,Walter B. Jones Sr. -Jontz,James,Prather,,,,1951-12-18,M,rep,IN,5,,Democrat,,,,,,,,,,J000265,00613,,,,,406157,,,,15426,Jim Jontz -Kassebaum,Nancy,Landon,,,,1932-07-29,F,sen,KS,,2,Republican,,,,,,,,,,K000017,01375,,S140,,,406188,,,,14708,Nancy Kassebaum -Kolter,Joseph,Paul,,,,1926-09-03,M,rep,PA,4,,Democrat,,,,,,,,,,K000307,00646,,,,,406461,,,,15031,Joseph P. Kolter -Kostmayer,Peter,Houston,,,,1946-09-27,M,rep,PA,8,,Democrat,,,,,,,,,,K000319,00649,,,,,406473,,,,14431,Peter H. Kostmayer -Lagomarsino,Robert,John,,,,1926-09-04,M,rep,CA,19,,Republican,,,,,,,,,,L000020,00658,,,,,406530,,,,14071,Robert J. Lagomarsino -Lehman,William,,,,,1913-10-05,M,rep,FL,17,,Democrat,,,,,,,,,,L000226,00680,,,,,406730,,,,14029,William Lehman (Florida politician) -Lent,Norman,Frederick,,,,1931-03-23,M,rep,NY,4,,Republican-Conservative,,,,,,,,,,L000243,00682,,,,,406746,,,,13021,Norman F. Lent -Levine,Meldon,Edises,,,,1943-06-07,M,rep,CA,27,,Democrat,,,,,,,,,,L000264,00684,,,,,406765,,,,15034,Mel Levine -Lowery,William,David,,,,1947-05-02,M,rep,CA,41,,Republican,,,,,,,,,,L000479,00708,,,,,406968,,,,14839,Bill Lowery (politician) -Luken,Charles,J.,,,,1951-07-18,M,rep,OH,1,,Democrat,,,,,,,,,,L000507,00714,,,,,406993,,,,15823,Charlie Luken -Madigan,Edward,Rell,,,,1936-01-13,M,rep,IL,15,,Republican,,,,,,,,,,M000041,00724,,,,,407069,,,,14033,Edward Rell Madigan -Marlenee,Ronald,Charles,,,,1935-08-08,M,rep,MT,2,,Republican,,,,,,,,,,M000139,00737,,,,,407162,,,,14437,Ron Marlenee -Martin,David,O’Brien,,,,1944-04-26,M,rep,NY,26,,Republican,,,,,,,,,,M000174,00739,,,,,407196,,,,14840,David O'Brien Martin -Mavroules,Nicholas,James,,,,1929-11-01,M,rep,MA,6,,Democrat,,,,,,,,,,M000264,00751,,,,,407282,,,,14650,Nicholas Mavroules -McEwen,Bob,,,,,1950-01-12,M,rep,OH,6,,Republican,,,,,,,,,,M000432,00768,,,,,407432,,,,14844,Bob McEwen -McGrath,Raymond,Joseph,,,,1942-03-27,M,rep,NY,5,,Republican,,,,,,,,,,M000458,00771,,,,,407457,,,,14845,Raymond J. McGrath -McHugh,Matthew,Francis,,,,1938-12-06,M,rep,NY,28,,Democrat,,,,,,,,,,M000473,00774,,,,,407471,,,,14253,Matthew F. McHugh -McMillen,Charles,Thomas,,,,1952-05-26,M,rep,MD,4,,Democrat,,,,,,,,,,M000573,00783,,,,,407564,,,,15432,Tom McMillen -Miller,Clarence,E.,,,,1917-11-01,M,rep,OH,10,,Republican,,,,,,,,,,M000718,00806,,,,,407700,,,,11034,Clarence E. Miller -Miller,John,Ripin,,,,1938-05-23,M,rep,WA,1,,Republican,,,,,,,,,,M000736,00809,,,,,407721,,,,15110,John Miller (Washington politician) -Moody,Jim,,,,,1935-09-02,M,rep,WI,5,,Democrat,,,,,,,,,,M000881,00828,,,,,407853,,,,15044,Jim Moody -Morrison,Sidney,Wallace,,,,1933-05-13,M,rep,WA,4,,Republican,,,,,,,,,,M000999,00836,,,,,407967,,,,14847,Sid Morrison -Mrazek,Robert,Jan,,,,1945-11-06,M,rep,NY,3,,Democrat,,,,,,,,,,M001057,00840,,,,,408023,,,,15046,Robert J. Mrazek -Nagle,David,Ray,,,,1943-04-15,M,rep,IA,3,,Democrat,,,,,,,,,,N000003,00851,,,,,408097,,,,15435,David R. Nagle -Nichols,Richard,,,,,1926-04-29,M,rep,KS,5,,Republican,,,,,,,,,,N000094,00864,,,,,408179,,,,29119,Dick Nichols -Nowak,Henry,James,,,,1935-02-21,M,rep,NY,33,,Democrat,,,,,,,,,,N000163,00870,,,,,408244,,,,14264,Henry J. Nowak -Nunn,Samuel,Augustus,,,,1938-09-08,M,sen,GA,,2,Democrat,,,,,,,,,,N000171,01413,,S074,,,408252,,,,14108,Sam Nunn -Oakar,Mary,Rose,,,,1940-03-05,F,rep,OH,20,,Democrat,,,,,,,,,,O000001,00875,,,,,408313,,,,14443,Mary Rose Oakar -Olin,James,R.,,,,1920-02-28,M,rep,VA,6,,Democrat,,,,,,,,,,O000069,00878,,,,,408342,,,,15048,Jim Olin -Owens,Douglas,Wayne,,,,1937-05-02,M,rep,UT,2,,Democrat,,,,,,,,,,O000156,00884,,,,,408407,,,,14042,Wayne Owens -Patterson,Elizabeth,J.,,,,1939-11-18,F,rep,SC,4,,Democrat,,,,,,,,,,P000112,00897,,,,,408520,,,,15171,Liz J. Patterson -Pease,Donald,James,,,,1931-09-26,M,rep,OH,13,,Democrat,,,,,,,,,,P000170,00904,,,,,408575,,,,14445,Donald J. Pease -Pell,Claiborne,de Borda,,,,1918-11-22,M,sen,RI,,2,Democrat,,,,,,,,,,P000193,01417,,S078,,,408597,,,,10818,Claiborne Pell -Perkins,Carl,Christopher,,,,1954-08-06,M,rep,KY,7,,Democrat,,,,,,,,,,P000229,00909,,,,,408632,,,,15228,Carl C. Perkins -Pressler,Larry,Lee,,,,1942-03-29,M,sen,SD,,2,Republican,,,,,,,,,,P000513,00927,,S141,,,408898,,,,14268,Larry Pressler -Pryor,David,Hampton,,,,1934-08-29,M,sen,AR,,2,Democrat,,,,,,,,,,P000556,01420,,S125,,,408939,,,,10791,David Pryor -Pursell,Carl,Duane,,,,1932-12-19,M,rep,MI,2,,Republican,,,,,,,,,,P000574,00934,,,,,408957,,,,14446,Carl Pursell -Ray,Richard,Belmont,,,,1927-02-02,M,rep,GA,3,,Democrat,,,,,,,,,,R000080,00948,,,,,409060,,,,15053,Richard Ray -Rhodes,John,Jacob,III,,,1943-09-08,M,rep,AZ,1,,Republican,,,,,,,,,,R000189,00956,,,,,409165,,,,15440,John Jacob Rhodes III -Rinaldo,Matthew,John,,,,1931-09-01,M,rep,NJ,7,,Republican,,,,,,,,,,R000262,00963,,,,,409237,,,,14046,Matthew John Rinaldo -Ritter,Donald,Lawrence,,,,1940-10-21,M,rep,PA,15,,Republican,,,,,,,,,,R000277,00965,,,,,409251,,,,14654,Donald L. Ritter -Roe,Robert,A.,,,,1924-02-28,M,rep,NJ,8,,Democrat,,,,,,,,,,R000383,00974,,,,,409353,,,,12042,Robert A. Roe -Roybal,Edward,Ross,,,,1916-02-10,M,rep,CA,25,,Democrat,,,,,,,,,,R000485,00996,,,,,409446,,,,10621,Edward R. Roybal -Russo,Martin,Anthony,,,,1944-01-23,M,rep,IL,3,,Democrat,,,,,,,,,,R000543,01004,,,,,409500,,,,14271,Marty Russo -Savage,Gus,,,,,1925-10-30,M,rep,IL,2,,Democrat,,,,,,,,,,S000081,01020,,,,,409593,,,,14856,Gus Savage -Scheuer,James,Haas,,,,1920-02-06,M,rep,NY,8,,Democrat-Liberal,,,,,,,,,,S000124,01029,,,,,409632,,,,10768,James H. Scheuer -Schulze,Richard,Taylor,,,,1929-08-07,M,rep,PA,5,,Republican,,,,,,,,,,S000146,01035,,,,,409654,,,,14273,Richard T. Schulze -Seymour,John,,,,,1937-12-03,M,sen,CA,,1,Republican,,,,,,,,,,S000269,01434,,S218,,,409770,,,,49100,John F. Seymour -Sikorski,Gerald,Edward,,,,1948-04-26,M,rep,MN,6,,Democrat,,,,,,,,,,S000407,01057,,,,,409901,,,,15059,Gerry Sikorski -Simon,Paul,Martin,,,,1928-11-29,M,sen,IL,,2,Democrat,,,,,,,,,,S000423,01059,,S175,,,409917,,,,14275,Paul Simon (politician) -Simpson,Alan,Kooi,,,,1931-09-02,M,sen,WY,,2,Republican,,,,,,,,,,S000429,01435,,S142,,378,409923,,,,14710,Alan Simpson (U.S. politician) -Slaughter,Daniel,French,Jr.,,,1925-05-20,M,rep,VA,7,,Republican,,,,,,,,,,S000479,01068,,,,,409968,,,,15115,D. French Slaughter Jr. -Smith,Lawrence,Jack,,,,1941-04-25,M,rep,FL,16,,Democrat,,,,,,,,,,S000586,01077,,,,,410066,,,,15062,Lawrence J. Smith -Solarz,Stephen,Joshua,,,,1940-09-12,M,rep,NY,13,,Democrat,,,,,,,,,,S000673,01087,,,,,410145,,,,14277,Stephen J. Solarz -Staggers,Harley,Orrin,Jr.,,,1951-02-22,M,rep,WV,2,,Democrat,,,,,,,,,,S000779,01095,,,,,410245,,,,15065,Harley O. Staggers Jr. -Stallings,Richard,Howard,,,,1940-10-07,M,rep,ID,2,,Democrat,,,,,,,,,,S000785,01097,,,,,410251,,,,15117,Richard H. Stallings -Tallon,Robert,Mooneyhan,Jr.,Robin,,1946-08-08,M,rep,SC,6,,Democrat,,,,,,,,,,T000034,01136,,,,,410623,,,,15068,Robin Tallon -Thomas,Robert,Lindsay,,,,1943-11-20,M,rep,GA,1,,Democrat,,,,,,,,,,T000184,01150,,,,,410765,,,,15069,Lindsay Thomas (politician) -Traxler,Jerome,Bob,,,,1931-07-21,M,rep,MI,8,,Democrat,,,,,,,,,,T000356,01167,,,,,410926,,,,14075,J. Bob Traxler -Udall,Morris,King,,,,1922-06-15,M,rep,AZ,2,,Democrat,,,,,,,,,,U000001,01173,,,,,411025,,,,10566,Mo Udall -Vander Jagt,Guy,Adrian,,,,1931-08-26,M,rep,MI,9,,Republican,,,,,,,,,,V000027,01180,,,,,411119,,,,10794,Guy Vander Jagt -Weber,John,Vincent,,,,1952-07-24,M,rep,MN,2,,Republican,,,,,,,,,,W000237,01212,,,,,411405,,,,14868,Vin Weber -Weiss,Theodore,S.,,,,1927-09-17,M,rep,NY,17,,Democrat,,,,,,,,,,W000258,01213,,,,,411426,,,,14463,Theodore S. Weiss -Wofford,Harris,,,,,1926-04-09,M,sen,PA,,1,Democrat,,,,,,,,,,W000665,01457,,S219,,,411818,,,,49104,Harris Wofford -Wolpe,Howard,Eliot,III,,,1939-11-03,M,rep,MI,3,,Democrat,,,,,,,,,,W000682,01240,,,,,411834,,,,14673,Howard Wolpe -Wylie,Chalmers,Pangburn,,,,1920-11-23,M,rep,OH,15,,Republican,,,,,,,,,,W000781,01249,,,,,411929,,,,11058,Chalmers Wylie -Yatron,Gus,,,,,1927-10-16,M,rep,PA,6,,Democrat,,,,,,,,,,Y000014,01253,,,,,411948,,,,12035,Gus Yatron -Burdick,Jocelyn,Birch,,,,1922-02-06,F,sen,ND,,1,Democrat,,,,,,,,,,B001076,01296,,S220,,,402022,,,,,Jocelyn Burdick -Andrews,Michael,Allen,,,,1944-02-07,M,rep,TX,25,,Democrat,,,,,,,,,,A000209,00020,,,,,400882,,,,15001,Michael A. Andrews -Andrews,Thomas,Hiram,,,,1953-03-22,M,rep,ME,1,,Democrat,,,,,,,,,,A000211,00022,,,,,400885,,,,29121,Thomas Andrews (politician) -Applegate,Douglas,Earl,,,,1928-03-27,M,rep,OH,18,,Democrat,,,,,,,,,,A000214,00025,,,,,400906,,,,14402,Douglas Applegate -Aspin,Leslie,,,,,1938-07-21,M,rep,WI,1,,Democrat,,,,,,,,,,A000224,00033,,,,,400967,,,,13003,Les Aspin -Bacchus,James,,,,,1949-06-21,M,rep,FL,15,,Democrat,,,,,,,,,,B000008,00037,,,,,401014,,,,29112,Jim Bacchus -Barca,Peter,William,,,,1955-08-07,M,rep,WI,1,,Democrat,,,,,,,,,,B001226,00051,,,,,401134,27134,Peter Barca,,39314,Peter W. Barca -Barlow,Thomas,J.,III,,,1940-08-07,M,rep,KY,1,,Democrat,,,,,,,,,,B000151,00053,,,,,401153,,,,29351,Thomas Barlow (Kentucky) -Bentley,Helen,Delich,,,,1923-11-28,F,rep,MD,2,,Republican,,,,,,,,,,B000392,00078,,,,,401383,,,,15086,Helen Delich Bentley -Bilbray,James,Hubert,,,,1938-05-19,M,rep,NV,1,,Democrat,,,,,,,,,,B000462,00088,,,,,401446,,,,15403,James Bilbray -Blackwell,Lucien,Edward,,,,1931-08-01,M,rep,PA,2,,Democrat,,,,,,,,,,B000517,00093,,,,,401494,,,,29140,Lucien Blackwell -Brooks,Jack,Bascom,,,,1922-12-18,M,rep,TX,9,,Democrat,,,,,,,,,,B000880,00127,,,,,401837,,,,1077,Jack Brooks (American politician) -Bumpers,Dale,,,,,1925-08-12,M,sen,AR,,3,Democrat,,,,,,,,,,B001057,01295,,S014,,,402004,,,,14300,Dale Bumpers -Byrne,Leslie,Larkin,,,,1946-10-27,F,rep,VA,11,,Democrat,,,,,,,,,,B001213,00161,,,,,402152,,,,39309,Leslie L. Byrne -Carr,Milton,Robert,,Bob,,1943-03-27,M,rep,MI,8,,Democrat,,,,,,,,,,C000178,00180,,,,,402325,,,,14210,Milton Robert Carr -Coppersmith,Samuel,G.,,,,1955-05-22,M,rep,AZ,1,,Democrat,,,,,,,,,,C000767,00232,,,,,402890,,,,29303,Sam Coppersmith -D’Amato,Alfonse,Marcello,,,,1937-08-01,M,sen,NY,,3,Republican,,,,,,,,,,D000018,01313,,S147,,,403142,,,,14900,Al D'Amato -Darden,George,,,Buddy,,1943-11-22,M,rep,GA,7,,Democrat,,,,,,,,,,D000051,00266,,,,,403190,,,,15081,George Darden -Derrick,Butler,Carson,Jr.,,,1936-09-30,M,rep,SC,3,,Democrat,,,,,,,,,,D000267,00289,,,,,403403,,,,14212,Butler Derrick -Dole,Robert,Joseph,,,,1923-07-22,M,sen,KS,,3,Republican,,,,,,,,,,D000401,01318,,S026,,,403515,,,,10513,Bob Dole -Edwards,William,Donlon,,Don,,1915-01-06,M,rep,CA,16,,Democrat,,,,,,,,,,E000064,00336,,,,,403776,,,,10583,Don Edwards -English,Glenn,Lee,Jr.,,,1940-11-30,M,rep,OK,6,,Democrat,,,,,,,,,,E000184,00345,,,,,403873,,,,14219,Glenn English -English,Karan,,,,,1949-03-23,F,rep,AZ,6,,Democrat,,,,,,,,,,E000186,00346,,,,,403875,,,,29304,Karan English -Espy,Albert,Michael,,,,1953-11-30,M,rep,MS,2,,Democrat,,,,,,,,,,E000218,00356,,,,,403904,,,,15411,Mike Espy -Faircloth,Duncan,McLauchlin,,Lauch,,1928-01-14,M,sen,NC,,3,Republican,,,,,,,,,,F000437,01329,,S227,,,403968,,,,49304,Lauch Faircloth -Fingerhut,Eric,D.,,,,1959-05-06,M,rep,OH,19,,Democrat,,,,,,,,,,F000128,00383,,,,,404083,,,,29391,Eric Fingerhut -Fish,Hamilton,,Jr.,,,1926-06-03,M,rep,NY,19,,Republican,,,,,,,,,,F000141,00384,,,,,404097,,,,12013,Hamilton Fish IV -Foley,Thomas,Stephen,,,,1929-03-06,M,rep,WA,5,,Democrat,,,,,,,,,,F000239,00397,,,,,404193,,,,10726,Tom Foley -Ford,Wendell,Hampton,,,,1924-09-08,M,sen,KY,,3,Democrat,,,,,,,,,,F000268,01334,,S033,,,404219,,,,14302,Wendell Ford -Ford,William,David,,,,1927-08-06,M,rep,MI,13,,Democrat,,,,,,,,,,F000270,00401,,,,,404220,,,,10727,William D. Ford -Gallo,Dean,Anderson,,,,1935-11-23,M,rep,NJ,11,,Republican,,,,,,,,,,G000025,00426,,,,,404401,,,,15099,Dean Gallo -Glenn,John,Herschel,Jr.,,,1921-07-18,M,sen,OH,,3,Democrat,,,,,,,,,,G000236,01339,,S035,,,404598,,,,14304,John Glenn -Glickman,Daniel,Robert,,,,1944-11-24,M,rep,KS,4,,Democrat,,,,,,,,,,G000240,00443,,,,,404602,,,,14422,Dan Glickman -Gradison,Willis,David,Jr.,,,1928-12-28,M,rep,OH,2,,Republican,,,,,,,,,,G000349,00451,,,,,404705,,,,14225,Bill Gradison -Grandy,Frederick,Lawrence,,,,1948-06-29,M,rep,IA,5,,Republican,,,,,,,,,,G000371,00455,,,,,404723,,,,15414,Fred Grandy -Hamburg,Daniel,,,,,1948-10-06,M,rep,CA,1,,Democrat,,,,,,,,,,H000096,00488,,,,,404978,,,,29308,Daniel Hamburg -Henry,Paul,B.,,,,1942-07-09,M,rep,MI,3,,Republican,,,,,,,,,,H000514,00532,,,,,405377,,,,15103,Paul B. Henry -Hoagland,Peter,D.,,,,1941-11-17,M,rep,NE,2,,Democrat,,,,,,,,,,H000652,00544,,,,,405507,,,,15607,Peter Hoagland -Hochbrueckner,George,Joseph,,,,1938-09-20,M,rep,NY,1,,Democrat,,,,,,,,,,H000670,00546,,,,,405524,,,,15421,George J. Hochbrueckner -Huffington,Michael,,,,,1947-09-03,M,rep,CA,22,,Republican,,,,,,,,,,H000912,00571,,,,,405758,,,,29314,Michael Huffington -Hughes,William,John,,,,1932-10-17,M,rep,NJ,2,,Democrat,,,,,,,,,,H000930,00572,,,,,405775,,,,14238,William J. Hughes -Hutto,Earl,Dewitt,,,,1926-05-12,M,rep,FL,1,,Democrat,,,,,,,,,,H001018,00579,,,,,405855,,,,14636,Earl Dewitt Hutto -Johnson,Clete,Donald,Jr.,Don,,1948-01-30,M,rep,GA,10,,Democrat,,,,,,,,,,J000120,00598,,,,,406024,,,,29343,Don Johnson Jr. -Kempthorne,Dirk,,,,,1951-10-29,M,sen,ID,,3,Republican,,,,,,,,,,K000088,01376,,S232,,,406256,,,,49302,Dirk Kempthorne -Klein,Herbert,C.,,,,1930-06-24,M,rep,NJ,8,,Democrat,,,,,,,,,,K000262,00638,,,,,406420,,,,29372,Herb Klein (politician) -Kopetski,Michael,J.,,,,1949-10-27,M,rep,OR,5,,Democrat,,,,,,,,,,K000312,00648,,,,,406466,,,,29139,Michael J. Kopetski -Kreidler,Myron,Bradford,,Mike,,1943-09-28,M,rep,WA,9,,Democrat,,,,,,,,,,K000328,00652,,,,,406482,,,,39313,Mike Kreidler -Krueger,Robert,Charles,,,,1935-09-19,M,sen,TX,,1,Democrat,,,,,,,,,,K000333,00653,,S234,,,406487,,,,14247,Bob Krueger -LaRocco,Larry,,,,,1946-08-25,M,rep,ID,1,,Democrat,,,,,,,,,,L000098,00665,,,,,406605,26829,,,29114,Larry LaRocco -Lancaster,H.,Martin,,,,1943-03-24,M,rep,NC,3,,Democrat,,,,,,,,,,L000045,00660,,,,,406554,,,,15430,Martin Lancaster -Lehman,Richard,Henry,,,,1948-07-20,M,rep,CA,19,,Democrat,,,,,,,,,,L000225,00679,,,,,406729,,,,15032,Richard H. Lehman -Levy,David,A.,,,,1953-12-18,M,rep,NY,4,,Republican,,,,,,,,,,L000267,00686,,,,,406768,,,,29376,David A. Levy -Lewis,Thomas,F.,,,,1924-10-26,M,rep,FL,16,,Republican,,,,,,,,,,L000295,00690,,,,,406790,,,,15035,Tom Lewis (American politician) -Lloyd,Marilyn,Laird,,,,1929-01-03,F,rep,TN,3,,Democrat,,,,,,,,,,L000381,00698,,,,,406873,,,,14251,Marilyn Lloyd -Long Thompson,Jill,Lynette,,,,1952-07-15,F,rep,IN,4,,Democrat,,,,,,,,,,L000420,00705,,,,,406920,34285,,,15631,Jill Long Thompson -Machtley,Ronald,K.,,,,1948-07-13,M,rep,RI,1,,Republican,,,,,,,,,,M000015,00720,,,,,407044,,,,15615,Ronald Machtley -Mann,David,Scott,,,,1939-09-25,M,rep,OH,1,,Democrat,,,,,,,,,,M000100,00730,,,,,407124,,,,29385,David S. Mann -Margolies-Mezvinsky,Marjorie,,,,,1942-06-21,F,rep,PA,13,,Democrat,,,,,,,,,,M000129,00797,,,,,407153,27049,,,29398,Marjorie Margolies -Mathews,Harlan,,,,,1927-01-17,M,sen,TN,,2,Democrat,,,,,,,,,,M000236,01390,,S233,,,407254,,,,49305,Harlan Mathews -Mazzoli,Romano,Louis,,,,1932-11-02,M,rep,KY,3,,Democrat,,,,,,,,,,M000291,00753,,,,,407306,,,,13024,Romano Mazzoli -McCandless,Alfred,A.,,,,1927-07-23,M,rep,CA,44,,Republican,,,,,,,,,,M000306,00755,,,,,407320,,,,15040,Al McCandless -McCloskey,Francis,Xavier,,,,1939-06-12,M,rep,IN,8,,Democrat,,,,,,,,,,M000342,00758,,,,,407351,,,,15041,Frank McCloskey -McCurdy,David,Keith,,,,1950-03-30,M,rep,OK,4,,Democrat,,,,,,,,,,M000398,00764,,,,,407399,,,,14843,Dave McCurdy -McMillan,John,"Alexander, III",,Alex,,1932-05-09,M,rep,NC,9,,Republican,,,,,,,,,,M000566,00782,,,,,407558,,,,15108,Alex McMillan -Michel,Robert,Henry,,,,1923-03-02,M,rep,IL,18,,Republican,,,,,,,,,,M000692,00801,,,,,407676,,,,6455,Robert H. Michel -Moseley Braun,Carol,,,,,1947-08-16,F,sen,IL,,3,Democrat,,,,,,,,,,M001025,01405,,S226,,,407992,,,,49303,Carol Moseley Braun -Murphy,Austin,John,,,,1927-06-17,M,rep,PA,20,,Democrat,,,,,,,,,,M001088,00841,,,,,408052,,,,14441,Austin Murphy -Natcher,William,Huston,,,,1909-09-11,M,rep,KY,2,,Democrat,,,,,,,,,,N000009,00853,,,,,408103,,,,6845,William Natcher -Neal,Stephen,Lybrook,,,,1934-11-07,M,rep,NC,5,,Democrat,,,,,,,,,,N000016,00855,,,,,408109,,,,14262,Stephen L. Neal -Packwood,Robert,William,,,,1932-09-11,M,sen,OR,,3,Republican,,,,,,,,,,P000009,01414,,S075,,,408420,,,,12107,Bob Packwood -Panetta,Leon,Edward,,,,1938-06-28,M,rep,CA,17,,Democrat,,,,,,,,,,P000047,00888,,,,,408457,1515,,,14444,Leon Panetta -Penny,Timothy,Joseph,,,,1951-11-19,M,rep,MN,1,,Democrat,,,,,,,,,,P000215,00906,,,,,408618,,,,15052,Tim Penny -Pickle,James,Jarrell,,Jake,,1913-10-11,M,rep,TX,10,,Democrat,,,,,,,,,,P000328,00917,,,,,408725,,,,10614,J. J. Pickle -Ravenel,Arthur,,Jr.,,,1927-03-29,M,rep,SC,1,,Republican,,,,,,,,,,R000072,00947,,,,,409052,,,,15439,Arthur Ravenel Jr. -Ridge,Thomas,Joseph,,,,1945-08-26,M,rep,PA,21,,Republican,,,,,,,,,,R000243,00960,,,,,409219,,,,15056,Tom Ridge -Rostenkowski,Daniel,David,,,,1928-01-02,M,rep,IL,5,,Democrat,,,,,,,,,,R000458,00988,,,,,409422,,,,8080,Dan Rostenkowski -Rowland,James,Roy,Jr.,,,1926-02-03,M,rep,GA,8,,Democrat,,,,,,,,,,R000481,00993,,,,,409442,,,,15057,J. Roy Rowland -Sangmeister,George,Edward,,,,1931-02-16,M,rep,IL,11,,Democrat,,,,,,,,,,S000056,01013,,,,,409570,,,,15622,George E. Sangmeister -Sarpalius,William,,,,,1948-01-10,M,rep,TX,13,,Democrat,,,,,,,,,,S000066,01018,,,,,409578,,,,15623,Bill Sarpalius -Schenk,Lynn,,,,,1945-01-05,F,rep,CA,49,,Democrat,,,,,,,,,,S000119,01027,,,,,409627,,,,29324,Lynn Schenk -Sharp,Philip,Riley,,,,1942-07-15,M,rep,IN,2,,Democrat,,,,,,,,,,S000294,01046,,,,,409793,,,,14274,Philip Sharp (politician) -Shepherd,Karen,,,,,1940-07-05,F,rep,UT,2,,Democrat,,,,,,,,,,S000332,01050,,,,,409829,,,,39306,Karen Shepherd -Slattery,James,Charles,,,,1948-08-04,M,rep,KS,2,,Democrat,,,,,,,,,,S000477,01067,,,,,409966,26867,,,15061,Jim Slattery -Smith,Neal,Edward,,,,1920-03-23,M,rep,IA,4,,Democrat,,,,,,,,,,S000596,01079,,,,,410076,,,,8672,Neal Edward Smith -Sundquist,Donald,Kenneth,,,,1936-03-15,M,rep,TN,7,,Republican,,,,,,,,,,S001075,01125,,,,,410529,,,,15066,Don Sundquist -Swett,Richard,,,,,1957-05-01,M,rep,NH,2,,Democrat,,,,,,,,,,S001113,01128,,,,18623,410565,,,,29131,Richard Swett -Swift,Allan,Byron,,,,1935-09-12,M,rep,WA,2,,Democrat,,,,,,,,,,S001115,01129,,,,,410567,,,,14666,Al Swift -Synar,Michael,Lynn,,,,1950-10-17,M,rep,OK,2,,Democrat,,,,,,,,,,S001139,01133,,,,,410589,,,,14667,Mike Synar -Unsoeld,Jolene,,,,,1931-12-03,F,rep,WA,3,,Democrat,,,,,,,,,,U000017,01176,,,,,411040,,,,15629,Jolene Unsoeld -Valentine,Itimous,"Thaddeus, Jr.,",,Tim,,1926-03-15,M,rep,NC,2,,Democrat,,,,,,,,,,V000006,01178,,,,,411065,,,,15073,Tim Valentine -Washington,Craig,Anthony,,,,1941-10-12,M,rep,TX,18,,Democrat,,,,,,,,,,W000177,01203,,,,,411350,,,,29145,Craig Washington -Wheat,Alan,Dupree,,,,1951-10-16,M,rep,MO,5,,Democrat,,,,,,,,,,W000326,01218,,,,,411488,,,,15076,Alan Wheat -Whitten,Jamie,Lloyd,,,,1910-04-18,M,rep,MS,1,,Democrat,,,,,,,,,,W000428,01225,,,,,411587,,,,10075,Jamie Whitten -de Lugo,Ron,,,,,1930-08-02,M,rep,VI,0,,Democrat,,,,,,,,,,D000209,00275,,,,,403314,,,,,Ron de Lugo -Abraham,Spencer,,,,,1952-06-12,M,sen,MI,,1,Republican,,,,,,,,,,A000355,01269,,S238,,,400555,,,,49500,Spencer Abraham -Ashcroft,John,,,,,1942-05-09,M,sen,MO,,1,Republican,,,,,,,,,,A000356,01274,,S239,,,400556,,,,49501,John Ashcroft -Baker,William,P.,,,,1940-06-14,M,rep,CA,10,,Republican,,,,,,,,,,B000078,00045,,,,,401081,,,,29310,William P. Baker -Beilenson,Anthony,Charles,,,,1932-10-26,M,rep,CA,24,,Democrat,,,,,,,,,,B000318,00072,,,,,401310,,,,14405,Anthony Beilenson -Bevill,Tom,,,,,1921-03-27,M,rep,AL,4,,Democrat,,,,,,,,,,B000431,00084,,,,,401417,,,,11000,Tom Bevill -Blute,Peter,I.,,,,1956-01-28,M,rep,MA,3,,Republican,,,,,,,,,,B000576,00100,,,,,401547,,,,29357,Peter I. Blute -Brewster,William,K.,,,,1941-11-08,M,rep,OK,3,,Democrat,,,,,,,,,,B000817,00123,,,,,401774,,,,29138,William K. Brewster -Browder,John,Glen,,,,1943-01-15,M,rep,AL,3,,Democrat,,,,,,,,,,B000897,00130,,,,,401854,,,,15632,Glen Browder -Bryan,Richard,H.,,,,1937-07-16,M,sen,NV,,1,Democrat,,,,,,,,,,B000993,01293,,S206,,,400557,,,,15700,Richard Bryan -Bryant,John,Wiley,,,,1947-02-22,M,rep,TX,5,,Democrat,,,,,,,,,,B000997,00142,,,,,401947,,,,15013,John Wiley Bryant -Bunn,Jim,,,,,1956-12-12,M,rep,OR,5,,Republican,,,,,,,,,,B001063,00145,,,,,402010,,,,29558,Jim Bunn -Chafee,John,Hubbard,,,,1922-10-22,M,sen,RI,,1,Republican,,,,,,,,,,C000269,01303,,S116,,,402412,,,,14500,John Chafee -Chapman,Jim,,,,,1945-03-08,M,rep,TX,1,,Democrat,,,,,,,,,,C000312,00190,,,,,402454,,,,15129,Jim Chapman (congressman) -Chrysler,Dick,,,,,1942-04-29,M,rep,MI,8,,Republican,,,,,,,,,,C000385,00197,,,,,402524,,,,29530,Dick Chrysler -Clinger,William,Floyd,Jr.,,,1929-04-04,M,rep,PA,5,,Republican,,,,,,,,,,C000523,00207,,,,,402657,,,,14612,William F. Clinger Jr. -Coleman,Ronald,D’Emory,,,,1941-11-29,M,rep,TX,16,,Democrat,,,,,,,,,,C000621,00217,,,,,402750,,,,15018,Ronald D. Coleman -Collins,Barbara-Rose,,,,,1939-04-13,F,rep,MI,15,,Democrat,,,,,,,,,,C000633,00219,,,,,402762,,,,29125,Barbara-Rose Collins -Collins,Cardiss,,,,,1931-09-24,F,rep,IL,7,,Democrat,,,,,,,,,,C000634,00220,,,,1965,402763,,,,14068,Cardiss Collins -Cooley,Wes,,,,,1932-03-28,M,rep,OR,2,,Republican,,,,,,,,,,C000737,00230,,,,,402858,,,,29557,Wes Cooley -Cremeans,Frank,,,,,1943-04-05,M,rep,OH,6,,Republican,,,,,,,,,,C000903,00251,,,,,403015,,,,29551,Frank Cremeans -Dornan,Robert,Kenneth,,,,1933-04-03,M,rep,CA,46,,Republican,,,,,,,,,,D000435,00310,,,,,403545,,,,14414,Bob Dornan -Emerson,Norvell,William,,Bill,,1938-01-01,M,rep,MO,8,,Republican,,,,,,,,,,E000174,00342,,,,,403864,,,,14819,Bill Emerson -Fields,Cleo,,,,,1962-11-22,M,rep,LA,4,,Democrat,,,,,,,,,,F000110,00379,,,,,404067,,,,29354,Cleo Fields -Fields,Jack,Milton,Jr.,,,1952-02-03,M,rep,TX,8,,Republican,,,,,,,,,,F000111,00380,,,,,404068,,,,14822,Jack Fields -Flanagan,Michael,P.,,,,1962-11-09,M,rep,IL,5,,Republican,,,,,,,,,,F000187,00389,,,,,404142,,,,29515,Michael Patrick Flanagan -Ford,Harold,Eugene,,,,1945-05-20,M,rep,TN,9,,Democrat,,,,,,,,,,F000261,00400,,,,,404213,,,,14224,Harold Ford Sr. -Franks,Gary,A.,,,,1953-02-09,M,rep,CT,5,,Republican,,,,,,,,,,F000348,00410,,,,,404296,,,,29110,Gary Franks -Frazer,Victor,O.,,,,1943-05-24,M,rep,VI,0,,Independent,,,,,,,,,,F000351,00412,,,,,404298,,,,,Victor O. Frazer -Frisa,Dan,,,,,1955-04-27,M,rep,NY,4,,Republican,,,,,,,,,,F000387,00417,,,,,404332,,,,29543,Dan Frisa -Funderburk,David,,,,,1944-04-28,M,rep,NC,2,,Republican,,,,,,,,,,F000426,00421,,,,,404367,,,,29545,David Funderburk -Geren,Preston,M.,,Pete,,1952-01-29,M,rep,TX,12,,Democrat,,,,,,,,,,G000134,00434,,,,,404503,,,,15636,Pete Geren -Gibbons,Sam,Melville,,,,1920-01-20,M,rep,FL,11,,Democrat,,,,,,,,,,G000153,00437,,,,,404520,,,,10588,Sam Gibbons -Gorton,T.,Slade,,,,1928-01-08,M,sen,WA,,1,Republican,,,,,,,,,,G000333,01341,,S152,,,400559,,,,14904,Slade Gorton -Grams,Rod,,,,,1948-02-04,M,sen,MN,,1,Republican,,,,,,,,,,G000367,00454,,S242,,,400560,,,,29367,Rod Grams -Gunderson,Steven,Craig,,,,1951-05-10,M,rep,WI,3,,Republican,,,,,,,,,,G000524,00476,,,,,404869,,,,14827,Steve Gunderson -Hancock,Melton,D.,,Mel,,1929-09-14,M,rep,MO,7,,Republican,,,,,,,,,,H000151,00492,,,,,405033,,,,15606,Mel Hancock -Hayes,James,Allison,,,,1946-12-21,M,rep,LA,7,,Republican,,,,,,,,,,H000390,00517,,,,,405258,,,,15418,Jimmy Hayes -Heineman,Fred,,,,,1929-12-28,M,rep,NC,4,,Republican,,,,,,,,,,H000452,00527,,,,,405317,,,,29547,Fred Heineman -Hoke,Martin,R.,,,,1952-05-18,M,rep,OH,10,,Republican,,,,,,,,,,H000707,00549,,,,,405560,,,,29388,Martin Hoke -Jacobs,Andrew,,Jr.,,,1932-02-24,M,rep,IN,10,,Democrat,,,,,,,,,,J000033,00589,,,,,405939,,,,10742,Andrew Jacobs Jr. -Johnston,Harry,A.,II,,,1931-12-02,M,rep,FL,19,,Democrat,,,,,,,,,,J000187,00606,,,,,406082,,,,15609,Harry Johnston (politician) -Kerrey,J.,Robert,,,,1943-08-27,M,sen,NE,,1,Democrat,,,,,,,,,,K000146,01378,,S208,,,400561,,,,15702,Bob Kerrey -Laughlin,Gregory,H.,,,,1942-01-21,M,rep,TX,14,,Republican,,,,,,,,,,L000119,00669,,,,,406625,,,,15611,Greg Laughlin -Lightfoot,James,Ross,,,,1938-09-27,M,rep,IA,3,,Republican,,,,,,,,,,L000305,00691,,,,,406799,,,,15106,Jim Ross Lightfoot -Longley,James,,,,,1951-07-07,M,rep,ME,1,,Republican,,,,,,,,,,L000431,00706,,,,,406922,,,,29527,James B. Longley Jr. -Mack,Connie,,III,,,1940-10-29,M,sen,FL,,1,Republican,,,,,,,,,,M000019,00721,,S205,,,400562,,,,15037,Connie Mack III -Martini,William,J.,,,,1947-02-10,M,rep,NJ,8,,Republican,,,,,,,,,,M000207,00744,,,,,407226,,,,29540,William J. Martini -Meyers,Jan,,,,,1928-07-20,F,rep,KS,3,,Republican,,,,,,,,,,M000684,00794,,,,,407669,,,,15109,Jan Meyers -Mineta,Norman,Yoshio,,,,1931-11-12,M,rep,CA,15,,Democrat,,,,,,,,,,M000794,00812,,,,,407772,,,,14257,Norman Mineta -Montgomery,Gillespie,V.,,Sonny,,1920-08-05,M,rep,MS,3,,Democrat,,,,,,,,,,M000865,00827,,,,,407838,,,,11035,Gillespie V. Montgomery -Moorhead,Carlos,John,,,,1922-05-06,M,rep,CA,27,,Republican,,,,,,,,,,M000926,00830,,,,,407899,,,,14040,Carlos Moorhead -Moynihan,Daniel,Patrick,,,,1927-03-16,M,sen,NY,,1,Democrat,,,,,,,,,,M001054,01407,,S113,,,400563,,,,14508,Daniel Patrick Moynihan -Myers,John,Thomas,,,,1927-02-08,M,rep,IN,7,,Republican,,,,,,,,,,M001130,00847,,,,,408092,,,,11036,John T. Myers (congressman) -Orton,William,,,,,1948-09-22,M,rep,UT,3,,Democrat,,,,,,,,,,O000108,00881,,,,,408364,,,,29146,Bill Orton -Payne,Lewis,Franklin,Jr.,,,1945-07-09,M,rep,VA,5,,Democrat,,,,,,,,,,P000152,00903,,,,,408556,,,,15452,Lewis F. Payne Jr. -Peterson,Douglas,Brian,,Pete,,1935-06-26,M,rep,FL,2,,Democrat,,,,,,,,,,P000259,00911,,,,,408661,,,,29111,Pete Peterson -Quillen,James,Henry,,,,1916-01-11,M,rep,TN,1,,Republican,,,,,,,,,,Q000013,00937,,,,,408976,,,,10616,Jimmy Quillen -Reynolds,Mel,,,,,1952-01-08,M,rep,IL,2,,Democrat,,,,,,,,,,R000178,00955,,,,,409154,,,,29347,Mel Reynolds -Robb,Charles,S.,,,,1939-06-26,M,sen,VA,,1,Democrat,,,,,,,,,,R000295,01423,,S207,,,400564,,,,15705,Chuck Robb -Rose,Charles,Grandison,III,,,1939-08-10,M,rep,NC,7,,Democrat,,,,,,,,,,R000436,00986,,,,,409400,,,,14048,Charlie Rose (congressman) -Roth,Toby,A.,,,,1938-10-10,M,rep,WI,8,,Republican,,,,,,,,,,R000459,00989,,,,,409423,,,,14655,Toby Roth -Roth,William,V.,Jr.,,,1921-07-22,M,sen,DE,,1,Republican,,,,,,,,,,R000460,01425,,S083,,,400565,,,,11044,Bill Roth (politician) -Schroeder,Patricia,Scott,,,,1940-07-30,F,rep,CO,1,,Democrat,,,,,,,,,,S000142,01033,,,,,409650,,,,14051,Pat Schroeder -Seastrand,Andrea,,,,,1941-08-05,F,rep,CA,22,,Republican,,,,,,,,,,S000213,01038,,,,,409718,,,,29506,Andrea Seastrand -Studds,Gerry,Eastman,,,,1937-05-12,M,rep,MA,10,,Democrat,,,,,,,,,,S001040,01121,,,,,410496,,,,14055,Gerry Studds -Tate,Randy,J.,,,,1965-11-23,M,rep,WA,9,,Republican,,,,,,,,,,T000048,01138,,,,,410636,,,,29582,Randy Tate -Thornton,Raymond,Hoyt,Jr.,Ray,,1928-07-16,M,rep,AR,2,,Democrat,,,,,,,,,,T000243,01156,,,,,410821,,,,14058,Ray Thornton -Torkildsen,Peter,Gerard,,,,1958-01-28,M,rep,MA,6,,Republican,,,,,,,,,,T000314,01161,,,,,410887,,,,29359,Peter G. Torkildsen -Tucker,Walter,R.,III,,,1957-05-28,M,rep,CA,37,,Democrat,,,,,,,,,,T000405,01172,,,,,410974,,,,29319,Walter R. Tucker III -Volkmer,Harold,Lee,,,,1931-04-04,M,rep,MO,9,,Democrat,,,,,,,,,,V000112,01189,,,,,411166,,,,14459,Harold Volkmer -Vucanovich,Barbara,Farrell,,,,1921-06-22,F,rep,NV,2,,Republican,,,,,,,,,,V000124,01190,,,,,411178,,,,15075,Barbara Vucanovich -Greene Waldholtz,Enid,,,,Enid Greene Waldholtz,1958-06-05,F,rep,UT,2,,Republican,,,,,,,,,,G000408,01192,,,,,411214,,,,29575,Enid Greene Mickelsen -Walker,Robert,Smith,,,,1942-12-23,M,rep,PA,16,,Republican,,,,,,,,,,W000068,01196,,,,,411247,,,,14461,Robert Smith Walker -Ward,Michael,Delavan,,,,1951-01-07,M,rep,KY,3,,Democrat,,,,,,,,,,W000139,01201,,,,,411314,,,,29526,Mike Ward (American politician) -Williams,John,Patrick,,,,1937-10-30,M,rep,MT,1,,Democrat,,,,,,,,,,W000520,01231,,,,,411677,,,,14672,Pat Williams (Montana politician) -Wilson,Charles,,,,,1933-06-01,M,rep,TX,2,,Democrat,,,,,,,,,,W000570,01232,,,,,411725,,,,14062,Charlie Wilson (Texas politician) -Zeliff,William,H.,Jr.,,,1936-06-12,M,rep,NH,1,,Republican,,,,,,,,,,Z000004,01263,,,,,411997,,,,29130,Bill Zeliff -Zimmer,Richard,,,,,1944-08-16,M,rep,NJ,12,,Republican,,,,,,,,,,Z000008,01264,,,,,412001,26960,,,29133,Dick Zimmer (New Jersey politician) -de la Garza,Eligio,II,,Kika,,1927-09-22,M,rep,TX,15,,Democrat,,,,,,,,,,D000203,00276,,,,,403308,,,,10716,Kika de la Garza -Frahm,Sheila,,,,,1945-03-22,F,sen,KS,,3,Republican,,,,,,,,,,F000438,01335,,S248,,,404281,,,,49504,Sheila Frahm -Baesler,Henry,Scott,,Scotty,,1941-07-09,M,rep,KY,6,,Democrat,,,,,,,,,,B000028,00041,,,,,401033,,,,29353,Scotty Baesler -Bono,Sonny,,,,,1935-02-16,M,rep,CA,44,,Republican,,,,,,,,,,B000622,00110,,,,,401587,,,,29507,Sonny Bono -Capps,Walter,Holden,,,,1934-05-05,M,rep,CA,22,,Democrat,,,,,,,,,,C000134,01472,,,,,402284,,,,29706,Walter Capps -Christensen,Jon,Lynn,,,,1963-02-20,M,rep,NE,2,,Republican,,,,,,,,,,C000377,00196,,,,,402516,,,,29536,Jon Lynn Christensen -Cleland,J.,Maxwell,,,,1942-08-24,M,sen,GA,,2,Democrat,,,,,,,,,,C001034,01540,,S251,,,300152,,,,49701,Max Cleland -Dellums,Ronald,Vernie,,,,1935-11-24,M,rep,CA,9,,Democrat,,,,,,,,,,D000222,00284,,,,,403364,,,,13011,Ron Dellums -Fawell,Harris,W.,,,,1929-03-25,M,rep,IL,13,,Republican,,,,,,,,,,F000049,00373,,,,,404009,,,,15098,Harris W. Fawell -Fazio,Victor,Herbert,Jr.,,,1942-10-11,M,rep,CA,3,,Democrat,,,,,,,,,,F000053,00374,,,,,404013,,,,14624,Victor H. Fazio -Flake,Floyd,Harold,,,,1945-01-30,M,rep,NY,6,,Democrat,,,,,,,,,,F000184,00388,,,,,404139,,,,15412,Floyd H. Flake -Foglietta,Thomas,Michael,,,,1928-12-03,M,rep,PA,1,,Democrat,,,,,,,,,,F000235,00395,,,,,404190,,,,14823,Thomas M. Foglietta -Fox,Jon,D.,,,,1947-04-22,M,rep,PA,13,,Republican,,,,,,,,,,F000332,00406,,,,,404280,,,,29560,Jon D. Fox -Furse,Elizabeth,,,,,1936-10-13,F,rep,OR,1,,Democrat,,,,,,,,,,F000434,00423,,,,,404375,,,,29394,Elizabeth Furse -Gingrich,Newton,Leroy,,,,1943-06-17,M,rep,GA,6,,Republican,,,,,,,,,,G000225,00441,N00008333,,,,404587,26821,,,14627,Newt Gingrich -González,Henry,Barbosa,,,,1916-05-03,M,rep,TX,20,,Democrat,,,,,,,,,,G000272,00445,,,,,404634,,,,10520,Henry B. González -Gramm,Phil,,,,,1942-07-08,M,sen,TX,,2,Republican,,,,,,,,,,G000365,00453,,S171,,,300159,,,,14628,Phil Gramm -Hamilton,Lee,Herbert,,,,1931-04-20,M,rep,IN,9,,Democrat,,,,,,,,,,H000114,00489,,,,,404996,,,,10732,Lee H. Hamilton -Hefner,Willie,Gathrel,,Bill,,1930-04-11,M,rep,NC,8,,Democrat,,,,,,,,,,H000448,00525,,,,,405313,,,,14233,Bill Hefner -Helms,Jesse,,,,,1921-10-18,M,sen,NC,,2,Republican,,,,,,,,,,H000463,01359,,S046,,,300154,,,,14105,Jesse Helms -Hutchinson,Tim,,,,,1949-08-11,M,sen,AR,,2,Republican,,,,,,,,,,H001015,00578,,S256,,,300151,,,,29306,Tim Hutchinson -Johnson,Jay,W.,,,,1943-09-30,M,rep,WI,8,,Democrat,,,,,,,,,,J000149,01496,,,,,406047,,,,29770,Jay W. Johnson -Kennedy,Joseph,Patrick,II,,,1952-09-24,M,rep,MA,8,,Democrat,,,,,,,,,,K000110,00626,,,,,406277,,,,15427,Joseph P. Kennedy II -Kennelly,Barbara,Bailey,,,,1936-07-10,F,rep,CT,1,,Democrat,,,,,,,,,,K000118,00628,,,,,406284,,,,14877,Barbara B. Kennelly -Kim,Jay,,,,,1939-03-27,M,rep,CA,41,,Republican,,,,,,,,,,K000181,00632,N00006953,,,,406343,26775,,,29322,Jay Kim -Klug,Scott,L.,,,,1953-01-16,M,rep,WI,2,,Republican,,,,,,,,,,K000274,00641,,,,,406431,,,,29150,Scott L. Klug -Manton,Thomas,J.,,,,1932-11-03,M,rep,NY,7,,Democrat,,,,,,,,,,M000117,00732,,,,,407141,,,,15107,Thomas J. Manton -McDade,Joseph,Michael,,,,1931-09-29,M,rep,PA,10,,Republican,,,,,,,,,,M000399,00765,,,,,407400,,,,10607,Joseph M. McDade -McHale,Paul,F.,Jr.,,,1950-07-26,M,rep,PA,15,,Democrat,,,,,,,,,,M000466,00772,,,,,407465,,,,29399,Paul McHale -Molinari,Susan,,,,,1958-03-27,F,rep,NY,13,,Republican,,,,,,,,,,M000843,00823,,,,,407817,,,,15639,Susan Molinari -Neumann,Mark,W.,,,,1954-02-27,M,rep,WI,1,,Republican,,,,,,,,,,N000054,00861,N00009160,,,29135,408142,,,,29583,Mark Neumann -Pappas,Michael,James,,,,1960-12-29,M,rep,NJ,12,,Republican,,,,,,,,,,P000049,01509,,,,,408459,,,,29743,Michael James Pappas -Parker,Michael,,,Mike,,1949-10-31,M,rep,MS,4,,Republican,,,,,,,,,,P000066,00889,,,,,408476,,,,15617,Michael Parker (politician) -Paxon,L.,William,,,,1954-04-29,M,rep,NY,27,,Republican,,,,,,,,,,P000148,00901,,,,,408553,,,,15618,Bill Paxon -Poshard,Glenn,,,,,1945-10-30,M,rep,IL,19,,Democrat,,,,,,,,,,P000452,00925,,,,,408839,,,,15620,Glenn Poshard -Redmond,William,Thomas,,,,1955-01-28,M,rep,NM,3,,Republican,,,,,,,,,,R000567,01515,,,,,409087,,,,29772,William T. Redmond -Richardson,William,Blaine,,,,1947-11-15,M,rep,NM,3,,Democrat,,,,,,,,,,R000229,00958,,,,,409205,,,,15055,Bill Richardson -Riggs,Frank,D.,,,,1950-09-05,M,rep,CA,1,,Republican,,,,,,,,,,R000252,00962,,,,,409228,,,,29103,Frank Riggs -Romero-Barceló,Carlos,,,,,1932-09-04,M,rep,PR,0,,Democrat,,,,,,,,,,R000417,00980,,,,,400615,,,,,Carlos Romero Barceló -Schaefer,Daniel,,,Dan,,1936-01-25,M,rep,CO,6,,Republican,,,,,,,,,,S000109,01026,,,,,409618,,,,15058,Daniel Schaefer -Schiff,Steven,Harvey,,,,1947-03-18,M,rep,NM,1,,Republican,,,,,,,,,,S000125,01030,,,,,409633,,,,15624,Steven Schiff -Skaggs,David,Evans,,,,1943-02-22,M,rep,CO,2,,Democrat,,,,,,,,,,S000462,01062,,,,,409954,,,,15443,David Skaggs -Smith,Robert,,,Bob,,1941-03-30,M,sen,NH,,2,Republican,,,,,,,,,,S000606,01082,,S216,,,300155,,,,15116,Bob Smith (American politician) -Smith,Linda,,,,,1950-07-16,F,rep,WA,3,,Republican,,,,,,,,,,S000587,01078,,,,,410067,,,,,Linda Smith (American politician) -Smith,Robert,Freeman,,,,1931-06-16,M,rep,OR,2,,Republican,,,,,,,,,,S000607,01083,,,,,410084,,,,15063,Robert Freeman Smith -Snowbarger,Vincent,K.,,,,1949-09-16,M,rep,KS,3,,Republican,,,,,,,,,,S000662,01529,,,,,410136,,,,29724,Vince Snowbarger -Solomon,Gerald,Brooks Hunt,,,,1930-08-14,M,rep,NY,22,,Republican,,,,,,,,,,S000675,01088,,,,,410147,,,,14662,Gerald B. H. Solomon -Stokes,Louis,,,,,1925-02-23,M,rep,OH,11,,Democrat,,,,,,,,,,S000948,01115,,,,,410407,,,,12030,Louis Stokes -Tejeda,Frank,Mariano,,,,1945-10-02,M,rep,TX,28,,Democrat,,,,,,,,,,T000113,01147,,,,,410695,,,,39303,Frank Tejeda -Thompson,Fred,,,,,1942-08-19,M,sen,TN,,2,Republican,,,,,,,,,,T000457,01447,N00003136,S237,,,300158,,,,49503,Fred Thompson -Thurmond,J.,Strom,,,,1902-12-05,M,sen,SC,,2,Republican,,,,,,,,,,T000254,01448,,S096,,,300157,,,,9369,Strom Thurmond -Torres,Esteban,Edward,,,,1930-01-27,M,rep,CA,34,,Democrat,,,,,,,,,,T000316,01162,,,,,410889,,,,15070,Esteban Edward Torres -Torricelli,Robert,,,,,1951-08-27,M,sen,NJ,,2,Democrat,,,,,,,,,,T000317,01163,,S263,,,300156,,,,15071,Robert Torricelli -Wellstone,Paul,David,,,,1944-07-21,M,sen,MN,,2,Democrat,,,,,,,,,,W000288,01454,,S217,,,400566,,,,49101,Paul Wellstone -White,Richard,Alan,,Rick,,1953-11-06,M,rep,WA,1,,Republican,,,,,,,,,,W000391,01220,,,,,411550,,,,29577,Rick White (politician) -Yates,Sidney,Richard,,,,1909-08-27,M,rep,IL,9,,Democrat,,,,,,,,,,Y000013,01252,,,,,411947,,,,10421,Sidney R. Yates -Archer,Bill,,,,,1928-03-22,M,rep,TX,7,,Republican,,,,,,,,,,A000215,00026,,,,,400567,,,,13002,William Reynolds Archer Jr. -Barrett,Bill,,,,,1929-02-09,M,rep,NE,3,,Republican,,,,,,,,,,B000179,00057,,,,,400568,,,,29129,Bill Barrett -Bateman,Herbert,H.,,,,1928-08-07,M,rep,VA,1,,Republican,,,,,,,,,,B000229,00064,,,,,400569,,,,15003,Herbert H. Bateman -Bliley,Tom,,,,,1932-01-28,M,rep,VA,7,,Republican,,,,,,,,,,B000556,00097,,,,,400571,,,,14802,Thomas J. Bliley Jr. -Breaux,John,B.,,,,1944-03-01,M,sen,LA,,3,Democrat,http://breaux.senate.gov/,,,,,,,,,B000780,00120,N00005385,S179,,,300012,,,,13056,John Breaux -Brown,George,E.,Jr.,,,1920-03-06,M,rep,CA,42,,Democrat,,,,,,,,,,B000918,00134,,,,,400572,,,,10573,George Brown Jr. -Campbell,Ben,Nighthorse,,,,1933-04-13,M,sen,CO,,3,Republican,http://campbell.senate.gov/,,,,,,,,,C000077,00168,N00006202,S225,,,300017,,,,15407,Ben Nighthorse Campbell -Campbell,Tom,,,,,1952-08-14,M,rep,CA,15,,Republican,,,,,,,,,,C000100,00170,,,,,400573,,Tom Campbell (California),,15600,Tom Campbell (California politician) -Canady,Charles,T.,,,,1954-06-22,M,rep,FL,12,,Republican,,,,,,,,,,C000107,00171,,,,,400574,,,,29332,Charles T. Canady -Chenoweth-Hage,Helen,,,,,1938-01-27,F,rep,ID,1,,Republican,,,,,,,,,,C000345,00194,,,,,400575,,,,29514,Helen Chenoweth-Hage -Clay,William,Lacy,Sr.,Bill,,1931-04-30,M,rep,MO,1,,Democrat,,,,,,,,,,C000488,00203,,,,,402626,,,,12009,Bill Clay -Cook,Merrill,,,,,1946-05-06,M,rep,UT,2,,Republican,,,,,,,,,,C000722,01475,,,,,400577,,,,29765,Merrill Cook -Coverdell,Paul,D.,,,,1939-01-20,M,sen,GA,,3,Republican,,,,,,,,,,C000813,01310,,S228,,,400558,,,,49301,Paul Coverdell -Danner,Pat,,,,,1934-01-13,F,rep,MO,6,,Democrat,,,,,,,,,,D000046,00265,,,,,400578,,,,29370,Pat Danner -Daschle,Thomas,A.,,Tom,,1947-12-09,M,sen,SD,,3,Democrat,http://daschle.senate.gov/,,,,,,,,,D000064,00267,N00004583,S185,,,300031,,,,14617,Tom Daschle -Dickey,Jay,,,,,1939-12-14,M,rep,AR,4,,Republican,,,,,,,,,,D000312,00295,,,,,400579,,,,29307,Jay Dickey -Dixon,Julian,C.,,,,1934-08-08,M,rep,CA,32,,Democrat,,,,,,,,,,D000373,00301,,,,,400580,,,,14620,Julian C. Dixon -Edwards,John,Reid,,,,1953-06-10,M,sen,NC,,3,Democrat,http://edwards.senate.gov/,,,,,,,,,E000286,01573,N00002283,S267,,,300039,21107,,,49902,John Edwards -Ewing,Thomas,W.,,,,1935-09-19,M,rep,IL,15,,Republican,,,,,,,,,,E000282,00366,,,,,400581,,,,29115,Thomas W. Ewing -Fitzgerald,Peter,G.,,,,1960-10-20,M,sen,IL,,3,Republican,http://fitzgerald.senate.gov/,,,,,,,,,F000442,01571,N00004690,S268,,,300044,,,,49900,Peter Fitzgerald (politician) -Forbes,Michael,P.,,,,1952-07-16,M,rep,NY,1,,Democrat,,,,,,,,,,F000257,00398,,,,,400582,,,,,Michael Forbes -Fowler,Tillie,K.,,,,1942-12-23,F,rep,FL,4,,Republican,,,,,,,,,,F000328,00404,,,,,400583,,,,29329,Tillie K. Fowler -Franks,Bob,,,,,1951-09-21,M,rep,NJ,7,,Republican,,,,,,,,,,F000349,00409,,,,,400584,,,,29371,Bob Franks -Gejdenson,Sam,,,,,1948-05-20,M,rep,CT,2,,Democrat,,,,,,,,,,G000120,00431,,,,,400585,,,,14825,Sam Gejdenson -Goodling,William,F.,,,,1927-12-05,M,rep,PA,19,,Republican,,,,,,,,,,G000291,00447,,,,,400586,,,,14288,William F. Goodling -Graham,Bob,,,,,1936-11-09,M,sen,FL,,3,Democrat,http://graham.senate.gov/,,,,,,,,,G000352,01342,N00002742,S199,,,300046,,,,15503,Bob Graham -Hill,Rick,,,,,1946-12-30,M,rep,MT,0,,Republican,,,,,,,,,,H000605,01489,N00004644,,,,400587,,,,29738,Rick Hill -Hollings,Ernest,F.,,Fritz,,1922-01-01,M,sen,SC,,3,Democrat,http://hollings.senate.gov/,,,,,,,,,H000725,01361,N00002423,S047,,,300053,,,,11204,Ernest Hollings -Kasich,John,R.,,,,1952-05-13,M,rep,OH,12,,Republican,,,,,,,,,,K000016,00618,N00009778,,,1620,400590,,,,15030,John Kasich -Klink,Ron,,,,,1951-09-23,M,rep,PA,4,,Democrat,,,,,,,,,,K000270,00639,,,,,400591,,,,29395,Ron Klink -Kuykendall,Steven,T.,,,,1947-01-27,M,rep,CA,36,,Republican,,,,,,,,,,K000357,01582,,,,,400592,,,,29904,Steven T. Kuykendall -Lazio,Rick,A.,,,,1958-03-13,M,rep,NY,2,,Republican,,,,,,,,,,L000155,00670,,,,,400594,,,,29374,Rick Lazio -Livingston,Robert,Linligthgow,Jr.,,,1943-04-30,M,rep,LA,1,,Republican,,,,,,,,,,L000371,00696,,,,,406863,,,,14469,Bob Livingston -Martínez,Matthew,G.,,,,1929-02-14,M,rep,CA,31,,Republican,,,,,,,,,,M000206,00743,,,,,400595,,,,14879,Matthew G. Martínez -McCollum,Bill,,,,,1944-07-12,M,rep,FL,8,,Republican,,,,,,,,,,M000350,00761,N00002791,,,,400596,,,,14842,Bill McCollum -McIntosh,David,M.,,,,1958-06-08,M,rep,IN,2,,Republican,,,,,,,,,,M000481,00776,,,,,400597,,,,29518,David M. McIntosh -Metcalf,Jack,,,,,1927-11-30,M,rep,WA,2,,Republican,,,,,,,,,,M000669,00792,,,,,400598,,,,29578,Jack Metcalf -Minge,David,,,,,1942-03-19,M,rep,MN,2,,Democrat,,,,,,,,,,M000795,00813,,,,,400599,,,,29366,David Minge -Murkowski,Frank,H.,,,,1933-03-28,M,sen,AK,,3,Republican,,,,,,,,,,M001085,01408,,S157,,,300150,,,,14907,Frank Murkowski -Nickles,Don,,,,,1948-12-06,M,sen,OK,,3,Republican,http://nickles.senate.gov/,,,,,,,,,N000102,01412,N00005617,S158,,,300079,,,,14908,Don Nickles -Packard,Ron,,,,,1931-01-19,M,rep,CA,48,,Republican,,,,,,,,,,P000005,00886,,,,,400601,,,,15051,Ron Packard -Pease,Edward,A.,,,,1951-05-22,M,rep,IN,7,,Republican,,,,,,,,,,P000171,01511,,,,,400602,,,,29719,Edward A. Pease -Pickett,Owen,B.,,,,1930-08-31,M,rep,VA,2,,Democrat,,,,,,,,,,P000326,00916,,,,,400603,,,,15437,Owen B. Pickett -Porter,John,Edward,,,,1935-06-01,M,rep,IL,10,,Republican,,,,,,,,,,P000444,00923,,,,,400604,,,,14677,John Porter (Illinois politician) -Rogan,James,E.,,,,1957-08-21,M,rep,CA,27,,Republican,,,,,,,,,,R000386,01519,,,,,400605,,,,29708,James E. Rogan -Vento,Bruce,F.,,,,1940-10-07,M,rep,MN,4,,Democrat,,,,,,,,,,V000087,01185,,,,,400612,,,,14458,Bruce Vento -Weygand,Robert,A.,,,,1948-05-10,M,rep,RI,2,,Democrat,,,,,,,,,,W000315,01538,,,,,400613,,,,29753,Robert Weygand -Wise,Robert,E.,Jr.,,,1948-01-06,M,rep,WV,2,,Democrat,,,,,,,,,,W000654,01237,,,,,400614,,,,15077,Bob Wise -Miller,Zell,Bryan,,,,1932-02-24,M,sen,GA,,3,Democrat,http://miller.senate.gov/,,,,,,,,,M001141,01624,N00013436,S273,,,300074,,,,49904,Zell Miller -Allen,George,Felix,,,,1952-03-08,M,sen,VA,,1,Republican,http://allen.senate.gov,,,,,,,,,A000121,00013,N00009957,S274,,,300004,22404,,,29148,George Allen (U.S. politician) -Armey,Richard,K.,,,,1940-07-07,M,rep,TX,26,,Republican,,,,,,,,,,A000217,00028,,,,,400551,,,,15125,Dick Armey -Baldacci,John,,,,,1955-01-30,M,rep,ME,2,,Democrat,,,,,,,,,,B000081,00048,,,,,400525,,,,29528,John Baldacci -Barcia,James,A.,,,,1952-02-25,M,rep,MI,5,,Democrat,,,,,,,,,,B000134,00052,,,,,400526,26905,,,29363,James A. Barcia -Barr,Bob,,,,,1948-11-05,M,rep,GA,7,,Republican,,,,,,,,,,B000169,00056,N00002526,,,,400514,22028,,,29511,Bob Barr -Barrett,Thomas,M.,,,,1953-12-08,M,rep,WI,5,,Democrat,,,,,,,,,,B000177,00058,,,,,400553,,,,39315,Tom Barrett (politician) -Bentsen,Ken,,,,,1959-06-03,M,rep,TX,25,,Democrat,,,,,,,,,,B000400,00079,,,,,400550,,,,29574,Ken Bentsen Jr. -Blagojevich,Rod,,,,,1956-12-10,M,rep,IL,5,,Democrat,,,,,,,,,,B000518,01463,N00004816,,,,400518,,,,29716,Rod Blagojevich -Bonior,David,E.,,,,1945-06-06,M,rep,MI,10,,Democrat,,,,,,,,,,B000619,00108,,,,,400527,,,,14407,David Bonior -Borski,Robert,A.,,,,1948-10-20,M,rep,PA,3,,Democrat,,,,,,,,,,B000644,00111,,,,,400542,,,,15008,"Robert A. Borski, Jr." -Bryant,Ed,,,,,1948-09-07,M,rep,TN,7,,Republican,,,,,,,,,,B000996,00141,,,,,400549,,,,29569,Ed Bryant -Burns,Conrad,,,,,1935-01-25,M,sen,MT,,1,Republican,http://burns.senate.gov,,,,,,,,,B001126,01298,N00004638,S211,,,300015,,,,15701,Conrad Burns -Callahan,H.,L.,,,,1932-09-11,M,rep,AL,1,,Republican,,,,,,,,,,C000052,00164,,,,,400500,,,,15090,Sonny Callahan -Carnahan,Jean,,,,,1933-12-20,F,sen,MO,,1,Democrat,,,,,,,,,,C001043,01680,,S276,,,300153,,,,40102,Jean Carnahan -Chafee,Lincoln,D.,,,,1953-03-26,M,sen,RI,,1,Republican,http://chafee.senate.gov,,,,,,,,,C001040,01612,N00009954,S272,,,300020,,,,49905,Lincoln Chafee -Clayton,Eva,,,,,1934-09-16,F,rep,NC,1,,Democrat,,,,,,,,,,C000494,00204,,,,,400532,,,,29382,Eva M. Clayton -Clement,Robert,,,,,1943-09-23,M,rep,TN,5,,Democrat,,,,,,,,,,C000503,00205,,,,,400548,,,,15450,Bob Clement -Condit,Gary,,,,,1948-04-21,M,rep,CA,18,,Democrat,,,,,,,,,,C000670,00226,,,,,400505,,,,15635,Gary Condit -Cooksey,John,,,,,1941-08-20,M,rep,LA,5,,Republican,,,,,,,,,,C000735,01476,,,,,400522,,,,29726,John Cooksey -Corzine,Jon,Stevens,,,,1947-01-01,M,sen,NJ,,1,Democrat,http://corzine.senate.gov,,,,,,,,,C001042,01630,N00009945,S279,,,300028,,,,40104,Jon Corzine -Coyne,William,J.,,,,1936-08-24,M,rep,PA,14,,Democrat,,,,,,,,,,C000846,00245,,,,,400543,,,,14808,William J. Coyne -Dayton,Mark,,,,,1947-01-26,M,sen,MN,,1,Democrat,http://dayton.senate.gov,,,,,,,,,D000596,01629,N00013291,S280,,,300032,,,,40101,Mark Dayton -DeWine,Michael,,,Mike,,1947-01-05,M,sen,OH,,1,Republican,http://dewine.senate.gov,,,,,,,,,D000294,00293,N00003709,S240,,,300033,,,,15020,Mike DeWine -Ehrlich,Robert,L.,Jr.,,,1957-11-25,M,rep,MD,2,,Republican,,,,,,,,,,E000093,00340,N00001925,,,,400523,,,,29529,Bob Ehrlich -Frist,William,H.,,Bill,,1952-02-22,M,sen,TN,,1,Republican,http://frist.senate.gov,,,,,,,,,F000439,01336,N00003147,S241,,,300045,,,,49502,Bill Frist -Ganske,Greg,,,,,1949-03-31,M,rep,IA,4,,Republican,,,,,,,,,,G000041,00428,,,,,400517,,,,29521,Greg Ganske -Gekas,George,W.,,,,1930-04-14,M,rep,PA,17,,Republican,,,,,,,,,,G000121,00432,,,,,400544,,,,15026,George Gekas -Gilman,Benjamin,,,,,1922-12-06,M,rep,NY,20,,Republican,,,,,,,,,,G000212,00440,,,,,400536,,,,14015,Benjamin A. Gilman -Grucci,Felix,,,,,1951-11-25,M,rep,NY,1,,Republican,,,,,,,,,,G000547,01662,,,,,400535,,,,20128,Felix Grucci -Hall,Tony,P.,,,,1942-01-16,M,rep,OH,3,,Democrat,,,,,,,,,,H000074,00487,,,,,400538,,,,14632,Tony P. Hall -Hansen,James,V.,,,,1932-08-14,M,rep,UT,1,,Republican,,,,,,,,,,H000172,00498,,,,,400552,,,,14829,James V. Hansen -Hilleary,Van,,,,,1959-06-20,M,rep,TN,4,,Republican,,,,,,,,,,H000615,00538,,,,,400547,,,,29568,Van Hilleary -Hilliard,Earl,F.,,,,1942-04-09,M,rep,AL,7,,Democrat,,,,,,,,,,H000621,00539,,,,,400502,,,,29302,Earl F. Hilliard -Horn,Stephen,,,,,1931-05-31,M,rep,CA,38,,Republican,,,,,,,,,,H000789,00559,,,,,400506,,,,29320,Steve Horn -Hutchinson,Asa,,,,,1950-12-03,M,rep,AR,3,,Republican,,,,,,,,,,H001014,01493,,,,,400588,,,,29704,Asa Hutchinson -Jeffords,James,M.,,Jim,,1934-05-11,M,sen,VT,,1,Independent,http://jeffords.senate.gov/,,,,,,,,,J000072,00593,N00000534,S204,,,300057,,,,94240,Jim Jeffords -Kerns,Brian,,,,,1957-05-22,M,rep,IN,7,,Republican,,,,,,,,,,K000359,01650,,,,,400521,,,,20118,Brian D. Kerns -LaFalce,John,J.,,,,1939-10-06,M,rep,NY,29,,Democrat,,,,,,,,,,L000556,00657,,,,,400537,,,,14248,John J. LaFalce -Largent,Steve,,,,,1954-09-28,M,rep,OK,1,,Republican,,,,,,,,,,L000096,00664,,,,,400593,,,,29554,Steve Largent -Luther,William,,,,,1945-06-27,M,rep,MN,6,,Democrat,,,,,,,,,,L000521,00718,,,,,400529,,,,29533,Bill Luther -Maloney,James,,,,,1948-09-17,M,rep,CT,5,,Democrat,,,,,,,,,,M000090,01502,,,,,400508,,,,29712,James H. Maloney -Mascara,Frank,,,,,1930-01-19,M,rep,PA,20,,Democrat,,,,,,,,,,M000212,00745,,,,,400545,,,,29562,Frank Mascara -Meek,Carrie,,,,,1926-04-29,F,rep,FL,17,,Democrat,,,,,,,,,,M000628,00789,,,,,400511,,,,29334,Carrie P. Meek -Miller,Dan,,,,,1942-05-30,M,rep,FL,13,,Republican,,,,,,,,,,M000720,00807,,,,,400510,,,,29333,Dan Miller (Florida politician) -Mink,Patsy,Takemoto,,,,1927-12-06,F,rep,HI,2,,Democrat,,,,,,,,,,M000797,00815,,,,,400554,,,,10757,Patsy Mink -Moakley,John,Joseph,,,,1927-04-27,M,rep,MA,9,,Democrat,,,,,,,,,,M000834,00820,N00000256,,,,400600,,,,14039,Joe Moakley -Morella,Constance,,,,,1931-02-12,F,rep,MD,8,,Republican,,,,,,,,,,M000941,00833,,,,,400524,,,,15434,Connie Morella -Phelps,David,,,,,1947-10-26,M,rep,IL,19,,Democrat,,,,,,,,,,P000584,01586,,,,,400519,,,,29913,David D. Phelps -Riley,Bob,,,,,1944-10-03,M,rep,AL,3,,Republican,,,,,,,,,,R000258,01517,,,,,400501,,,,29700,Bob Riley -Rivers,Lynn,,,,,1956-12-19,F,rep,MI,13,,Democrat,,,,,,,,,,R000281,00966,,,,,400528,,,,29531,Lynn N. Rivers -Roemer,Timothy,,,,,1956-10-30,M,rep,IN,3,,Democrat,,,,,,,,,,R000385,00976,,,,,400520,,,,29117,Tim Roemer -Roukema,Marge,,,,,1929-09-19,F,rep,NJ,5,,Republican,,,,,,,,,,R000465,00990,,,,,400533,,,,14855,Marge Roukema -Santorum,Richard,J.,,Rick,,1958-05-10,M,sen,PA,,1,Republican,http://santorum.senate.gov/,,,,,,,,,S000059,01015,N00001380,S244,,,300085,27054,,,29141,Rick Santorum -Sarbanes,Paul,S.,,,,1933-02-03,M,sen,MD,,1,Democrat,http://sarbanes.senate.gov/,,,,,,,,,S000064,01017,N00001979,S106,,,300086,,,,13039,Paul Sarbanes -Sawyer,Thomas,C.,,,,1945-08-15,M,rep,OH,14,,Democrat,,,,,,,,,,S000094,01022,,,,,400539,,,,15442,Thomas C. Sawyer -Scarborough,Joe,,,,,1963-04-09,M,rep,FL,1,,Republican,,,,,,,,,,S000106,01025,,,,,400608,,,,39508,Joe Scarborough -Schaffer,Bob,,,,,1962-07-24,M,rep,CO,4,,Republican,,,,,,,,,,S000112,01524,N00006182,,,,400507,568,,,29711,Bob Schaffer -Shows,Ronnie,,,,,1947-01-26,M,rep,MS,4,,Democrat,,,,,,,,,,S001147,01565,,,,,400530,,,,29920,Ronnie Shows -Shuster,Elmer,Greinert,,Bud,,1932-01-23,M,rep,PA,9,,Republican,,,,,,,,,,S000394,01055,N00001395,,,,400374,,,,14052,Bud Shuster -Sisisky,Norman,,,,,1927-06-09,M,rep,VA,4,,Democrat,,,,,,,,,,S000453,01060,,,,,400609,,,,15060,Norman Sisisky -Skeen,Joseph,,,,,1927-06-30,M,rep,NM,2,,Republican,,,,,,,,,,S000463,01063,,,,,400534,,,,14861,Joe Skeen -Spence,Floyd,,,,,1928-04-09,M,rep,SC,2,,Republican,,,,,,,,,,S000718,01091,,,,,400610,,,,13042,Floyd Spence -Stump,Robert,,,,,1927-04-04,M,rep,AZ,3,,Republican,,,,,,,,,,S001044,01122,,,,,400504,,,,14454,Bob Stump (U.S. Congressman) -Thurman,Karen,,,,,1951-01-12,F,rep,FL,5,,Democrat,,,,,,,,,,T000253,01157,,,,,400509,,,,29330,Karen Thurman -Traficant,James,A.,Jr.,,,1941-05-08,M,rep,OH,17,,Democrat,,,,,,,,,,T000350,01166,,,,,400611,,,,15121,James Traficant -Underwood,Robert,A.,,,,1948-07-13,M,rep,GU,0,,Democrat,,,,,,,,,,U000014,01175,,,,,400516,,,,,Robert A. Underwood -Watkins,Wes,,,,,1938-12-15,M,rep,OK,3,,Republican,,,,,,,,,,W000194,01206,,,,,400540,,,,14462,Wes Watkins -Watts,J.C.,,,,,1957-11-18,M,rep,OK,4,,Republican,,,,,,,,,,W000210,01208,N00005528,,,,400541,,,,29556,J. C. Watts -Barkley,Dean,,,,,1950-08-31,M,sen,MN,,2,Independent,,,,,,,,,,B001237,01690,,S285,,,401147,,,,40106,Dean Barkley -Talent,James,M.,,Jim,,1956-10-18,M,sen,MO,,1,Republican,http://talent.senate.gov/,,,,,,,,,T000024,01135,N00005004,S286,,,300096,,,,29369,Jim Talent -Acevedo-Vilá,Aníbal,,,,,1962-02-13,M,rep,PR,0,,Popular Democrat,http://www.house.gov/acevedo-vila,,,,,,,,,A000359,01679,N00009825,,,,400002,,,,,Aníbal Acevedo Vilá -Allard,Wayne,A.,,,,1943-12-02,M,sen,CO,,2,Republican,http://allard.senate.gov,,,,,,,,,A000109,00011,N00009082,S250,S6CO00168,,300003,26783,,,29108,Wayne Allard -Ballance,Frank,W.,Jr.,,,1942-02-15,M,rep,NC,1,,Democrat,http://www.house.gov/ballance,,,,,,,,,B001238,01734,N00025005,,,,400014,,,,20339,Frank Ballance -Ballenger,Cass,,,,,1926-12-06,M,rep,NC,10,,Republican,http://www.house.gov/ballenger,,,,,,,,,B000104,00050,N00002377,,,,400015,,,,15402,Cass Ballenger -Bell,Chris,,,,,1959-11-23,M,rep,TX,25,,Democrat,http://www.house.gov/bell,,,,,,,,,B001241,01750,N00024919,,,,400022,,,,20354,Chris Bell (politician) -Bereuter,Douglas,K.,,Doug,,1939-10-06,M,rep,NE,1,,Republican,http://www.house.gov/bereuter,,,,,,,,,B000403,00080,N00005331,,,,400023,,,,14605,Doug Bereuter -Burns,Max,,,,,1948-11-08,M,rep,GA,12,,Republican,http://www.house.gov/burns,,,,,,,,,B001249,01721,N00025597,,,,400053,,,,20320,Max Burns -Carson,Brad,,,,,1967-03-11,M,rep,OK,2,,Democrat,http://carson.house.gov,,,,,,,,,C001044,01665,N00009704,,,,400066,,,,20132,Brad Carson -Coleman,Norm,,,,,1949-08-17,M,sen,MN,,2,Republican,http://coleman.senate.gov,,,,,,,,,C001057,01697,N00013870,S291,S2MN00126,,300024,20239,,,40302,Norm Coleman -Collins,Michael,Allen,,Mac,,1944-10-15,M,rep,GA,8,,Republican,http://www.house.gov/maccollins,,,,,,,,,C000640,00222,N00002556,,,,400078,,,,29340,Mac Collins -Combest,Larry,,,,,1945-03-20,M,rep,TX,19,,Republican,http://www.house.gov/combest,,,,,,,,,C000653,00224,N00006055,,,,400079,,,,15093,Larry Combest -Craig,Larry,E.,,,,1945-07-20,M,sen,ID,,2,Republican,http://craig.senate.gov,,,,,,,,,C000858,00246,N00002091,S215,S0ID00057,,300029,53288,,,14809,Larry Craig -Crane,Philip,M.,,Phil,,1930-11-03,M,rep,IL,8,,Republican,http://www.house.gov/crane,,,,,,,,,C000873,00249,N00004698,,,,400085,,,,12041,Phil Crane -Deutsch,Peter,,,,,1957-04-01,M,rep,FL,20,,Democrat,http://www.house.gov/deutsch,,,,,,,,,D000275,00291,N00002839,,,,400106,,,,29335,Peter Deutsch -Dole,Elizabeth,H.,,,,1936-07-29,F,sen,NC,,2,Republican,http://dole.senate.gov/,,,,,,,,,D000601,01698,N00008071,S292,S2NC00083,,300035,41533,,,40303,Elizabeth Dole -Domenici,Pete,V.,,,,1932-05-07,M,sen,NM,,2,Republican,http://domenici.senate.gov,,,,,,,,,D000407,01319,N00006515,S027,S8NM00010,,300036,53325,,,14103,Pete Domenici -Dooley,Calvin,M.,,Cal,,1954-01-11,M,rep,CA,20,,Democrat,http://dooley.house.gov,,,,,,,,,D000424,00306,N00007251,,,,400112,,,,29105,Cal Dooley -Dunn,Jennifer,B.,,,,1941-07-29,F,rep,WA,8,,Republican,http://www.house.gov/dunn,,,,,,,,,D000549,00324,N00007823,,,,400117,,,,39312,Jennifer Dunn (politician) -Fletcher,Ernest,Lee,,Ernie,,1952-11-12,M,rep,KY,6,,Republican,http://www.house.gov/fletcher,,,,,,,,,F000441,01563,N00003430,,,,400135,,,,29917,Ernie Fletcher -Frost,Jonas,,III,Martin,,1942-01-01,M,rep,TX,24,,Democrat,http://www.house.gov/frost,,,,,,,,,F000392,00419,N00005677,,,,400143,,,,14626,Martin Frost -Gephardt,Richard,Andrew,,Dick,,1941-01-31,M,rep,MO,3,,Democrat,http://dickgephardt.house.gov,,,,,,,,,G000132,00433,N00005037,,,,400146,,,,14421,Dick Gephardt -Goss,Porter,J.,,,,1938-11-26,M,rep,FL,14,,Republican,http://www.house.gov/goss,,,,,,,,,G000336,00450,N00002960,,,,400156,,,,15605,Porter Goss -Greenwood,James,C.,,Jim,,1951-05-04,M,rep,PA,8,,Republican,http://www.house.gov/greenwood,,,,,,,,,G000439,00465,N00001519,,,,400161,,,,29397,James C. Greenwood -Hagel,Charles,T.,,Chuck,,1946-10-04,M,sen,NE,,2,Republican,http://hagel.senate.gov/,,,,,,,,,H001028,01545,N00005301,S255,S6NE00087,,300050,231,,,49704,Chuck Hagel -Hoeffel,Joseph,M.,,,,1950-09-03,M,rep,PA,13,,Democrat,http://www.house.gov/hoeffel,,,,,,,,,H001031,01579,N00001529,,,,400181,,,,29934,Joe Hoeffel -Houghton,Amory,,Jr.,Amo,,1926-08-07,M,rep,NY,29,,Republican,http://www.house.gov/houghton,,,,,,,,,H000814,00563,N00001329,,,,400188,,,,15423,Amo Houghton -Janklow,William,J.,,Bill,,1939-09-13,M,rep,SD,0,,Republican,http://www.house.gov/janklow,,,,,,,,,J000286,01746,N00011046,,,,400200,,,,20348,Bill Janklow -John,Christopher,,,Chris,,1960-01-05,M,rep,LA,7,,Democrat,http://www.house.gov/john,,,,,,,,,J000110,01495,N00008038,,,,400203,,,,29727,Chris John -Kleczka,Gerald,D.,,Jerry,,1943-11-26,M,rep,WI,4,,Democrat,http://www.house.gov/kleczka,,,,,,,,,K000259,00637,N00004330,,,,400223,,,,15082,Jerry Kleczka -Lipinski,William,O.,,,,1937-12-22,M,rep,IL,3,,Democrat,http://www.house.gov/lipinski,,,,,,,,,L000342,00694,N00004856,,,,400243,,,,15036,Bill Lipinski -Lucas,Kenneth,R.,,Ken,,1933-08-22,M,rep,KY,4,,Democrat,http://www.house.gov/kenlucas,,,,,,,,,L000558,01562,N00003444,,,,400248,,,,29916,Ken Lucas -Majette,Denise,,,,,1955-05-18,F,rep,GA,4,,Democrat,http://www.house.gov/majette,,,,,,,,,M001145,01719,N00025138,,,,400250,,,,20318,Denise Majette -Matsui,Robert,T.,,,,1941-09-17,M,rep,CA,5,,Democrat,http://www.house.gov/matsui,,,,,,,,,M000249,00748,N00007571,,,,400256,,,,14649,Bob Matsui -McCarthy,Karen,,,,,1947-03-18,F,rep,MO,5,,Democrat,http://mccarthy.house.gov/,,,,,,,,,M000316,00756,N00005119,,,,400258,,,,29535,Karen McCarthy -McInnis,Scott,,,,,1953-05-09,M,rep,CO,3,,Republican,http://www.house.gov/mcinnis,,,,,,,,,M000477,00775,N00006213,,,26492,400265,26782,,,29326,Scott McInnis -Nethercutt,George,R.,Jr.,,,1944-10-07,M,rep,WA,5,,Republican,http://www.house.gov/nethercutt,,,,,,,,,N000051,00860,N00008166,,,,400292,,,,29581,George Nethercutt -Ose,Doug,,,,,1955-06-27,M,rep,CA,3,,Republican,http://www.house.gov/ose,,,,,,,,,O000164,01585,N00007581,,,,400304,16472,,,29902,Doug Ose -Quinn,Jack,,,,,1951-04-13,M,rep,NY,27,,Republican,http://www.house.gov/quinn,,,,,,,,,Q000016,00938,N00001290,,,,400329,,,,29381,Jack Quinn (politician) -Sandlin,Max,A.,Jr.,,,1952-09-29,M,rep,TX,1,,Democrat,http://www.house.gov/sandlin,,,,,,,,,S000044,01523,N00005724,,,,400358,,,,29757,Max Sandlin -Schrock,Edward,L.,,Ed,,1941-04-06,M,rep,VA,2,,Republican,http://schrock.house.gov,,,,,,,,,S001151,01673,N00012656,,,,400362,,,,20142,Ed Schrock -Smith,Gordon,Harold,,,,1952-05-25,M,sen,OR,,2,Republican,http://gsmith.senate.gov/,,,,,,,,,S001142,01549,N00007815,S262,S6OR00094,,300090,425,,,49705,Gordon H. Smith -Smith,Nick,,,,,1934-11-05,M,rep,MI,7,,Republican,http://www.house.gov/nicksmith,,,,,,,,,S000597,01080,N00004113,,,,400382,,,,29364,Nick Smith (U.S. politician) -Stenholm,Charles,W.,,Charlie,,1938-10-26,M,rep,TX,17,,Democrat,http://www.house.gov/stenholm,,,,,,,,,S000851,01110,N00006060,,,,400389,,,,14664,Charles Stenholm -Stevens,Ted,F.,,,,1923-11-18,M,sen,AK,,2,Republican,http://stevens.senate.gov/,,,,,,,,,S000888,01440,N00007997,S090,S2AK00010,,300094,53268,,,12109,Ted Stevens -Sununu,John,E.,,,,1964-09-10,M,sen,NH,,2,Republican,http://sununu.senate.gov/,,,,,,,,,S001078,01532,N00000397,S296,S0NH00201,,300095,617,,,29740,John E. Sununu -Tauzin,William,J.,,Billy,,1943-06-14,M,rep,LA,3,,Republican,http://www.house.gov/tauzin,,,,,,,,,T000058,01140,N00005372,,,,400397,,,,14679,Billy Tauzin -Turner,James,,,Jim,,1946-02-06,M,rep,TX,2,,Democrat,http://www.house.gov/turner,,,,,,,,,T000424,01536,N00005731,,,,400410,,,,29758,Jim Turner (politician) -Warner,John,W.,,,,1927-02-18,M,sen,VA,,2,Republican,http://warner.senate.gov/,,,,,,,,,W000154,01452,N00002061,S143,S8VA00107,,300099,53356,,,14712,John Warner -Bayh,Evan,,,,,1955-12-26,M,sen,IN,,3,Democrat,http://bayh.senate.gov,,,,,,,,,B001233,01572,N00003762,S264,S8IN00049,,300006,22418,,,49901,Evan Bayh -Beauprez,Bob,,,,,1948-09-22,M,rep,CO,7,,Republican,http://www.house.gov/beauprez,,,,,,,,,B001240,01712,N00025443,,,,400020,,,,20312,Bob Beauprez -Bennett,Robert,F.,,,,1933-09-18,M,sen,UT,,3,Republican,http://bennett.senate.gov,,,,,,,,,B000382,01280,N00006347,S231,S2UT00104,25708,300007,53351,,,49307,Bob Bennett (politician) -Bilirakis,Michael,,,,,1930-07-16,M,rep,FL,9,,Republican,http://www.house.gov/bilirakis,,,,,,,,,B000463,00089,N00002982,,,,400028,,,,15006,Michael Bilirakis -Boehlert,Sherwood,L.,,Sherry,,1936-09-28,M,rep,NY,24,,Republican,http://www.house.gov/boehlert,,,,,,,,,B000586,00101,N00001267,,,,400035,,,,15007,Sherwood Boehlert -Bond,Christopher,S.,,Kit,,1939-03-06,M,sen,MO,,3,Republican,http://bond.senate.gov,,,,,,,,,B000611,01286,N00005178,S200,S6MO00289,2360,300010,53313,,,15501,Kit Bond -Bonilla,Henry,,,,,1954-01-02,M,rep,TX,23,,Republican,http://www.house.gov/bonilla,,,,,,,,,B000617,00107,N00005985,,,,400037,,,,39302,Henry Bonilla -Bradley,Jeb,E.,,,,1952-10-20,M,rep,NH,1,,Republican,http://www.house.gov/bradley,,,,,,,,,B001246,01736,N00025059,,,,400045,,,,20335,Jeb Bradley -Brownback,Samuel,D.,,Sam,,1956-09-12,M,sen,KS,,3,Republican,http://brownback.senate.gov,,,,,,,,,B000953,00137,N00005244,S249,S6KS00122,,300013,21952,,,29523,Sam Brownback -Bunning,Jim,,,,,1931-10-23,M,sen,KY,,3,Republican,http://bunning.senate.gov,,,,,,,,,B001066,00146,N00003437,S265,S8KY00118,1457,300014,26874,,,15406,Jim Bunning -Chocola,Chris,,,,,1962-02-24,M,rep,IN,2,,Republican,http://www.house.gov/chocola,,,,,,,,,C001052,01726,N00012586,,,,400072,34186,,,20324,Chris Chocola -Cox,C.,Christopher,,,,1952-10-16,M,rep,CA,48,,Republican,http://cox.house.gov,,,,,,,,,C000830,00242,N00007124,,,,400083,,,,15601,Christopher Cox -Cunningham,Randall,H.,,Duke,,1941-12-08,M,rep,CA,50,,Republican,http://www.house.gov/cunningham,,,,,,,,,C000994,00258,N00007050,,,,400091,,,,29107,Duke Cunningham -Davis,James,,,Jim,,1957-10-11,M,rep,FL,11,,Democrat,http://www.house.gov/jimdavis,,,,,,,,,D000114,01478,N00002926,,,,400094,,,,29714,Jim Davis (Florida politician) -DeLay,Thomas,Dale,,Tom,,1947-04-08,M,rep,TX,22,,Republican,http://tomdelay.house.gov,,,,,,,,,D000217,00282,N00005892,,,,400104,,,,15094,Tom DeLay -Dodd,Christopher,J.,,,,1944-05-27,M,sen,CT,,3,Democrat,http://dodd.senate.gov,,,,,,,,,D000388,00302,N00000581,S150,S0CT00037,,300034,53277,,,14213,Chris Dodd -Dorgan,Byron,L.,,,,1942-05-14,M,sen,ND,,3,Democrat,http://dorgan.senate.gov,,,,,,,,,D000432,00308,N00004615,S222,S2ND00040,2318,300037,53332,,,14812,Byron Dorgan -Evans,Lane,A.,,,,1951-08-04,M,rep,IL,17,,Democrat,http://www.house.gov/evans,,,,,,,,,E000250,00361,N00004912,,,,400126,,,,15023,Lane Evans -Feingold,Russell,D.,,,,1953-03-02,M,sen,WI,,3,Democrat,http://feingold.senate.gov,,,,,,,,,F000061,01331,N00000036,S230,S8WI00026,,300042,53361,Russ Feingold,,49309,Russ Feingold -Foley,Mark,Adam,,,,1954-09-08,M,rep,FL,16,,Republican,http://www.house.gov/foley,,,,,,,,,F000238,00396,N00002898,,,,400136,,,,29510,Mark Foley -Ford,Harold,E.,Jr.,,,1970-05-11,M,rep,TN,9,,Democrat,http://www.house.gov/ford,,,,,,,,,F000262,01483,N00003218,,,,400138,,,,29756,Harold Ford Jr. -Gibbons,James,A.,,Jim,,1944-12-16,M,rep,NV,2,,Republican,http://www.house.gov/gibbons,,,,,,,,,G000152,01485,N00006652,,,,400148,,,,29739,Jim Gibbons (American politician) -Green,Mark,A.,,,,1960-06-01,M,rep,WI,8,,Republican,http://www.house.gov/markgreen,,,,,,,,,G000545,01559,N00004391,,,,400159,,,,29941,Mark Andrew Green -Gregg,Judd,A.,,,,1947-02-14,M,sen,NH,,3,Republican,http://gregg.senate.gov/,,,,,,,,,G000445,00466,N00000444,S224,S2NH00025,,300049,53321,,,14826,Judd Gregg -Gutknecht,Gilbert,W.,,Gil,,1951-03-20,M,rep,MN,1,,Republican,http://www.gil.house.gov,,,,,,,,,G000536,00479,N00004527,,,,400164,,,,29532,Gil Gutknecht -Harris,Katherine,,,,,1957-04-05,F,rep,FL,13,,Republican,http://www.house.gov/harris,,,,,,,,,H001035,01714,N00024882,,,,400167,,,,20314,Katherine Harris -Hart,Melissa,A.,,,,1962-04-04,F,rep,PA,4,,Republican,http://hart.house.gov,,,,,,,,,H001033,01666,N00009715,,,,400168,,,,20133,Melissa Hart (politician) -Hayworth,John,D.,Jr.,J.D.,,1958-07-12,M,rep,AZ,5,,Republican,http://www.house.gov/hayworth,,,,,,,,,H000413,00520,N00006455,,,,400173,22187,,,29502,J. D. Hayworth -Hefley,Joel,,,,,1935-04-18,M,rep,CO,5,,Republican,http://www.house.gov/hefley,,,,,,,,,H000444,00524,N00000048,,,,400174,,,,15419,Joel Hefley -Hostettler,John,Nathan,,,,1961-06-19,M,rep,IN,8,,Republican,http://www.house.gov/hostettler,,,,,,,,,H000807,00562,N00003897,,,,400187,21781,,,29520,John Hostettler -Hyde,Henry,John,,,,1924-04-18,M,rep,IL,6,,Republican,http://www.house.gov/hyde,,,,,,,,,H001022,00580,N00004702,,,,400192,,,,14239,Henry Hyde -Istook,Ernest,J.,Jr.,,,1950-02-11,M,rep,OK,5,,Republican,http://www.house.gov/istook,,,,,,,,,I000047,00586,N00005551,,,,400197,,,,29392,Ernest Istook -Jenkins,William,Lewis,,Bill,,1936-11-29,M,rep,TN,1,,Republican,http://www.house.gov/jenkins,,,,,,,,,J000082,01494,N00003202,,,,400202,,,,29755,Bill Jenkins (politician) -Johnson,Nancy,Lee,,,,1935-01-05,F,rep,CT,5,,Republican,http://www.house.gov/nancyjohnson,,,,,,,,,J000163,00602,N00000561,,,,400205,,,,15028,Nancy Johnson -Kelly,Sue,W.,,,,1936-09-26,F,rep,NY,19,,Republican,http://www.house.gov/suekelly,,,,,,,,,K000078,00624,N00001020,,,,400213,,,,29544,Sue W. Kelly -Kennedy,Mark,R.,,,,1957-04-11,M,rep,MN,6,,Republican,http://markkennedy.house.gov,,,,,,,,,K000358,01652,N00009670,,,,400214,,,,20121,Mark Kennedy (politician) -Kolbe,James,T.,,Jim,,1942-06-28,M,rep,AZ,8,,Republican,http://www.house.gov/kolbe,,,,,,,,,K000306,00645,N00006486,,,,400226,,,,15105,Jim Kolbe -Leach,James,A.,,Jim,,1942-10-15,M,rep,IA,2,,Republican,http://www.house.gov/leach,,,,,,,,,L000169,00672,N00004280,,,,400236,,,,14432,Jim Leach -Lincoln,Blanche,Lambert,,,,1960-09-30,F,sen,AR,,3,Democrat,http://lincoln.senate.gov/,,,,,,,,,L000035,01570,N00008092,S269,"S8AR00112,H2AR01022",26202,300068,26723,,,29305,Blanche Lincoln -Martinez,Mel,,,,,1946-10-23,M,sen,FL,,3,Republican,http://martinez.senate.gov,,,,,,,,,M001162,01769,N00026748,S304,S4FL00298,,400621,31193,,,40501,Mel Martínez -McKinney,Cynthia,,,,,1955-03-17,F,rep,GA,4,,Democrat,,,,,,,,,,M000523,00780,N00002511,,,,400513,,,,29344,Cynthia McKinney -Ney,Robert,William,,Bob,,1954-07-05,M,rep,OH,18,,Republican,http://www.house.gov/ney,,,,,,,,,N000081,00862,N00003532,,,,400293,,,,29552,Bob Ney -Northup,Anne,Meagher,,,,1948-01-22,F,rep,KY,3,,Republican,http://www.house.gov/northup,,,,,,,,,N000143,01508,N00003392,,,,400294,,,,29725,Anne Northup -Nussle,James,Allen,,Jim,,1960-06-27,M,rep,IA,1,,Republican,http://nussle.house.gov,,,,,,,,,N000172,00871,N00004255,,,,400298,,,,29118,Jim Nussle -Osborne,Thomas,William,,Tom,,1937-02-23,M,rep,NE,3,,Republican,http://www.house.gov/osborne,,,,,,,,,O000165,01658,N00012970,,,,400303,,,,20126,Tom Osborne -Otter,C.L.,,,Butch,,1942-05-03,M,rep,ID,1,,Republican,http://www.house.gov/otter,,,,,,,,,O000166,01646,N00009637,,,,400305,,,,20114,Butch Otter -Owens,Major,R.,,,,1936-06-28,M,rep,NY,11,,Democrat,http://www.house.gov/owens,,,,,,,,,O000159,00883,N00001074,,,,400306,,,,15050,Major R. Owens -Oxley,Michael,G.,,,,1944-02-11,M,rep,OH,4,,Republican,http://www.house.gov/oxley,,,,,,,,,O000163,00885,N00003736,,,,400307,,,,14875,Mike Oxley -Pombo,Richard,W.,,,,1961-01-08,M,rep,CA,11,,Republican,http://www.house.gov/pombo/pombo.htm,,,,,,,,,P000419,00921,N00007516,,,,400322,,,,29311,Richard Pombo -Ryun,Jim,R.,,,,1947-04-29,M,rep,KS,2,,Republican,http://www.house.gov/ryun,,,,,,,,,R000566,01521,N00005218,,,,400353,,,,29723,Jim Ryun -Sabo,Martin,Olav,,,,1938-02-28,M,rep,MN,5,,Democrat,http://www.house.gov/sabo,,,,,,,,,S000005,01007,N00004489,,,,400354,,,,14656,Martin Olav Sabo -Salazar,Ken,,,,,1955-03-02,M,sen,CO,,3,Democrat,http://salazar.senate.gov,,,,,,,,,S001163,01762,N00026892,S297,S4CO00163,,400619,1541,,,40500,Ken Salazar -Schwarz,John,J.H.,,Joe,,1937-11-15,M,rep,MI,7,,Republican,,,,,,,,,,S001161,01788,N00004128,,,,400637,,,,20515,Joe Schwarz -Shaw,E.,Clay,Jr.,,,1939-04-19,M,rep,FL,22,,Republican,http://www.house.gov/shaw,,,,,,,,,S000303,01047,N00002877,,,,400369,,,,14860,E. Clay Shaw Jr. -Sherwood,Donald,L.,,Don,,1941-03-05,M,rep,PA,10,,Republican,http://www.house.gov/sherwood,,,,,,,,,S001146,01589,N00001510,,,,400372,,,,29933,Don Sherwood -Simmons,Robert,Ruhl,,Rob,,1943-02-11,M,rep,CT,2,,Republican,http://www.house.gov/simmons,,,,,,,,,S001152,01642,N00009608,,,,400375,,,,20109,Rob Simmons -Sodrel,Michael,E.,,,,1945-12-17,M,rep,IN,9,,Republican,,,,,,,,,,S001160,01783,N00013869,,,,400632,33988,,,20510,Mike Sodrel -Specter,Arlen,,,,,1930-02-12,M,sen,PA,,3,Democrat,http://specter.senate.gov/,,,,,,,,,S000709,01437,N00001604,S161,S6PA00100,,300092,53340,,,14910,Arlen Specter -Strickland,Ted,,,,,1941-08-04,M,rep,OH,6,,Democrat,http://www.house.gov/strickland,,,,,,,,,S001004,01118,N00003730,,,,400390,,,,29747,Ted Strickland -Sweeney,John,E.,,,,1955-08-09,M,rep,NY,20,,Republican,http://www.house.gov/sweeney,,,,,,,,,S001149,01591,N00009821,,,,400393,,,,29927,John E. Sweeney -Taylor,Charles,H.,,,,1941-01-23,M,rep,NC,11,,Republican,http://www.house.gov/charlestaylor,,,,,,,,,T000067,01141,N00002383,,,,400398,,,,29135,Charles H. Taylor -Thomas,William,M.,,Bill,,1941-12-06,M,rep,CA,22,,Republican,http://www.house.gov/billthomas,,,,,,,,,T000188,01148,N00007256,,,,400401,,,,14669,Bill Thomas -Voinovich,George,V.,,,,1936-07-15,M,sen,OH,,3,Republican,http://voinovich.senate.gov/,,,,,,,,,V000126,01575,N00003583,S271,S8OH00011,1783,300098,21745,,,49903,George Voinovich -Weldon,W.,Curtis,,Curt,,1947-07-22,M,rep,PA,7,,Republican,http://curtweldon.house.gov/,,,,,,,,,W000268,01214,N00001535,,,,400428,,,,15447,Curt Weldon -Sekula-Gibbs,Shelley,,,,,1953-06-22,F,rep,TX,22,,Republican,,,,,,,,,,S001166,01819,N00028489,,,,412185,,,,20541,Shelley Sekula-Gibbs -Allen,Thomas,H.,,Tom,,1945-04-16,M,rep,ME,1,,Democrat,http://tomallen.house.gov,,,,,,,,,A000357,01461,N00000469,,H6ME01157,,400007,380,,,29728,Tom Allen -Baker,Richard,Hugh,,,,1948-05-22,M,rep,LA,6,,Republican,http://baker.house.gov,,,,,,,,,B000072,00047,N00005407,,H6LA06083,,400012,26882,,,15401,Richard Baker (U.S. politician) -Boyda,Nancy,E.,,,,1955-08-02,F,rep,KS,2,,Democrat,http://boyda.house.gov,,,,,,,,,B001258,01852,N00026434,,H4KS02107,,412210,34790,,,20721,Nancy Boyda -Byrd,Robert,C.,,,,1917-11-20,M,sen,WV,,1,Democrat,http://byrd.senate.gov,,,,,,,,,B001210,01299,N00002200,S017,S6WV00014,,300016,53359,,,1366,Robert Byrd -Cannon,Christopher,B.,,Chris,,1950-10-20,M,rep,UT,3,,Republican,http://chriscannon.house.gov,,,,,,,,,C000116,01470,N00006349,,H6UT03042,,400059,393,,,29766,Chris Cannon -Carson,Julia,M.,,,,1938-07-08,F,rep,IN,7,,Democrat,http://juliacarson.house.gov,,,,,,,,,C000191,01473,N00003758,,H6IN10141,,400067,359,,,29720,Julia Carson -Clinton,Hillary,Rodham,,,,1947-10-26,F,sen,NY,,1,Democrat,http://clinton.senate.gov,,,,,,,,,C001041,01631,N00000019,S278,S0NY00188,,300022,55463,Hillary Clinton,,40105,Hillary Clinton -Cramer,Robert,E.,Jr.,Bud,,1947-08-22,M,rep,AL,5,,Democrat,http://cramer.house.gov,,,,,,,,,C000868,00247,N00003042,,H0AL05049,,400084,26714,,,29100,Robert E. Cramer -Cubin,Barbara,L.,,,,1946-11-30,F,rep,WY,0,,Republican,http://www.house.gov/cubin,,,,,,,,,C000962,00254,N00006242,,H4WY00055,,400088,22044,,,29584,Barbara Cubin -Davis,David,,,,,1959-11-06,M,rep,TN,1,,Republican,http://daviddavis.house.gov,,,,,,,,,D000606,01877,N00008758,,H6TN01313,,412235,753,,,20747,David Davis (U.S. politician) -Davis,Jo Ann,S.,,,,1950-06-29,F,rep,VA,1,,Republican,http://joanndavis.house.gov,,,,,,,,,D000597,01672,N00013078,,H0VA01052,,400095,24970,,,20141,Jo Ann Davis -Davis,Thomas,M.,III,Tom,,1949-01-05,M,rep,VA,11,,Republican,http://tomdavis.house.gov,,,,,,,,,D000136,00274,N00002045,,H4VA11020,,400098,21935,,,29576,Thomas M. Davis -Doolittle,John,T.,,,,1950-10-30,M,rep,CA,4,,Republican,http://doolittle.house.gov,,,,,,,,,D000429,00307,N00007556,,H0CA14042,,400113,26743,,,29104,John Doolittle -Drake,Thelma,D.,,,,1949-11-20,F,rep,VA,2,,Republican,http://drake.house.gov,,,,,,,,,D000605,01808,N00027281,,H4VA02037,,400658,8231,,,20534,Thelma Drake -Emanuel,Rahm,,,,,1959-11-29,M,rep,IL,5,,Democrat,http://www.house.gov/emanuel,,,,,,,,,E000287,01725,N00024813,,H2IL05092,26079,400120,33530,,,20323,Rahm Emanuel -English,Philip,,,Phil,,1956-06-20,M,rep,PA,3,,Republican,http://www.house.gov/english,,,,,,,,,E000187,00347,N00001427,,H4PA21051,,400123,21865,,,29563,Phil English -Ensign,John,Eric,,,,1958-03-25,M,sen,NV,,1,Republican,http://ensign.senate.gov,119 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,,,,,,,,E000194,00348,N00006619,S281,S8NV00073,37076,300040,22139,,,29537,John Ensign -Everett,Terry,,,,,1937-02-15,M,rep,AL,2,,Republican,http://www.everett.house.gov,,,,,,,,,E000268,00364,N00003083,,H2AL02067,,400127,26711,,,29300,Terry Everett -Feeney,Tom,C.,,,,1958-05-21,M,rep,FL,24,,Republican,http://www.house.gov/feeney,,,,,,,,,F000447,01716,N00024851,,H2FL00250,,400131,12856,,,20315,Tom Feeney -Ferguson,Michael,,,Mike,,1970-06-22,M,rep,NJ,7,,Republican,http://www.house.gov/ferguson,,,,,,,,,F000443,01659,N00000766,,H8NJ06118,,400132,22521,,,20127,Mike Ferguson (New Jersey politician) -Fortuño,Luis,G.,,,,1960-10-31,M,rep,PR,0,,Republican,http://www.house.gov/fortuno,,,,,,,,,F000452,01800,N00026264,,H4PR00079,,400662,47567,,,,Luis Fortuño -Fossella,Vito,J.,Jr.,,,1965-03-09,M,rep,NY,13,,Republican,http://www.house.gov/fossella,,,,,,,,,F000440,01484,N00000983,,H8NY13028,,400139,16455,,,29773,Vito Fossella -Gilchrest,Wayne,T.,,,,1946-04-15,M,rep,MD,1,,Republican,http://www.house.gov/gilchrest,,,,,,,,,G000180,00438,N00002012,,H8MD01037,,400149,26886,,,29122,Wayne Gilchrest -Gillmor,Paul,E.,,,,1939-02-01,M,rep,OH,5,,Republican,http://gillmor.house.gov,,,,,,,,,G000210,00439,N00003660,,H8OH05044,,400150,0,,,15604,Paul Gillmor -Goode,Virgil,H.,Jr.,,,1946-10-17,M,rep,VA,5,,Republican,http://www.house.gov/goode ,,,,,,,,,G000280,01486,N00002167,,H6VA05068,,400153,527,,,89767,Virgil Goode -Hastert,J.,Dennis,,Denny,,1942-01-02,M,rep,IL,14,,Republican,http://www.house.gov/hastert,,,,,,,,,H000323,00510,N00004781,,H6IL14095,,400169,26842,,,15417,Dennis Hastert -Hayes,Robin,C.,,,,1945-08-14,M,rep,NC,8,,Republican,http://hayes.house.gov,,,,,,,,,H001029,01600,N00002315,,H8NC08042,,400172,1641,,,29929,Robin Hayes -Hobson,David,Lee,,Dave,,1936-10-17,M,rep,OH,7,,Republican,http://www.house.gov/hobson,,,,,,,,,H000666,00545,N00003725,,H0OH07021,,400180,27014,,,29136,Dave Hobson -Hooley,Darlene,,,,,1939-04-04,F,rep,OR,5,,Democrat,http://www.house.gov/hooley,,,,,,,,,H000762,01491,N00007700,,H6OR05069,,400186,429,,,29750,Darlene Hooley -Hulshof,Kenny,C.,,,,1958-05-22,M,rep,MO,9,,Republican,http://hulshof.house.gov,,,,,,,,,H000948,01492,N00008032,,H4MO09046,,400190,423,,,29737,Kenny Hulshof -Hunter,Duncan,L.,,,,1948-05-31,M,rep,CA,52,,Republican,http://www.house.gov/hunter,,,,,,,,,H000981,00575,N00006983,,H2CA42023,,400191,26776,,,14835,Duncan Hunter -Jefferson,William,J.,,,,1947-03-14,M,rep,LA,2,,Democrat,http://www.house.gov/jefferson,,,,,,,,,J000070,00592,N00005353,,H0LA02119,,400201,,,,29120,William J. Jefferson -Jindal,Bobby,,,,,1971-06-10,M,rep,LA,1,,Republican,http://www.house.gov/jindal,,,,,,,,,J000287,01785,N00026786,,H4LA00016,,400634,35481,,,20512,Bobby Jindal -Jones,Stephanie,Tubbs,,,,1949-09-10,F,rep,OH,11,,Democrat,http://www.house.gov/tubbsjones,,,,,,,,,J000284,01581,N00003561,,H8OH11067,,400208,23325,,,29930,Stephanie Tubbs Jones -Keller,Ric,,,,,1964-09-05,M,rep,FL,8,,Republican,http://www.house.gov/keller/Frset.htm,,,,,,,,,K000361,01644,N00009614,,H0FL08042,,400212,30865,,,20112,Ric Keller -Kennedy,Edward,M.,,Ted,,1932-02-22,M,sen,MA,,1,Democrat,http://kennedy.senate.gov/,,,,,,,,,K000105,01377,N00000308,S055,S6MA00015,,300059,53305,,,10808,Ted Kennedy -Knollenberg,Joseph,K.,,Joe,,1933-11-28,M,rep,MI,9,,Republican,http://www.house.gov/knollenberg,,,,,,,,,K000288,00642,N00004045,,H2MI11042,,400225,26919,,,29365,Joe Knollenberg -Kuhl,John,R.,Jr.,Randy,,1943-04-19,M,rep,NY,29,,Republican,http://www.house.gov/kuhl ,,,,,,,,,K000364,01795,N00026087,,H4NY29080,,400642,4233,,,20520,Randy Kuhl -LaHood,Ray,H.,,,,1945-12-06,M,rep,IL,18,,Republican,http://www.house.gov/lahood,,,,,,,,,L000552,00659,N00004933,,H4IL18059,26394,400228,21699,,,29517,Ray LaHood -Lampson,Nicholas,V.,,Nick,,1945-02-14,M,rep,TX,22,,Democrat,http://lampson.house.gov,,,,,,,,,L000043,01500,N00005928,,H6TX09033,,400229,285,,,29761,Nick Lampson -Lantos,Tom,,,,,1928-02-01,M,rep,CA,12,,Democrat,http://lantos.house.gov,,,,,,,,,L000090,00663,N00007382,,H0CA11022,,400231,26739,,,14837,Tom Lantos -Lewis,Ron,,,,,1946-09-14,M,rep,KY,2,,Republican,http://www.house.gov/ronlewis,,,,,,,,,L000293,00689,N00003476,,H4KY02030,,400241,26872,,,29352,Ron Lewis -Lott,Trent,,,,,1941-10-09,M,sen,MS,,1,Republican,http://lott.senate.gov/,,,,,,,,,L000447,00707,N00003329,S203,S8MS00162,1886,300069,53311,,,14031,Trent Lott -Mahoney,Tim,,,,,1956-08-15,M,rep,FL,16,,Democrat,http://mahoney.house.gov,,,,,,,,,M001164,01841,N00027804,,H6FL16059,,412197,68195,,,20710,Tim Mahoney -McCrery,James,O.,III,Jim,,1949-09-18,M,rep,LA,4,,Republican,http://mccrery.house.gov,,,,,,,,,M000388,00763,N00005414,,H8LA04134,,400261,26881,,,15451,Jim McCrery -McNulty,Michael,R.,,,,1947-09-16,M,rep,NY,21,,Democrat,http://www.house.gov/mcnulty,,,,,,,,,M000590,00785,N00001214,,H8NY23084,,400268,26987,,,15614,Michael R. McNulty -Meehan,Martin,T.,,Marty,,1956-12-30,M,rep,MA,5,,Democrat,http://www.house.gov/meehan,,,,,,,,,M000627,00788,N00000205,,H2MA05054,,400269,,,,29358,Marty Meehan -Millender-McDonald,Juanita,,,,,1938-09-07,F,rep,CA,37,,Democrat,http://millender-mcdonald.house.gov,,,,,,,,,M000714,00805,N00006811,,H6CA37222,,400275,,,,29586,Juanita Millender-McDonald -Musgrave,Marilyn,N.,,,,1949-01-27,F,rep,CO,4,,Republican,http://musgrave.house.gov,,,,,,,,,M001152,01711,N00025054,,H2CO04045,,400287,2703,,,20311,Marilyn Musgrave -Norwood,Charles,W.,Jr.,Charlie,,1941-07-27,M,rep,GA,10,,Republican,http://www.house.gov/norwood,,,,,,,,,N000159,00869,N00002630,,H4GA10022,,400296,,,,29513,Charlie Norwood -Peterson,John,E.,,,,1938-12-25,M,rep,PA,5,,Republican,http://www.house.gov/johnpeterson,,,,,,,,,P000263,01512,N00001422,,H6PA05091,,400317,251,,,29751,John E. Peterson -Pickering,Charles,W.,Jr.,Chip,,1963-08-10,M,rep,MS,3,,Republican,http://www.house.gov/pickering,,,,,,,,,P000323,01513,N00003341,,H6MS03046,,400319,279,,,29734,Chip Pickering -Porter,Jon,Christopher,Sr.,,,1955-05-16,M,rep,NV,3,,Republican,http://www.house.gov/porter,,,,,,,,,P000589,01739,N00012560,,H0NV01078,,400324,2612,,,20334,Jon Porter -Pryce,Deborah,D.,,,,1951-07-29,F,rep,OH,15,,Republican,http://www.house.gov/pryce,,,,,,,,,P000555,00933,N00003504,,H2OH15046,,400327,27020,,,29390,Deborah Pryce -Ramstad,James,M.,,Jim,,1946-05-06,M,rep,MN,3,,Republican,http://www.house.gov/ramstad,,,,,,,,,R000033,00942,N00004484,,H0MN00013,,400332,26921,,,29126,Jim Ramstad -Regula,Ralph,,,,,1924-12-03,M,rep,OH,16,,Republican,http://wwwc.house.gov/regula,,,,,,,,,R000141,00951,N00003651,,H6OH16029,,400334,27021,,,14045,Ralph Regula -Renzi,Rick,,,,,1958-06-11,M,rep,AZ,1,,Republican,http://www.house.gov/renzi,,,,,,,,,R000574,01706,N00024931,,H2AZ01172,,400336,28172,,,20303,Rick Renzi -Reynolds,Thomas,M.,,,,1950-09-03,M,rep,NY,26,,Republican,http://reynolds.house.gov,,,,,,,,,R000569,01587,N00001295,,H8NY27077,,400338,4384,,,29928,Thomas M. Reynolds -Sali,Bill,,,,,1954-02-17,M,rep,ID,1,,Republican,http://sali.house.gov,,,,,,,,,S001167,01847,N00027644,,H6ID01177,,412201,2916,,,20714,Bill Sali -Saxton,H.,James,,Jim,,1943-01-22,M,rep,NJ,3,,Republican,http://www.house.gov/saxton,,,,,,,,,S000097,01023,N00000834,,H4NJ13022,,400359,26953,,,15112,Jim Saxton -Shays,Christopher,H.,,,,1945-10-18,M,rep,CT,4,,Republican,http://www.house.gov/shays,,,,,,,,,S001144,01048,N00000652,,H8CT04057,,400370,26789,,,15449,Chris Shays -Tancredo,Thomas,G.,,Tom,,1945-12-20,M,rep,CO,6,,Republican,http://tancredo.house.gov,,,,,,,,,T000458,01592,N00006103,,H8CO06054,,400394,17030,,,29907,Tom Tancredo -Thomas,Craig,,,,,1933-02-17,M,sen,WY,,1,Republican,http://thomas.senate.gov/,,,,,,,,,T000162,01149,N00006246,S246,"S4WY00055,H8WY00106",,300097,,,,15633,Craig L. Thomas -Walsh,James,T.,,Jim,,1947-06-19,M,rep,NY,25,,Republican,http://www.house.gov/walsh,,,,,,,,,W000099,01197,N00001261,,H8NY27036,,400420,26990,,,15630,James T. Walsh -Weldon,David,J.,Jr.,Dave,,1953-08-31,M,rep,FL,15,,Republican,http://weldon.house.gov,,,,,,,,,W000267,01215,N00002807,,H4FL15114,,400427,22159,,,29509,Dave Weldon -Weller,Gerald,C.,,Jerry,,1957-07-07,M,rep,IL,11,,Republican,http://www.house.gov/weller,,,,,,,,,W000273,01216,N00004745,,H4IL11096,,400429,21696,,,29516,Jerry Weller -Wilson,Heather,A.,,,,1960-12-30,F,rep,NM,1,,Republican,http://wilson.house.gov,,,,,,,,,W000789,01539,N00006546,,H8NM01174,,400434,22687,,,29779,Heather Wilson -Wynn,Albert,Russell,,,,1951-09-10,M,rep,MD,4,,Democrat,http://www.house.gov/wynn,,,,,,,,,W000784,01251,N00001849,,H2MD05361,,400438,26889,,,29355,Albert Wynn -Cazayoux,Donald,J.,Jr.,,,1964-01-17,M,rep,LA,6,,Democrat,http://cazayoux.house.gov/,,,,,,,,,C001073,01891,N00029680,,H8LA06022,,412260,35272,,,20760,Don Cazayoux -Abercrombie,Neil,,,,,1938-06-26,M,rep,HI,1,,Democrat,http://www.house.gov/abercrombie,,,,,,,,,A000014,00002,N00007665,,H6HI01121,,400001,26827,,,15245,Neil Abercrombie -Adler,John,H.,,,,1959-08-23,M,rep,NJ,3,,Democrat,http://adler.house.gov,,,,,,,,,A000364,01935,N00000812,,H8NJ03156,1030767,412264,4171,,,20928,John Adler -Arcuri,Michael,A.,,,,1959-06-11,M,rep,NY,24,,Democrat,http://arcuri.house.gov,,,,,,,,,A000363,01867,N00027890,,H6NY24128,1021495,412224,67657,,,20736,Mike Arcuri -Baird,Brian,N.,,,,1956-03-07,M,rep,WA,3,,Democrat,http://www.baird.house.gov,,,,,,,,,B001229,01557,N00007936,,H6WA03135,45981,400011,837,,,29938,Brian Baird -Barrett,James,Gresham,,J. Gresham,,1961-02-14,M,rep,SC,3,,Republican,http://www.house.gov/barrett,,,,,,,,,B001239,01745,N00013837,,H2SC03057,1003613,400016,14577,,,20347,Gresham Barrett -Bean,Melissa,L.,,,,1962-01-22,F,rep,IL,8,,Democrat,http://www.house.gov/bean,,,,,,,,,B001253,01782,N00024875,,H2IL08088,,400631,33448,,,20509,Melissa Bean -Berry,Robert,Marion,,Marion,,1942-08-27,M,rep,AR,1,,Democrat,http://www.house.gov/berry/,,,,,,,,,B000420,01462,N00005455,,H6AR01072,45115,400026,430,,,29702,Robert Marion Berry -Biden,Joseph,R.,Jr.,,,1942-11-20,M,sen,DE,,2,Democrat,http://biden.senate.gov,,,,,,,,,B000444,01284,N00001669,S010,S8DE00012,34,300008,53279,,,14101,Joe Biden -Boccieri,John,A.,,,,1969-10-05,M,rep,OH,16,,Democrat,http://boccieri.house.gov,,,,,,,,,B001263,01949,N00029161,,H8OH16058,1028316,412266,45694,,,20943,John Boccieri -Boucher,Frederick,C.,,Rick,,1946-08-01,M,rep,VA,9,,Democrat,http://www.boucher.house.gov,,,,,,,,,B000657,00113,N00002171,,H2VA09010,6736,400043,27119,,,15010,Rick Boucher -Boyd,Allen,,Jr.,,,1945-06-06,M,rep,FL,2,,Democrat,http://boyd.house.gov,,,,,,,,,B000716,01467,N00002743,,H6FL00046,46164,400044,729,,,29713,Allen Boyd -Bright,Bobby,,,,,1952-07-21,M,rep,AL,2,,Democrat,http://www.bright.house.gov,,,,,,,,,B001264,01905,N00029838,,H8AL02130,87180,412267,104839,,,20900,Bobby Bright -Brown,Henry,E.,Jr.,,,1935-12-20,M,rep,SC,1,,Republican,http://brown.house.gov,,,,,,,,,B001235,01669,N00002428,,H0SC01071,1000221,400049,3993,,,20137,Henry E. Brown Jr. -Brown-Waite,Virginia,,,Ginny,,1943-10-05,F,rep,FL,5,,Republican,http://www.house.gov/brown-waite,,,,,,,,,B001247,01713,N00024777,,H2FL05127,1003557,400051,8077,,,20313,Ginny Brown-Waite -Buyer,Stephen,E.,,Steve,,1958-11-26,M,rep,IN,4,,Republican,http://stevebuyer.house.gov,,,,,,,,,B001203,00160,N00003924,,H2IN05025,26475,400056,26854,,,29350,Steve Buyer -Cao,Anh,,,Joseph,,1967-03-13,M,rep,LA,2,,Republican,http://josephcao.house.gov,,,,,,,,,C001079,01923,N00030339,,H8LA02112,1031344,412268,93967,,,20917,Joseph Cao -Carney,Christopher,P.,,,,1959-03-02,M,rep,PA,10,,Democrat,http://carney.house.gov,,,,,,,,,C001065,01876,N00027703,,H6PA10109,1018516,412234,60032,,,20746,Chris Carney -Castle,Michael,N.,,,,1939-07-02,M,rep,DE,0,,Republican,http://www.house.gov/castle,,,,,,,,,C000243,00183,N00009775,,H2DE00072,70,400070,26792,,,29327,Mike Castle -Childers,Travis,W.,,,,1958-03-29,M,rep,MS,1,,Democrat,http://www.childers.house.gov/,,,,,,,,,C001074,01893,N00029692,,H8MS01061,1028265,412262,101982,,,20761,Travis Childers -Dahlkemper,Kathleen,A.,,,,1957-12-10,F,rep,PA,3,,Democrat,http://dahlkemper.house.gov,,,,,,,,,D000608,01951,N00029414,,H8PA03084,1030596,412273,102423,,,20945,Kathy Dahlkemper -Davis,Artur,,,,,1967-10-09,M,rep,AL,7,,Democrat,http://www.house.gov/arturdavis,,,,,,,,,D000602,01705,N00009570,,H0AL07060,1002463,400092,27560,,,20302,Artur Davis -Davis,Lincoln,,,,,1943-09-13,M,rep,TN,4,,Democrat,http://www.house.gov/lincolndavis,,,,,,,,,D000599,01747,N00003264,,H4TN06051,1003615,400096,12080,,,20350,Lincoln Davis -Deal,Nathan,,,,,1942-08-25,M,rep,GA,9,,Republican,http://www.house.gov/deal,,,,,,,,,D000168,00277,N00002610,,H2GA09036,,400099,26824,,,99342,Nathan Deal -Delahunt,William,D.,,Bill,,1941-07-18,M,rep,MA,10,,Democrat,http://www.house.gov/delahunt,,,,,,,,,D000210,01480,N00000280,,H2MA11060,46620,400102,1017,,,29731,Bill Delahunt -Diaz-Balart,Lincoln,,,,,1954-08-13,M,rep,FL,21,,Republican,http://www.house.gov/diaz-balart,,,,,,,,,D000299,00294,N00002872,,H2FL19037,25887,400107,26796,,,29336,Lincoln Díaz-Balart -Driehaus,Steve,,,,,1966-06-24,M,rep,OH,1,,Democrat,http://driehaus.house.gov,,,,,,,,,D000609,01946,N00029211,,H8OH01068,1030610,412274,45110,,,20939,Steve Driehaus -Edwards,Thomas,,,Chet,,1951-11-24,M,rep,TX,17,,Democrat,http://www.house.gov/edwards,,,,,,,,,E000063,00335,N00005794,,H8TX06035,20693,400118,27087,,,29144,Chet Edwards -Ehlers,Vernon,J.,,,,1934-02-06,M,rep,MI,3,,Republican,http://www.house.gov/ehlers,,,,,,,,,E000092,00339,N00004166,,H4MI03045,,400119,26907,,,29362,Vern Ehlers -Ellsworth,Brad,,,,,1958-09-11,M,rep,IN,8,,Democrat,http://ellsworth.house.gov,,,,,,,,,E000289,01851,N00027575,,H6IN08210,1021550,412206,57497,,,20718,Brad Ellsworth -Etheridge,Bob,R.,,,,1941-08-07,M,rep,NC,2,,Democrat,http://www.house.gov/etheridge,,,,,,,,,E000226,01482,N00002269,,H6NC02080,45577,400125,118,,,29745,Bob Etheridge -Fallin,Mary,,,,,1954-12-09,F,rep,OK,5,,Republican,http://fallin.house.gov,,,,,,,,,F000453,01872,N00027781,,H6OK05160,,412230,1699,,,20742,Mary Fallin -Gordon,Barton,Jennings,,Bart,,1949-01-24,M,rep,TN,6,,Democrat,http://gordon.house.gov,,,,,,,,,G000309,00448,N00003126,,H4TN04015,5452,400155,27071,,,15100,Bart Gordon -Griffith,Parker,,,,,1942-08-06,M,rep,AL,5,,Republican,http://griffith.house.gov,,,,,,,,,G000557,01906,N00029917,,H8AL05109,1031339,412277,60357,,,,Parker Griffith -Hall,John,J.,,,,1948-07-23,M,rep,NY,19,,Democrat,http://johnhall.house.gov,,,,,,,,,H001039,01865,N00027888,,H6NY19144,1022042,412222,69119,,,20734,John Hall (New York politician) -Halvorson,Deborah,L.,,,,1958-03-01,F,rep,IL,11,,Democrat,http://halvorson.house.gov,,,,,,,,,H001044,01919,N00029377,,H8IL11113,1031342,412279,9531,Debbie Halvorson,,20913,Debbie Halvorson -Hare,Phil,,,,,1949-02-21,M,rep,IL,17,,Democrat,http://hare.house.gov,,,,,,,,,H001040,01849,N00028234,,H6IL17155,1021566,412204,66451,,,20716,Phil Hare -Herseth Sandlin,Stephanie,,,,,1970-12-03,F,rep,SD,0,,Democrat,http://www.house.gov/herseth,,,,,,,,,H001037,01760,N00024773,,H2SD00092,22061,400443,48367,,,20349,Stephanie Herseth Sandlin -Hill,Baron,P.,,,,1953-06-23,M,rep,IN,9,,Democrat,http://baronhill.house.gov,,,,,,,,,H001030,01578,N00003875,,H8IN09032,12259,400177,18466,,,29914,Baron Hill (politician) -Hodes,Paul,W.,,,,1951-03-21,M,rep,NH,2,,Democrat,http://hodes.house.gov,,,,,,,,,H001043,01862,N00027048,,H4NH02175,1018918,412220,42473,,,20732,Paul Hodes -Hoekstra,Peter,,,Pete,,1953-10-30,M,rep,MI,2,,Republican,http://www.house.gov/hoekstra,,,,,,,,,H000676,00547,N00004155,,H2MI02066,26490,400182,26910,,,29361,Pete Hoekstra -Inglis,Bob,,,,,1959-10-11,M,rep,SC,4,,Republican,http://inglis.house.gov,,,,,,,,,I000023,00582,N00002460,,H2SC04022,26441,400649,27064,,,39300,Bob Inglis -Kagen,Steve,,,,,1949-12-12,M,rep,WI,8,,Democrat,http://kagen.house.gov,,,,,,,,,K000365,01880,N00027618,,H6WI08122,1021765,412240,66021,,,20751,Steve Kagen -Kanjorski,Paul,E.,,,,1937-04-02,M,rep,PA,11,,Democrat,http://kanjorski.house.gov,,,,,,,,,K000008,00615,N00001509,,H0PA11050,5974,400210,27047,,,15104,Paul E. Kanjorski -Kennedy,Patrick,Joseph,,,,1967-07-14,M,rep,RI,1,,Democrat,http://patrickkennedy.house.gov,,,,,,,,,K000113,00627,N00000360,,H4RI01034,17987,400215,22207,,,29564,Patrick J. Kennedy -Kilpatrick,Carolyn,Cheeks,,,,1945-06-25,F,rep,MI,13,,Democrat,http://www.house.gov/kilpatrick,,,,,,,,,K000180,01497,N00004005,,H6MI15127,,400217,522,,,29733,Carolyn Cheeks Kilpatrick -Kilroy,Mary Jo,,,,,1949-04-30,F,rep,OH,15,,Democrat,http://kilroy.house.gov,,,,,,,,,K000372,01948,N00027778,,H6OH15104,1021679,412285,95759,,,20942,Mary Jo Kilroy -Klein,Ron,,,,,1957-07-10,M,rep,FL,22,,Democrat,http://klein.house.gov,,,,,,,,,K000366,01842,N00027515,,H6FL22040,55563,412198,24261,,,20711,Ron Klein -Kosmas,Suzanne,M.,,,,1944-02-25,F,rep,FL,24,,Democrat,http://www.kosmas.house.gov,,,,,,,,,K000370,01917,N00029370,,H8FL24026,1030644,412288,12851,,,20911,Suzanne Kosmas -Kratovil,Frank,,Jr.,,,1968-05-29,M,rep,MD,1,,Democrat,http://kratovil.house.gov,,,,,,,,,K000371,01926,N00029146,,H8MD01086,1031346,412289,101875,,,20921,Frank Kratovil -Linder,John,,,,,1942-09-09,M,rep,GA,7,,Republican,http://linder.house.gov,,,,,,,,,L000321,00693,N00002599,,H0GA04023,26393,400242,26825,,,29341,John Linder -Markey,Betsy,,,,,1956-04-27,F,rep,CO,4,,Democrat,http://betsymarkey.house.gov,,,,,,,,,M001172,01911,N00029128,,H8CO04067,1030430,412298,106225,,,20905,Betsy Markey -Marshall,James,,,Jim,,1948-03-31,M,rep,GA,8,,Democrat,http://jimmarshall.house.gov,,,,,,,,,M001146,01718,N00009635,,H0GA08032,1003563,400254,31916,,,20317,Jim Marshall (Georgia politician) -Massa,Eric,J. J.,,,,1959-09-16,M,rep,NY,29,,Democrat,http://massa.house.gov,,,,,,,,,M001173,01945,N00027550,,H6NY29168,1018513,412299,69120,,,20937,Eric Massa -McHugh,John,M.,,,,1948-09-29,M,rep,NY,23,,Republican,http://mchugh.house.gov,,,,,,,,,M000472,00773,N00001276,,H2NY24036,,400264,26986,,,39316,John M. McHugh -McMahon,Michael,E.,,,,1957-09-12,M,rep,NY,13,,Democrat,http://mcmahon.house.gov,,,,,,,,,M001174,01941,N00030267,,H8NY13077,1031352,412296,44728,,,20933,Michael McMahon -Meek,Kendrick,Brett,,,,1966-09-06,M,rep,FL,17,,Democrat,http://kendrickmeek.house.gov,,,,,,,,,M001148,01715,N00025692,,H2FL17056,,400270,8092,,,20358,Kendrick Meek -Melancon,Charles,J.,,,,1947-10-03,M,rep,LA,3,,Democrat,http://melancon.house.gov,,,,,,,,,M001161,01786,N00026840,,H4LA03028,1011754,400635,35601,,,20513,Charlie Melancon -Minnick,Walter,,,,,1942-09-20,M,rep,ID,1,,Democrat,http://minnick.house.gov,,,,,,,,,M001175,01918,N00006288,,H8ID01090,45757,412300,436,,,20912,Walt Minnick -Mitchell,Harry,E.,,,,1940-07-18,M,rep,AZ,5,,Democrat,http://mitchell.house.gov,,,,,,,,,M001167,01830,N00028162,,H6AZ05067,1021101,412187,16369,,,20700,Harry Mitchell -Mollohan,Alan,B.,,,,1943-05-14,M,rep,WV,1,,Democrat,http://www.house.gov/mollohan,,,,,,,,,M000844,00824,N00002214,,H2WV01029,8577,400281,27130,,,15083,Alan Mollohan -Moore,Dennis,,,,,1945-11-08,M,rep,KS,3,,Democrat,http://moore.house.gov,,,,,,,,,M001140,01561,N00005233,,H8KS03049,57965,400282,18662,,,29915,Dennis Moore -Murphy,Patrick,J.,,,,1973-10-19,M,rep,PA,8,,Democrat,http://patrickmurphy.house.gov,,,,,,,,,M001168,01875,N00027594,,H6PA08194,1021384,412233,60031,,,20745,Patrick Murphy (Pennsylvania politician) -Murtha,John,P.,,,,1932-06-17,M,rep,PA,12,,Democrat,http://www.house.gov/murtha,,,,,,,,,M001120,00844,N00001408,,H6PA12030,,400286,27048,,,14072,John Murtha -Nye,Glenn,C.,,,,1974-09-09,M,rep,VA,2,,Democrat,http://nye.house.gov,,,,,,,,,N000183,01957,N00029784,,H8VA02046,1031363,412301,109342,,,20950,Glenn Nye -Oberstar,James,L.,,,,1934-09-10,M,rep,MN,8,,Democrat,http://oberstar.house.gov,,,,,,,,,O000006,00876,N00001806,,H6MN08047,457,400299,26927,,,14265,Jim Oberstar -Obey,David,Ross,,Dave,,1938-10-03,M,rep,WI,7,,Democrat,http://obey.house.gov,,,,,,,,,O000007,00877,N00004394,,H6WI07033,1621,400300,27140,,,12036,Dave Obey -Ortiz,Solomon,P.,,,,1937-06-03,M,rep,TX,27,,Democrat,http://ortiz.house.gov,,,,,,,,,O000107,00880,N00005998,,H2TX27026,2070,400302,27106,,,15049,Solomon P. Ortiz -Perriello,Thomas,S. P.,,,,1974-10-09,M,rep,VA,5,,Democrat,http://perriello.house.gov,,,,,,,,,P000600,01958,N00029339,,H8VA05106,1031364,412304,109344,,,20951,Tom Perriello -Pomeroy,Earl,Ralph,,,,1952-09-02,M,rep,ND,0,,Democrat,http://www.house.gov/pomeroy,,,,,,,,,P000422,00922,N00008113,,H2ND00057,11486,400323,27007,,,29384,Earl Pomeroy -Putnam,Adam,H.,,,,1974-07-31,M,rep,FL,12,,Republican,http://adamputnam.house.gov,,,,,,,,,P000586,01645,N00009618,,H0FL12051,87910,400328,12913,,,20113,Adam Putnam -Radanovich,George,P.,,,,1955-06-20,M,rep,CA,19,,Republican,http://radanovich.house.gov,,,,,,,,,R000004,00939,N00007507,,H2CA19054,36533,400330,21911,,,29505,George Radanovich -Rodriguez,Ciro,D.,,,,1946-12-09,M,rep,TX,23,,Democrat,http://rodriguez.house.gov,,,,,,,,,R000568,01518,N00009828,,H8TX28013,48779,400339,16389,,,29771,Ciro Rodriguez -Salazar,John,Tony,,,,1953-07-21,M,rep,CO,3,,Democrat,http://www.house.gov/salazar,,,,,,,,,S001158,01775,N00026431,,H4CO03167,1013039,400620,29778,,,20502,John Salazar -Schauer,Mark,H.,,,,1961-10-02,M,rep,MI,7,,Democrat,http://schauer.house.gov,,,,,,,,,S001178,01928,N00029327,,H8MI07096,90358,412313,12023,,,20922,Mark Schauer -Sestak,Joe,,,,,1951-12-12,M,rep,PA,7,,Democrat,http://sestak.house.gov,,,,,,,,,S001169,01874,N00028049,,H6PA07105,1020918,412232,58333,,,20744,Joe Sestak -Shadegg,John,B.,,,,1949-10-22,M,rep,AZ,3,,Republican,http://johnshadegg.house.gov,,,,,,,,,S000275,01043,N00006425,,H4AZ04016,37037,400368,22186,,,29501,John Shadegg -Skelton,Ike,,,,,1931-12-20,M,rep,MO,4,,Democrat,http://www.house.gov/skelton,,,,,,,,,S000465,01064,N00005105,,H6MO04141,449,400377,26936,,,14451,Ike Skelton -Snyder,Victor,F.,,Vic,,1947-09-27,M,rep,AR,2,,Democrat,http://www.house.gov/snyder,,,,,,,,,S000672,01530,N00008188,,H6AR02203,45722,400383,434,,,29703,Vic Snyder -Solis,Hilda,L.,,,,1957-10-20,F,rep,CA,32,,Democrat,http://solis.house.gov,,,,,,,,,S001153,01636,N00009586,,H0CA31087,85603,400384,3585,,,20105,Hilda Solis -Souder,Mark,Edward,,,,1950-07-18,M,rep,IN,3,,Republican,http://souder.house.gov,,,,,,,,,S001143,01089,N00003844,,H4IN04099,,400385,21780,,,29519,Mark Souder -Space,Zachary,T.,,Zack,,1961-01-27,M,rep,OH,18,,Democrat,http://space.house.gov,,,,,,,,,S001173,01871,N00027902,,H6OH18157,1022842,412229,56847,,,20741,Zack Space -Spratt,John,McKee,Jr.,,,1942-11-01,M,rep,SC,5,,Democrat,http://www.house.gov/spratt,,,,,,,,,S000749,01092,N00002492,,H2SC05052,13719,400386,27065,,,15064,John Spratt -Stupak,Bart,T.,,,,1952-02-29,M,rep,MI,1,,Democrat,http://www.house.gov/stupak,,,,,,,,,S001045,01123,N00004196,,H2MI01068,28206,400391,26912,,,29360,Bart Stupak -Tanner,John,S.,,,,1944-09-22,M,rep,TN,8,,Democrat,http://www.house.gov/tanner,,,,,,,,,T000038,01137,N00003254,,H8TN08033,6116,400395,27074,,,15628,John S. Tanner -Tauscher,Ellen,O.,,,,1951-11-15,F,rep,CA,10,,Democrat,http://www.house.gov/tauscher,,,,,,,,,T000057,01533,N00007422,,H6CA10088,,400396,94,,,29705,Ellen Tauscher -Taylor,Gene,,,,,1953-09-17,M,rep,MS,4,,Democrat,http://www.house.gov/genetaylor,,,,,,,,,T000074,01142,N00003350,,H8MS05047,1000578,400399,26932,,,15637,Gene Taylor (Mississippi politician) -Teague,Harry,,,,,1949-06-29,M,rep,NM,2,,Democrat,http://teague.house.gov,,,,,,,,,T000466,01938,N00029556,,H8NM02032,1030431,412316,102408,,,20931,Harry Teague -Tiahrt,Todd,,,,,1951-06-15,M,rep,KS,4,,Republican,http://www.house.gov/tiahrt,,,,,,,,,T000260,01158,N00008144,,H4KS04087,,400405,21953,,,29524,Todd Tiahrt -Wamp,Zach,,,,,1957-10-28,M,rep,TN,3,,Republican,http://www.house.gov/wamp,,,,,,,,,W000119,01199,N00003159,,H2TN03052,36792,400421,21995,,,29567,Zach Wamp -Watson,Diane,E.,,,,1933-11-12,F,rep,CA,33,,Democrat,http://www.house.gov/watson,,,,,,,,,W000794,01682,N00013744,,H2CA32099,4372,400423,3587,,,20106,Diane Watson -Wexler,Robert,,,,,1961-01-02,M,rep,FL,19,,Democrat,http://wexler.house.gov,,,,,,,,,W000314,01537,N00002905,,H6FL19038,,400430,882,,,29715,Robert Wexler -Wilson,Charles,A.,,,,1943-01-18,M,rep,OH,6,,Democrat,http://charliewilson.house.gov,,,,,,,,,W000801,01869,N00003528,,H6OH06095,1022147,412227,10092,,,20739,Charlie Wilson (Ohio politician) -Burris,Roland,,,,,1937-08-03,M,sen,IL,,3,Democrat,http://burris.senate.gov/,,,,,,,,,B001266,01963,N00015389,S328,S4IL00057,2462,412328,18168,,,40903,Roland Burris -Kaufman,Edward,E.,,,,1939-03-15,M,sen,DE,,2,Democrat,http://kaufman.senate.gov/,,,,,,,,,K000373,01964,N00030767,S329,,1030984,412329,110918,,,40901,Ted Kaufman -Murphy,Scott,,,,,1970-01-26,M,rep,NY,20,,Democrat,http://scottmurphy.house.gov/,,,,,,,,,M001178,01968,N00030682,,H0NY20079,9263721,412332,110967,,,20956,Scott Murphy -LeMieux,George,S.,,,,1969-05-21,M,sen,FL,,3,Republican,http://lemieux.senate.gov/,,,,,,,,,L000572,01971,N00031304,S333,S2FL00227,46456,412380,17431,,,40911,George LeMieux -Kirk,Paul,G.,Jr.,,,1938-01-18,M,sen,MA,,1,Democrat,http://kirk.senate.gov/ ,,,,,,,,,K000374,01972,N00031303,S334,,,412381,116298,,,40912,Paul G. Kirk -Djou,Charles,,,,,1970-08-09,M,rep,HI,1,,Republican,http://djou.house.gov/,,,,,,,,,D000611,01978,N00029460,,H0HI01157,9267955,412387,17827,,,20961,Charles Djou -Goodwin,Carte,P.,,,,1974-02-27,M,sen,WV,,1,Democrat,,,,,,,,,,G000561,01980,N00032762,S336,,9266706,412389,126202,,,40914,Carte Goodwin -Cardoza,Dennis,A.,,,,1959-03-31,M,rep,CA,18,,Democrat,http://www.house.gov/cardoza,2437 Rayburn House Office Building; 20515-0518,202-225-6131,https://forms.house.gov/wyr/welcome.shtml,,,,,,C001050,01709,N00024874,,H2CA18056,87444,400065,9680,,,20306,Dennis Cardoza -Davis,Geoff,,,,,1958-10-26,M,rep,KY,4,,Republican,http://geoffdavis.house.gov,1119 Longworth House Office Building; 20515-1704,202-225-3465,http://geoffdavis.house.gov/Contact.aspx,,,,,,D000603,01784,N00024862,,H2KY04071,1011405,400633,35212,,,20511,Geoff Davis -Giffords,Gabrielle,,,,,1970-06-08,F,rep,AZ,8,,Democrat,http://giffords.house.gov,1030 Longworth House Office Building; 20515-0308,,,,,,,,G000554,01831,N00027829,,H6AZ08038,1021830,412188,28507,,,20701,Gabrielle Giffords -Harman,Jane,,,,,1945-06-28,F,rep,CA,36,,Democrat,http://www.house.gov/harman,,,,,,,,,H000213,00502,N00006750,,H2CA27107,16717,400166,26768,,,29318,Jane Harman -Inslee,Jay,,,,,1951-02-09,M,rep,WA,1,,Democrat,http://www.house.gov/inslee,2329 Rayburn House Office Building; 20515-4701,202-225-6311,http://www.house.gov/inslee/contact/email.html,,,,,,I000026,00584,N00001725,,H2WA04090,26139,400193,27125,,,29937,Jay Inslee -Lee,Christopher,John,,,,1964-04-01,M,rep,NY,26,,Republican,http://chrislee.house.gov,,,,,,,,,L000568,01944,N00030198,,H8NY26095,1031304,412291,110348,,,20936,Chris Lee (New York politician) -McCotter,Thaddeus,G.,,Thad,,1965-08-22,M,rep,MI,11,,Republican,http://mccotter.house.gov,2243 Rayburn House Office Building; 20515-2211,202-225-8171,http://mccotter.house.gov/HoR/MI11/Contact/Office+Contact+Information/Zipcode+Authentication+Page.htm,,,,,,M001147,01732,N00013808,,H2MI00037,,400260,19847,,,20332,Thaddeus McCotter -Payne,Donald,M.,,,,1934-07-16,M,rep,NJ,10,,Democrat,http://www.house.gov/payne,2310 Rayburn House Office Building; 20515-3010,202-225-3436,http://www.house.gov/payne/IMA/email.shtml,,,,,,P000149,00902,N00000716,,H0NJ10026,6108,400312,26957,,,15619,Donald M. Payne -Weiner,Anthony,David,,,,1964-09-04,M,rep,NY,9,,Democrat,http://www.house.gov/weiner,2104 Rayburn House Office Building; 20515-3209,,,,,,,,W000792,01597,N00001110,,H8NY09091,,400426,23162,,,29926,Anthony Weiner -Wu,David,,,,,1955-04-08,M,rep,OR,1,,Democrat,http://www.house.gov/wu,2338 Rayburn House Office Building; 20515-3701,,,,,,,,W000793,01598,N00009824,,H8OR01072,57882,400437,23797,,,29931,David Wu -Jackson,Jesse,Louis,Jr.,,Jesse L. Jackson Jr.,1965-03-11,M,rep,IL,2,,Democrat,http://www.house.gov/jackson/,2419 Rayburn HOB; Washington DC 20515-1302,202-225-0773,http://www.house.gov/jackson/ContactByEMail.shtml,,,,,,J000283,00587,N00012457,,H6IL02124,39073,400198,72,,,29585,Jesse Jackson Jr. -Filner,Bob,,,,Bob Filner,1942-09-04,M,rep,CA,51,,Democrat,http://www.house.gov/filner,2428 Rayburn HOB; Washington DC 20515-0551,202-225-8045,http://www.house.gov/writerep,,,,,,F000116,00381,N00007033,,H2CA50034,26133,400133,26774,,,29325,Bob Filner -Obama,Barack,,,,,1961-08-04,M,sen,IL,,3,Democrat,http://obama.senate.gov/,,,,,,,,,O000167,01763,N00009638,S298,S4IL00180,,400629,9490,Barack Obama,,40502,Barack Obama -Inouye,Daniel,K.,,,Daniel K. Inouye,1924-09-07,M,sen,HI,,3,Democrat,http://inouye.senate.gov/,722 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-3934,http://www.inouye.senate.gov/Contact/ContactDKI.cfm,,,,,,I000025,01369,N00001762,S051,S4HI00011,2568,300056,53285,,,4812,Daniel Inouye -Akaka,Daniel,Kahikina,,,Daniel K. Akaka,1924-09-11,M,sen,HI,,1,Democrat,http://akaka.senate.gov,141 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-6361,http://www.akaka.senate.gov/email-senator-akaka.cfm,,,,,,A000069,00007,N00007653,S213,S0HI00084,8704,300001,53286,,,14400,Daniel Akaka -Bingaman,Jeff,,,,Jeff Bingaman,1943-10-03,M,sen,NM,,1,Democrat,http://bingaman.senate.gov,703 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-5521,http://www.bingaman.senate.gov/contact/,,,,,,B000468,01285,N00006518,S167,S2NM00021,590,300009,53326,,,14912,Jeff Bingaman -Conrad,Kent,Kent,,,Kent Conrad,1948-03-12,M,sen,ND,,1,Democrat,http://conrad.senate.gov,530 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-2043,http://www.conrad.senate.gov/contact/webform.cfm,,,,,,C000705,01307,N00004613,S201,S6ND00058,2517,300026,53331,,,15502,Kent Conrad -Hutchison,Kay,Bailey,,,Kay Bailey Hutchison,1943-07-22,F,sen,TX,,1,Republican,http://hutchison.senate.gov/,284 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-5922,http://www.hutchison.senate.gov/?p=email_kay,,,,,,H001016,01368,N00005675,S235,S4TX00086,24713,300054,53349,,,49306,Kay Bailey Hutchison -Kohl,Herbert,H.,,Herb,Herb Kohl,1935-02-07,M,sen,WI,,1,Democrat,http://kohl.senate.gov/,330 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-5653,http://www.kohl.senate.gov/contact.cfm,,,,,,K000305,01380,N00004309,S209,S6WI00061,4030,300061,53362,,,15703,Herb Kohl -Lieberman,Joseph,I.,,,Joseph I. Lieberman,1942-02-24,M,sen,CT,,1,Independent,http://lieberman.senate.gov/,706 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-4041,http://www.lieberman.senate.gov/index.cfm/contact/email-me-about-an-issue,,,,,,L000304,01385,N00000616,S210,S8CT00022,4363,300067,53278,,,15704,Joe Lieberman -Lugar,Richard,G.,,,Richard G. Lugar,1932-04-04,M,sen,IN,,1,Republican,http://lugar.senate.gov/,306 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-4814,http://www.lugar.senate.gov/contact/,,,,,,L000504,01387,N00001764,S105,S4IN00014,255,300070,53292,,,14506,Richard Lugar -Nelson,Ben,E.,,,Ben Nelson,1941-05-17,M,sen,NE,,1,Democrat,http://bennelson.senate.gov/,720 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-6551,http://www.bennelson.senate.gov/contact-me.cfm,,,,,,N000180,01627,N00005329,S283,S6NE00095,16991,300077,21744,,,40103,Ben Nelson -Snowe,Olympia,J.,,,Olympia J. Snowe,1947-02-21,F,sen,ME,,1,Republican,http://snowe.senate.gov/,154 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-5344,http://www.snowe.senate.gov/public/index.cfm/contact?p=email,,,,,,S000663,01085,N00000480,S245,S4ME00055,,300091,26885,,,14661,Olympia Snowe -Webb,Jim,,,,Jim Webb,1946-02-09,M,sen,VA,,1,Democrat,http://webb.senate.gov/,248 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-4024,http://www.webb.senate.gov/contact.cfm,,,,,,W000803,01822,N00028058,S315,S6VA00127,1914,412249,60043,,,40706,Jim Webb -Brown,Scott,,,,Scott P. Brown,1959-09-12,M,sen,MA,,1,Republican,http://scottbrown.senate.gov,359 DIRKSEN SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-4543,http://www.scottbrown.senate.gov/public/index.cfm/emailscottbrown,,,,,,B001268,01975,N00031174,S335,S0MA00109,9266532,412384,18919,,,40913,Scott Brown (politician) -Ackerman,Gary,L.,,,Gary L. Ackerman,1942-11-19,M,rep,NY,5,,Democrat,http://ackerman.house.gov/,2111 Rayburn HOB; Washington DC 20515-3205,202-225-2601,http://www.house.gov/writerep,,,,,,A000022,00004,N00001143,,H4NY07011,1002061,400003,26970,,,15000,Gary Ackerman -Adams,Sandy,,,,Sandy Adams,1956-12-14,F,rep,FL,24,,Republican,http://adams.house.gov/,216 Cannon HOB; Washington DC 20515-0924,202-225-2706,,,,,,,A000366,02006,N00030926,,H0FL24049,,412414,31041,,,21120,Sandy Adams -Akin,W.,Todd,,,W. Todd Akin,1947-07-05,M,rep,MO,2,,Republican,http://akin.house.gov,117 Cannon HOB; Washington DC 20515-2502,202-225-2561,http://akin.house.gov/email.shtml,,,,,,A000358,01655,N00009677,,H0MO02148,87412,400005,9301,,,20123,Todd Akin -Altmire,Jason,,,,Jason Altmire,1968-03-07,M,rep,PA,4,,Democrat,http://altmire.house.gov,332 Cannon HOB; Washington DC 20515-3804,202-225-2565,https://forms.house.gov/altmire/webforms/issue_subscribe.htm,,,,,,A000362,01873,N00027664,,H6PA04110,1022872,412231,59999,,,20743,Jason Altmire -Austria,Steve,,,,Steve Austria,1958-10-12,M,rep,OH,7,,Republican,http://austria.house.gov,439 Cannon HOB; Washington DC 20515-3507,202-225-4324,https://forms.house.gov/austria/contact-form.shtml,,,,,,A000365,01947,N00029412,,H8OH07065,1031355,412265,23398,,,20940,Steve Austria -Baca,Joe,,,,Joe Baca,1947-01-23,M,rep,CA,43,,Democrat,http://www.house.gov/baca,2366 Rayburn HOB; Washington DC 20515-0543,202-225-6161,http://www.house.gov/baca/zipauth.shtml,,,,,,B001234,01614,N00007089,,H6CA42099,81682,400009,8039,,,29942,Joe Baca -Bartlett,Roscoe,G.,,,Roscoe G. Bartlett,1926-06-03,M,rep,MD,6,,Republican,http://bartlett.house.gov,2412 Rayburn HOB; Washington DC 20515-2006,202-225-2721,http://www.bartlett.house.gov/Email_Roscoe/,,,,,,B000208,00060,N00002017,,H2MD06054,27026,400017,26891,,,29356,Roscoe Bartlett -Bass,Charles,F.,,Charlie,Charles F. Bass,1952-01-08,M,rep,NH,2,,Republican,http://bass.house.gov/,2350 Rayburn HOB; Washington DC 20515-2902,202-225-5206,,,,,,,B000220,00063,N00000423,,H0NH02017,37079,400019,22216,,,29538,Charles Bass -Berg,Rick,,,,Rick Berg,1959-08-16,M,rep,ND,0,,Republican,http://berg.house.gov/,323 Cannon HOB; Washington DC 20515-3401,202-225-2611,,,,,,,B001272,02037,N00031629,,H0ND00135,,412458,7693,,,21160,Rick Berg -Berkley,Shelley,,,,Shelley Berkley,1951-01-20,F,rep,NV,1,,Democrat,http://berkley.house.gov,405 Cannon HOB; Washington DC 20515-2801,202-225-5965,http://berkley.house.gov/contact/email.html,,,,,,B001231,01576,N00009818,,H8NV01071,,400024,22744,,,29922,Shelley Berkley -Berman,Howard,L.,,,Howard L. Berman,1941-04-15,M,rep,CA,28,,Democrat,http://www.house.gov/berman,2221 Rayburn HOB; Washington DC 20515-0528,202-225-4695,http://www.house.gov/berman/contact/,,,,,,B000410,00082,N00008094,,H2CA26026,1592,400025,26756,,,15005,Howard Berman -Biggert,Judy,,,,Judy Biggert,1937-08-15,F,rep,IL,13,,Republican,http://judybiggert.house.gov,2113 Rayburn HOB; Washington DC 20515-1313,202-225-3515,http://judybiggert.house.gov/ContactJudy.aspx,,,,,,B001232,01577,N00004762,,H8IL13069,57890,400027,6298,,,29912,Judy Biggert -Bilbray,Brian,P.,,,Brian P. Bilbray,1951-01-28,M,rep,CA,50,,Republican,http://www.house.gov/bilbray,2410 Rayburn HOB; Washington DC 20515-0550,202-225-0508,http://www.house.gov/bilbray/contact.shtml,,,,,,B000461,00087,N00006981,,H4CA49032,36554,400570,21916,,,29508,Brian Bilbray -Bono Mack,Mary,Whitaker,,,Mary Bono Mack,1961-10-24,F,rep,CA,45,,Republican,http://bono.house.gov,104 Cannon HOB; Washington DC 20515-0545,202-225-5330,http://www.house.gov/formbono/issue.htm,,,,,,B001228,01465,N00007068,,H8CA44034,,400039,1434,,,29775,Mary Bono -Boren,Dan,,,,Dan Boren,1973-08-02,M,rep,OK,2,,Democrat,http://www.house.gov/boren,2447 Rayburn HOB; Washington DC 20515-3602,202-225-2701,http://www.house.gov/boren/emailsignup.shtml,,,,,,B001254,01796,N00026481,,H4OK02089,1013053,400645,46182,,,20523,Dan Boren -Boswell,Leonard,L.,,,Leonard L. Boswell,1934-01-10,M,rep,IA,3,,Democrat,http://boswell.house.gov,1026 Longworth HOB; Washington DC 20515-1503,202-225-3806,http://boswell.house.gov/messageform.htm,,,,,,B000652,01466,N00004208,,H6IA03144,45520,400042,384,,,29721,Leonard Boswell -Buerkle,Ann Marie,,,,Ann Marie Buerkle,1951-05-08,F,rep,NY,25,,Republican,http://buerkle.house.gov/,1630 Longworth HOB; Washington DC 20515-3225,202-225-3701,,,,,,,B001276,02045,N00031640,,H0NY25078,,412456,127047,,,21158,Ann Marie Buerkle -Burton,Dan,L.,,,Dan Burton,1938-06-21,M,rep,IN,5,,Republican,http://burton.house.gov,2308 Rayburn HOB; Washington DC 20515-1405,202-225-2276,http://burton.house.gov/contacts/new,,,,,,B001149,00154,N00000010,,H2IN06023,,400055,26855,,,15014,Dan Burton -Canseco,Francisco,,,Quico,"Francisco ""Quico"" Canseco",1949-07-30,M,rep,TX,23,,Republican,http://canseco.house.gov/,1339 Longworth HOB; Washington DC 20515-4323,202-225-4511,,,,,,,C001082,02066,N00026722,,H4TX28046,,412481,50146,,,21183,Quico Canseco -Carnahan,Russ,,,,Russ Carnahan,1958-07-10,M,rep,MO,3,,Democrat,http://www.house.gov/carnahan,1710 Longworth HOB; Washington DC 20515-2503,202-225-2671,http://carnahan.house.gov/contact.shtml,,,,,,C001060,01789,N00005181,,H0MO00019,1003284,400638,39948,,,20516,Russ Carnahan -Chandler,Ben,,,,Ben Chandler,1959-09-12,M,rep,KY,6,,Democrat,http://chandler.house.gov,1504 Longworth HOB; Washington DC 20515-1706,202-225-4706,https://forms.house.gov/wyr/welcome.shtml,,,,,,C001058,01759,N00026591,,H4KY06072,1007734,400442,1891,,,20326,Ben Chandler -Clarke,Hansen,,,,Hansen Clarke,1957-03-02,M,rep,MI,13,,Democrat,http://hansenclarke.house.gov/,1319 Longworth HOB; Washington DC 20515-2213,202-225-2261,,,,,,,C001085,02030,N00031945,,H0MI13398,,412440,19913,,,21145,Hansen Clarke -Costello,Jerry,F.,,,Jerry F. Costello,1949-09-25,M,rep,IL,12,,Democrat,http://www.house.gov/costello,2408 Rayburn HOB; Washington DC 20515-1312,202-225-5661,http://costello.house.gov/IMA/issue_subscribe.shtml,,,,,,C000794,00238,N00004956,,H8IL21021,6352,400082,26849,,,15453,Jerry Costello -Cravaack,Chip,,,,Chip Cravaack,1959-12-29,M,rep,MN,8,,Republican,http://cravaack.house.gov/,508 Cannon HOB; Washington DC 20515-2308,202-225-6211,,,,,,,C001086,02031,N00031623,,H0MN08115,,412441,122953,,,21146,Chip Cravaack -Critz,Mark,S.,,,Mark S. Critz,1962-01-05,M,rep,PA,12,,Democrat,http://critz.house.gov/,1022 Longworth HOB; Washington DC 20515-3812,202-225-2065,https://critz.house.gov/contact/email-me.shtml,,,,,,C001081,01977,N00032014,,H0PA12132,9267898,412386,119481,,,20960,Mark Critz -Dicks,Norman,D.,,Norm,Norman D. Dicks,1940-12-16,M,rep,WA,6,,Democrat,http://www.house.gov/dicks,2467 Rayburn HOB; Washington DC 20515-4706,202-225-5916,http://www.house.gov/dicks/email.shtml,,,,,,D000327,00297,N00007918,,H6WA06021,8131,400109,27127,,,14413,Norm Dicks -Dreier,David,T.,,,David Dreier,1952-07-05,M,rep,CA,26,,Republican,http://dreier.house.gov,233 Cannon HOB; Washington DC 20515-0526,202-225-2305,http://doyle.house.gov/email_mike.shtml,,,,,,D000492,00317,N00006932,,H8CA35032,,400115,26765,,,14813,David Dreier -Frank,Barney,,,,Barney Frank,1940-03-31,M,rep,MA,4,,Democrat,http://www.house.gov/frank,2252 Rayburn HOB; Washington DC 20515-2104,202-225-5931,http://www.house.gov/writerep,,,,,,F000339,00407,N00000275,,H0MA04036,,400140,26897,,,14824,Barney Frank -Gallegly,Elton,W.,,,Elton Gallegly,1944-03-07,M,rep,CA,24,,Republican,http://www.house.gov/gallegly,2309 Rayburn HOB; Washington DC 20515-0524,202-225-5811,http://www.house.gov/writerep,,,,,,G000021,00425,N00007231,,H6CA21028,6712,400144,26750,,,15413,Elton Gallegly -Gonzalez,Charles,A.,,Charlie,Charles A. Gonzalez,1945-05-05,M,rep,TX,20,,Democrat,http://gonzalez.house.gov,1436 Longworth HOB; Washington DC 20515-4320,202-225-3236,http://www.gonzalez.house.gov/index.php?option=com_content&task=view&id=170,,,,,,G000544,01555,N00005960,,H8TX20077,,400152,25445,,,29943,Charlie Gonzalez -Hayworth,Nan,,,,Nan A. S. Hayworth,1959-12-14,F,rep,NY,19,,Republican,http://hayworth.house.gov/,1440 Longworth HOB; Washington DC 20515-3219,202-225-5441,,,,,,,H001054,02042,N00031124,,H0NY19139,,412452,127041,,,21155,Nan Hayworth -Herger,Walter,,,Wally,Wally Herger,1945-05-20,M,rep,CA,2,,Republican,http://www.house.gov/herger,242 Cannon HOB; Washington DC 20515-0502,202-225-3076,http://www.house.gov/herger/contact.shtml,,,,,,H000528,00533,N00007584,,H6CA02010,12557,400176,26728,,,15420,Wally Herger -Hinchey,Maurice,D.,,,Maurice D. Hinchey,1938-10-27,M,rep,NY,22,,Democrat,http://www.house.gov/hinchey,2431 Rayburn HOB; Washington DC 20515-3222,202-225-6335,http://www.house.gov/hinchey/contact/zipauth.shtml,,,,,,H000627,00541,N00001222,,H2NY26080,26164,400178,26989,,,29380,Maurice Hinchey -Holden,Tim,,,,Tim Holden,1957-03-05,M,rep,PA,17,,Democrat,http://www.holden.house.gov,2417 Rayburn HOB; Washington DC 20515-3817,202-225-5546,http://www.holden.house.gov/contactform_zipcheck.shtml,,,,,,H000712,00550,N00001469,,H2PA06080,29611,400183,27042,,,29396,Tim Holden -Johnson,Timothy,V.,,,Timothy V. Johnson,1946-07-23,M,rep,IL,15,,Republican,http://www.house.gov/timjohnson,1207 Longworth HOB; Washington DC 20515-1315,202-225-2371,http://www.house.gov/timjohnson/contact/index.shtml,,,,,,J000285,01648,N00012890,,H0IL15053,1020365,400207,6338,,,20116,Tim Johnson (Illinois politician) -Kildee,Dale,E.,,,Dale E. Kildee,1929-09-16,M,rep,MI,5,,Democrat,http://www.house.gov/kildee,2107 Rayburn HOB; Washington DC 20515-2205,202-225-3611,http://www.house.gov/writerep,,,,,,K000172,00631,N00004070,,H6MI07108,6743,400216,26909,,,14430,Dale Kildee -Kissell,Larry,,,,Larry Kissell,1951-01-31,M,rep,NC,8,,Democrat,http://kissell.house.gov,1632 Longworth HOB; Washington DC 20515-3308,202-225-3715,https://forms.house.gov/kissell/contact-form.shtml,,,,,,K000369,01934,N00028859,,H6NC08111,1031354,412287,57769,,,20938,Larry Kissell -Kucinich,Dennis,J.,,,Dennis J. Kucinich,1946-10-08,M,rep,OH,10,,Democrat,http://kucinich.house.gov,2445 Rayburn HOB; Washington DC 20515-3510,202-225-5871,http://kucinich.house.gov/Contact/Starter.htm,,,,,,K000336,01499,N00003572,,H6OH23033,45684,400227,318,,,29748,Dennis Kucinich -LaTourette,Steven,C.,,,Steven C. LaTourette,1954-07-22,M,rep,OH,14,,Republican,http://www.house.gov/latourette,2371 Rayburn HOB; Washington DC 20515-3514,202-225-5731,http://latourette.house.gov/ContactSteve.aspx,,,,,,L000553,00667,N00003545,,H4OH19036,36748,400235,21798,,,29553,Steve LaTourette -Landry,Jeff,M.,,,Jeffrey M. Landry,1970-12-23,M,rep,LA,3,,Republican,http://landry.house.gov/,206 Cannon HOB; Washington DC 20515-1803,202-225-4031,,,,,,,L000574,02024,N00031503,,H0LA03141,,412433,93509,,,21138,Jeff Landry -Lewis,Jerry,,,,Jerry Lewis,1934-10-21,M,rep,CA,41,,Republican,http://www.house.gov/jerrylewis,2112 Rayburn HOB; Washington DC 20515-0541,202-225-5861,http://www.house.gov/jerrylewis/IMA/WritetoRepresentativeLewis.htm,,,,,,L000274,00687,N00007087,,H8CA37079,1001646,400239,26769,,,14644,Jerry Lewis (California politician) -Lungren,Daniel,E.,,,Daniel E. Lungren,1946-09-22,M,rep,CA,3,,Republican,http://www.lungren.house.gov,2313 Rayburn HOB; Washington DC 20515-0503,202-225-5716,https://forms.house.gov/lungren/forms/email.shtml,,,,,,L000517,00717,N00011971,,H6CA34112,,400617,16730,,,14647,Dan Lungren -Mack,Connie,,IV,,Connie Mack,1967-08-12,M,rep,FL,14,,Republican,http://www.house.gov/mack,115 Cannon HOB; Washington DC 20515-0914,202-225-2536,http://mack.house.gov/index.cfm?FuseAction=ContactConnie.ContactForm,,,,,,M001155,01776,N00026425,,H4FL14059,1013040,400622,53996,,,20503,Connie Mack IV -Manzullo,Donald,A.,,,Donald A. Manzullo,1944-03-24,M,rep,IL,16,,Republican,http://manzullo.house.gov,2228 Rayburn HOB; Washington DC 20515-1316,202-225-5676,http://manzullo.house.gov/zipauth.aspx,,,,,,M001138,00733,N00004905,,H0IL16085,26482,400252,26843,,,29349,Don Manzullo -Miller,R.,Bradley,,Brad,Brad Miller,1953-05-19,M,rep,NC,13,,Democrat,http://www.house.gov/bradmiller,1127 Longworth HOB; Washington DC 20515-3313,202-225-3032,"http://bradmiller.house.gov/?sectionid=17§iontree=9,17",,,,,,M001154,01735,N00025093,,H2NC13029,,400280,10205,,,20341,Brad Miller (politician) -Myrick,Sue,W.,,,Sue Wilkins Myrick,1941-08-01,F,rep,NC,9,,Republican,http://www.house.gov/myrick,230 Cannon HOB; Washington DC 20515-3309,202-225-1976,http://myrick.house.gov/zipauth.shtml,,,,,,M001134,00849,N00002327,,H4NC09106,1172,400288,21789,,,29549,Sue Myrick -Olver,John,W.,,,John W. Olver,1936-09-03,M,rep,MA,1,,Democrat,http://www.house.gov/olver,1111 Longworth HOB; Washington DC 20515-2101,202-225-5335,http://www.house.gov/olver/contactme.html,,,,,,O000085,00879,N00000143,,H2MA01020,18777,400301,26894,,,29123,John Olver -Paul,Ronald,E.,,Ron,Ron Paul,1935-08-20,M,rep,TX,14,,Republican,http://www.house.gov/paul,203 Cannon HOB; Washington DC 20515-4314,202-225-2831,http://www.house.gov/paul/contact.shtml,,,,,,P000583,00900,N00005906,,H6TX22101,45747,400311,296,,,14290,Ron Paul -Pence,Mike,,,,Mike Pence,1959-06-07,M,rep,IN,6,,Republican,http://mikepence.house.gov,100 Cannon HOB; Washington DC 20515-1406,202-225-3021,https://forms.house.gov/pence/IMA/contact_form.htm,,,,,,P000587,01649,N00003765,,H8IN02060,,400315,34024,,,20117,Mike Pence -Platts,Todd,R.,,,Todd Russell Platts,1962-03-05,M,rep,PA,19,,Republican,http://www.house.gov/platts,2455 Rayburn HOB; Washington DC 20515-3819,202-225-5836,http://www.house.gov/platts/email.shtml,,,,,,P000585,01667,N00009719,,H0PA19053,87190,400321,9211,,,20135,Todd Russell Platts -Quayle,Ben,,,,Benjamin Quayle,1976-11-03,M,rep,AZ,3,,Republican,http://quayle.house.gov/,1419 Longworth HOB; Washington DC 20515-0303,202-225-3361,,,,,,,Q000024,01993,N00031723,,H0AZ03362,,412398,123506,,,21104,Ben Quayle -Rehberg,Dennis,,,Denny,Denny Rehberg,1955-10-05,M,rep,MT,0,,Republican,http://www.house.gov/rehberg,2448 Rayburn HOB; Washington DC 20515-2601,202-225-3211,http://www.house.gov/rehberg/issue.shtml,,,,,,R000571,01657,N00004645,,H0MT00033,,400335,404,,,20125,Denny Rehberg -Reyes,Silvestre,,,,Silvestre Reyes,1944-11-10,M,rep,TX,16,,Democrat,http://wwwc.house.gov/reyes,2210 Rayburn HOB; Washington DC 20515-4316,202-225-4831,http://wwwc.house.gov/reyes/voice_your_opinion.asp,,,,,,R000170,01516,N00006067,,H6TX00115,45744,400337,292,,,29764,Silvestre Reyes -Richardson,Laura,,,,Laura Richardson,1962-04-14,F,rep,CA,37,,Democrat,http://richardson.house.gov/,1330 Longworth HOB; Washington DC 20515-0537,202-225-7924,http://richardson.house.gov/IMA/issue_subscribe.htm,,,,,,R000581,01883,N00029112,,H8CA37137,1025575,412253,69508,,,20752,Laura Richardson -Rivera,David,,,,David Rivera,1965-09-16,M,rep,FL,25,,Republican,http://rivera.house.gov/,417 Cannon HOB; Washington DC 20515-0925,202-225-2778,,,,,,,R000590,02007,N00031887,,H0FL25038,,412415,31234,,,21121,David Rivera -Ross,Mike,,,,Mike Ross,1961-08-02,M,rep,AR,4,,Democrat,http://www.house.gov/ross,2436 Rayburn HOB; Washington DC 20515-0404,202-225-3772,"http://ross.house.gov/?sectionid=77§iontree=76,77",,,,,,R000573,01632,N00009571,,H0AR04038,86491,400345,24571,,,20102,Mike Ross (politician) -Rothman,Steven,R.,,,Steven R. Rothman,1952-10-14,M,rep,NJ,9,,Democrat,http://rothman.house.gov,2303 Rayburn HOB; Washington DC 20515-3009,202-225-5061,https://forms.house.gov/rothman/webforms/issue_subscribe.htm,,,,,,R000462,01520,N00008619,,H6NJ09165,45112,400346,481,,,29742,Steve Rothman -Schilling,Robert,T.,,Bobby,Robert T. Schilling,1964-01-23,M,rep,IL,17,,Republican,http://schilling.house.gov/,507 Cannon HOB; Washington DC 20515-1317,202-225-5905,,,,,,,S001182,02016,N00030668,,H0IL17059,,412423,116570,,,21130,Bobby Schilling -Schmidt,Jean,,,,Jean Schmidt,1951-11-29,F,rep,OH,2,,Republican,http://www.house.gov/schmidt,2464 Rayburn HOB; Washington DC 20515-3502,202-225-3164,http://www.house.gov/schmidt/contact.shtml,,,,,,S001164,01815,N00027526,,H6OH02086,1017087,412010,45475,,,20540,Jean Schmidt -Shuler,Heath,,,,Heath Shuler,1971-12-31,M,rep,NC,11,,Democrat,http://shuler.house.gov,229 Cannon HOB; Washington DC 20515-3311,202-225-6401,http://shuler.house.gov/zipauth.htm,,,,,,S001171,01859,N00027655,,H6NC11172,1022886,412225,57781,,,20737,Heath Shuler -Stark,Fortney,H.,,Pete,Fortney Pete Stark,1931-11-11,M,rep,CA,13,,Democrat,http://www.house.gov/stark,239 Cannon HOB; Washington DC 20515-0513,202-225-5065,http://www.house.gov/stark/contact/index.htm,,,,,,S000810,01101,N00007397,,H6CA09023,6747,400387,26736,,,14053,Pete Stark -Stearns,Clifford,B.,,Cliff,Cliff Stearns,1941-04-16,M,rep,FL,6,,Republican,http://www.house.gov/stearns,2306 Rayburn HOB; Washington DC 20515-0906,202-225-5744,http://www.house.gov/writerep,,,,,,S000822,01103,N00002782,,H8FL06056,6095,400388,26803,,,15627,Cliff Stearns -Sullivan,John,A.,,,John Sullivan,1965-01-01,M,rep,OK,1,,Republican,http://www.house.gov/sullivan,434 Cannon HOB; Washington DC 20515-3601,202-225-2211,http://sullivan.house.gov/zipauth.html,,,,,,S001155,01689,N00013847,,H2OK01093,92716,400392,24559,,,20131,John Sullivan (Oklahoma) -Sutton,Betty,,,,Betty Sutton,1963-07-31,F,rep,OH,13,,Democrat,http://sutton.house.gov,1519 Longworth HOB; Washington DC 20515-3513,202-225-3401,http://sutton.house.gov/about/emailform.cfm,,,,,,S001174,01870,N00027901,,H6OH13133,,412228,8394,,,20740,Betty Sutton -Towns,Edolphus,,,Ed,Edolphus Towns,1934-07-21,M,rep,NY,10,,Democrat,http://www.house.gov/towns,2232 Rayburn HOB; Washington DC 20515-3210,202-225-5936,http://www.house.gov/towns/contact_form_zipcheck.shtml,,,,,,T000326,01165,N00001082,,H2NY11017,6807,400409,26973,,,15072,Edolphus Towns -Walsh,Joe,,,,Joe Walsh,1961-12-27,M,rep,IL,8,,Republican,http://walsh.house.gov/,432 Cannon HOB; Washington DC 20515-1308,202-225-3711,https://walsh.house.gov/contact-me,,,,,,W000811,02012,N00004723,,H0IL08090,,412424,116545,,,21126,Joe Walsh (Illinois politician) -West,Allen,,,,Allen B. West,1961-02-07,M,rep,FL,22,,Republican,http://west.house.gov/,1708 Longworth HOB; Washington DC 20515-0922,202-225-3026,,,,,,,W000807,02005,N00029131,,H8FL22038,,412413,124348,,,21119,Allen West (politician) -Woolsey,Lynn,C.,,,Lynn C. Woolsey,1937-11-03,F,rep,CA,6,,Democrat,http://woolsey.house.gov,2263 Rayburn HOB; Washington DC 20515-0506,202-225-5161,http://woolsey.house.gov/contactemailform.asp,,,,,,W000738,01242,N00007458,,H2CA01045,26132,400436,26733,,,29309,Lynn Woolsey -Hochul,Kathleen,C.,,,Kathleen C. Hochul,1958-08-27,F,rep,NY,26,,Democrat,http://hochul.house.gov/,1711 Longworth HOB; Washington DC 20515-3226,202-225-5265,,,,,,,H001062,02088,N00033055,,H2NY00036,,412497,129238,Kathy Hochul,,21194,Kathy Hochul -Turner,Robert,L.,,,Robert L. Turner,1941-05-02,M,rep,NY,9,,Republican,http://bobturner.house.gov/,2104 Rayburn HOB; Washington DC 20515-3209,202-225-6616,https://bobturner.house.gov/contact-me,,,,,,T000471,02091,N00032601,,H0NY09072,,412499,127071,,,21197,Bob Turner (American politician) -Curson,David,Alan,,,David Alan Curson,1948-11-04,M,rep,MI,11,,Democrat,http://curson.house.gov,2243 Rayburn HOB; Washington DC 20515-2211,202-225-8171,,,,,,,C001089,02095,N00034982,,H2MI11190,,412504,143373,,,31100,David Curson -DeMint,Jim,W.,,,Jim DeMint,1951-09-02,M,sen,SC,,3,Republican,http://demint.senate.gov,167 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-6121,http://www.demint.senate.gov/public/index.cfm?p=ContactInformation,,,,,,D000595,01605,N00002472,S302,S4SC00083,57895,400105,25026,,,29936,Jim DeMint -Emerson,Jo Ann,H.,,,Jo Ann Emerson,1950-09-16,F,rep,MO,8,,Republican,http://emerson.house.gov,2230 Rayburn HOB; Washington DC 20515-2508,202-225-4404,http://www.house.gov/emerson/contact/,,,,,,E000172,01481,N00005090,,H6MO08084,46627,400121,903,,,29736,Jo Ann Emerson -Kerry,John,Forbes,,,John F. Kerry,1943-12-11,M,sen,MA,,2,Democrat,http://www.kerry.senate.gov,218 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-2742,http://www.kerry.senate.gov/contact/,,,,,,K000148,01379,N00000245,S173,S4MA00069,1485,300060,53306,,,14920,John Kerry -Lautenberg,Frank,R.,,,Frank R. Lautenberg,1924-01-23,M,sen,NJ,,2,Democrat,http://www.lautenberg.senate.gov,141 HART SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-3224,http://www.lautenberg.senate.gov/contact/routing.cfm,,,,,,L000123,01381,N00000659,S166,S2NJ00080,2515,300064,53324,,,14914,Frank Lautenberg -Cowan,William,,,Mo,William M. Cowan,1969-04-04,M,sen,MA,,2,Democrat,http://www.cowan.senate.gov,218 RUSSELL SENATE OFFICE BUILDING WASHINGTON DC 20510,202-224-2742,http://www.cowan.senate.gov/contact,,,,,,C001099,02189,N99999896,S367,,69395,412586,144307,Mo Cowan,,,Mo Cowan -Bonner,Jo,,,,Jo Bonner,1959-11-19,M,rep,AL,1,,Republican,http://bonner.house.gov,2236 Rayburn HOB; Washington DC 20515-0101,202-225-4931,https://forms.house.gov/bonner/webforms/issue_subscribe.html,http://bonner.house.gov/index.php?format=feed&type=rss,,,,,B001244,01703,N00025330,,H2AL01077,1003546,400038,27522,Jo Bonner,,20300,Jo Bonner -Alexander,Rodney,M.,,,Rodney Alexander,1946-12-05,M,rep,LA,5,,Republican,http://alexander.house.gov,316 Cannon HOB; Washington DC 20515-1805,202-225-8490,https://alexander.house.gov/email-me,http://alexander.house.gov/rss/press-releases-statements.xml,,,,,A000361,01727,N00025464,,H2LA05084,1004256,400006,4545,Rodney Alexander,,90327,Rodney Alexander -Young,C.,W. Bill,,,C. W. Bill Young,1930-12-16,M,rep,FL,13,,Republican,http://www.house.gov/young,2407 Rayburn HOB; Washington DC 20515-0910,202-225-5961,http://www.house.gov/writerep,http://young.house.gov/rss.xml,,,,,Y000031,01255,N00001817,,H6FL06035,5259,400439,26802,C.W. Bill Young,,13047,Bill Young -Chiesa,Jeffrey,Scott,,,Jeff Chiesa,1965-06-22,M,sen,NJ,,2,Republican,http://www.chiesa.senate.gov,141 HART WASHINGTON DC 20510,202-224-3224,http://www.chiesa.senate.gov/contact.cfm,,,,,,C001100,02192,,S368,,64996,412597,144672,Jeff Chiesa,,,Jeffrey Chiesa -Watt,Melvin,L.,,Mel,Melvin L. Watt,1945-08-26,M,rep,NC,12,,Democrat,http://watt.house.gov,2304 Rayburn HOB; Washington DC 20515-3312,202-225-1510,http://www.house.gov/formwatt/IMA/issue_subscribe.htm,http://watt.house.gov/index.php?format=feed&type=rss,,,,,W000207,01207,N00002328,,H2NC12021,25889,400424,26997,Melvin L. Watt,,29383,Mel Watt -Radel,Trey,,,,Trey Radel,1976-04-20,M,rep,FL,19,,Republican,http://radel.house.gov,1123 Longworth HOB; Washington DC 20515-0919,202-225-2536,http://radel.house.gov/contact,http://radel.house.gov/news/rss.aspx,,,,,R000596,02118,N00034017,,H2FL14194,79974,412528,137658,Trey Radel,,21320,Trey Radel -Baucus,Max,S.,,,Max Baucus,1941-12-11,M,sen,MT,,2,Democrat,http://www.baucus.senate.gov,511 Hart Senate Office Building Washington DC 20510,202-224-2651,http://www.baucus.senate.gov/contact/emailForm.cfm?subj=issue,http://baucus.senate.gov/rss/?p=news,,,,,B000243,00066,N00004643,S127,S8MT00010,1727,300005,53315,Max Baucus,,14203,Max Baucus -Andrews,Robert,E.,,Rob,Robert E. Andrews,1957-08-04,M,rep,NJ,1,,Democrat,http://andrews.house.gov,2265 Rayburn HOB; Washington DC 20515-3001,202-225-6501,http://andrews.house.gov/contact-me/email-me,http://andrews.house.gov/rss.xml,,,,,A000210,00021,N00000826,,"H0NJ01066,S8NJ00392",19670,400008,26949,,,29132,Rob Andrews -Cantor,Eric,I.,,,Eric Cantor,1963-06-06,M,rep,VA,7,,Republican,http://cantor.house.gov,303 Cannon HOB; Washington DC 20515-4607,202-225-2815,http://form-cantor.house.gov/index.php,http://cantor.house.gov/rss.xml,,,,,C001046,01674,N00013131,,H0VA07042,87402,400060,5121,Eric Cantor,,20144,Eric Cantor -Begich,Mark,,,,Mark Begich,1962-03-30,M,sen,AK,,2,Democrat,http://www.begich.senate.gov,111 Russell Senate Office Building Washington DC 20510,202-224-3004,http://www.begich.senate.gov/public/index.cfm?p=EmailSenator,http://www.begich.senate.gov/public/?a=rss.feed,,,,,B001265,01898,N00029901,S319,S8AK00090,1030732,412326,79426,Mark Begich,,40900,Mark Begich -Chambliss,Saxby,,,,Saxby Chambliss,1943-11-10,M,sen,GA,,2,Republican,http://www.chambliss.senate.gov,416 Russell Senate Office Building Washington DC 20510,202-224-3521,http://www.chambliss.senate.gov/public/index.cfm?p=Email,http://www.chambliss.senate.gov/public/index.cfm/rss/feed,,,,,C000286,00188,N00002685,S290,"S2GA00118,H2GA08038",36571,300021,22029,Saxby Chambliss,,29512,Saxby Chambliss -Hagan,Kay,,,,Kay R. Hagan,1953-05-26,F,sen,NC,,2,Democrat,http://www.hagan.senate.gov,521 Dirksen Senate Office Building Washington DC 20510,202-224-6342,http://www.hagan.senate.gov/contact/,http://www.hagan.senate.gov/rss,,,,,H001049,01902,N00029617,S320,S8NC00239,1028015,412324,21082,Kay Hagan,,40907,Kay Hagan -Harkin,Thomas,,,Tom,Tom Harkin,1939-11-19,M,sen,IA,,2,Democrat,http://www.harkin.senate.gov,731 Hart Senate Office Building Washington DC 20510,202-224-3254,http://www.harkin.senate.gov/contact.cfm,http://www.harkin.senate.gov/rss/rss.cfm,,,,,H000206,00501,N00004207,S172,"S4IA00020,P20000741",2005,300051,53294,Tom Harkin,,14230,Tom Harkin -Johnson,Tim,P.,,,Tim Johnson,1946-12-28,M,sen,SD,,2,Democrat,http://www.johnson.senate.gov,136 Hart Senate Office Building Washington DC 20510,202-224-5842,http://www.johnson.senate.gov/public/index.cfm?p=ContactForm,http://www.johnson.senate.gov/public/?a=rss.feed,,,,,J000177,00604,N00010084,S257,"S6SD00051,H6SD00044",2545,300058,27067,"Tim Johnson, South Dakota",,15425,Tim Johnson (South Dakota politician) -Landrieu,Mary,L.,,,Mary L. Landrieu,1955-11-23,F,sen,LA,,2,Democrat,http://www.landrieu.senate.gov,703 Hart Senate Office Building Washington DC 20510,202-224-5824,http://www.landrieu.senate.gov/?p=contact,http://www.landrieu.senate.gov/rss/,,,,,L000550,01546,N00005395,S258,"S6LA00227,P00003483",22357,300063,661,Mary Landrieu,,49702,Mary Landrieu -Levin,Carl,,,,Carl Levin,1934-06-28,M,sen,MI,,2,Democrat,http://www.levin.senate.gov,269 Russell Senate Office Building Washington DC 20510,202-224-6221,https://www.levin.senate.gov/contact/email/,http://www.levin.senate.gov/rss/feeds/?type=all,,,,,L000261,01384,N00001691,S131,S8MI00158,2592,300066,53307,Carl Levin,,14709,Carl Levin -Pryor,Mark,,,,Mark L. Pryor,1963-01-10,M,sen,AR,,2,Democrat,http://www.pryor.senate.gov,255 Dirksen Senate Office Building Washington DC 20510,202-224-2353,http://www.pryor.senate.gov/contact/form,http://www.pryor.senate.gov/public/index.cfm/rss/feed,,,,,P000590,01701,N00013823,S295,S0AR00028,1002201,300080,35,Mark Pryor,,40301,Mark Pryor -Rockefeller,John,D.,IV,Jay,"John D. Rockefeller, IV",1937-06-18,M,sen,WV,,2,Democrat,http://www.rockefeller.senate.gov,531 Hart Senate Office Building Washington DC 20510,202-224-6472,http://www.rockefeller.senate.gov/public/index.cfm/email-jay,http://www.rockefeller.senate.gov/public/index.cfm/rss/feed,,,,,R000361,01424,N00001685,S176,S4WV00027,1238,300084,53360,Jay Rockefeller,,14922,Jay Rockefeller -Udall,Mark,E.,,,Mark Udall,1950-07-18,M,sen,CO,,2,Democrat,http://www.markudall.senate.gov,730 Hart Senate Office Building Washington DC 20510,202-224-5941,http://www.markudall.senate.gov/?p=contact_us,http://markudall.senate.gov/rss/?p=blog,,,,,U000038,01595,N00008051,S325,"H8CO02087,S8CO00172",7634,400412,12329,Mark Udall,,29906,Mark Udall -Bachmann,Michele,Marie,,,Michele Bachmann,1956-04-06,F,rep,MN,6,,Republican,http://bachmann.house.gov,2417 Rayburn HOB; Washington DC 20515-2306,202-225-2331,https://bachmann.house.gov/contact/email-michele,http://bachmann.house.gov/rss.xml,,,,,B001256,01858,N00027493,,"H6MN06074,P20002978",1021492,412216,54675,Michele Bachmann,,20728,Michele Bachmann -Bachus,Spencer,Thomas,III,,Spencer Bachus,1947-12-28,M,rep,AL,6,,Republican,http://bachus.house.gov,2246 Rayburn HOB; Washington DC 20515-0106,202-225-4921,https://bachus.house.gov/email-me,http://bachus.house.gov/index.php?option=com_bca-rss-syndicator&feed_id=1,,,,,B000013,00038,N00008091,,H2AL06035,26397,400010,26715,Spencer Bachus,,29301,Spencer Bachus -Barrow,John,,,,John Barrow,1955-10-31,M,rep,GA,12,,Democrat,http://barrow.house.gov,2202 Rayburn HOB; Washington DC 20515-1012,202-225-2823,http://barrowforms.house.gov/contact/,http://barrow.house.gov/rss.xml,,,,,B001252,01780,N00026080,,H4GA12010,1012025,400628,31780,John Barrow,,20507,John Barrow (U.S. politician) -Bishop,Timothy,H.,,,Timothy H. Bishop,1950-06-01,M,rep,NY,1,,Democrat,http://timbishop.house.gov,306 Cannon HOB; Washington DC 20515-3201,202-225-3826,https://timbishop.house.gov/email-me,http://timbishop.house.gov/rss/latest-news.xml,,,,,B001242,01740,N00025413,,H2NY01067,1003587,400031,44518,,,20338,Tim Bishop -Braley,Bruce,L.,,,Bruce L. Braley,1957-10-30,M,rep,IA,1,,Democrat,http://braley.house.gov,2263 Rayburn HOB; Washington DC 20515-1501,202-225-2911,http://braley.house.gov/contact,http://braley.house.gov/rss.xml,,,,,B001259,01845,N00027464,,"H6IA01098,S4IA00087",1020421,412208,57382,Bruce Braley,,20719,Bruce Braley -Broun,Paul,C.,Jr.,,Paul C. Broun,1946-05-14,M,rep,GA,10,,Republican,http://broun.house.gov,2437 Rayburn HOB; Washington DC 20515-1010,202-225-4101,https://broun.house.gov/forms/writeyourrep/,http://broun.house.gov/news/rss.aspx,,,,,B001262,01882,N00028986,,"H8GA10049,S6GA00101,H0GA03017",1025092,412252,70001,Paul C. Broun,,20753,Paul Broun -Camp,Dave,Lee,,,Dave Camp,1953-07-09,M,rep,MI,4,,Republican,http://camp.house.gov,341 Cannon HOB; Washington DC 20515-2204,202-225-3561,http://camp.house.gov/contact/,http://camp.house.gov/news/rss.aspx,,,,,C000071,00166,N00008086,,H0MI10071,23039,400058,26911,Dave Camp,,29124,Dave Camp -Campbell,John,Bayard Taylor,III,,John Campbell,1955-07-19,M,rep,CA,45,,Republican,http://www.campbell.house.gov,2331 Rayburn HOB; Washington DC 20515-0545,202-225-5611,https://campbell.house.gov/email-me,http://www.campbell.house.gov/rss/press1.xml,,,,,C001064,01816,N00027565,,H6CA48039,1019004,412011,29368,,,20539,John B. T. Campbell III -Christensen,Donna,M.,,,Donna M. Christensen,1945-09-19,F,rep,VI,0,,Democrat,http://donnachristensen.house.gov,1510 Longworth HOB; Washington DC 20515-5501,202-225-1790,https://donnachristensen.house.gov/contact-me/email-me,http://donnachristensen.house.gov/rss.xml,,,,,C000380,01474,N00000133,,H4VI00054,48879,400073,1032,Donna Christensen,,,Donna Christian-Christensen -Coburn,Thomas,A.,,,Tom Coburn,1948-03-14,M,sen,OK,,3,Republican,http://www.coburn.senate.gov,172 Russell Senate Office Building Washington DC 20510,202-224-5754,http://www.coburn.senate.gov/public/?p=ContactForm#form_904650a1-34fd-4705-aec9-87815cbf9cb4,,,,,,C000560,00212,N00005601,S301,"S4OK00174,H4OK02048",36751,400576,22085,Tom Coburn,,29555,Tom Coburn -Dingell,John,D.,,,John D. Dingell,1926-07-08,M,rep,MI,12,,Democrat,http://dingell.house.gov,2328 Rayburn HOB; Washington DC 20515-2212,202-225-4071,https://dingell.house.gov/contact-me/email-me,http://dingell.house.gov/rss.xml,,,,,D000355,00299,N00001783,,H6MI16034,470,400110,26917,John D. Dingell,,2605,John Dingell -Faleomavaega,Eni,F. H.,,,Eni F. H. Faleomavaega,1943-08-15,M,rep,AS,0,,Democrat,http://faleomavaega.house.gov,2422 Rayburn HOB; Washington DC 20515-5201,202-225-8577,https://faleomavaega.house.gov/contact/email-me,,,,,,F000010,00367,N00007632,,H0AS00018,6713,400128,774,,,,Eni Faleomavaega -Gerlach,Jim,,,,Jim Gerlach,1955-02-25,M,rep,PA,6,,Republican,http://gerlach.house.gov,2442 Rayburn HOB; Washington DC 20515-3806,202-225-4315,https://gerlach.house.gov/contact/contactform.htm,http://gerlach.house.gov/news/rss.aspx,,,,,G000549,01743,N00025025,,H2PA06114,1003611,400147,5226,Jim Gerlach,,20345,Jim Gerlach -Gingrey,Phil,,,,Phil Gingrey,1942-07-10,M,rep,GA,11,,Republican,http://gingrey.house.gov,442 Cannon HOB; Washington DC 20515-1011,202-225-2931,http://www.house.gov/formgingrey/IMA/issue.htm,http://gingrey.house.gov/news/rss.aspx,,,,,G000550,01720,N00024760,,"H2GA11149,S2GA00100",1003565,400151,17644,,,20319,Phil Gingrey -Griffin,Tim,,,,Tim Griffin,1968-08-21,M,rep,AR,2,,Republican,http://griffin.house.gov,1232 Longworth HOB; Washington DC 20515-0402,202-225-2506,https://timgriffinforms.house.gov/forms/writeyourrep/,http://griffin.house.gov/rss.xml,,,,,G000567,01990,N00031297,,H0AR02107,1024660,412401,119213,Tim Griffin,,21107,Tim Griffin -Hall,Ralph,M.,,,Ralph M. Hall,1923-05-03,M,rep,TX,4,,Republican,http://ralphhall.house.gov,2405 Rayburn HOB; Washington DC 20515-4304,202-225-6673,https://ralphhallforms.house.gov/email-congressman-hall,http://ralphhall.house.gov/common/rss/?rss=26,,,,,H000067,00484,N00005645,,H0TX04037,7354,400165,27080,Ralph Hall,,14828,Ralph Hall -Hastings,Doc,,,,Doc Hastings,1941-02-07,M,rep,WA,4,,Republican,http://hastings.house.gov,1203 Longworth HOB; Washington DC 20515-4704,202-225-5816,https://hastings.house.gov/contact/contactform.htm,http://hastings.house.gov/news/rss.aspx,,,,,H000329,00512,N00009157,,H2WA04041,31324,400171,22318,,,29580,Doc Hastings -Holt,Rush,D.,,,Rush Holt,1948-10-15,M,rep,NJ,12,,Democrat,http://holt.house.gov,1214 Longworth HOB; Washington DC 20515-3012,202-225-5801,https://holt.house.gov/email-me,http://holt.house.gov/index.php?format=feed&type=rss,,,,,H001032,01580,N00000860,,H6NJ12144,57967,400184,22574,,,29923,Rush Holt Jr. -Kingston,Jack,,,,Jack Kingston,1955-04-24,M,rep,GA,1,,Republican,http://kingston.house.gov,2372 Rayburn HOB; Washington DC 20515-1001,202-225-5831,https://kingston.house.gov/contactform/,http://kingston.house.gov/news/rss.aspx,,,,,K000220,00636,N00002656,,H2GA01157,26480,400221,26816,Jack Kingston,,29338,Jack Kingston -Latham,Tom,P.,,,Tom Latham,1948-07-14,M,rep,IA,3,,Republican,http://latham.house.gov,2217 Rayburn HOB; Washington DC 20515-1503,202-225-5476,https://latham.house.gov/contact/contactform.htm,http://www.house.gov/news/rss.aspx,,,,,L000111,00666,N00004227,,H4IA05102,36609,400234,22175,Tom Latham,,29522,Tom Latham (politician) -Matheson,Jim,,,,Jim Matheson,1960-03-21,M,rep,UT,4,,Democrat,http://matheson.house.gov,2211 Rayburn HOB; Washington DC 20515-4404,202-225-3011,https://mathesonforms.house.gov/contact-form,,,,,,M001142,01671,N00009753,,H0UT02096,89172,400255,50722,Jim Matheson,,20140,Jim Matheson -McCarthy,Carolyn,,,,Carolyn McCarthy,1944-01-05,F,rep,NY,4,,Democrat,http://carolynmccarthy.house.gov,2346 Rayburn HOB; Washington DC 20515-3204,202-225-5516,https://carolynmccarthy.house.gov/contact,http://www.house.gov/common/rss/?rss=155,,,,,M000309,01503,N00001148,,H6NY04112,45040,400257,693,,,29744,Carolyn McCarthy -McIntyre,Mike,,,,Mike McIntyre,1956-08-06,M,rep,NC,7,,Democrat,http://mcintyre.house.gov,2428 Rayburn HOB; Washington DC 20515-3307,202-225-2731,https://mcintyreforms.house.gov/forms/writeyourrep/,http://mcintyre.house.gov/index.php?format=feed&type=rss,,,,,M000485,01505,N00002356,,H8NC07044,45960,400266,153,Mike McIntyre,,29746,Mike McIntyre -McKeon,Howard,P.,,Buck,"Howard P. ""Buck"" McKeon",1938-09-09,M,rep,CA,25,,Republican,http://mckeon.house.gov,2310 Rayburn HOB; Washington DC 20515-0525,202-225-1956,https://mckeon.house.gov/forms/writeyourrep/default.aspx,http://mckeon.house.gov/news/rss.aspx,,,,,M000508,00778,N00006882,,H2CA25036,26483,400267,26755,,,29315,Buck McKeon -Michaud,Michael,H.,,,Michael H. Michaud,1955-01-18,M,rep,ME,2,,Democrat,http://michaud.house.gov,1724 Longworth HOB; Washington DC 20515-1902,202-225-6306,http://michaud.house.gov/email,http://michaud.house.gov/rss.xml,,,,,M001149,01730,N00024770,,H2ME02097,1003591,400274,6582,Mike Michaud,,20328,Mike Michaud -Miller,Gary,G.,,,Gary G. Miller,1948-10-16,M,rep,CA,31,,Republican,http://garymiller.house.gov,2467 Rayburn HOB; Washington DC 20515-0531,202-225-3201,http://garymiller.house.gov/contact/,http://garymiller.house.gov/news/rss.aspx,,,,,M001139,01584,N00006954,,H8CA41063,57888,400277,8346,,,29905,Gary Miller -Miller,George,,,,George Miller,1945-05-17,M,rep,CA,11,,Democrat,http://georgemiller.house.gov,2205 Rayburn HOB; Washington DC 20515-0511,202-225-2095,https://georgemiller.house.gov/contact-me/email-me,http://georgemiller.house.gov/rss.xml,,,,,M000725,00808,N00007390,,H6CA07043,622,400278,26734,George Miller,,14256,George Miller (California politician) -Moran,James,P.,Jr.,Jim,James P. Moran,1945-05-16,M,rep,VA,8,,Democrat,http://moran.house.gov,2252 Rayburn HOB; Washington DC 20515-4608,202-225-4376,https://moran.house.gov/contact-me,http://moran.house.gov/rss.xml,,,,,M000933,00832,N00002083,,H0VA08040,4269,400283,27118,Jim Moran,,29149,Jim Moran -Owens,William,L.,,,William L. Owens,1949-01-20,M,rep,NY,21,,Democrat,http://owens.house.gov,405 Cannon HOB; Washington DC 20515-3221,202-225-4611,http://owens.house.gov/contact/,http://owens.house.gov/news/rss.aspx,,,,,O000169,01974,N00031011,,H0NY23081,9265845,412383,116354,,,20957,Bill Owens (New York politician) -Pastor,Ed,,,,Ed Pastor,1943-06-28,M,rep,AZ,7,,Democrat,http://www.pastor.house.gov,2465 Rayburn HOB; Washington DC 20515-0307,202-225-4065,https://pastor.house.gov/email-me,http://www.house.gov/index.php?format=feed&type=rss,,,,,P000099,00893,N00006397,,H2AZ02055,20628,400310,26719,Ed Pastor,,29101,Ed Pastor -Petri,Thomas,E.,,Tom,Thomas E. Petri,1940-05-28,M,rep,WI,6,,Republican,http://petri.house.gov,2462 Rayburn HOB; Washington DC 20515-4906,202-225-2476,http://petri.house.gov/contact-me/email-me,http://petri.house.gov/rss.xml,,,,,P000265,00912,N00004426,,H0WI06061,3190,400318,27139,Tom Petri,,14675,Tom Petri -Rahall,Nick,J.,II,,Nick J. Rahall II,1949-05-20,M,rep,WV,3,,Democrat,http://rahall.house.gov,2307 Rayburn HOB; Washington DC 20515-4803,202-225-3452,https://rahall.house.gov/contact-me/email-me,http://rahall.house.gov/rss.xml,,,,,R000011,00940,N00002198,,H6WV04057,8272,400331,27133,Nick Rahall,,14448,Nick Rahall -Rogers,Mike,,,,Mike Rogers,1963-06-02,M,rep,MI,8,,Republican,http://mikerogers.house.gov,2112 Rayburn HOB; Washington DC 20515-2208,202-225-4872,https://mikerogers.house.gov/contact/contactform.htm?zip5=48915,http://mikerogers.house.gov/news/rss.aspx,,,,,R000572,01651,N00009668,,H0MI08042,86133,400342,8751,Mike Rogers (Michigan),,20120,Mike Rogers (Michigan politician) -Runyan,Jon,,,,Jon Runyan,1973-11-27,M,rep,NJ,3,,Republican,http://runyan.house.gov,1239 Longworth HOB; Washington DC 20515-3003,202-225-4765,https://runyan.house.gov/contact-me/email-me,http://runyan.house.gov/rss.xml,,,,,R000594,02039,N00031988,,H0NJ03153,61904,412449,121117,Jon Runyan,,21153,Jon Runyan -Schwartz,Allyson,Y.,,,Allyson Y. Schwartz,1948-10-03,F,rep,PA,13,,Democrat,http://schwartz.house.gov,1227 Longworth HOB; Washington DC 20515-3813,202-225-6111,http://schwartz.house.gov/serving-you/email-me,http://schwartz.house.gov/rss.xml,,,,,S001162,01798,N00001579,,"H4PA13124,S8PA00163",57332,400647,5239,Allyson Schwartz,,20525,Allyson Schwartz -Southerland,Steve,,,,Steve Southerland II,1965-10-10,M,rep,FL,2,,Republican,http://southerland.house.gov,1229 Longworth HOB; Washington DC 20515-0902,202-225-5235,https://southerland.house.gov/index.cfm/email-me,http://southerland.house.gov/index.cfm/rss/feed,,,,,S001186,02000,N00031204,,H0FL02110,61775,412408,124329,Steve Southerland II,,21114,Steve Southerland (Florida politician) -Terry,Lee,R.,,,Lee Terry,1962-01-29,M,rep,NE,2,,Republican,http://leeterry.house.gov,2266 Rayburn HOB; Washington DC 20515-2702,202-225-4155,http://leeterry.house.gov/contact/,http://leeterry.house.gov/index.php?format=feed&type=rss,,,,,T000459,01566,N00005321,,H8NE02139,57891,400400,21276,Lee Terry,,29921,Lee Terry -Tierney,John,F.,,,John F. Tierney,1951-09-18,M,rep,MA,6,,Democrat,http://tierney.house.gov,2238 Rayburn HOB; Washington DC 20515-2106,202-225-8020,https://tierney.house.gov/contact/email-me,http://tierney.house.gov/rss.xml,,,,,T000266,01535,N00000226,,H4MA06033,37546,400407,553,,,29730,John F. Tierney -Waxman,Henry,A.,,,Henry A. Waxman,1939-09-12,M,rep,CA,33,,Democrat,http://waxman.house.gov,2204 Rayburn HOB; Washington DC 20515-0533,202-225-3976,https://waxman.house.gov/contact-me/email-me,http://waxman.house.gov/rss.xml,,,,,W000215,01209,N00001861,,H6CA24048,8319,400425,26753,Henry Waxman,,14280,Henry Waxman -Wolf,Frank,R.,,,Frank R. Wolf,1939-01-30,M,rep,VA,10,,Republican,http://wolf.house.gov,233 Cannon HOB; Washington DC 20515-4610,202-225-5136,https://wolf.house.gov/contact/email-me#.U06IH-ZdUrw,http://wolf.house.gov/common/rss//index.cfm?rss=34,,,,,W000672,01238,N00002073,,H6VA10050,7508,400435,27120,Frank Wolf,,14869,Frank Wolf (politician) -Barber,Ron,,,,Ron Barber,1945-08-25,M,rep,AZ,2,,Democrat,http://barber.house.gov,1029 Longworth HOB; Washington DC 20515-0302,202-225-2542,https://barber.house.gov/contact/email-me,http://barber.house.gov/rss.xml,,,,,B001279,02093,N00033981,,H2AZ08094,31093,412502,137292,Ron Barber,,21199,Ron Barber -Stockman,Steve,,,,Steve Stockman,1956-11-14,M,rep,TX,36,,Republican,http://stockman.house.gov,326 Cannon HOB; Washington DC 20515-4336,202-225-1555,https://stockman.house.gov/contact/email-me,http://stockman.house.gov/rss.xml,,,,,S000937,01114,N00005918,,"H6TX22143,H0TX09077",3626,410396,21703,Steve Stockman,,29570,Steve Stockman -Maffei,Daniel,B.,,,Daniel B. Maffei,1968-07-04,M,rep,NY,24,,Democrat,http://maffei.house.gov,422 Cannon HOB; Washington DC 20515-3224,202-225-3701,https://maffei.house.gov/email-me,http://maffei.house.gov/rss.xml,,,,,M001171,01943,N00027891,,H6NY25125,51904,412297,68959,Dan Maffei,,20935,Dan Maffei -Negrete McLeod,Gloria,,,,Gloria Negrete McLeod,1941-09-06,F,rep,CA,35,,Democrat,http://negretemcleod.house.gov,1641 Longworth HOB; Washington DC 20515-0535,202-225-6161,http://negretemcleod.house.gov/EmailGloria,http://negretemcleod.house.gov/rss.xml,,,,,N000187,02108,N00033509,,H2CA35118,69136,412518,16492,Gloria Negrete McLeod,,21310,Gloria Negrete McLeod -Garcia,Joe,,,,Joe Garcia,1963-10-19,M,rep,FL,26,,Democrat,http://garcia.house.gov,1440 Longworth HOB; Washington DC 20515-0926,202-225-2778,http://garciaforms.house.gov/email-me/,http://garcia.house.gov/rss.xml,,,,,G000573,02120,N00029908,,"H8FL25015,H2FL26057",623086,412530,124355,Joe Garcia,,21322,Joe Garcia -Enyart,William,L.,,,William L. Enyart,1949-09-22,M,rep,IL,12,,Democrat,http://enyart.house.gov,1722 Longworth HOB; Washington DC 20515-1312,202-225-5661,http://enyart.house.gov/contact,http://enyart.house.gov/rss.xml,,,,,E000292,02125,N00034884,,H2IL12122,79286,412535,110744,William Enyart,,21327,William Enyart -Bentivolio,Kerry,L.,,,Kerry L. Bentivolio,1951-10-06,M,rep,MI,11,,Republican,http://bentivolio.house.gov,226 Cannon HOB; Washington DC 20515-2211,202-225-8171,https://bentivolio.house.gov/contact/email-me,http://bentivolio.house.gov/rss.xml,,,,,B001280,02135,N00033625,,H2MI11133,79627,412547,123059,Kerry Bentivolio,,21336,Kerry Bentivolio -Gallego,Pete,P.,,,Pete P. Gallego,1961-12-02,M,rep,TX,23,,Democrat,http://gallego.house.gov,431 Cannon HOB; Washington DC 20515-4323,202-225-4511,https://gallego.house.gov/contact/email-me,http://gallego.house.gov/rss.xml,,,,,G000572,02164,N00033541,,H2TX23124,79696,412577,5505,Pete Gallego,,21363,Pete Gallego -McAllister,Vance,,,,Vance M. McAllister,1974-01-07,M,rep,LA,5,,Republican,http://mcallister.house.gov,316 Cannon HOB; Washington DC 20515-1805,202-225-8490,https://mcallister.house.gov/email-me,,,,,,M001192,02195,N00035593,,H4LA05130,73009,412599,145379,Vance McAllister,,,Vance McAllister -Walsh,John,E.,,,John E. Walsh,1960-11-03,M,sen,MT,,2,Democrat,http://www.walsh.senate.gov,511 Hart Senate Office Building Washington DC 20510,202-224-2651,http://www.walsh.senate.gov/contact.cfm,,,,,,W000818,02198,N00035686,S371,S4MT00118,73846,412602,111027,,,,John Walsh (U.S. politician) -Grimm,Michael,G.,,,Michael G. Grimm,1970-02-07,M,rep,NY,11,,Republican,http://grimm.house.gov,512 Cannon HOB; Washington DC 20515-3211,202-225-3371,https://grimm.house.gov/contact-me/email-me,http://grimm.house.gov/rss.xml,,,,,G000569,02041,N00031401,,H0NY13074,62667,412451,127075,,,21154,Michael Grimm (politician) -Coble,Howard,,,,Howard Coble,1931-03-18,M,rep,NC,6,,Republican,http://coble.house.gov,2188 Rayburn HOB; Washington DC 20515-3306,202-225-3065,http://coble.house.gov/contact/zipcheck.htm,http://coble.house.gov/news/rss.aspx,,,,,C000556,00211,N00002247,,H4NC06011,6961,400076,27001,Howard Coble,,15092,Howard Coble -Johanns,Mike,,,,Mike Johanns,1950-06-18,M,sen,NE,,2,Republican,http://www.johanns.senate.gov,404 Russell Senate Office Building Washington DC 20510,202-224-4224,http://www.johanns.senate.gov/public/?p=EmailSenatorJohanns,http://www.johanns.senate.gov/public/?a=RSS.Feed,,,,,J000291,01899,N00029444,S321,S8NE00117,56552,412320,21309,Mike Johanns,,40905,Mike Johanns -Nunnelee,Alan,,,,Alan Nunnelee,1958-10-09,M,rep,MS,1,,Republican,http://nunnelee.house.gov,1427 Longworth HOB; Washington DC 20515-2401,202-225-4306,https://nunnelee.house.gov/contact-form,http://nunnelee.house.gov/rss/latest-news.xml,,,,,N000186,02034,N00031006,,H0MS01043,95058,412442,8326,Alan Nunnelee,,21147,Alan Nunnelee -Schock,Aaron,,,,Aaron Schock,1981-05-28,M,rep,IL,18,,Republican,http://schock.house.gov,2464 Rayburn HOB; Washington DC 20515-1318,202-225-6201,https://schock.house.gov/contact/contactform.htm?zip5=,http://schock.house.gov/news/rss.aspx,,,,,S001179,01920,N00029273,,H8IL18043,1030003,412314,33428,Aaron Schock,,20914,Aaron Schock -Boehner,John,A.,,,John A. Boehner,1949-11-17,M,rep,OH,8,,Republican,http://johnboehner.house.gov,1011 Longworth HOB; Washington DC 20515-3508,202-225-6205,http://boehner.house.gov/contact/,http://boehner.house.gov/news/rss.aspx,,,,,B000589,00102,N00003675,,H0OH08029,16740,400036,27015,John A. Boehner,,29137,John Boehner -Fattah,Chaka,,,,Chaka Fattah,1956-11-21,M,rep,PA,2,,Democrat,http://fattah.house.gov,2301 Rayburn HOB; Washington DC 20515-3802,202-225-4001,https://fattahforms.house.gov/contact-rep-fattah,http://www.house.gov/common/rss//index.cfm?rss=34,,,,,F000043,00371,N00001746,,H2PA02055,36763,400130,21850,Chaka Fattah,,29559,Chaka Fattah -Whitfield,Ed,,,,Ed Whitfield,1943-05-25,M,rep,KY,1,,Republican,http://whitfield.house.gov,2184 Rayburn HOB; Washington DC 20515-1701,202-225-3115,https://whitfield.house.gov/contact/email-me,http://whitfield.house.gov/rss.xml,,,,,W000413,01222,N00003467,,H4KY01040,36978,400431,21873,Ed Whitfield,,29525,Ed Whitfield -Takai,Mark,,,,Mark Takai,1967-07-01,M,rep,HI,1,,Democrat,https://takai.house.gov,422 Cannon HOB; Washington DC 20515-1101,202-225-2726,,,,,,,T000473,02240,N00035535,,H4HI01134,,412626,,,,,Mark Takai -Hahn,Janice,,,,Janice Hahn,1952-03-30,F,rep,CA,44,,Democrat,http://hahn.house.gov,404 Cannon HOB; Washington DC 20515-0544,202-225-8220,https://hahn.house.gov/contact-me/email-me,http://hahn.house.gov/rss.xml,,,,,H001063,02089,N00006806,,H8CA36097,57805,412498,70502,Janice Hahn,,21195,Janice Hahn -Miller,Candice,S.,,,Candice S. Miller,1954-05-07,F,rep,MI,10,,Republican,http://candicemiller.house.gov,320 Cannon HOB; Washington DC 20515-2210,202-225-2106,http://candicemiller.house.gov/contact,http://candicemiller.house.gov/rss.xml,,,,,M001150,01731,N00009795,,H6MI12181,1003594,400276,2062,Candice Miller,,20331,Candice Miller -Ayotte,Kelly,,,,Kelly Ayotte,1968-06-27,F,sen,NH,,3,Republican,http://www.ayotte.senate.gov,144 Russell Senate Office Building Washington DC 20510,202-224-3324,http://www.ayotte.senate.gov/?p=contact,http://ayotte.senate.gov/rss/?p=news,,,,,A000368,02075,N00030980,S340,S0NH00235,95241,412493,42352,Kelly A. Ayotte,,41106,Kelly Ayotte -Boxer,Barbara,,,,Barbara Boxer,1940-11-11,F,sen,CA,,3,Democrat,https://www.boxer.senate.gov,112 Hart Senate Office Building Washington DC 20510,202-224-3553,https://www.boxer.senate.gov/contact/shareyourviews.html,,,,,,B000711,00116,N00006692,S223,"S2CA00286,H2CA06028,P80003247",2470,300011,53274,Barbara Boxer,,15011,Barbara Boxer -Coats,Daniel,Ray,,,Daniel Coats,1943-05-16,M,sen,IN,,3,Republican,http://www.coats.senate.gov,493 Russell Senate Office Building Washington DC 20510,202-224-5623,http://www.coats.senate.gov/contact/,http://www.coats.senate.gov/rss/feeds/?type=all&,,,,,C000542,00209,N00003845,S212,S0IN00053,6080,402675,53291,Dan Coats,,14806,Dan Coats -Kirk,Mark,Steven,,,Mark Kirk,1959-09-15,M,sen,IL,,3,Republican,https://www.kirk.senate.gov,524 Hart Senate Office Building Washington DC 20510,202-224-2854,http://www.kirk.senate.gov/?p=comment_on_legislation,http://kirk.senate.gov/rss/?p=hot_topic,,,,,K000360,01647,N00012539,S339,"H0IL10120,S0IL00261",85221,400222,33502,Mark Kirk,,20115,Mark Kirk -Mikulski,Barbara,A.,,,Barbara A. Mikulski,1936-07-20,F,sen,MD,,3,Democrat,https://www.mikulski.senate.gov,503 Hart Senate Office Building Washington DC 20510,202-224-4654,http://www.mikulski.senate.gov/contact/shareyouropinion.cfm,http://www.mikulski.senate.gov/rssfeed.cfm,,,,,M000702,00802,N00001945,S182,S6MD00140,1396,300073,53304,Barbara Mikulski,,14440,Barbara Mikulski -Reid,Harry,M.,,,Harry Reid,1939-12-02,M,sen,NV,,3,Democrat,http://www.reid.senate.gov,522 Hart Senate Office Building Washington DC 20510,202-224-3542,http://www.reid.senate.gov/contact,,,,,,R000146,00952,N00009922,S198,S6NV00028,1683,300082,53320,Harry Reid,,15054,Harry Reid -Vitter,David,,,,David Vitter,1961-05-03,M,sen,LA,,3,Republican,https://www.vitter.senate.gov,516 Hart Senate Office Building Washington DC 20510,202-224-4623,http://www.vitter.senate.gov/contact/email-senator-vitter,http://www.vitter.senate.gov/rss/feeds/?type=all,,,,,V000127,01609,N00009659,S299,"S4LA00057,H0LA01079",60672,400418,4615,David Vitter,,29918,David Vitter -Benishek,Dan,,,,Dan Benishek,1952-04-20,M,rep,MI,1,,Republican,http://benishek.house.gov,514 Cannon HOB; Washington DC 20515-2201,202-225-4735,https://benishek.house.gov/contact-me/email-me,http://benishek.house.gov/rss.xml,,,,,B001271,02027,N00031934,,H0MI01088,61860,412436,123056,Dan Benishek,,21141,Dan Benishek -Boustany,Charles,W.,Jr.,,Charles W. Boustany Jr.,1956-02-21,M,rep,LA,3,,Republican,http://boustany.house.gov,1431 Longworth HOB; Washington DC 20515-1803,202-225-2031,https://boustanyforms.house.gov/contact-me/,http://www.house.gov/common/rss/index.cfm?rss=82,,,,,B001255,01787,N00026595,,H4LA07029,1013047,400636,35514,Charles Boustany Jr.,,20514,Charles Boustany -Brown,Corrine,,,,Corrine Brown,1946-11-11,F,rep,FL,5,,Democrat,https://corrinebrown.house.gov,2111 Rayburn HOB; Washington DC 20515-0905,202-225-0123,https://forms.house.gov/corrinebrown/webforms/contact-me.shtml,http://corrinebrown.house.gov/index.php?option=com_ninjarsssyndicator&feed_id=1&format=raw,,,,,B000911,00132,N00002713,,"H2FL03056,S0FL00403",26192,400048,26797,Corrine Brown,,29328,Corrine Brown -Capps,Lois,,,,Lois Capps,1938-01-10,F,rep,CA,24,,Democrat,http://capps.house.gov,2231 Rayburn HOB; Washington DC 20515-0524,202-225-3601,https://capps.house.gov/contact-me/email-me,http://capps.house.gov/rss.xml,,,,,C001036,01471,N00007232,,H8CA22089,54075,400062,16886,,,29774,Lois Capps -Carney,John,C.,,,John C. Carney Jr.,1956-05-20,M,rep,DE,0,,Democrat,http://johncarney.house.gov,1406 Longworth HOB; Washington DC 20515-0800,202-225-4165,https://forms.house.gov/carney/webforms/email-me.shtml,http://johncarney.house.gov/index.php?format=feed&type=rss,,,,,C001083,01999,N00030736,,H0DE01017,94948,412407,53658,John C. Carney Jr.,,21113,John Carney (politician) -Crenshaw,Ander,,,,Ander Crenshaw,1944-09-01,M,rep,FL,4,,Republican,https://crenshaw.house.gov,2161 Rayburn HOB; Washington DC 20515-0904,202-225-2501,https://forms.house.gov/write/crenshaw/email-me.shtml,,,,,,C001045,01643,N00012739,,H0FL04066,1007679,400086,31130,Ander Crenshaw,,20111,Ander Crenshaw -Edwards,Donna,F.,,,Donna F. Edwards,1958-06-28,F,rep,MD,4,,Democrat,http://donnaedwards.house.gov,2445 Rayburn HOB; Washington DC 20515-2004,202-225-8699,https://forms.house.gov/formdonnaedwards/issue_subscribe.shtml,http://www.house.gov/common/rss/?rss=24,,,,,E000290,01894,N00028249,,H6MD04183,38535,412263,65085,,,20763,Donna Edwards -Ellmers,Renee,L.,,,Renee L. Ellmers,1964-02-09,F,rep,NC,2,,Republican,http://ellmers.house.gov,1210 Longworth HOB; Washington DC 20515-3302,202-225-4531,https://ellmersforms.house.gov/contact-us1,http://ellmers.house.gov/common/rss//index.cfm?rss=49,,,,,E000291,02036,N00031513,,H0NC02059,1033793,412457,120897,Renee Ellmers,,21159,Renee Ellmers -Farr,Sam,,,,Sam Farr,1941-07-04,M,rep,CA,20,,Democrat,http://farr.house.gov,1126 Longworth HOB; Washington DC 20515-0520,202-225-2861,https://forms.house.gov/farr/webforms/issue_subscribe.html,http://www.farr.house.gov/index.php?format=feed&type=rss,,,,,F000030,00368,N00007312,,H4CA17021,30645,400129,26745,,,29313,Sam Farr -Fincher,Stephen,Lee,,,Stephen Lee Fincher,1973-02-07,M,rep,TN,8,,Republican,http://fincher.house.gov,2452 Rayburn HOB; Washington DC 20515-4208,202-225-4714,https://fincher.house.gov/contact/email-me#.U06uR_ldWVo,http://fincher.house.gov/rss.xml,,,,,F000458,02064,N00031141,,H0TN08246,9268967,412479,124659,,,21181,Stephen Fincher -Fitzpatrick,Michael,G.,,,Michael G. Fitzpatrick,1963-06-28,M,rep,PA,8,,Republican,http://fitzpatrick.house.gov,2400 Rayburn HOB; Washington DC 20515-3808,202-225-4276,https://fitzpatrick.house.gov/contact-me/email-me,http://fitzpatrick.house.gov/rss.xml,,,,,F000451,01797,N00027229,,H4PA08074,33378,400646,46971,,,20524,Mike Fitzpatrick -Fleming,John,,,,John Fleming,1951-07-05,M,rep,LA,4,,Republican,http://fleming.house.gov,2182 Rayburn HOB; Washington DC 20515-1804,202-225-2777,https://fleming.house.gov/contact/contactform.htm,http://fleming.house.gov/news/rss.aspx,,,,,F000456,01924,N00029679,,H8LA04225,1031345,412275,108811,John Fleming (Louisiana),,20918,John Fleming (American politician) -Forbes,J.,Randy,,,J. Randy Forbes,1952-02-17,M,rep,VA,4,,Republican,http://forbes.house.gov,2135 Rayburn HOB; Washington DC 20515-4604,202-225-6365,https://forbes.house.gov/contact/contactform.htm,http://forbes.house.gov/news/rss.aspx,,,,,F000445,01683,N00013799,,H2VA04052,89584,400137,5146,Randy Forbes,,20143,Randy Forbes -Garrett,Scott,,,,Scott Garrett,1959-07-09,M,rep,NJ,5,,Republican,http://garrett.house.gov,2232 Rayburn HOB; Washington DC 20515-3005,202-225-4465,https://garrettforms.house.gov/forms/writeyourrep/?zip5=07452&zip4=3321,http://garrett.house.gov/rss.xml,,,,,G000548,01737,N00000743,,H8NJ05052,1003601,400145,4430,Scott Garrett,,20336,Scott Garrett -Gibson,Christopher,P.,,,Christopher P. Gibson,1964-05-13,M,rep,NY,19,,Republican,http://gibson.house.gov,1708 Longworth HOB; Washington DC 20515-3219,202-225-5614,http://gibson.house.gov/contact/,http://gibson.house.gov/news/rss.aspx,,,,,G000564,02043,N00031998,,H0NY20095,1033827,412453,127042,,,21156,Chris Gibson (New York politician) -Hanna,Richard,L.,,,Richard L. Hanna,1951-01-25,M,rep,NY,22,,Republican,http://hanna.house.gov,319 Cannon HOB; Washington DC 20515-3222,202-225-3665,https://hanna.house.gov/email-me,http://hanna.house.gov/index.php?format=feed&type=rss,,,,,H001051,02044,N00030197,,H8NY24066,61702,412454,110344,,,21157,Richard L. Hanna -Heck,Joseph,J.,,,Joseph J. Heck,1961-10-30,M,rep,NV,3,,Republican,https://heck.house.gov,132 Cannon HOB; Washington DC 20515-2803,202-225-3252,https://heck.house.gov/contact-me,http://heck.house.gov/rss.xml,,,,,H001055,02040,N00031244,,H0NV03058,62662,412446,44082,Joe Heck,,21151,Joe Heck -Hinojosa,Rubén,E.,,,Rubén Hinojosa,1940-08-20,M,rep,TX,15,,Democrat,http://hinojosa.house.gov,2262 Rayburn HOB; Washington DC 20515-4315,202-225-2531,https://hinojosa.house.gov/contact-me/email-me,http://hinojosa.house.gov/rss.xml,,,,,H000636,01490,N00006008,,H6TX15055,45743,400179,291,Ruben Hinojosa,,29763,Rubén Hinojosa -Honda,Michael,M.,,Mike,Michael M. Honda,1941-06-27,M,rep,CA,17,,Democrat,https://honda.house.gov,1713 Longworth HOB; Washington DC 20515-0517,202-225-2631,http://honda.house.gov/contact,http://www.house.gov/index.php?format=feed&type=rss,,,,,H001034,01634,N00012611,,H0CA15148,85565,400185,9674,,,20103,Mike Honda -Huelskamp,Tim,,,,Tim Huelskamp,1968-11-11,M,rep,KS,1,,Republican,http://huelskamp.house.gov,1110 Longworth HOB; Washington DC 20515-1601,202-225-2715,https://huelskamp.house.gov/contact/email-me,http://huelskamp.house.gov/index.php?format=feed&type=rss,,,,,H001057,02020,N00027649,,H6KS01146,86444,412429,12571,Tim Huelskamp,,21134,Tim Huelskamp -Hurt,Robert,,,,Robert Hurt,1969-06-16,M,rep,VA,5,,Republican,https://hurt.house.gov,125 Cannon HOB; Washington DC 20515-4605,202-225-4711,https://hurt.house.gov/index.cfm/email-me,http://hurt.house.gov/index.cfm/rss/feed,,,,,H001060,02069,N00031265,,H0VA05095,623558,412484,50895,Robert Hurt,,21186,Robert Hurt (politician) -Israel,Steve,J.,,,Steve Israel,1958-05-30,M,rep,NY,3,,Democrat,http://israel.house.gov,2457 Rayburn HOB; Washington DC 20515-3203,202-225-3335,https://israel.house.gov/contact/email-me,http://israel.house.gov/index.php?format=feed&type=rss,,,,,I000057,01663,N00013345,,H0NY02085,87911,400195,55440,Steve Israel,,20129,Steve Israel -Kline,John,Paul,,,John Kline,1947-09-06,M,rep,MN,2,,Republican,http://kline.house.gov,2439 Rayburn HOB; Washington DC 20515-2302,202-225-2271,http://kline.house.gov/contact/,http://kline.house.gov/common/rss/?rss=47,,,,,K000363,01733,N00004436,,H8MN06047,1003596,400224,20311,John Kline,,20333,John Kline (politician) -Lummis,Cynthia,M.,,,Cynthia M. Lummis,1954-09-10,F,rep,WY,0,,Republican,http://lummis.house.gov,2433 Rayburn HOB; Washington DC 20515-5000,202-225-2311,http://lummis.house.gov/contact/,http://lummis.house.gov/news/rss.aspx,,,,,L000571,01960,N00029788,,H8WY00148,1031365,412294,15546,Cynthia Lummis,,20953,Cynthia Lummis -McDermott,Jim,A.,,,Jim McDermott,1936-12-28,M,rep,WA,7,,Democrat,http://mcdermott.house.gov,1035 Longworth HOB; Washington DC 20515-4707,202-225-3106,https://forms.house.gov/mcdermott/webforms/new/contact.shtml,http://mcdermott.house.gov/index.php?format=feed&type=rss,,,,,M000404,00766,N00009829,,H8WA07132,5761,400262,27128,,,15613,Jim McDermott -Mica,John,L.,,,John L. Mica,1943-01-27,M,rep,FL,7,,Republican,http://mica.house.gov,2187 Rayburn HOB; Washington DC 20515-0907,202-225-4035,https://mica.house.gov/contact-form,http://mica.house.gov/common/rss/index.cfm?rss=25,,,,,M000689,00800,N00002793,,H2FL08055,26395,400273,26805,John L. Mica,,29331,John Mica -Miller,Jeff,,,,Jeff Miller,1959-06-27,M,rep,FL,1,,Republican,http://jeffmiller.house.gov,336 Cannon HOB; Washington DC 20515-0901,202-225-4136,https://jeffmiller.house.gov/contact/contactform.htm,http://jeffmiller.house.gov/news/rss.aspx,,,,,M001144,01685,N00013846,,H2FL01100,91615,400279,17276,Jeff Miller (Florida),,20110,Jeff Miller (Florida politician) -Neugebauer,Randy,,,,Randy Neugebauer,1949-12-24,M,rep,TX,19,,Republican,http://randy.house.gov,1424 Longworth HOB; Washington DC 20515-4319,202-225-4005,https://randy.house.gov/contact-me/email-me,http://randy.house.gov/rss.xml,,,,,N000182,01758,N00026043,,H4TX19102,1010920,400441,49522,Randy Neugebauer,,20353,Randy Neugebauer -Nugent,Richard,B.,,,Richard B. Nugent,1951-05-26,M,rep,FL,11,,Republican,https://nugent.house.gov,1727 Longworth HOB; Washington DC 20515-0911,202-225-1002,https://nugent.house.gov/contact/email-me,http://nugent.house.gov/index.php?format=feed&type=rss,,,,,N000185,02001,N00032441,,H0FL05139,1033683,412409,124333,,,21115,Rich Nugent -Pierluisi,Pedro,R.,,,Pedro R. Pierluisi,1959-04-26,M,rep,PR,0,,Democrat,http://pierluisi.house.gov,2410 Rayburn HOB; Washington DC 20515-5401,202-225-2615,https://pierluisi.house.gov/contact/email-me,http://pierluisi.house.gov/rss.xml,,,,,P000596,01953,N00029168,,H8PR00062,1031305,412306,110894,,,,Pedro Pierluisi -Pitts,Joseph,R.,,,Joseph R. Pitts,1939-10-10,M,rep,PA,16,,Republican,http://pitts.house.gov,420 Cannon HOB; Washington DC 20515-3816,202-225-2411,https://pitts.house.gov/contact-me/legislative-contact-form,http://pitts.house.gov/rss.xml,,,,,P000373,01514,N00001633,,H6PA16197,11706,400320,265,Joseph R. Pitts,,29752,Joe Pitts -Rangel,Charles,B.,,Charlie,Charles B. Rangel,1930-06-11,M,rep,NY,13,,Democrat,http://rangel.house.gov,2354 Rayburn HOB; Washington DC 20515-3213,202-225-4365,https://rangel.house.gov/contact-me/email-me,http://rangel.house.gov/rss.xml,,,,,R000053,00944,N00000964,,H6NY19029,1745,400333,26979,,,13035,Charles Rangel -Ribble,Reid,J.,,,Reid J. Ribble,1956-04-05,M,rep,WI,8,,Republican,http://ribble.house.gov,1513 Longworth HOB; Washington DC 20515-4908,202-225-5665,https://ribble.house.gov/contact-me/email-me,http://ribble.house.gov/rss.xml,,,,,R000587,02073,N00030968,,H0WI08075,62776,412489,126240,Reid Ribble,,21190,Reid Ribble -Rigell,Edward,Scott,,Scott,E. Scott Rigell,1960-05-28,M,rep,VA,2,,Republican,http://rigell.house.gov,418 Cannon HOB; Washington DC 20515-4602,202-225-4215,https://rigell.house.gov/contact/contactform.htm,http://rigell.house.gov/news/rss.aspx,,,,,R000589,02068,N00030962,,H0VA02084,9268996,412483,121807,,,21185,Scott Rigell -Sanchez,Loretta,B.,,,Loretta Sanchez,1960-01-07,F,rep,CA,46,,Democrat,http://lorettasanchez.house.gov,1211 Longworth HOB; Washington DC 20515-0546,202-225-2965,https://lorettasanchez.house.gov/contact-me/email-me,http://lorettasanchez.house.gov/rss.xml,,,,,S000030,01522,N00008274,,H6CA46033,45639,400356,203,,,29709,Loretta Sanchez -Stutzman,Marlin,A.,,,Marlin A. Stutzman,1976-08-31,M,rep,IN,3,,Republican,http://stutzman.house.gov,2418 Rayburn HOB; Washington DC 20515-1403,202-225-4436,http://stutzman.house.gov/contacts/new,http://stutzman.house.gov/press_releases.rss,,,,,S001188,01981,N00030891,,"H0IN03198,S0IN00095",9267685,412392,34230,Marlin Stutzman,,21100,Marlin Stutzman -Westmoreland,Lynn,A.,,,Lynn A. Westmoreland,1950-04-02,M,rep,GA,3,,Republican,http://westmoreland.house.gov,2202 Rayburn HOB; Washington DC 20515-1003,202-225-5901,https://westmoreland.house.gov/email-me,http://westmoreland.house.gov/index.php?format=feed&type=rss,,,,,W000796,01779,N00026163,,H4GA08067,1013045,400627,8001,Lynn A. Westmoreland,,20506,Lynn Westmoreland -Salmon,Matt,,,,Matt Salmon,1958-01-21,M,rep,AZ,5,,Republican,http://salmon.house.gov,2349 Rayburn HOB; Washington DC 20515-0305,202-225-2635,https://salmon.house.gov/contact/email-me,http://salmon.house.gov/rss.xml,,,,,S000018,01009,N00006446,,"H4AZ01038,H2AZ06130",37033,400606,22184,Matt Salmon,,29500,Matt Salmon -Grayson,Alan,,,,Alan Grayson,1958-03-13,M,rep,FL,9,,Democrat,http://grayson.house.gov,303 Cannon HOB; Washington DC 20515-0909,202-225-9889,https://grayson.house.gov/contact/email-me,http://grayson.house.gov/rss.xml,,,,,G000556,01914,N00028418,,H6FL08213,1013409,412276,68184,Alan Grayson,,20908,Alan Grayson -Murphy,Patrick,,,,Patrick Murphy,1983-03-30,M,rep,FL,18,,Democrat,http://patrickmurphy.house.gov,211 Cannon HOB; Washington DC 20515-0918,202-225-3026,http://patrickmurphy.house.gov/contact/,http://patrickmurphy.house.gov/news/rss.aspx,,,,,M001191,02117,N00033091,,H2FL22072,95348,412527,137652,Patrick Murphy (Florida),,21319,Patrick Murphy (Florida politician) -Jolly,David,W.,,,David W. Jolly,1972-10-31,M,rep,FL,13,,Republican,http://jolly.house.gov,1728 Longworth HOB; Washington DC 20515-0913,202-225-5961,https://jolly.house.gov/contact/email-me,,,,,,J000296,02199,N00035717,,H4FL13101,73783,412603,146146,David Jolly,,,David Jolly -Clawson,Curtis,,,Curt,Curt Clawson,1959-09-28,M,rep,FL,19,,Republican,http://clawson.house.gov,228 Cannon HOB; Washington DC 20515-0919,202-225-2536,,,,,,,C001102,02200,N00035854,,H4FL19074,75516,412604,148899,,,,Curt Clawson -Dold,Bob,,,,Robert J. Dold,1969-06-23,M,rep,IL,10,,Republican,https://dold.house.gov,221 Cannon HOB; Washington DC 20515-1310,202-225-4835,,,,,,,D000613,02013,N00031103,,H0IL10302,,412420,116548,Robert Dold,,21127,Robert Dold -Guinta,Frank,,,,Frank C. Guinta,1970-09-26,M,rep,NH,1,,Republican,https://guinta.house.gov,326 Cannon HOB; Washington DC 20515-2901,202-225-5456,,,,,,,G000570,02038,N00030801,,H0NH01217,,412447,42946,,,21152,Frank Guinta -Graham,Gwen,,,,Gwen Graham,1963-01-31,F,rep,FL,2,,Democrat,https://graham.house.gov,1213 Longworth HOB; Washington DC 20515-0902,202-225-5235,,,,,,,G000575,02234,N00035688,,H4FL02062,,412620,146129,,,,Gwen Graham -Ashford,Brad,,,,Brad Ashford,1949-11-10,M,rep,NE,2,,Democrat,https://ashford.house.gov,107 Cannon HOB; Washington DC 20515-2702,202-225-4155,,,,,,,A000373,02257,N00005293,,H4NE02054,,412642,,,,,Brad Ashford -Hardy,Cresent,,,,Cresent Hardy,1957-06-23,M,rep,NV,4,,Republican,https://hardy.house.gov,430 Cannon HOB; Washington DC 20515-2804,202-225-9894,,,,,,,H001070,02260,N00035628,,H4NV04017,,412645,,Cresent Hardy,,,Cresent Hardy -Pompeo,Mike,,,,Mike Pompeo,1963-12-30,M,rep,KS,4,,Republican,http://pompeo.house.gov,2452 Rayburn HOB; Washington DC 20515-1604,202-225-6216,,http://pompeo.house.gov/news/rss.aspx,,,,,P000602,02022,N00030744,,H0KS04051,623387,412431,125023,Mike Pompeo,,21136,Mike Pompeo -Becerra,Xavier,,,,Xavier Becerra,1958-01-26,M,rep,CA,34,,Democrat,https://becerra.house.gov,1226 Longworth HOB; Washington DC 20515-0534,202-225-6235,,http://becerra.house.gov/index.php?format=feed&type=rss,,,,,B000287,00070,N00009774,,H2CA30143,26567,400021,26754,Xavier Becerra,,29316,Xavier Becerra -Sessions,Jefferson,B.,,Jeff,Jeff Sessions,1946-12-24,M,sen,AL,,2,Republican,http://www.sessions.senate.gov/public,326 Russell Senate Office Building Washington DC 20510,202-224-4124,http://www.sessions.senate.gov/public/index.cfm/contact-jeff,http://www.sessions.senate.gov/public/index.cfm?fuseaction=rss.feed,,,,,S001141,01548,N00003062,S261,S6AL00195,44441,300088,443,Jeff Sessions,,49700,Jeff Sessions -Price,Tom,,,,Tom Price,1954-10-08,M,rep,GA,6,,Republican,https://tomprice.house.gov,1211 Longworth HOB; Washington DC 20515-1006,202-225-4501,,http://tomprice.house.gov/rss.xml,,,,,P000591,01778,N00026160,,H4GA06087,1013044,400626,11853,Tom Price,,20505,Tom Price (American politician) -Mulvaney,Mick,,,,Mick Mulvaney,1967-07-21,M,rep,SC,5,,Republican,https://mulvaney.house.gov,2350 Rayburn HOB; Washington DC 20515-4005,202-225-5501,,http://mulvaney.house.gov/index.php?format=feed&type=rss,,,,,M001182,02059,N00031412,,H0SC05031,623510,412474,60348,Mick Mulvaney,,21176,Mick Mulvaney -Zinke,Ryan,,,,Ryan K. Zinke,1961-11-01,M,rep,MT,0,,Republican,https://zinke.house.gov,1419 Longworth HOB; Washington DC 20515-2600,202-225-3211,,,,,,,Z000018,02254,N00035616,,H4MT01041,,412640,104073,,,,Ryan Zinke -Chaffetz,Jason,,,,Jason Chaffetz,1967-03-26,M,rep,UT,3,,Republican,https://chaffetz.house.gov,2236 Rayburn HOB; Washington DC 20515-4403,202-225-7751,,http://chaffetz.house.gov/rss.xml,,,,,C001076,01956,N00028958,,H8UT03089,1031362,412270,103482,Jason Chaffetz,,20949,Jason Chaffetz -Murphy,Tim,,,,Tim Murphy,1952-09-11,M,rep,PA,18,,Republican,https://murphy.house.gov,2332 Rayburn HOB; Washington DC 20515-3818,202-225-2301,,http://murphy.house.gov/common/rss/?rss=44,,,,,M001151,01744,N00024992,,H2PA18143,1003612,400285,9794,,,20346,Timothy F. Murphy -Conyers,John,,Jr.,,"John Conyers, Jr.",1929-05-16,M,rep,MI,13,,Democrat,https://conyers.house.gov,2426 Rayburn HOB; Washington DC 20515-2213,202-225-5126,,http://conyers.house.gov/index.cfm/rss/feed,,,,,C000714,00229,N00004029,,H6MI01028,1824,400080,26904,"John Conyers, Jr.",,10713,John Conyers -Franks,Trent,,,,Trent Franks,1957-06-19,M,rep,AZ,8,,Republican,https://franks.house.gov,2435 Rayburn HOB; Washington DC 20515-0308,202-225-4576,,http://franks.house.gov/rss.xml,,,,,F000448,01707,N00006423,,H4AZ04024,1003550,400141,28399,Trent Franks,,20304,Trent Franks -Franken,Alan,Stuart,,Al,Al Franken,1951-05-21,M,sen,MN,,2,Democrat,https://www.franken.senate.gov,309 Hart Senate Office Building Washington DC 20510,202-224-5641,https://www.franken.senate.gov/?p=contact,http://franken.senate.gov/rss/?p=hot_topic,,,,,F000457,01969,N00029016,S332,S8MN00438,23334,412378,108924,Al Franken,,40904,Al Franken -Strange,Luther,,,,Luther Strange,1953-03-01,M,sen,AL,,2,Republican,https://www.strange.senate.gov,326 Russell Senate Office Building Washington DC 20510,202-224-4124,https://www.strange.senate.gov/content/contact-senator,,,,,,S001202,,N00040607,S392,S8AL00308,9278255,412734,121424,Luther Strange,,41704,Luther Strange -Tiberi,Patrick,J.,,Pat,Patrick J. Tiberi,1962-10-21,M,rep,OH,12,,Republican,https://tiberi.house.gov,1203 Longworth HOB; Washington DC 20515-3512,202-225-5355,,http://tiberi.house.gov/news/rss.aspx,,,,,T000462,01664,N00009699,,H0OH12062,88155,400406,8404,Patrick J. Tiberi,,20130,Pat Tiberi -Slaughter,Louise,McIntosh,,,Louise McIntosh Slaughter,1929-08-14,F,rep,NY,25,,Democrat,https://louise.house.gov,2469 Rayburn House Office Building; Washington DC 20515-3225,202-225-3615,,http://louise.house.gov/index.php?format=feed&type=rss,,,,,S000480,01069,N00001311,,H6NY03031,1755,400378,26991,,,15444,Louise Slaughter -Cochran,Thad,,,,Thad Cochran,1937-12-07,M,sen,MS,,2,Republican,https://www.cochran.senate.gov,113 Dirksen Senate Office Building Washington DC 20510,202-224-5054,https://www.cochran.senate.gov/public/index.cfm/email-me,http://www.cochran.senate.gov/public/index.cfm/rss/feed,,,,,C000567,00213,N00003328,S136,S8MS00055,1200,300023,53312,Thad Cochran,,14009,Thad Cochran -Farenthold,Blake,,,,Blake Farenthold,1961-12-12,M,rep,TX,27,,Republican,https://farenthold.house.gov,2331 Rayburn House Office Building; Washington DC 20515-4327,202-225-7742,,http://farenthold.house.gov/index.php?format=feed&type=rss,,,,,F000460,02067,N00031672,,H0TX27061,95180,412482,116919,Blake Farenthold,,21184,Blake Farenthold -Meehan,Patrick,,,,Patrick Meehan,1955-10-20,M,rep,PA,7,,Republican,https://meehan.house.gov,2305 Rayburn House Office Building; Washington DC 20515-3807,202-225-2011,,http://meehan.house.gov/rss/latest-news.xml,,,,,M001181,02052,N00031134,,H0PA07082,1033856,412466,119474,Patrick Meehan,,21168,Pat Meehan -Bridenstine,Jim,,,,Jim Bridenstine,1975-06-15,M,rep,OK,1,,Republican,https://bridenstine.house.gov,216 Cannon House Office Building; Washington DC 20515-3601,202-225-2211,,http://bridenstine.house.gov/rss.xml,,,,,B001283,02155,N00033532,,H2OK01143,79705,412567,135894,Jim Bridenstine,,21354,Jim Bridenstine -Dent,Charles,W.,,,Charles W. Dent,1960-05-24,M,rep,PA,15,,Republican,https://dent.house.gov,2082 Rayburn House Office Building; Washington DC 20515-3815,202-225-6411,,http://dent.house.gov/?a=rss.feed,,,,,D000604,01799,N00026171,,H4PA15087,1011395,400648,9121,Charles W. Dent,,20526,Charlie Dent -McCain,John,S.,,,John McCain,1936-08-29,M,sen,AZ,,3,Republican,https://www.mccain.senate.gov,218 Russell Senate Office Building Washington DC 20510,202-224-2235,https://www.mccain.senate.gov/public/index.cfm/contact-form,,,,,,M000303,00754,N00006424,S197,"S6AZ00019,P80002801",7476,300071,53270,John McCain,,15039,John McCain -DeSantis,Ron,,,,Ron DeSantis,1978-09-14,M,rep,FL,6,,Republican,https://desantis.house.gov,1524 Longworth House Office Building; Washington DC 20515-0906,202-225-2706,,http://desantis.house.gov/rss.xml,,,,,D000621,02116,N00034746,,H2FL00292,79744,412526,137630,Ron DeSantis,,21318,Ron DeSantis -Jenkins,Evan,,,,Evan H. Jenkins,1960-09-12,M,rep,WV,3,,Republican,https://evanjenkins.house.gov,1609 Longworth House Office Building; Washington DC 20515-4803,202-225-3452,,,,,,,J000297,02278,N00035531,,H4WV03070,76592,412663,8297,,,21558,Evan Jenkins (politician) -Kyl,Jon,,,,Jon Kyl,1942-04-25,M,sen,AZ,,3,Republican,https://www.kyl.senate.gov,G12 Dirksen Senate Office Building Washington DC 20510,202-224-2235,https://www.kyl.senate.gov/content/contact-senator-kyl,,,,,,K000352,00655,N00006406,S243,S4AZ00030,,300062,26721,,,15429,Jon Kyl -Lujan Grisham,Michelle,,,,Michelle Lujan Grisham,1959-10-24,F,rep,NM,1,,Democrat,https://lujangrisham.house.gov,214 Cannon House Office Building; Washington DC 20515-3101,202-225-6316,,http://lujangrisham.house.gov/rss.xml,,,,,L000580,02146,N00029400,,H8NM01257,94791,412558,102404,Michelle Lujan Grisham,,21341,Michelle Lujan Grisham -Corker,Bob,,,,Bob Corker,1952-08-24,M,sen,TN,,1,Republican,https://www.corker.senate.gov,425 Dirksen Senate Office Building Washington DC 20510,202-224-3344,https://www.corker.senate.gov/public/index.cfm/emailme,http://www.corker.senate.gov/public/index.cfm/rss/feed,,,,,C001071,01825,N00027441,S310,"S6TN00216,S4TN00187",1021114,412248,65905,Bob Corker,,40705,Bob Corker -Hatch,Orrin,G.,,,Orrin G. Hatch,1934-03-22,M,sen,UT,,1,Republican,https://www.hatch.senate.gov,104 Hart Senate Office Building Washington DC 20510,202-224-5251,http://www.hatch.senate.gov/public/index.cfm/contact?p=Email-Orrin,http://www.hatch.senate.gov/public/index.cfm/rss/feed,,,,,H000338,01351,N00009869,S118,"S6UT00063,P00003806",189,300052,53352,Orrin Hatch,,14503,Orrin Hatch -McCaskill,Claire,,,,Claire McCaskill,1953-07-24,F,sen,MO,,1,Democrat,https://www.mccaskill.senate.gov,503 Hart Senate Office Building Washington DC 20510,202-224-6154,http://www.mccaskill.senate.gov/contact,http://mccaskill.senate.gov/rss/?p=news,,,,,M001170,01820,N00027694,S312,"S6MO00305,P80005721",44501,412243,2109,Claire McCaskill,,40701,Claire McCaskill -Nelson,Bill,,,,Bill Nelson,1942-09-29,M,sen,FL,,1,Democrat,https://www.billnelson.senate.gov,716 Hart Senate Office Building Washington DC 20510,202-224-5274,https://www.billnelson.senate.gov/contact-bill,,,,,,N000032,00859,N00009926,S282,S8FL00166,1931,300078,1606,Bill Nelson (Florida),,14651,Bill Nelson -Barletta,Lou,,,,Lou Barletta,1956-01-28,M,rep,PA,11,,Republican,https://barletta.house.gov,2049 Rayburn House Office Building; Washington DC 20515-3811,202-225-6511,,http://barletta.house.gov/common/rss//index.cfm?rss=25,,,,,B001269,02054,N00025495,,H2PA11098,29618,412469,47143,Lou Barletta,,21171,Lou Barletta -Barton,Joe,Linus,,,Joe Barton,1949-09-15,M,rep,TX,6,,Republican,https://joebarton.house.gov,2107 Rayburn House Office Building; Washington DC 20515-4306,202-225-2002,,http://joebarton.house.gov/index.php?format=feed&type=rss,,,,,B000213,00062,N00005656,,"H4TX06117,S4TX00094",5248,400018,27082,,,15085,Joe Barton -Black,Diane,,,,Diane Black,1951-01-16,F,rep,TN,6,,Republican,https://black.house.gov,1131 Longworth House Office Building; Washington DC 20515-4206,202-225-4231,,http://black.house.gov/rss.xml,,,,,B001273,02063,N00031539,,H0TN06257,9268964,412478,25292,,,21180,Diane Black -Bordallo,Madeleine,Z.,,,Madeleine Z. Bordallo,1933-05-31,F,rep,GU,0,,Democrat,https://bordallo.house.gov,2441 Rayburn House Office Building; Washington DC 20515-5301,202-225-1188,,http://bordallo.house.gov/rss.xml,,,,,B001245,01723,N00024866,,H2GU00033,1003568,400041,1751,,,,Madeleine Bordallo -Brady,Robert,Alan,,,Robert A. Brady,1945-04-07,M,rep,PA,1,,Democrat,https://brady.house.gov,2004 Rayburn House Office Building; Washington DC 20515-3801,202-225-4731,,http://brady.house.gov/rss.xml,,,,,B001227,01469,N00001619,,H8PA01153,55227,400047,2519,Robert A. Brady,,29777,Bob Brady -Capuano,Michael,E.,,,Michael E. Capuano,1952-01-09,M,rep,MA,7,,Democrat,http://capuano.house.gov,1414 Longworth House Office Building; Washington DC 20515-2107,202-225-5111,,,,,,,C001037,01564,N00000267,,"H8MA08071,S0MA00117",56760,400063,18883,Michael Capuano,,29919,Mike Capuano -Coffman,Mike,,,,Mike Coffman,1955-03-19,M,rep,CO,6,,Republican,https://coffman.house.gov,2443 Rayburn House Office Building; Washington DC 20515-0606,202-225-7882,,http://coffman.house.gov/index.php?format=feed&type=rss,,,,,C001077,01912,N00024753,,"H8CO06138,H2CO00019",1031340,412271,1535,Mike Coffman,,20906,Mike Coffman -Crowley,Joseph,,,Joe,Joseph Crowley,1962-03-16,M,rep,NY,14,,Democrat,https://crowley.house.gov,1035 Longworth House Office Building; Washington DC 20515-3214,202-225-3965,,http://crowley.house.gov/rss.xml,,,,,C001038,01604,N00001127,,H8NY07046,57880,400087,4295,Joseph Crowley,,29925,Joe Crowley -Culberson,John,Abney,,,John Abney Culberson,1956-08-24,M,rep,TX,7,,Republican,https://culberson.house.gov,2161 Rayburn House Office Building; Washington DC 20515-4307,202-225-2571,,http://culberson.house.gov/rss/,,,,,C001048,01670,N00009738,,H0TX07055,88078,400089,5488,John Culberson,,20139,John Culberson -Denham,Jeff,,,,Jeff Denham,1967-07-29,M,rep,CA,10,,Republican,https://denham.house.gov,1730 Longworth House Office Building; Washington DC 20515-0510,202-225-4540,,http://denham.house.gov/rss.xml,,,,,D000612,01995,N00031593,,H0CA19173,623287,412403,28769,,,21109,Jeff Denham -Donnelly,Joe,,,,Joe Donnelly,1955-09-28,M,sen,IN,,1,Democrat,https://www.donnelly.senate.gov,720 Hart Senate Office Building Washington DC 20510,202-224-4814,https://www.donnelly.senate.gov/contact/email-joe,http://www.donnelly.senate.gov/rss/feeds/?type=all,,,,,D000607,01850,N00026586,S356,"H4IN02101,S2IN00091",1012000,412205,34212,Joe Donnelly,,20717,Joe Donnelly -Duncan,John,J.,Jr.,Jimmy,"John J. Duncan, Jr.",1947-07-21,M,rep,TN,2,,Republican,https://duncan.house.gov,2207 Rayburn House Office Building; Washington DC 20515-4202,202-225-5435,,http://duncan.house.gov/rss.xml,,,,,D000533,00322,N00003209,,H8TN02069,6114,400116,27069,,,15455,Jimmy Duncan (politician) -Ellison,Keith,Maurice,,,Keith Ellison,1963-08-04,M,rep,MN,5,,Democrat,https://ellison.house.gov,2263 Rayburn House Office Building; Washington DC 20515-2305,202-225-4755,,http://ellison.house.gov/index.php?format=feed&type=rss,,,,,E000288,01857,N00028257,,H6MN05183,1022556,412215,38982,Keith Ellison,,20727,Keith Ellison -Flake,Jeff,,,,Jeff Flake,1962-12-31,M,sen,AZ,,1,Republican,https://www.flake.senate.gov/public,413 Russell Senate Office Building Washington DC 20510,202-224-4521,https://www.flake.senate.gov/public/index.cfm/contact-jeff,http://www.flake.senate.gov/public/index.cfm/rss/feed,,,,,F000444,01633,N00009573,S358,"H0AZ01184,S2AZ00141",87582,400134,28128,Jeff Flake,,20100,Jeff Flake -Frelinghuysen,Rodney,P.,,,Rodney P. Frelinghuysen,1946-04-29,M,rep,NJ,11,,Republican,https://frelinghuysen.house.gov,2306 Rayburn House Office Building; Washington DC 20515-3011,202-225-5034,,http://frelinghuysen.house.gov/common/rss/?rss=3,,,,,F000372,00414,N00000684,,H2NJ05014,37781,400142,22177,,,29541,Rodney Frelinghuysen -Goodlatte,Bob,W.,,,Bob Goodlatte,1952-09-22,M,rep,VA,6,,Republican,https://goodlatte.house.gov,2309 Rayburn House Office Building; Washington DC 20515-4606,202-225-5431,,http://goodlatte.house.gov/press_releases.rss,,,,,G000289,00446,N00009154,,H2VA06115,27025,400154,27116,Bob Goodlatte,,39308,Bob Goodlatte -Gowdy,Trey,,,,Trey Gowdy,1964-08-22,M,rep,SC,4,,Republican,https://gowdy.house.gov,2418 Rayburn House Office Building; Washington DC 20515-4004,202-225-6030,,http://gowdy.house.gov/news/rss.aspx,,,,,G000566,02058,N00030880,,H0SC04257,9268950,412473,121782,Trey Gowdy,,21175,Trey Gowdy -Green,Gene,Eugene,,,Gene Green,1947-10-17,M,rep,TX,29,,Democrat,https://green.house.gov,2470 Rayburn House Office Building; Washington DC 20515-4329,202-225-1688,,http://green.house.gov/rss.xml,,,,,G000410,00462,N00005870,,H2TX29030,26156,400160,27100,,,39304,Gene Green -Gutiérrez,Luis,V.,,,Luis V. Gutiérrez,1953-12-10,M,rep,IL,4,,Democrat,https://gutierrez.house.gov,2408 Rayburn House Office Building; Washington DC 20515-1304,202-225-8203,,http://gutierrez.house.gov/rss.xml,,,,,G000535,00478,N00004874,,H2IL08039,23476,400163,26841,Luis V. Gutierrez,,29348,Luis Gutiérrez -Harper,Gregg,,,,Gregg Harper,1956-06-01,M,rep,MS,3,,Republican,https://harper.house.gov,2227 Rayburn House Office Building; Washington DC 20515-2403,202-225-5031,,http://harper.house.gov/rss.xml,,,,,H001045,01933,N00029632,,H8MS03067,1031347,412280,101985,,,20925,Gregg Harper -Hensarling,Jeb,,,,Jeb Hensarling,1957-05-29,M,rep,TX,5,,Republican,https://hensarling.house.gov,2228 Rayburn House Office Building; Washington DC 20515-4305,202-225-3484,,http://hensarling.house.gov/atom.xml,,,,,H001036,01749,N00024922,,H2TX05121,1003619,400175,49827,Jeb Hensarling,,20352,Jeb Hensarling -Hultgren,Randy,,,,Randy Hultgren,1966-03-01,M,rep,IL,14,,Republican,https://hultgren.house.gov,2455 Rayburn House Office Building; Washington DC 20515-1314,202-225-2976,,http://hultgren.house.gov/common/rss//index.cfm?rss=49,,,,,H001059,02015,N00031104,,H0IL14080,62575,412422,18199,Randy Hultgren,,21129,Randy Hultgren -Issa,Darrell,E.,,,Darrell E. Issa,1953-11-01,M,rep,CA,49,,Republican,https://issa.house.gov,2269 Rayburn House Office Building; Washington DC 20515-0549,202-225-3906,,http://issa.house.gov/feed/,,,,,I000056,01640,N00007017,,"H0CA48024,S8CA00135",90066,400196,16553,Darrell Issa,,20107,Darrell Issa -Jenkins,Lynn,,,,Lynn Jenkins,1963-06-10,F,rep,KS,2,,Republican,https://lynnjenkins.house.gov,1526 Longworth House Office Building; Washington DC 20515-1602,202-225-6601,,http://lynnjenkins.house.gov/common/rss/?rss=220,,,,,J000290,01921,N00029077,,H8KS02090,1030550,412284,18594,Lynn Jenkins,,20915,Lynn Jenkins -Johnson,Sam,Robert,,,Sam Johnson,1930-10-11,M,rep,TX,3,,Republican,https://samjohnson.house.gov,2304 Rayburn House Office Building; Washington DC 20515-4303,202-225-4201,,http://samjohnson.house.gov/news/rss.aspx,,,,,J000174,00603,N00008028,,H2TX03118,18711,400206,27079,,,29143,Sam Johnson -Labrador,Raúl,R.,,,Raúl R. Labrador,1967-12-08,M,rep,ID,1,,Republican,https://labrador.house.gov,1523 Longworth House Office Building; Washington DC 20515-1201,202-225-6611,,http://labrador.house.gov/common/rss//index.cfm?rss=49,,,,,L000573,02011,N00031377,,H0ID01253,94987,412419,57391,Raul Labrador,,21125,Raúl Labrador -Lance,Leonard,,,,Leonard Lance,1952-06-25,M,rep,NJ,7,,Republican,https://lance.house.gov,2352 Rayburn House Office Building; Washington DC 20515-3007,202-225-5361,,http://lance.house.gov/rss-button/rss-button/,,,,,L000567,01936,N00000898,,"H6NJ12136,H8NJ07124",1031349,412290,4443,,,20929,Leonard Lance -Levin,Sander,M.,,,Sander M. Levin,1931-09-06,M,rep,MI,9,,Democrat,https://levin.house.gov,1236 Longworth House Office Building; Washington DC 20515-2209,202-225-4961,,http://levin.house.gov/rss.xml,,,,,L000263,00683,N00003950,,H2MI17023,251,400238,26918,Sander Levin,,15033,Sander Levin -LoBiondo,Frank,A.,,,Frank A. LoBiondo,1946-05-12,M,rep,NJ,2,,Republican,https://lobiondo.house.gov,2427 Rayburn House Office Building; Washington DC 20515-3002,202-225-6572,,http://lobiondo.house.gov/rss.xml,,,,,L000554,00699,N00000851,,H2NJ02037,30867,400244,21890,Frank LoBiondo,,29539,Frank LoBiondo -Noem,Kristi,L.,,,Kristi L. Noem,1971-11-30,F,rep,SD,0,,Republican,https://noem.house.gov,2457 Rayburn House Office Building; Washington DC 20515-4100,202-225-2801,,http://noem.house.gov/index.cfm/rss/feed,,,,,N000184,02060,N00032022,,H0SD00054,62717,412475,58189,Kristi Noem,,21177,Kristi Noem -Paulsen,Erik,,,,Erik Paulsen,1965-05-14,M,rep,MN,3,,Republican,https://paulsen.house.gov,127 Cannon House Office Building; Washington DC 20515-2303,202-225-2871,,http://paulsen.house.gov/common/rss//?rss=105,,,,,P000594,01930,N00029391,,H8MN03077,1030000,412303,3833,Erik Paulsen,,20924,Erik Paulsen -Pearce,Stevan,E.,,Steve,Stevan Pearce,1947-08-24,M,rep,NM,2,,Republican,https://pearce.house.gov,2432 Rayburn House Office Building; Washington DC 20515-3102,202-225-2365,,http://pearce.house.gov/rss.xml,,,,,P000588,01738,N00012672,,"H2NM02126,S0NM00041",12063,400313,10655,Steve Pearce,,20337,Steve Pearce (politician) -Poe,Ted,,,,Ted Poe,1948-09-10,M,rep,TX,2,,Republican,https://poe.house.gov,2132 Rayburn House Office Building; Washington DC 20515-4302,202-225-6565,,http://poe.house.gov/index.php?format=feed&type=rss,,,,,P000592,01802,N00026457,,H4TX02108,1011398,400652,49198,Ted Poe,,20528,Ted Poe -Polis,Jared,,,,Jared Polis,1975-05-12,M,rep,CO,2,,Democrat,https://polis.house.gov,1727 Longworth House Office Building; Washington DC 20515-0602,202-225-2161,,http://polis.house.gov/news/rss.aspx,,,,,P000598,01910,N00029127,,H8CO02137,1031300,412308,106220,Jared Polis,,20904,Jared Polis -Reichert,David,G.,,,David G. Reichert,1950-08-29,M,rep,WA,8,,Republican,https://reichert.house.gov,1127 Longworth House Office Building; Washington DC 20515-4708,202-225-7761,,http://reichert.house.gov/rss.xml,,,,,R000578,01810,N00026885,,H4WA08071,1013064,400660,51346,David Reichert,,20536,Dave Reichert -Renacci,James,B.,,,James B. Renacci,1958-12-03,M,rep,OH,16,,Republican,https://renacci.house.gov,328 Cannon House Office Building; Washington DC 20515-3516,202-225-3876,,http://renacci.house.gov/common/rss//index.cfm?rss=25,,,,,R000586,02048,N00031127,,H0OH16097,62686,412462,120678,Jim Renacci,,21164,Jim Renacci -Rohrabacher,Dana,T.,,,Dana Rohrabacher,1947-06-21,M,rep,CA,48,,Republican,https://rohrabacher.house.gov,2300 Rayburn House Office Building; Washington DC 20515-0548,202-225-2415,,http://rohrabacher.house.gov/rss.xml,,,,,R000409,00979,N00007151,,H8CA42061,5590,400343,26763,,,15621,Dana Rohrabacher -Rokita,Todd,,,,Todd Rokita,1970-02-09,M,rep,IN,4,,Republican,http://rokita.house.gov,2439 Rayburn House Office Building; Washington DC 20515-1404,202-225-5037,,http://rokita.house.gov/rss.xml,,,,,R000592,02017,N00031741,,H0IN04170,61832,412426,34167,Todd Rokita,,21131,Todd Rokita -Rooney,Thomas,J.,,,Thomas J. Rooney,1970-11-21,M,rep,FL,17,,Republican,https://rooney.house.gov,2160 Rayburn House Office Building; Washington DC 20515-0917,202-225-5792,,http://rooney.house.gov/index.php?format=feed&type=rss,,,,,R000583,01916,N00029018,,H8FL16022,1030486,412311,107800,Thomas J. Rooney,,20910,Tom Rooney (Florida politician) -Ros-Lehtinen,Ileana,,,,Ileana Ros-Lehtinen,1952-07-15,F,rep,FL,27,,Republican,https://ros-lehtinen.house.gov,2206 Rayburn House Office Building; Washington DC 20515-0927,202-225-3931,,http://ros-lehtinen.house.gov/rss.xml,,,,,R000435,00985,N00002858,,H0FL18025,3206,400344,26815,Ileana Ros-Lehtinen,,15634,Ileana Ros-Lehtinen -Roskam,Peter,J.,,,Peter J. Roskam,1961-09-13,M,rep,IL,6,,Republican,https://roskam.house.gov,2246 Rayburn House Office Building; Washington DC 20515-1306,202-225-4561,,http://roskam.house.gov/index.php?format=feed&type=rss,,,,,R000580,01848,N00004719,,"H6IL06117,H8IL13051",1021912,412202,6382,Peter Roskam,,20715,Peter Roskam -Ross,Dennis,A.,,,Dennis A. Ross,1959-10-18,M,rep,FL,15,,Republican,https://dennisross.house.gov,436 Cannon House Office Building; Washington DC 20515-0915,202-225-1252,,http://dennisross.house.gov/news/rss.aspx,,,,,R000593,02003,N00030645,,H0FL12101,62532,412411,12813,Dennis A. Ross,,21117,Dennis Ross (politician) -Royce,Edward,R.,,Ed,Edward R. Royce,1951-10-12,M,rep,CA,39,,Republican,https://royce.house.gov,2310 Rayburn House Office Building; Washington DC 20515-0539,202-225-4111,,http://royce.house.gov/news/rss.aspx,,,,,R000487,00998,N00008264,,H6CA39020,28461,400348,26772,,,29321,Ed Royce -Ryan,Paul,D.,,,Paul D. Ryan,1970-01-29,M,rep,WI,1,,Republican,https://paulryan.house.gov,1233 Longworth House Office Building; Washington DC 20515-4901,202-225-3031,,http://paulryan.house.gov/news/rss.aspx,,,,,R000570,01560,N00004357,,H8WI01024,57970,400351,26344,Paul Ryan,,29939,Paul Ryan -Sessions,Pete,A.,,,Pete Sessions,1955-03-22,M,rep,TX,32,,Republican,https://sessions.house.gov,2233 Rayburn House Office Building; Washington DC 20515-4332,202-225-2231,,http://sessions.house.gov/?a=rss.feed,,,,,S000250,01525,N00005681,,H2TX03126,36807,400367,288,Pete Sessions,,29759,Pete Sessions -Shuster,Bill,,,,Bill Shuster,1961-01-10,M,rep,PA,9,,Republican,https://shuster.house.gov,2079 Rayburn House Office Building; Washington DC 20515-3809,202-225-2431,,http://shuster.house.gov/common/rss//index.cfm?rss=49,,,,,S001154,01681,N00013770,,H2PA09035,89108,409888,55693,,,20134,Bill Shuster -Smith,Lamar,S.,,,Lamar Smith,1947-11-19,M,rep,TX,21,,Republican,https://lamarsmith.house.gov,2409 Rayburn House Office Building; Washington DC 20515-4321,202-225-4236,,http://lamarsmith.house.gov/news/rss.aspx,,,,,S000583,01075,N00001811,,H6TX21012,8884,400381,27097,Lamar Smith,,15445,Lamar Smith -Tsongas,Niki,S.,,,Niki Tsongas,1946-04-26,F,rep,MA,3,,Democrat,https://tsongas.house.gov,1714 Longworth House Office Building; Washington DC 20515-2103,202-225-3411,,http://tsongas.house.gov/rss/press-releases.xml,,,,,T000465,01884,N00029026,,H8MA05143,21764,412254,89417,Niki Tsongas,,20754,Niki Tsongas -Walz,Timothy,James,,,Timothy J. Walz,1964-04-06,M,rep,MN,1,,Democrat,https://walz.house.gov,2313 Rayburn House Office Building; Washington DC 20515-2301,202-225-2472,,http://walz.house.gov/index.php?format=feed&type=rss,,,,,W000799,01856,N00027467,,H6MN01174,1018510,412214,65443,Tim Walz,,20726,Tim Walz -Yoder,Kevin,,,,Kevin Yoder,1976-01-08,M,rep,KS,3,,Republican,https://yoder.house.gov,2433 Rayburn House Office Building; Washington DC 20515-1603,202-225-2865,,http://yoder.house.gov/common/rss/index.cfm?rss=49,,,,,Y000063,02021,N00031502,,H0KS03137,61843,412430,34433,Kevin Yoder,,21135,Kevin Yoder -Heller,Dean,,,,Dean Heller,1960-05-10,M,sen,NV,,1,Republican,https://www.heller.senate.gov/public,324 Hart Senate Office Building Washington DC 20510,202-224-6244,http://www.heller.senate.gov/public/index.cfm/contact-form,http://www.heller.senate.gov/public/index.cfm/rss/feed,,,,,H001041,01863,N00027522,S352,"H6NV02164,S2NV00183",1012368,412218,2291,Dean Heller,,20730,Dean Heller -Valadao,David,G.,,,David G. Valadao,1977-04-14,M,rep,CA,21,,Republican,https://valadao.house.gov,1728 Longworth House Office Building; Washington DC 20515-0521,202-225-4695,,http://valadao.house.gov/rss.xml,,,,,V000129,02105,N00033367,,H2CA20094,623702,412515,120200,David G. Valadao,,21307,David Valadao -Esty,Elizabeth,H.,,,Elizabeth H. Esty,1959-08-25,F,rep,CT,5,,Democrat,https://esty.house.gov,221 Cannon House Office Building; Washington DC 20515-0705,202-225-4476,,http://esty.house.gov/rss.xml,,,,,E000293,02114,N00033217,,H2CT05131,1020906,412524,72826,Elzabeth Esty,,21316,Elizabeth Esty -Messer,Luke,,,,Luke Messer,1969-02-27,M,rep,IN,6,,Republican,https://messer.house.gov,1230 Longworth House Office Building; Washington DC 20515-1406,202-225-3021,,http://messer.house.gov/rss.xml,,,,,M001189,02130,N00012546,,"H0IN02125,H0IN05094",11245,412540,33997,Luke Messer,,21332,Luke Messer -Delaney,John,K.,,,John K. Delaney,1963-04-16,M,rep,MD,6,,Democrat,https://delaney.house.gov,1632 Longworth House Office Building; Washington DC 20515-2006,202-225-2721,,http://delaney.house.gov/rss.xml,,,,,D000620,02133,N00033897,,H2MD06195,68432,412544,135143,John Delaney,,21334,John Delaney (Maryland politician) -Nolan,Richard,M.,,,Richard M. Nolan,1943-12-17,M,rep,MN,8,,Democrat,https://nolan.house.gov,2366 Rayburn House Office Building; Washington DC 20515-2308,202-225-6211,,http://nolan.house.gov/rss.xml,,,,,N000127,00867,N00021207,,H2MN08111,1001760,408211,138505,Rick Nolan,,14263,Rick Nolan -Pittenger,Robert,,,,Robert Pittenger,1948-08-15,M,rep,NC,9,,Republican,https://pittenger.house.gov,224 Cannon House Office Building; Washington DC 20515-3309,202-225-1976,,http://pittenger.house.gov/rss.xml,,,,,P000606,02141,N00034416,,H2NC09134,9265861,412551,41272,Robert Pittenger,,21347,Robert Pittenger -Heitkamp,Heidi,,,,Heidi Heitkamp,1955-10-30,F,sen,ND,,1,Democrat,https://www.heitkamp.senate.gov/public,516 Hart Senate Office Building Washington DC 20510,202-224-2043,http://www.heitkamp.senate.gov/public/index.cfm/contact,http://www.heitkamp.senate.gov/public/index.cfm/rss/feed,,,,,H001069,02174,N00033782,S360,S2ND00099,95414,412554,41716,Heidi Heitkamp,,41303,Heidi Heitkamp -Rothfus,Keith,J.,,,Keith J. Rothfus,1962-04-25,M,rep,PA,12,,Republican,https://rothfus.house.gov,1205 Longworth House Office Building; Washington DC 20515-3812,202-225-2065,,http://rothfus.house.gov/rss.xml,,,,,R000598,02158,N00031253,,H0PA04220,61949,412570,119466,Keith Rothfus,,21357,Keith Rothfus -O’Rourke,Beto,,,,Beto O’Rourke,1972-09-26,M,rep,TX,16,,Democrat,https://orourke.house.gov,1330 Longworth House Office Building; Washington DC 20515-4316,202-225-4831,,http://orourke.house.gov/rss.xml,,,,,O000170,02162,N00033540,,H2TX16185,79697,412575,78533,Beto O'Rourke,,21361,Beto O'Rourke -Sanford,Marshall,,,Mark,Mark Sanford,1960-05-28,M,rep,SC,1,,Republican,https://sanford.house.gov,2211 Rayburn House Office Building; Washington DC 20515-4001,202-225-3176,,http://sanford.house.gov/rss.xml,,,,,S000051,01012,N00002424,,H4SC01073,6513,400607,21991,Mark Sanford,,29565,Mark Sanford -Brat,David,Alan,,Dave,Dave Brat,1964-07-27,M,rep,VA,7,,Republican,https://brat.house.gov,1628 Longworth House Office Building; Washington DC 20515-4607,202-225-2815,,,,,,,B001290,02203,N00036013,,H4VA07143,75248,412605,152270,David Brat,,21553,Dave Brat -Knight,Steve,,,,Stephen Knight,1966-12-17,M,rep,CA,25,,Republican,https://knight.house.gov,1023 Longworth House Office Building; Washington DC 20515-0525,202-225-1956,,,,,,,K000387,02228,N00035820,,H4CA25123,76118,412614,71098,Stephen Knight,,21505,Steve Knight (politician) -Walters,Mimi,,,,Mimi Walters,1962-05-14,F,rep,CA,45,,Republican,https://walters.house.gov,215 Cannon House Office Building; Washington DC 20515-0545,202-225-5611,,,,,,,W000820,02232,N00035391,,H4CA45097,76141,412618,29346,,,21509,Mimi Walters -Curbelo,Carlos,,,,Carlos Curbelo,1980-03-01,M,rep,FL,26,,Republican,https://curbelo.house.gov,1404 Longworth House Office Building; Washington DC 20515-0926,202-225-2778,,,,,,,C001107,02235,N00035403,,H4FL26038,70472,412621,137676,,,21512,Carlos Curbelo -Blum,Rod,,,,Rod Blum,1955-04-26,M,rep,IA,1,,Republican,https://blum.house.gov,1108 Longworth House Office Building; Washington DC 20515-1501,202-225-2911,,,,,,,B001294,02241,N00033744,,H2IA01055,623771,412627,135714,Rod Blum,,21520,Rod Blum -Young,David,,,,David Young,1968-05-11,M,rep,IA,3,,Republican,https://davidyoung.house.gov,240 Cannon House Office Building; Washington DC 20515-1503,202-225-5476,,,,,,,Y000066,02242,N00035509,,"S4IA00103,H4IA03115",76211,412628,155218,,,21521,David Young (Iowa politician) -Poliquin,Bruce,,,,Bruce Poliquin,1953-11-01,M,rep,ME,2,,Republican,https://poliquin.house.gov,1208 Longworth House Office Building; Washington DC 20515-1902,202-225-6306,,,,,,,P000611,02247,N00034584,,"S2ME00158,H4ME02234",76253,412633,120909,,,21524,Bruce Poliquin -Bishop,Mike,,,,Mike Bishop,1967-03-18,M,rep,MI,8,,Republican,https://mikebishop.house.gov,428 Cannon House Office Building; Washington DC 20515-2208,202-225-4872,,,,,,,B001293,02249,N00036449,,H4MI08135,78290,412635,20157,,,21527,Mike Bishop (politician) -Trott,Dave,,,,David A. Trott,1960-10-16,M,rep,MI,11,,Republican,https://trott.house.gov,1722 Longworth House Office Building; Washington DC 20515-2211,202-225-8171,,,,,,,T000475,02250,N00035607,,H4MI11097,76679,412636,152477,,,21528,Dave Trott (politician) -MacArthur,Tom,,,,Thomas MacArthur,1960-10-16,M,rep,NJ,3,,Republican,https://macarthur.house.gov,506 Cannon House Office Building; Washington DC 20515-3003,202-225-4765,,,,,,,M001193,02258,N00036155,,H4NJ03130,76315,412643,152113,,,21537,Tom MacArthur -Russell,Steve,,,,Steve Russell,1963-05-25,M,rep,OK,5,,Republican,https://russell.house.gov,128 Cannon House Office Building; Washington DC 20515-3605,202-225-2132,,,,,,,R000604,02265,N00036175,,H4OK05132,77286,412650,106528,,,21546,Steve Russell (politician) -Costello,Ryan,,,,Ryan A. Costello,1976-09-07,M,rep,PA,6,,Republican,https://costello.house.gov,326 Cannon House Office Building; Washington DC 20515-3806,202-225-4315,,,,,,,C001106,02266,N00031064,,H0PA06076,95125,412651,133557,,,21547,Ryan Costello -Love,Mia,,,,Mia B. Love,1975-12-06,F,rep,UT,4,,Republican,https://love.house.gov,217 Cannon House Office Building; Washington DC 20515-4404,202-225-3011,,,,,,,L000584,02271,N00033842,,H2UT04023,67205,412656,135957,,,21552,Mia Love -Comstock,Barbara,,,,Barbara Comstock,1959-06-30,F,rep,VA,10,,Republican,https://comstock.house.gov,229 Cannon House Office Building; Washington DC 20515-4610,202-225-5136,,,,,,,C001105,02273,N00036023,,H4VA10089,57186,412658,112252,Barbara Comstock,,21555,Barbara Comstock -Donovan,Daniel,M.,Jr.,,"Daniel M. Donovan, Jr.",1956-11-06,M,rep,NY,11,,Republican,https://donovan.house.gov,1541 Longworth House Office Building; Washington DC 20515-3211,202-225-3371,,,,,,,D000625,02293,N00036928,,H6NY11174,74763,412672,127760,Daniel Donovan (New York),,21560,Dan Donovan (politician) -Hanabusa,Colleen,W.,,,Colleen Hanabusa,1951-05-04,F,rep,HI,1,,Democrat,https://hanabusa.house.gov,422 Cannon House Office Building; Washington DC 20515-1101,202-225-2726,,https://hanabusa.house.gov/rss.xml,,,,,H001050,02010,N00025881,,"H2HI02110,S4HI00144",61258,412418,17745,Colleen Hanabusa,,21124,Colleen Hanabusa -Shea-Porter,Carol,,,,Carol Shea-Porter,1952-12-02,F,rep,NH,1,,Democrat,https://shea-porter.house.gov,1530 Longworth House Office Building; Washington DC 20515-2901,202-225-5456,,http://shea-porter.house.gov/rss.xml,,,,,S001170,01861,N00028091,,H6NH01230,1021773,412219,65891,Carol Shea-Porter,,20731,Carol Shea-Porter -Lewis,Jason,,,,Jason Lewis,1955-09-23,M,rep,MN,2,,Republican,https://jasonlewis.house.gov,418 Cannon House Office Building; Washington DC 20515-2302,202-225-2271,,,,,,,L000587,,N00038400,,H6MN02149,155,412711,171558,,,21733,Jason Lewis (Minnesota politician) -Kihuen,Ruben,,,,Ruben J. Kihuen,1980-04-25,M,rep,NV,4,,Democrat,https://kihuen.house.gov,313 Cannon House Office Building; Washington DC 20515-2804,202-225-9894,,,,,,,K000390,,N00033530,,H2NV00050,79707,412716,66851,,,21729,Ruben Kihuen -Faso,John,,,,John J. Faso,1952-08-25,M,rep,NY,19,,Republican,https://faso.house.gov,1616 Longworth House Office Building; Washington DC 20515-3219,202-225-5614,,,,,,,F000464,,N00037288,,H6NY19169,1021406,412719,4311,,,21716,John Faso -Tenney,Claudia,,,,Claudia Tenney,1961-02-04,F,rep,NY,22,,Republican,https://tenney.house.gov,512 Cannon House Office Building; Washington DC 20515-3222,202-225-3665,,,,,,,T000478,,N00036351,,H4NY22051,103481,412720,127668,,,21749,Claudia Tenney -Taylor,Scott,,,,Scott Taylor,1979-06-27,M,rep,VA,2,,Republican,https://taylor.house.gov,412 Cannon House Office Building; Washington DC 20515-4602,202-225-4215,,,,,,,T000477,,N00031263,,H0VA02118,96047,412727,144514,,,21748,Scott Taylor (politician) -Garrett,Thomas,,,,"Thomas A. Garrett, Jr.",1972-03-27,M,rep,VA,5,,Republican,https://tomgarrett.house.gov,415 Cannon House Office Building; Washington DC 20515-4605,202-225-4711,,,,,,,G000580,,N00038847,,H6VA05142,103625,412729,134493,,,21721,Thomas Garrett (Virginia politician) -Handel,Karen,,,,Karen C. Handel,1962-04-18,F,rep,GA,6,,Republican,https://handel.house.gov,1211 Longworth House Office Building; Washington DC 20515-1006,202-225-4501,,,,,,,H001078,,N00035477,,H8GA06286,1026745,412737,69553,Karen Handel,,,Karen Handel -Jones,Brenda,B.,,,Brenda Jones,1959-10-24,F,rep,MI,13,,Democrat,,2426 Rayburn House Office Building; Washington DC 20515-2213,202-225-5126,,,,,,,J000303,,N00042648,,H8MI13243,,412752,,Brenda Jones (Michigan),,,Brenda Jones (politician) -Marino,Tom,,,,Tom Marino,1952-08-15,M,rep,PA,12,,Republican,https://marino.house.gov,1717 Longworth House Office Building; Washington DC 20515-3812,202-225-3731,,http://marino.house.gov/rss.xml,,,,,M001179,02053,N00031777,,H0PA10078,95129,412468,119478,Tom Marino,,21170,Tom Marino -Jones,Walter,B.,Jr.,,Walter B. Jones,1943-02-10,M,rep,NC,3,,Republican,https://jones.house.gov,2333 Rayburn House Office Building; Washington DC 20515-3303,202-225-3415,,http://jones.house.gov/rss.xml,,,,,J000255,00612,N00002299,,H2NC01081,36693,400209,21785,Walter B. Jones,,29546,Walter B. Jones Jr. -Duffy,Sean,P.,,,Sean P. Duffy,1971-10-03,M,rep,WI,7,,Republican,https://duffy.house.gov,1714 Longworth House Office Building; Washington DC 20515-4907,202-225-3365,,http://duffy.house.gov/rss.xml,,,,,D000614,02072,N00030967,,H0WI07051,623570,412488,126238,Sean Duffy,,21189,Sean Duffy -Collins,Chris,,,,Chris Collins,1950-05-20,M,rep,NY,27,,Republican,https://chriscollins.house.gov,2243 Rayburn House Office Building; Washington DC 20515-3227,202-225-5265,,http://chriscollins.house.gov/rss.xml,,,,,C001092,02151,N00001285,,H8NY29032,94144,412563,139770,Chris Collins,,21345,Chris Collins (American politician) -Cummings,Elijah,E.,,,Elijah E. Cummings,1951-01-18,M,rep,MD,7,,Democrat,https://cummings.house.gov,2163 Rayburn House Office Building; Washington DC 20515-2007,202-225-4741,,http://cummings.house.gov/rss.xml,,,,,C000984,00256,N00001971,,H6MD07160,43300,400090,345,Elijah Cummings,,29587,Elijah Cummings -Hill,Katie,,,,Katie Hill,1987-08-25,F,rep,CA,25,,Democrat,https://katiehill.house.gov,1130 Longworth House Office Building; Washington DC 20515-0525,202-225-1956,,,,,,,H001087,,N00040644,,H8CA25074,,412756,179354,,,21932,Katie Hill (politician) -Isakson,John,H.,,Johnny,Johnny Isakson,1944-12-28,M,sen,GA,,3,Republican,https://www.isakson.senate.gov,131 Russell Senate Office Building Washington DC 20510,202-224-3643,https://www.isakson.senate.gov/public/index.cfm/email-me,http://www.isakson.senate.gov/public/?a=RSS.Feed,,,,,I000055,01608,N00002593,S305,"S6GA00119,H8GA06146",59135,400194,1721,Johnny Isakson,,29909,Johnny Isakson -Hunter,Duncan,D.,,,Duncan Hunter,1976-12-07,M,rep,CA,50,,Republican,https://hunter.house.gov,2429 Rayburn House Office Building; Washington DC 20515-0550,202-225-5672,,http://hunter.house.gov/rss.xml,,,,,H001048,01909,N00029258,,H8CA52052,1032398,412283,104308,,,20963,Duncan D. Hunter -Meadows,Mark,,,,Mark Meadows,1959-07-28,M,rep,NC,11,,Republican,https://meadows.house.gov,2160 Rayburn House Office Building; Washington DC 20515-3311,202-225-6401,,http://meadows.house.gov/rss/press-releases.xml,,,,,M001187,02142,N00033631,,H2NC11080,79621,412552,136459,"Mark Meadows, North Carolina",,21348,Mark Meadows (North Carolina politician) -Ratcliffe,John,,,,John Ratcliffe,1965-10-20,M,rep,TX,4,,Republican,https://ratcliffe.house.gov,223 Cannon House Office Building; Washington DC 20515-4304,202-225-6673,,,,,,,R000601,02268,N00035972,,H4TX04153,76455,412653,147381,,,21549,John Ratcliffe (American politician) -Lewis,John,R.,,,John Lewis,1940-02-21,M,rep,GA,5,,Democrat,https://johnlewis.house.gov,300 Cannon House Office Building; Washington DC 20515-1005,202-225-3801,,http://johnlewis.house.gov/rss.xml,,,,,L000287,00688,N00002577,,H6GA05217,2528,400240,26820,John Lewis (Georgia),,15431,John Lewis (civil rights leader) -Graves,Tom,,,,Tom Graves,1970-02-03,M,rep,GA,14,,Republican,https://tomgraves.house.gov,2078 Rayburn House Office Building Washington DC 20515-1014,202-225-5211,,http://tomgraves.house.gov/news/rss.aspx,,,,,G000560,01979,N00030788,,H0GA09030,11519,412388,31969,Tom Graves,,20962,Tom Graves diff --git a/morphir/flowz/spark/test/resources/log4j.properties b/morphir/flowz/spark/test/resources/log4j.properties deleted file mode 100644 index 3fd5d2b9..00000000 --- a/morphir/flowz/spark/test/resources/log4j.properties +++ /dev/null @@ -1,8 +0,0 @@ -# Change this to set Spark log level -log4j.logger.org.apache.spark=WARN - -# Silence akka remoting -log4j.logger.Remoting=WARN - -# Ignore messages below warning level from Jetty, because it's a bit verbose -log4j.logger.org.eclipse.jetty=WARN \ No newline at end of file diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/FilterResultSparkSpec.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/FilterResultSparkSpec.scala deleted file mode 100644 index 432e28fa..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/FilterResultSparkSpec.scala +++ /dev/null @@ -1,20 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.FilterResult -import morphir.flowz.spark.testing.SparkSpec -import zio.ZIO -import zio.test._ -import zio.test.Assertion._ - -object FilterResultSparkSpec extends SparkSpec { - def spec = suite("FilterResult Spark Spec")( - testM("It should support encoding into a Spark dataset")( - for { - data <- ZIO.succeed(List(FilterResult.included("A"), FilterResult.excluded("B"), FilterResult.included("C"))) - dataset <- sparkModule.createDataset(data) - _ <- ZIO.effect(dataset.show(false)) - actual <- ZIO.effect(dataset.collect().toList) - } yield assert(actual)(equalTo(data)) - ) - ) -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkModuleSpec.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkModuleSpec.scala deleted file mode 100644 index 29a934ce..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkModuleSpec.scala +++ /dev/null @@ -1,63 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.spark.sparkModule.SparkModule -import morphir.flowz.spark.sample.model._ -import morphir.flowz.spark.testing.SparkSpec -import zio.ZIO -import zio.test._ -import zio.test.Assertion._ - -object SparkModuleSpec extends SparkSpec { - def spec = suite("SparkModule Spec")( - suite("Layer Creation")( - testM("It should be possible to create a layer from a builder")( - for { - actual <- ZIO.environment[SparkModule].run - } yield assert(actual)(succeeds(anything)) - ) - ), - suite("Calling createDataset")( - testM("It should support Dataset creation of a case class")( - checkM(Person.genPeople(10, 30)) { people => - for { - actualDataset <- sparkModule.createDataset(people.toList) - actual <- ZIO.effect(actualDataset.collect().toSet) - } yield assert(actual)(equalTo(people)) - } - ) - ), - suite("Calling printSchema")( - testM("It should support printing the schema of a DataFrame")( - for { - dataFrame <- sparkModule.withSpark(_.createDataFrame[Person](Seq.empty)) - result <- sparkModule.printSchema(dataFrame).run - } yield assert(result)(succeeds(anything)) - ) - ), - suite("Calling makeDataset")( - testM("It should support creation of a Dataset given just a sparkSession")( - for { - data <- ZIO.succeed( - Seq( - ("James ", "", "Smith", "36636", "M", 3000), - ("Michael ", "Rose", "", "40288", "M", 4000), - ("Robert ", "", "Williams", "42114", "M", 4000), - ("Maria ", "Anne", "Jones", "39192", "F", 4000), - ("Jen", "Mary", "Brown", "", "F", -1) - ) - ) - columns = Seq("firstname", "middlename", "lastname", "dob", "gender", "salary") - actual <- sparkModule.makeDataset { spark => - import spark.sqlContext.implicits._ - val df = data.toDF(columns: _*) - val ds = df.as[(String, String, String, String, String, Int)] - ds.show(true) - ds - } - actual <- ZIO.effect(actual.collect().toList) - } yield assert(actual)(equalTo(data.toList)) - ) - ) - ) - -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkSupportSpec.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkSupportSpec.scala deleted file mode 100644 index 74d8edd8..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/SparkSupportSpec.scala +++ /dev/null @@ -1,45 +0,0 @@ -package morphir.flowz.spark - -import morphir.flowz.spark.testing.SparkSpec -import zio.ZIO -import zio.test._ -import zio.test.Assertion._ - -object SparkSupportSpec extends SparkSpec with SparkSupport { - def spec = suite("SparkSupport Spec")( - suite("Using splitWith")( - testM("It should be possible to split a Dataset of product types into 2 parts using splitWith")( - for { - dataset <- sparkModule.createDataset(Seq.range(1, 11).map(Item(_))) - results <- ZIO.succeed(dataset.splitWith { - case n if n.value % 2 == 0 => Right(RightThing(n.value)): Either[LeftThing[Int], RightThing[Int]] - case n => Left(LeftThing(n.value)) - }) - } yield { - val (lhs, rhs) = (results._1.collect().toList, results._2.collect().toList) - assert(lhs)(hasSize(equalTo(5))) && assert(rhs)(hasSize(equalTo(5))) - } - ) - ), - suite("Using splitWithCodec")( - testM("It should be possible to split a Dataset of encodable types into 2 parts using splitWithCodec")( - for { - dataset <- sparkModule.makeDataset { spark => - import spark.implicits._ - spark.createDataset(Seq.range(1, 11)) - } - results <- ZIO.succeed(dataset.splitWith { - case n if n % 2 == 0 => Right(RightThing(n)): Either[LeftThing[Int], RightThing[Int]] - case n => Left(LeftThing(n)) - }) - } yield { - val (lhs, rhs) = (results._1.collect().toList, results._2.collect().toList) - assert(lhs)(hasSize(equalTo(5))) && assert(rhs)(hasSize(equalTo(5))) - } - ) - ) - ) - final case class Item[A](value: A) - final case class LeftThing[A](value: A) - final case class RightThing[A](value: A) -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/filtering/DataFrameFilteringSample.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/filtering/DataFrameFilteringSample.scala deleted file mode 100644 index d6992755..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/filtering/DataFrameFilteringSample.scala +++ /dev/null @@ -1,24 +0,0 @@ -package morphir.flowz.spark.sample.filtering - -import morphir.flowz.spark.api._ - -import zio._ -object DataFrameFilteringSample extends App { - def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - val getProducts = SparkStep.createDataset( - Seq( - Product("Surface Book", "Microsoft"), - Product("iPhone", "Apple"), - Product("Galaxy Tab", "Samsung"), - Product("Galaxy", "Samsung"), - Product("Pixel", "Google"), - Product("Macbook Pro", "Apple") - ) - ) - - getProducts.run(args).exitCode - ??? - } - - final case class Product(name: String, manufacturer: String) -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/heroes/HeroesSampleMain.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/heroes/HeroesSampleMain.scala deleted file mode 100644 index 25841f9b..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/heroes/HeroesSampleMain.scala +++ /dev/null @@ -1,240 +0,0 @@ -package morphir.flowz.spark.sample.heroes - -import io.getquill.QuillSparkContext -import morphir.flowz.api._ -import morphir.flowz.spark.SparkStep -import morphir.flowz.spark.api._ -import org.apache.spark.sql.{ Dataset, SQLContext, SparkSession } -import zio._ -import zio.clock.Clock -import zio.console.Console -import zio.random.Random - -import scala.reflect.ClassTag -import scala.reflect.runtime.universe.TypeTag - -object HeroesSampleMain extends App { - - val abilities = List( - Ability(name = "flight", description = "Defy gravity by taking to the sky"), - Ability(name = "super strength", description = "Strength beyond the strength of a normal man or woman."), - Ability(name = "genius intellect", description = "Smarter than the average bear"), - Ability(name = "tactician", description = "Art of war and such."), - Ability(name = "martial arts master", description = "Heeyah!!!"), - Ability(name = "telepathy", description = "Able to read minds."), - Ability(name = "telekinesis", description = "Able to move things with the mind.") - ) - - val heroAbilities = List( - HeroAbility(hero = "Superman", ability = "flight"), - HeroAbility(hero = "Superman", ability = "super strength"), - HeroAbility(hero = "Batman", ability = "martial arts master"), - HeroAbility(hero = "Batman", ability = "tactician"), - HeroAbility(hero = "Ironman", ability = "tactician"), - HeroAbility(hero = "Ironman", ability = "genius intellect"), - HeroAbility(hero = "Ironman", ability = "flight"), - HeroAbility(hero = "Ironman", ability = "super strength"), - HeroAbility(hero = "Phoenix", ability = "telekinesis"), - HeroAbility(hero = "Phoenix", ability = "telepathy"), - HeroAbility(hero = "Phoenix", ability = "flight") - ) - - val people = List( - Person(firstName = "Jessica", lastName = "Jones"), - Person(firstName = "Jean", lastName = "Grey"), - Person(firstName = "Clark", lastName = "Kent"), - Person(firstName = "Bruce", lastName = "Banner"), - Person(firstName = "Bruce", lastName = "Wayne"), - Person(firstName = "Tony", lastName = "Stark") - ) - - val alterEgos = List( - AlterEgo(firstName = "Bruce", lastName = "Banner", heroName = "The Incredible Hulk", isSecret = true), - AlterEgo(firstName = "Clark", lastName = "Kent", heroName = "Superman", isSecret = true), - AlterEgo(firstName = "Bruce", lastName = "Wayne", heroName = "Batman", isSecret = true), - AlterEgo(firstName = "Tony", lastName = "Stark", heroName = "Ironman", isSecret = false), - AlterEgo(firstName = "Jean", lastName = "Grey", heroName = "Phoenix", isSecret = true) - ) - - val loadAbilities = - createDataset(abilities) - - val loadHeroAbilities = - createDataset(heroAbilities) - - val loadPeople = - createDataset(people) - - val loadAlterEgos = - createDataset(alterEgos) - - val loadDataSourcesPar: SparkStep[Any, DataSources, Clock with Console with Random, Options, Throwable, DataSources] = - Step.mapParN(loadAbilities, loadHeroAbilities, loadPeople, loadAlterEgos) { - case (abilitiesOut, heroAbilitiesOut, peopleOut, alterEgosOut) => - StepOutputs.unified { - DataSources( - abilities = abilitiesOut.value, - heroAbilities = heroAbilitiesOut.value, - people = peopleOut.value, - alterEgos = alterEgosOut.value - ) - } - } - - val loadDataSourcesSeq: SparkStep[Any, DataSources, Clock with Console with Random, Options, Throwable, DataSources] = - (for { - abilities <- loadAbilities - heroAbilities <- loadHeroAbilities - people <- loadPeople - alterEgos <- loadAlterEgos - data = DataSources( - abilities = abilities, - heroAbilities = heroAbilities, - people = people, - alterEgos = alterEgos.value - ) - } yield StepOutputs(data, data)) - - val loadDataSources = - SparkStep.parameters[Options].flatMap { options: Options => - if (options.parallelLoads) - loadDataSourcesPar - else - loadDataSourcesSeq - } - - val getAllHeroNames: SparkStep[DataSources, DataSources, Any, Any, Throwable, Dataset[String]] = - SparkStep - .state[DataSources] - .flatMap { dataSources => - SparkStep.withSpark { spark => - implicit val sqlContext: SQLContext = spark.sqlContext - import sqlContext.implicits._ - import io.getquill.QuillSparkContext._ - - QuillSparkContext.run { - liftQuery(dataSources.heroAbilities).map(abilities => abilities.hero) union liftQuery(dataSources.alterEgos) - .map(alter => alter.heroName) - } - }.stateAs(dataSources) - } - .tapValue(dataset => ZIO.effect(dataset.show(false))) - - val getAllHeroAbilities - : SparkStep[DataSources, DataSources, Any, Dataset[String], Throwable, Dataset[HeroAbilities]] = - Step.context[Any, DataSources, Dataset[String]].flatMap { ctx => - val heroAbilities = ctx.inputs.state.heroAbilities - val abilities = ctx.inputs.state.abilities - SparkStep.withSpark { spark => - import spark.implicits._ - implicit val sqlContext: SQLContext = spark.sqlContext - import io.getquill.QuillSparkContext._ - val quillFunctions = MyQuillSparkFunctions.apply - import quillFunctions._ - - // Gather all the hero to ability details we have - val heroAbilityDetails = QuillSparkContext.run { - for { - heroAbility <- liftQuery(heroAbilities) - ability <- liftQuery(abilities).join(ability => ability.name == heroAbility.ability) - } yield HeroAbilityRow(hero = heroAbility.hero, ability = ability) - } - - QuillSparkContext.run { - liftQuery(heroAbilityDetails).groupBy(ha => ha.hero).map { case (hero, row) => - HeroAbilities(hero, row.map(_.ability).collectSet) - } - } - - }.stateAs(ctx.inputs.state) - } - - val parseCommandLine = - SparkStep { args: List[String] => - ZIO.succeed { - val useParallelSources = args match { - case head :: _ if head.equalsIgnoreCase("parallel") => true - case head :: _ if head.equalsIgnoreCase("--parallel") => true - case _ => false - } - Options(parallelLoads = useParallelSources) - } - } - - def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - - val sparkBuilder = SparkSession - .builder() - .config("spark.debug.maxToStringFields", "200") - .appName("Heroes Sample") - .master("local") - //.enableHiveSupport() - - val customLayer = { - SparkModule.buildLayer(sparkBuilder) - } - - val flow = - parseCommandLine >>> loadDataSources.valueAsState >>> getAllHeroNames >>> getAllHeroAbilities >>> SparkStep - .showDataset(false) - flow - .run(args) - .provideCustomLayer(customLayer) - .foldM( - failure = err => console.putStrLn(s"Error encountered while running flow: $err"), - success = output => console.putStrLn(s"The heroes we know are: ${output.value.collect().toList}") - ) - .exitCode - } - - def createDataset[A <: Product: ClassTag: TypeTag: zio.Tag]( - data: => Seq[A] - ): SparkStep[Any, Unit, Random with Clock with Console, Options, Throwable, Dataset[A]] = - SparkStep.makeStep { options: Options => - val tag = zio.Tag[A] - for { - _ <- console.putStrLn(s"Creating/loading Dataset of type ${tag.tag.longName}") - delay <- random.nextLongBetween(0, options.maxDelayInMillis).map(zio.duration.Duration.fromMillis) - data <- sparkModule.createDataset(data).delay(delay) - _ <- console.putStrLn(s"Created/loaded Dataset of type ${tag.tag.longName}") - _ <- sparkModule.withSpark(_ => data.show(false)) - } yield StepOutputs(data, data) - } - - final case class DataSources( - abilities: Dataset[Ability], - heroAbilities: Dataset[HeroAbility], - people: Dataset[Person], - alterEgos: Dataset[AlterEgo] - ) - - final case class Options(parallelLoads: Boolean = false, showDatasets: Boolean = true, maxDelayInMillis: Long = 3000) - - //NOTE: This only exists to support collecting to a collection for now while quill does not directly have syntax for it - trait MyQuillSparkFunctions { - implicit val sqlContext: SQLContext - import io.getquill.Query - import io.getquill.QuillSparkContext._ - def collectList[T] = quote((q: Query[T]) => infix"collect_list(${q})".pure.as[List[T]]) - def collectSet[T] = quote((q: Query[T]) => infix"collect_list(${q})".pure.as[Set[T]]) - - implicit class SparkBasedQueryExtensions[T](q: Query[T]) { - def collectList = quote(infix"collect_list(${q})".pure.as[List[T]]) - def collectSet = quote(infix"collect_list(${q})".pure.as[Set[T]]) - } - } - - object MyQuillSparkFunctions { - def apply(implicit sqlCtx: SQLContext): MyQuillSparkFunctions = new MyQuillSparkFunctions { - implicit val sqlContext: SQLContext = sqlCtx - } - } -} - -final case class Person(firstName: String, lastName: String) -final case class AlterEgo(firstName: String, lastName: String, heroName: String, isSecret: Boolean) -final case class Hero(name: String, abilities: Set[Ability], alter: Option[AlterEgo]) -final case class HeroAbility(hero: String, ability: String) -final case class Ability(name: String, description: String) -final case class HeroAbilityRow(hero: String, ability: Ability) -final case class HeroAbilities(hero: String, abilities: Set[Ability]) diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/model/people.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/model/people.scala deleted file mode 100644 index f5fd72e1..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/model/people.scala +++ /dev/null @@ -1,35 +0,0 @@ -package morphir.flowz.spark.sample.model - -import zio.random.Random -import zio.test._ - -final case class FirstName(value: String) - -object FirstName { - val gen: Gen[Any, FirstName] = - Gen - .fromIterable(Seq("Albert", "Bobby", "Carl", "Claude", "David", "George", "Thomas", "William", "Xavier")) - .map(FirstName(_)) -} - -final case class LastName(value: String) -object LastName { - val gen: Gen[Any, LastName] = - Gen - .fromIterable( - Seq("Alexander", "Black", "Brown", "James", "Jefferson", "Jones", "Smith", "Washington", "Williams") - ) - .map(LastName(_)) -} - -final case class Person(firstName: FirstName, lastName: LastName) -object Person { - val gen: Gen[Any, Person] = - for { - firstName <- FirstName.gen - lastName <- LastName.gen - } yield Person(firstName, lastName) - - def genPeople(min: Int, max: Int): Gen[Random with Sized, Set[Person]] = - Gen.setOfBounded(min, max)(gen) -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/presidential/PresidentialSampleMain.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/presidential/PresidentialSampleMain.scala deleted file mode 100644 index b1af6673..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/sample/presidential/PresidentialSampleMain.scala +++ /dev/null @@ -1,225 +0,0 @@ -package morphir.flowz.spark.sample.presidential - -import morphir.flowz.api._ -import morphir.flowz.spark.api._ -import sparkModule.SparkModule -import org.apache.spark.sql.{ DataFrame, Dataset, SQLContext, SparkSession } -import org.apache.spark.sql.functions.{ explode, struct } -import zio._ - -import scala.annotation.nowarn - -object PresidentialSampleMain extends App { - import models._ - def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - val sparkBuilder = SparkSession - .builder() - .config("spark.debug.maxToStringFields", "200") - .appName("Heroes Sample") - .master("local") - - val customLayer = { - SparkModule.buildLayer(sparkBuilder) - } - - import flows._ - val flow = initialize >>> prepareDataSources >>> createReport >>> printReport - - flow - .run( - Options( - executiveFilePath = "morphir/flowz/spark/test/resources/data/in/executive.json", - legislatorsPaths = List( - "morphir/flowz/spark/test/resources/data/in/legislators-current.csv", - "morphir/flowz/spark/test/resources/data/in/legislators-historical.csv" - ) - ) - ) - .provideCustomLayer(customLayer) - .exitCode - } - - object flows { - val loadExecutiveBranchInfo = sparkStep { spark => params: Options => - spark.read.option("multiLine", true).option("mode", "PERMISSIVE").json(params.executiveFilePath) - } - - val loadLegislators = sparkStep { spark => params: Options => - spark.read.option("header", true).option("inferSchema", true).csv(params.legislatorsPaths: _*) - } - - val initialize = stage { (_: Any, options: Options) => - Step.fromEffect(console.putStrLn(s"Options: $options")) *> - (loadExecutiveBranchInfo |+| loadLegislators).mapValue { case (executiveData, legislatureData) => - RawDataSources(executiveData = executiveData, legislatureData = legislatureData) - }.mapOutputs((_, out) => (out, out)) - } - - val collectExecutiveBranchPoliticians = stage { (dataSources: RawDataSources, _: Any) => - sparkStep { spark => _: Any => - import spark.implicits._ - val executiveDF = dataSources.executiveData - executiveDF - .select($"name", explode($"terms.type") as "position", $"bio.birthday" as "birthday") - .distinct() - .as[Executive] - - }.stateAs(dataSources) - } - - val collectLegislativeBranchPoliticians = stage { (dataSources: RawDataSources, _: Any) => - sparkStep { spark => _: Any => - import spark.implicits._ - val dataFrame = dataSources.legislatureData - val executiveDS = dataFrame - .select( - struct($"last_name" as "last", $"first_name" as "first", $"middle_name" as "middle") as "name", - $"birthday", - $"type" as "position", - $"state" - ) - .distinct() - .as[CongressPerson] - executiveDS - }.stateAs(dataSources) - - } - - val getPresidentsCongressionalServiceRecord = stage { (data: DataSources, _: Any) => - sparkStep { spark => _: Any => - import spark.implicits._ - @nowarn - implicit val sqlContext: SQLContext = spark.sqlContext - import io.getquill.QuillSparkContext - import io.getquill.QuillSparkContext._ - - val presidents = data.executive.filter(row => row.position == "prez") - val congress = data.congress - QuillSparkContext.run { - for { - president <- liftQuery(presidents) - congressPerson <- - liftQuery(congress).leftJoin(congressPerson => - president.name.first == congressPerson.name.first && president.name.last == congressPerson.name.last - ) - } yield President( - name = president.name, - birthday = president.birthday, - servedInCongress = congressPerson.map(_.state).isDefined - ) - }.distinct() - }.stateAs(data) - - } - - val prepareDataSources = stage { (rawData: RawDataSources, _: Any) => - Step.mapParN( - collectExecutiveBranchPoliticians, - collectLegislativeBranchPoliticians - ) { (executive, congressional) => - val dataSources = DataSources( - raw = rawData, - executive = executive.value, - congress = congressional.value - ) - StepOutputs(state = dataSources, value = dataSources) - } >>> getPresidentsCongressionalServiceRecord.mapOutputs { (dataSources, presidents) => - val finalData = FinalDataSources( - raw = dataSources.raw, - congress = dataSources.congress, - executive = dataSources.executive, - presidents = presidents - ) - (finalData, finalData) - } - } - - val createReport = Step { (data: FinalDataSources, _: Any) => - for { - numPrez <- ZIO.effect(data.executive.filter(p => p.position == "prez").count()) - numVeep <- ZIO.effect(data.executive.filter(p => p.position == "viceprez").count()) - numSenators <- ZIO.effect(data.congress.filter(p => p.position == "sen").count()) - numReps <- ZIO.effect(data.congress.filter(p => p.position == "rep").count()) - presidentsWhoServedInCongress <- - ZIO.effect(data.presidents.filter(pres => pres.servedInCongress).distinct().collect().toList) - numPrezWithCongressionalRecs <- ZIO.succeed(presidentsWhoServedInCongress.size) - } yield StepOutputs( - state = data, - value = Report( - numberOfPresidents = numPrez, - numberOfVicePresidents = numVeep, - numberOfSenators = numSenators, - numberOfRepresentatives = numReps, - numberOfPresidentsWhoServedInCongress = numPrezWithCongressionalRecs, - presidentsWhoServedInCongress = presidentsWhoServedInCongress - ) - ) - } - - val printReport = Step { (data: FinalDataSources, report: Report) => - for { - _ <- console.putStrLn(s"Number of Presidents: ${report.numberOfPresidents}") - _ <- console.putStrLn(s"Number of Vice Presidents: ${report.numberOfVicePresidents}") - _ <- console.putStrLn(s"Number of Senators: ${report.numberOfSenators}") - _ <- console.putStrLn(s"Number of Representatives: ${report.numberOfRepresentatives}") - _ <- console.putStrLn( - s"Number of Presidents who served in congress: ${report.numberOfPresidentsWhoServedInCongress}" - ) - _ <- console.putStrLn("====") - eol <- system.lineSeparator - presidentialReport <- ZIO.effect { - report.presidentsWhoServedInCongress - .sortBy(_.birthday) - .mkString( - s"Presidents Who Served In Congress =============================$eol", - eol, - "====================================" - ) - } - _ <- console.putStrLn(presidentialReport) - } yield StepOutputs(state = data, value = report) - } - - } - - object models { - final case class Options(executiveFilePath: String, legislatorsPaths: Seq[String]) - final case class RawDataSources(executiveData: DataFrame, legislatureData: DataFrame) - final case class DataSources( - raw: RawDataSources, - congress: Dataset[CongressPerson], - executive: Dataset[Executive] - ) - final case class FinalDataSources( - raw: RawDataSources, - congress: Dataset[CongressPerson], - executive: Dataset[Executive], - presidents: Dataset[President] - ) - - final case class Report( - numberOfPresidents: Long, - numberOfVicePresidents: Long, - numberOfSenators: Long, - numberOfRepresentatives: Long, - numberOfPresidentsWhoServedInCongress: Int, - presidentsWhoServedInCongress: List[President] - ) - - final case class Politician(name: Name, birthday: String, position: String) - final case class CongressPerson(name: Name, birthday: String, position: String, state: String) { - def toPolitician: Politician = Politician(name = name, birthday = birthday, position = position) - } - - final case class Executive(name: Name, birthday: String, position: String) { - def toPolitician: Politician = Politician(name = name, birthday = birthday, position = position) - } - final case class President(name: Name, birthday: String, servedInCongress: Boolean) - final case class VicePresident(name: Name) - - final case class Term(`type`: String) { - def termType: String = `type` - } - final case class Name(first: String, last: String, middle: Option[String]) - } -} diff --git a/morphir/flowz/spark/test/src/morphir/flowz/spark/testing/SparkSpec.scala b/morphir/flowz/spark/test/src/morphir/flowz/spark/testing/SparkSpec.scala deleted file mode 100644 index 3c9becb3..00000000 --- a/morphir/flowz/spark/test/src/morphir/flowz/spark/testing/SparkSpec.scala +++ /dev/null @@ -1,50 +0,0 @@ -package morphir.flowz.spark.testing - -import morphir.flowz.spark.sparkModule.SparkModule -import morphir.flowz.spark.testing.SparkSpec.SparkTestingEnv -import org.apache.spark.SparkConf -import org.apache.spark.sql.SparkSession -import zio.duration.durationInt -import zio.logging._ -import zio.logging.slf4j.Slf4jLogger -import zio.test.{ RunnableSpec, TestAspect, TestExecutor, TestRunner } -import zio.test.environment.{ TestEnvironment, testEnvironment } -import zio.{ ULayer, ZLayer } - -abstract class SparkSpec extends RunnableSpec[SparkTestingEnv, Any] { - val sparkSessionBuilder: SparkSession.Builder = SparkSpec.sparkSessionBuilder - - val sparkTestingLayer: ULayer[SparkTestingEnv] = { - val logFormat = "[correlation-id = %s] %s" - val logging = Slf4jLogger.make { (context, message) => - val correlationId = LogAnnotation.CorrelationId.render( - context.get(LogAnnotation.CorrelationId) - ) - logFormat.format(correlationId, message) - } - - val spark = - SparkModule.buildLayer(sparkSessionBuilder, newSession = true) - ZLayer.succeed(sparkSessionBuilder) >>> SparkModule.fromSparkSessionBuilder - - testEnvironment ++ logging ++ spark - }.orDie - - override def aspects: List[TestAspect[Nothing, SparkTestingEnv, Nothing, Any]] = - List(TestAspect.timeout(60.seconds)) - - override def runner: TestRunner[SparkTestingEnv, Any] = - TestRunner(TestExecutor.default(sparkTestingLayer)) -} -object SparkSpec { - val sparkSessionBuilder: SparkSession.Builder = { - val sparkConf = new SparkConf() - .setMaster("local[*]") - .setAppName("spark-spec") - .set("spark.ui.enabled", "false") - .set("spark.driver.host", "localhost") - SparkSession.builder().config(sparkConf) - } - type SparkTestingEnv = TestEnvironment with Logging with SparkModule - -} diff --git a/morphir/flowz/src-2.11/morphir/flowz/NeedsInputState.scala b/morphir/flowz/src-2.11/morphir/flowz/NeedsInputState.scala deleted file mode 100644 index d3f8fbce..00000000 --- a/morphir/flowz/src-2.11/morphir/flowz/NeedsInputState.scala +++ /dev/null @@ -1,23 +0,0 @@ -package morphir.flowz - -import scala.annotation.implicitNotFound - -/** - * A value of type `CanFail[E]` provides implicit evidence that an effect with - * error type `E` can fail, that is, that `E` is not equal to `Nothing`. - */ -@implicitNotFound( - "This operation assumes that your behavior (or effect, ste, or flow) requires an input state. " + - "However, your behavior has Any for the input state type, which means it " + - "has no requirement, so there is no need to provide the input state." -) -sealed abstract class NeedsInputState[+S] - -object NeedsInputState extends NeedsInputState[Nothing] { - - implicit def needsInputState[S]: NeedsInputState[S] = NeedsInputState - - // Provide multiple ambiguous values so an implicit NeedsInputState[Nothing] cannot be found. - implicit val needsInputStateAmbiguous1: NeedsInputState[Any] = NeedsInputState - implicit val needsInputStateAmbiguous2: NeedsInputState[Any] = NeedsInputState -} diff --git a/morphir/flowz/src-2.11/morphir/flowz/NeedsMsg.scala b/morphir/flowz/src-2.11/morphir/flowz/NeedsMsg.scala deleted file mode 100644 index 5db35f07..00000000 --- a/morphir/flowz/src-2.11/morphir/flowz/NeedsMsg.scala +++ /dev/null @@ -1,23 +0,0 @@ -package morphir.flowz - -import scala.annotation.implicitNotFound - -/** - * A value of type `NeedsMsg[Msg]` provides implicit evidence that an effect with - * error type `Msg` can fail, that is, that `Msg` is not equal to `Nothing`. - */ -@implicitNotFound( - "This operation assumes that your behavior, flow, step, or effect requires a message to be provided as input. " + - "However, your behavior has Any for the message type, which means it " + - "has no requirement, so there is no need to provide the message." -) -sealed abstract class NeedsMsg[+Msg] - -object NeedsMsg extends NeedsMsg[Nothing] { - - implicit def needsMsg[S]: NeedsMsg[S] = NeedsMsg - - // Provide multiple ambiguous values so an implicit NeedsNsg[Nothing] cannot be found. - implicit val needMsgAmbiguous1: NeedsMsg[Any] = NeedsMsg - implicit val needsMsgAmbiguous2: NeedsMsg[Any] = NeedsMsg -} diff --git a/morphir/flowz/src-2.12/morphir/flowz/NeedsInputState.scala b/morphir/flowz/src-2.12/morphir/flowz/NeedsInputState.scala deleted file mode 100644 index 8f776661..00000000 --- a/morphir/flowz/src-2.12/morphir/flowz/NeedsInputState.scala +++ /dev/null @@ -1,24 +0,0 @@ -package morphir.flowz - -import scala.annotation.implicitAmbiguous - -/** - * A value of type `NeedsInputState[R]` provides implicit evidence that a behavior, flow, step, or effect with - * input state type `S` needs a state value, that is, that `S` is not equal to - * `Any`. - */ -sealed abstract class NeedsInputState[+S] - -object NeedsInputState extends NeedsInputState[Nothing] { - - implicit def needsInputState[S]: NeedsInputState[S] = NeedsInputState - - // Provide multiple ambiguous values so an implicit NeedsInputState[Any] cannot be found. - @implicitAmbiguous( - "This operation assumes that your behavior, flow, step, or effect requires an input state. " + - "However, your behavior has Any for the input state type, which means it " + - "has no requirement, so there is no need to provide the input state." - ) - implicit val needsInputStateAmbiguous1: NeedsInputState[Any] = NeedsInputState - implicit val needsInputStateAmbiguous2: NeedsInputState[Any] = NeedsInputState -} diff --git a/morphir/flowz/src-2.12/morphir/flowz/NeedsMsg.scala b/morphir/flowz/src-2.12/morphir/flowz/NeedsMsg.scala deleted file mode 100644 index add75c6f..00000000 --- a/morphir/flowz/src-2.12/morphir/flowz/NeedsMsg.scala +++ /dev/null @@ -1,22 +0,0 @@ -package morphir.flowz -import scala.annotation.implicitAmbiguous - -/** - * A value of type `NeedsMsg[Msg]` provides implicit evidence that a behavior with - * message type `Msg` needs a message, that is, that `Msg` is not equal to `Any`. - */ -sealed abstract class NeedsMsg[+Msg] - -object NeedsMsg extends NeedsMsg[Nothing] { - - implicit def needsMsg[Msg]: NeedsMsg[Msg] = NeedsMsg - - // Provide multiple ambiguous values so an implicit NeedsMsg[Nothing] cannot be found. - @implicitAmbiguous( - "This operation assumes that your behavior, flow, step, or effect requires a message to be provided as input. " + - "However, your behavior has Any for the message type, which means it " + - "has no requirement, so there is no need to provide the message." - ) - implicit val needsMsgAmbiguous1: NeedsMsg[Any] = NeedsMsg - implicit val needsMsgAmbiguous2: NeedsMsg[Any] = NeedsMsg -} diff --git a/morphir/flowz/src-2.13/morphir/flowz/NeedsInputState.scala b/morphir/flowz/src-2.13/morphir/flowz/NeedsInputState.scala deleted file mode 100644 index 8f776661..00000000 --- a/morphir/flowz/src-2.13/morphir/flowz/NeedsInputState.scala +++ /dev/null @@ -1,24 +0,0 @@ -package morphir.flowz - -import scala.annotation.implicitAmbiguous - -/** - * A value of type `NeedsInputState[R]` provides implicit evidence that a behavior, flow, step, or effect with - * input state type `S` needs a state value, that is, that `S` is not equal to - * `Any`. - */ -sealed abstract class NeedsInputState[+S] - -object NeedsInputState extends NeedsInputState[Nothing] { - - implicit def needsInputState[S]: NeedsInputState[S] = NeedsInputState - - // Provide multiple ambiguous values so an implicit NeedsInputState[Any] cannot be found. - @implicitAmbiguous( - "This operation assumes that your behavior, flow, step, or effect requires an input state. " + - "However, your behavior has Any for the input state type, which means it " + - "has no requirement, so there is no need to provide the input state." - ) - implicit val needsInputStateAmbiguous1: NeedsInputState[Any] = NeedsInputState - implicit val needsInputStateAmbiguous2: NeedsInputState[Any] = NeedsInputState -} diff --git a/morphir/flowz/src-2.13/morphir/flowz/NeedsMsg.scala b/morphir/flowz/src-2.13/morphir/flowz/NeedsMsg.scala deleted file mode 100644 index add75c6f..00000000 --- a/morphir/flowz/src-2.13/morphir/flowz/NeedsMsg.scala +++ /dev/null @@ -1,22 +0,0 @@ -package morphir.flowz -import scala.annotation.implicitAmbiguous - -/** - * A value of type `NeedsMsg[Msg]` provides implicit evidence that a behavior with - * message type `Msg` needs a message, that is, that `Msg` is not equal to `Any`. - */ -sealed abstract class NeedsMsg[+Msg] - -object NeedsMsg extends NeedsMsg[Nothing] { - - implicit def needsMsg[Msg]: NeedsMsg[Msg] = NeedsMsg - - // Provide multiple ambiguous values so an implicit NeedsMsg[Nothing] cannot be found. - @implicitAmbiguous( - "This operation assumes that your behavior, flow, step, or effect requires a message to be provided as input. " + - "However, your behavior has Any for the message type, which means it " + - "has no requirement, so there is no need to provide the message." - ) - implicit val needsMsgAmbiguous1: NeedsMsg[Any] = NeedsMsg - implicit val needsMsgAmbiguous2: NeedsMsg[Any] = NeedsMsg -} diff --git a/morphir/flowz/src/morphir/flowz/AbstractStatelessStep.scala b/morphir/flowz/src/morphir/flowz/AbstractStatelessStep.scala deleted file mode 100644 index 72083e70..00000000 --- a/morphir/flowz/src/morphir/flowz/AbstractStatelessStep.scala +++ /dev/null @@ -1,6 +0,0 @@ -package morphir.flowz - -/** - * Represents a behavior that does not use state. - */ -abstract class AbstractStatelessStep[-InputMsg, -R, +E, +A] extends Step[Any, Any, InputMsg, R, E, A] {} diff --git a/morphir/flowz/src/morphir/flowz/FiberSyntax.scala b/morphir/flowz/src/morphir/flowz/FiberSyntax.scala deleted file mode 100644 index ff2c3abb..00000000 --- a/morphir/flowz/src/morphir/flowz/FiberSyntax.scala +++ /dev/null @@ -1,18 +0,0 @@ -//package morphir.flowz -// -//import zio.Fiber -// -//trait FiberSyntax { -// import FiberSyntax._ -// implicit def toFiberOutputChannelOps[State, Err, Output]( -// fiber: Fiber[Err, StepOutputs[State, Err]] -// ): FiberOutputChannelOps[State, Err, Output] = -// new FiberOutputChannelOps[State, Err, Output](fiber) -// -//} -// -//object FiberSyntax { -// class FiberOutputChannelOps[+State, +Err, +Output](val self: Fiber[Err, StepOutputs[State, Err]]) extends { -// def joinFlow: Act[Any, State, Any, Any, Err, Err] = Act.join(self) -// } -//} diff --git a/morphir/flowz/src/morphir/flowz/FilterResult.scala b/morphir/flowz/src/morphir/flowz/FilterResult.scala deleted file mode 100644 index e85c6dfc..00000000 --- a/morphir/flowz/src/morphir/flowz/FilterResult.scala +++ /dev/null @@ -1,98 +0,0 @@ -package morphir.flowz - -import scala.annotation.nowarn - -final case class FilterResult[+X, +I] private (included: Option[I], excluded: Option[X]) { self => - @nowarn - private def copy(): Unit = () - - def fold[A](ifExclude: X => A)(ifInclude: I => A): A = - self match { - case FilterResult(Some(value), None) => ifInclude(value) - case FilterResult(None, Some(value)) => ifExclude(value) - case other => - throw new IllegalArgumentException( - s"Cannot match FilterResult variant for: $other. A filter result should have an included or excluded value." - ) - } - - val isIncluded: Boolean = included.isDefined - val isExcluded: Boolean = !isIncluded - - /** - * Convert to an `Either` where `Excluded` results are `Left` and `Included` results are `Right` - */ - def toEither: Either[X, I] = fold[Either[X, I]](Left(_))(Right(_)) - - /** - * Convert to an `Option` where the `Included` values are `Some`s and `Excluded` values are `None` - */ - def toOption: Option[I] = included -} - -object FilterResult { - type Included[+A] = FilterResult[Nothing, A] - type Excluded[+A] = FilterResult[A, Nothing] - - @nowarn - private def apply[X, I](included: Option[I], excluded: Option[X]): FilterResult[Nothing, Nothing] = ??? - - /** - * Construct an excluded filter result. - */ - def excluded[A](value: A): Excluded[A] = Excluded(value) - - /** - * Construct an included filter result. - */ - def included[A](value: A): Included[A] = Included(value) - - /** - * Create a `FilterResult` from an `Either` - */ - def fromEither[X, I](either: Either[X, I]): FilterResult[X, I] = either match { - case Left(value) => excluded(value) - case Right(value) => included(value) - } - - /** - * Create a `FilterResult` from an `Option` - */ - def fromOption[A](option: Option[A]): FilterResult[Option[Nothing], A] = option match { - case Some(value) => included(value) - case None => excluded(None) - } - - object Included { - def apply[A](value: A): Included[A] = - new FilterResult(included = Some(value), excluded = None) - - def unapply[X, A](result: FilterResult[X, A]): Option[A] = - result match { - case FilterResult(res @ Some(_), None) => res - case _ => None - } - } - - object Excluded { - def apply[A](value: A): Excluded[A] = - new FilterResult(included = None, excluded = Some(value)) - - def unapply[X, A](result: FilterResult[X, A]): Option[X] = result match { - case FilterResult(None, res @ Some(_)) => res - case _ => None - } - } - - implicit class FilterResultSyntax[A](self: FilterResult[A, A]) { - def value: A = self.fold(identity)(identity) - } - - implicit class IncludedSyntax[I](self: FilterResult[Nothing, I]) { - def excludedAs[X]: FilterResult[X, I] = self - } - - implicit class ExcludedSyntax[X](self: FilterResult[X, Nothing]) { - def includedAs[I]: FilterResult[X, I] = self - } -} diff --git a/morphir/flowz/src/morphir/flowz/FilteredRecord.scala b/morphir/flowz/src/morphir/flowz/FilteredRecord.scala deleted file mode 100644 index 0eaf2119..00000000 --- a/morphir/flowz/src/morphir/flowz/FilteredRecord.scala +++ /dev/null @@ -1,7 +0,0 @@ -package morphir.flowz - -final case class FilteredRecord[Record](record: Record, reason: Option[String]) - -final case class EnrichmentFailure[Orig](originalRecord: Orig, reason: Option[String]) - -//TODO: Add typed filteredrecord that encapsulates the specific reason diff --git a/morphir/flowz/src/morphir/flowz/Flow.scala b/morphir/flowz/src/morphir/flowz/Flow.scala deleted file mode 100644 index 3e03d61c..00000000 --- a/morphir/flowz/src/morphir/flowz/Flow.scala +++ /dev/null @@ -1,3 +0,0 @@ -package morphir.flowz - -sealed abstract class Flow[-SIn, +SOut, -P, -R, +E, +A] {} diff --git a/morphir/flowz/src/morphir/flowz/FlowArgs.scala b/morphir/flowz/src/morphir/flowz/FlowArgs.scala deleted file mode 100644 index 65e9f35f..00000000 --- a/morphir/flowz/src/morphir/flowz/FlowArgs.scala +++ /dev/null @@ -1,3 +0,0 @@ -package morphir.flowz - -object FlowArgs {} diff --git a/morphir/flowz/src/morphir/flowz/FlowArguments.scala b/morphir/flowz/src/morphir/flowz/FlowArguments.scala deleted file mode 100644 index 2e5fd564..00000000 --- a/morphir/flowz/src/morphir/flowz/FlowArguments.scala +++ /dev/null @@ -1,3 +0,0 @@ -package morphir.flowz - -final case class FlowArguments(commandLine: List[String]) diff --git a/morphir/flowz/src/morphir/flowz/FlowExecutor.scala b/morphir/flowz/src/morphir/flowz/FlowExecutor.scala deleted file mode 100644 index 210cd061..00000000 --- a/morphir/flowz/src/morphir/flowz/FlowExecutor.scala +++ /dev/null @@ -1,19 +0,0 @@ -package morphir.flowz - -import zio._ - -abstract class FlowExecutor[+InitialState, +Params, +R <: Has[_]] { - - /** - * The environment used for executing a flow. - */ - def environment: Layer[Nothing, R] - - /** - * Initialize the execution of a flow given the initial environment. - * Part of initializing a flow involves constructing the initial state and parameters for that flow. - */ - def initialize: RIO[FlowInitEnv, (InitialState, Params)] -} - -object FlowExecutor {} diff --git a/morphir/flowz/src/morphir/flowz/FlowSuccess.scala b/morphir/flowz/src/morphir/flowz/FlowSuccess.scala deleted file mode 100644 index 2c7f759c..00000000 --- a/morphir/flowz/src/morphir/flowz/FlowSuccess.scala +++ /dev/null @@ -1,7 +0,0 @@ -package morphir.flowz - -final case class FlowSuccess[+S, +A](state: S, result: A) {} -object FlowSuccess { - def fromResult[S, A](result: StepSuccess[S, A]): FlowSuccess[S, A] = - FlowSuccess(state = result.state, result = result.result) -} diff --git a/morphir/flowz/src/morphir/flowz/NodePath.scala b/morphir/flowz/src/morphir/flowz/NodePath.scala deleted file mode 100644 index b4313a8f..00000000 --- a/morphir/flowz/src/morphir/flowz/NodePath.scala +++ /dev/null @@ -1,6 +0,0 @@ -package morphir.flowz - -import zio.Chunk - -final case class NodePath(segments: Chunk[String]) -object NodePath {} diff --git a/morphir/flowz/src/morphir/flowz/Property.scala b/morphir/flowz/src/morphir/flowz/Property.scala deleted file mode 100644 index d1484d0c..00000000 --- a/morphir/flowz/src/morphir/flowz/Property.scala +++ /dev/null @@ -1,60 +0,0 @@ -package morphir.flowz - -import zio.duration._ -import zio.{ Chunk, Fiber, Tag } - -/** - * Represents a named data holder which represents a property on some object. - */ -final class Property[V] private ( - val identifier: String, - val initial: V, - val combine: (V, V) => V, - private val tag: Tag[V] -) extends Serializable { - - override def equals(that: Any): Boolean = that match { - case that: Property[_] => (identifier, tag) == ((that.identifier, that.tag)) - } - - override lazy val hashCode: Int = - (identifier, tag).hashCode -} - -object Property { - def apply[V](identifier: String, initial: V, combine: (V, V) => V)(implicit tag: Tag[V]): Property[V] = - new Property[V](identifier, initial, combine, tag) - - /** - * An annotation which counts ignored steps. - */ - val ignored: Property[Int] = - Property("ignored", 0, _ + _) - - /** - * An annotation which tags steps with strings. - */ - val tagged: Property[Set[String]] = - Property("tagged", Set.empty, _ union _) - - /** - * An annotation for timing. - */ - val timing: Property[Duration] = - Property("timing", Duration.Zero, _ + _) - - import zio.Ref - - import scala.collection.immutable.SortedSet - - val fibers: Property[Either[Int, Chunk[Ref[SortedSet[Fiber.Runtime[Any, Any]]]]]] = - Property("fibers", Left(0), compose) - - def compose[A](left: Either[Int, Chunk[A]], right: Either[Int, Chunk[A]]): Either[Int, Chunk[A]] = - (left, right) match { - case (Left(n), Left(m)) => Left(n + m) - case (Right(refs1), Right(refs2)) => Right(refs1 ++ refs2) - case (Right(_), Left(n)) => Left(n) - case (Left(_), Right(refs)) => Right(refs) - } -} diff --git a/morphir/flowz/src/morphir/flowz/PropertyMap.scala b/morphir/flowz/src/morphir/flowz/PropertyMap.scala deleted file mode 100644 index 744238b5..00000000 --- a/morphir/flowz/src/morphir/flowz/PropertyMap.scala +++ /dev/null @@ -1,44 +0,0 @@ -package morphir.flowz - -/** - * A property map keeps track of properties of different types. - * It serves as a backing store for properties and can be used to extend/addProperty objects with custom properties. - */ -final class PropertyMap private (private val map: Map[Property[Any], AnyRef]) { self => - - def ++(that: PropertyMap): PropertyMap = - new PropertyMap((self.map.toVector ++ that.map.toVector).foldLeft[Map[Property[Any], AnyRef]](Map()) { - case (acc, (key, value)) => - acc + (key -> acc.get(key).fold(value)(key.combine(_, value).asInstanceOf[AnyRef])) - }) - - /** - * Appends the specified annotation to the annotation map. - */ - def annotate[V](key: Property[V], value: V): PropertyMap = { - val res = update[V](key, key.combine(_, value)) - res - } - - /** - * Retrieves the annotation of the specified type, or its default value if there is none. - */ - def get[V](key: Property[V]): V = - map.get(key.asInstanceOf[Property[Any]]).fold(key.initial)(_.asInstanceOf[V]) - - private def overwrite[V](key: Property[V], value: V): PropertyMap = - new PropertyMap(map + (key.asInstanceOf[Property[Any]] -> value.asInstanceOf[AnyRef])) - - private def update[V](key: Property[V], f: V => V): PropertyMap = - overwrite(key, f(get(key))) - - override def toString: String = map.toString() -} - -object PropertyMap { - - /** - * An empty annotation map. - */ - val empty: PropertyMap = new PropertyMap(Map()) -} diff --git a/morphir/flowz/src/morphir/flowz/RunnableStep.scala b/morphir/flowz/src/morphir/flowz/RunnableStep.scala deleted file mode 100644 index 422b2fe9..00000000 --- a/morphir/flowz/src/morphir/flowz/RunnableStep.scala +++ /dev/null @@ -1,58 +0,0 @@ -package morphir.flowz -import morphir.flowz.instrumentation.InstrumentationEvent -import zio.ZIO - -final case class RunnableStep[-SIn, +SOut, -Msg, -R, +E, +A]( - override val label: Option[String], - underlyingStep: Step[SIn, SOut, Msg, R, E, A] -) extends Step[SIn, SOut, Msg, R with StepRuntimeEnv, E, A] { - - /** - * Defines the underlying behavior of this `Step`. - */ - protected[flowz] def behavior(state: SIn, message: Msg): ZIO[R with StepRuntimeEnv, E, StepSuccess[SOut, A]] = - for { - uid <- StepExecutionId.nextExecutionId - labelResolved <- ZIO.succeed(label getOrElse "N/A") - _ <- iLog.trace(InstrumentationEvent.stepExecutionStarted(uid, labelResolved)) - result <- - underlyingStep - .behavior(state, message) - .tapCause(cause => iLog.error(InstrumentationEvent.stepExecutionFailed(uid, labelResolved, cause), cause)) - .tap(_ => iLog.trace(InstrumentationEvent.stepExecutionSucceeded(uid, labelResolved))) - } yield result - - /** - * Runs the step. - */ - final def run(implicit ev1: Any <:< SIn, ev2: Any <:< Msg): ZIO[R with StepRuntimeEnv, E, StepSuccess[SOut, A]] = - run((), ()) - - /** - * Runs the step. - */ - final def run(state: SIn, message: Msg): ZIO[R with StepRuntimeEnv, E, StepSuccess[SOut, A]] = - behavior(state, message) - - /** - * Runs the step. - */ - final def run(message: Msg)(implicit ev: Any <:< SIn): ZIO[R with StepRuntimeEnv, E, StepSuccess[SOut, A]] = - run((), message) - - /** - * Runs the step. - */ - final def runResult(implicit ev1: Any <:< SIn, ev2: Any <:< Msg): ZIO[R with StepRuntimeEnv, E, A] = - run((), ()).map(_.result) -} - -object RunnableStep { - def step[SIn, SOut, Msg, R, Err, A]( - label: String - )(theStep: Step[SIn, SOut, Msg, R, Err, A]): RunnableStep[SIn, SOut, Msg, R, Err, A] = - theStep match { - case runnable @ RunnableStep(_, _) => runnable.asInstanceOf[RunnableStep[SIn, SOut, Msg, R, Err, A]] - case _ => RunnableStep(Option(label), theStep) - } -} diff --git a/morphir/flowz/src/morphir/flowz/Step.scala b/morphir/flowz/src/morphir/flowz/Step.scala deleted file mode 100644 index 7d0f1739..00000000 --- a/morphir/flowz/src/morphir/flowz/Step.scala +++ /dev/null @@ -1,555 +0,0 @@ -package morphir.flowz - -import zio._ - -/** - * A step is a purely functional description of a computation that requires - * an environment `R`, an initial state of `SIn` and an input/update message `Msg`. - * It may fail with either an `E` or succeed with an updated state `SOut` and a result `A`. - */ -abstract class Step[-SIn, +SOut, -Msg, -R, +E, +A] { self => - import Step._ - - /** - * Returns a step that executes both this step and the specified step, - * in parallel, returning the result of the provided step. If either side fails, - * then the other side will be interrupted, interrupting the result. - */ - def &>[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B, S, C]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - ): Step[SIn1, SOut1, In1, R1, E1, B] = - self.zipWithPar(that)((_, b) => b) - - /** - * Connect this Step to the given Step by connecting the output state of this Step to the input state - * of the other Step and by connecting the result of this Step to the input of the other. - */ - def >>>[SOut2, R1 <: R, E1 >: E, B]( - that: Step[SOut, SOut2, A, R1, E1, B] - ): Step[SIn, SOut2, Msg, R1, E1, B] = - self andThen that - - /** - * A variant of flatMap that ignores the values (result and state) produced by this step. - */ - def *>[SIn1 <: SIn, Msg1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, Msg1, R1, E1, B] - ): Step[SIn1, SOut1, Msg1, R1, E1, B] = - Step(self.asEffect *> that.asEffect) - - /** - * An operator alias for zip. - */ - def <*>[SIn1 <: SIn, Msg1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, Msg1, R1, E1, B] - ): Step[SIn1, (SOut, SOut1), Msg1, R1, E1, (A, B)] = self zip that - - /** - * Returns a step that executes both this step and the specified step, - * in parallel, this step's result is returned. If either side fails, - * then the other side will be interrupted, thus interrupting the result. - */ - def <&[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B, S, C]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - ): Step[SIn1, SOut, In1, R1, E1, A] = - self.zipWithPar(that)((a, _) => a) - - /** - * An operator alias for zip. - */ - def <&>[SIn1 <: SIn, Msg1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, Msg1, R1, E1, B] - ): Step[SIn1, (SOut, SOut1), Msg1, R1, E1, (A, B)] = self zipPar that - - /** - * An operator alias for zipPar. - */ - def |+|[SIn1 <: SIn, Msg1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, Msg1, R1, E1, B] - ): Step[SIn1, (SOut, SOut1), Msg1, R1, E1, (A, B)] = self zipPar that - - /** - * Sequences the specified step after this step, but ignores the - * values (result and state) produced by the step. - */ - def <*[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - ): Step[SIn1, SOut, In1, R1, E1, A] = Step(self.asEffect <* that.asEffect) - - /** - * Executes the given step upon the successful execution of this step. - */ - def andThen[SOut2, R1 <: R, E1 >: E, B]( - that: Step[SOut, SOut2, A, R1, E1, B] - ): Step[SIn, SOut2, Msg, R1, E1, B] = - Step(ZIO.accessM[(SIn, Msg, R1)] { case (_, _, r) => - self.asEffect.flatMap(success => that.asEffect.provide((success.state, success.result, r))) - }) - - /** - * Maps the success value of this step to a constant value. - */ - final def as[B](b: => B): Step[SIn, SOut, Msg, R, E, B] = map(_ => b) - - /** - * Get this Step as an effect. - */ - protected[flowz] final lazy val asEffect: ZBehavior[SIn, SOut, Msg, R, E, A] = toEffect - - /** - * Defines the underlying behavior of this `Step`. - */ - protected[flowz] def behavior(state: SIn, message: Msg): ZIO[R, E, StepSuccess[SOut, A]] - - /** - * Returns a step whose failure and success channels have been mapped by the specified pair of - * functions, f and g. - */ - def bimap[E2, B](f: E => E2, g: A => B)(implicit ev: CanFail[E]): Step[SIn, SOut, Msg, R, E2, B] = - Step(ZIO.accessM[(SIn, Msg, R)] { env => - self.asEffect.provide(env).bimap(f, _.map(g)) - }) - - /** - * Returns a step whose failure and success have been lifted into an - * `Either`. The resulting computation cannot fail, because the failure case - * has been exposed as part of the `Either` success case. - */ - def either[S >: SOut <: SIn](implicit ev: CanFail[E]): Step[S, S, Msg, R, Nothing, Either[E, A]] = - foldM( - failure = e => modify(s => (s, Left(e))), - success = a => modify(s => (s, Right(a))) - ) - - /** - * Returns a step that models the execution of this step, followed by - * the passing of its value to the specified continuation function `k`, - * followed by the step that it returns. - * - * {{{ - * val parsed = readFile("foo.txt").flatMap(file => parseFile(file)) - * }}} - */ - def flatMap[SOut1, In1 <: Msg, R1 <: R, E1 >: E, B]( - k: A => Step[SOut, SOut1, In1, R1, E1, B] - ): Step[SIn, SOut1, In1, R1, E1, B] = - Step[SIn, SOut1, In1, R1, E1, B]( - ZIO.accessM[(SIn, In1, R1)] { case (_, msg, r) => - asEffect.flatMap { res: StepSuccess[SOut, A] => - k(res.result).asEffect.provide((res.state, msg, r)) - } - } - ) - - /** - * Folds over the failed or successful results of this step to yield - * a step that does not fail, but succeeds with the value of the left - * or right function passed to `fold`. - */ - def fold[S >: SOut <: SIn, B](failure: E => B, success: A => B)(implicit - ev: CanFail[E] - ): Step[S, S, Msg, R, Nothing, B] = - self.foldM(e => modify(s => (s, failure(e): B)), a => modify(s => (s, success(a)))) - - /** - * A more powerful version of `foldM` that allows recovering from any kind of failure except interruptions. - */ - def foldCauseM[SIn0 <: SIn, SOut1, Msg1 <: Msg, R1 <: R, E1, B]( - failure: Cause[E] => Step[SIn0, SOut1, Msg1, R1, E1, B], - success: A => Step[SOut, SOut1, Msg1, R1, E1, B] - )(implicit ev: CanFail[E]): Step[SIn0, SOut1, Msg1, R1, E1, B] = { - val _ = ev - fromFunctionM { case (initialState, msg, r1) => - self.asEffect - .foldCauseM( - failure = { cause => failure(cause).toEffect }, - success = { a => success(a.result).toEffect.provide((a.state, msg, r1)) } - ) - .provide((initialState, msg, r1)) - } - } - - /** - * Recovers from errors by accepting one step to execute for the case of an - * error, and one step to execute for the case of success. - */ - def foldM[SIn0 <: SIn, SOut1, Msg1 <: Msg, R1 <: R, E1, B]( - failure: E => Step[SIn0, SOut1, Msg1, R1, E1, B], - success: A => Step[SOut, SOut1, Msg1, R1, E1, B] - )(implicit ev: CanFail[E]): Step[SIn0, SOut1, Msg1, R1, E1, B] = - fromFunctionM { case (initialState, msg, r1) => - self.asEffect - .foldM( - failure = { cause => failure(cause).toEffect }, - success = { a => success(a.result).toEffect.provide((a.state, msg, r1)) } - ) - .provide((initialState, msg, r1)) - } - - /** - * Exposes the output state into the value channel. - */ - def getState: Step[SIn, SOut, Msg, R, E, (SOut, A)] = - flatMap(a => get.map(s => (s, a))) - - def label: Option[String] = None - - /** - * Returns a step whose success is mapped by the specified function f. - */ - final def map[B](f: A => B): Step[SIn, SOut, Msg, R, E, B] = fromEffect(asEffect.map(_.map(f))) - - /** - * Returns a step with its error channel mapped using the specified - * function. This can be used to lift a "smaller" error into a "larger" - * error. - */ - final def mapError[E2](f: E => E2)(implicit ev: CanFail[E]): Step[SIn, SOut, Msg, R, E2, A] = - Step(self.asEffect.mapError(f)) - - /** - * Returns a step with its full cause of failure mapped using the - * specified function. This can be used to transform errors while - * preserving the original structure of `Cause`. - */ - final def mapErrorCause[E2](f: Cause[E] => Cause[E2])(implicit ev: CanFail[E]): Step[SIn, SOut, Msg, R, E2, A] = { - val _ = ev - Step(self.asEffect.mapErrorCause(f)) - } - - final def mapResults[SOut2, B]( - f: StepSuccess[SOut, A] => StepSuccess[SOut2, B] - ): Step[SIn, SOut2, Msg, R, E, B] = - fromEffect(asEffect.map(res => res.transform(f))) - - final def mapState[SOut2](f: SOut => SOut2): Step[SIn, SOut2, Msg, R, E, A] = fromEffect( - asEffect.map(_.mapState(f)) - ) - - /** - * Provide the step all its required inputs and its environment - */ - final def provide(initialState: SIn, message: Msg, environment: R): IndieStep[SOut, E, A] = - Step(asEffect.provide((initialState, message, environment))) - - /** - * Provide the step all its required inputs and its environment - */ - final def provide(message: Msg)(implicit ev1: Any <:< SIn, ev2: Any <:< R): IndieStep[SOut, E, A] = - Step(asEffect.provide(((), message, ()))) - - /** - * Provide the step all its required inputs and its environment - */ - final def provide(initialState: SIn, message: Msg)(implicit ev1: Any <:< R): IndieStep[SOut, E, A] = - Step(asEffect.provide((initialState, message, ()))) - - /** - * Provide the step with its environment. - */ - final def provideEnvironment(environment: R): Step[SIn, SOut, Msg, Any, E, A] = - Step(ZIO.accessM[(SIn, Msg, Any)] { case (initialState, message, _) => - asEffect.provide((initialState, message, environment)) - }) - - /** - * Provide the step with its initial state and message. - */ - final def provideInputs(initialState: SIn, message: Msg): Step[Any, SOut, Any, R, E, A] = - Step(ZIO.accessM[(Any, Any, R)] { case (_, _, r) => asEffect.provide((initialState, message, r)) }) - - /** - * Provide the step with its update message. - */ - final def provideMessage(message: Msg): Step[SIn, SOut, Any, R, E, A] = - Step(ZIO.accessM[(SIn, Any, R)] { case (initialState, _, r) => asEffect.provide((initialState, message, r)) }) - - /** - * Provide the step with its initial state - */ - final def provideState(initialState: SIn): Step[Any, SOut, Msg, R, E, A] = - Step(asEffect.provideState(initialState)) - - /** - * Returns a step that effectfully "peeks" at the success of this behavior. - * - * {{{ - * readFile("data.json").tap(putStrLn) - * }}} - */ - def tap[R1 <: R, E1 >: E]( - func: StepSuccess[SOut, A] => ZIO[R1, E1, Any] - ): Step[SIn, SOut, Msg, R1, E1, A] = - Step[SIn, SOut, Msg, R1, E1, A]( - ZIO.accessM[(SIn, Msg, R1)] { case (_, _, r1) => - self.asEffect.tap(success => func(success).provide(r1)) - } - ) - - def toEffect: ZBehavior[SIn, SOut, Msg, R, E, A] = ZIO.accessM[(SIn, Msg, R)] { case (stateIn, msg, r) => - behavior(stateIn, msg).provide(r) - } - - def withAnnotation[R1 <: R with Properties]: Step[SIn, SOut, Msg, R1, Annotated[E], Annotated[A]] = - accessStep[R1] { r => - Step.fromEffect( - r.get.withAnnotation(self.asEffect).map { case (success, map) => - success.map(a => (a, map)) - } - ) - } - - def withLabel(label: String): Step[SIn, SOut, Msg, R, E, A] = - StepWithMetadata(label = Option(label), underlyingStep = self) - - def zip[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - ): Step[SIn1, (SOut, SOut1), In1, R1, E1, (A, B)] = - Step((self.asEffect zip that.asEffect) map { case (left, right) => left zip right }) - - def zipPar[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - ): Step[SIn1, (SOut, SOut1), In1, R1, E1, (A, B)] = - Step((self.asEffect zipPar that.asEffect) map { case (left, right) => left zip right }) - - def zipWith[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B, S, C]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - )( - f: (StepSuccess[SOut, A], StepSuccess[SOut1, B]) => StepSuccess[S, C] - ): Step[SIn1, S, In1, R1, E1, C] = - Step((self.asEffect zipWith that.asEffect)(f)) - - def zipWithPar[SIn1 <: SIn, In1 <: Msg, R1 <: R, E1 >: E, SOut1, B, S, C]( - that: Step[SIn1, SOut1, In1, R1, E1, B] - )( - f: (StepSuccess[SOut, A], StepSuccess[SOut1, B]) => StepSuccess[S, C] - ): Step[SIn1, S, In1, R1, E1, C] = - Step((self.asEffect zipWithPar that.asEffect)(f)) -} -object Step extends StepArities with ZBehaviorSyntax { - - def accessStep[R]: AccessStepPartiallyApplied[R] = new AccessStepPartiallyApplied[R] - def accessService[R]: AccessServicePartially[R] = new AccessServicePartially[R] - def accessServiceM[R]: AccessServiceMPartially[R] = new AccessServiceMPartially[R] - - def apply[InitialState, StateOut, In, R, E, A]( - effect: ZBehavior[InitialState, StateOut, In, R, E, A] - ): Step[InitialState, StateOut, In, R, E, A] = - fromEffect[InitialState, StateOut, In, R, E, A](effect) - - implicit def behaviorFromFunctionM[SIn, SOut, In, R, Err, A]( - f: (SIn, In) => ZIO[R, Err, StepSuccess[SOut, A]] - ): Step[SIn, SOut, In, R, Err, A] = - fromEffect[SIn, SOut, In, R, Err, A](ZIO.accessM[(SIn, In, R)] { case (state, msg, r) => - f(state, msg).provide(r) - }) - - def environment[R]: StatelessStep[Any, R, Nothing, R] = Stateless[Any, R, Nothing, R]( - ZIO.access[(Any, R)] { case (_, r) => r } - ) - - /** - * Constructs a behavior that always fails with the given error. - */ - def fail[E](error: E): IndieStep[Nothing, E, Nothing] = Fail(error) - - def fromEffect[SIn, SOut, Msg, R, E, A]( - effect: ZBehavior[SIn, SOut, Msg, R, E, A] - ): Step[SIn, SOut, Msg, R, E, A] = - FromEffect(effect) - - /** - * Create a behavior by providing a possibly impure function. - * - * For example: - * - * {{{ - * val intConverter = Step.fromFunction { numberStr:String => - * numberStr.toInt - * } - * }}} - */ - def fromFunction[In, Out](f: In => Out): FuncStep[In, Out] = - MessageHandler(ZIO.accessM[In](input => ZIO.effect(f(input)))) - - /** - * Lifts an effectful function whose effect requires no environment into - * a behavior that requires the input to the function. - */ - def fromFunctionM[SIn, SOut, In, R, Err, A]( - f: (SIn, In, R) => IO[Err, StepSuccess[SOut, A]] - ): Step[SIn, SOut, In, R, Err, A] = - fromEffect[SIn, SOut, In, R, Err, A](ZIO.accessM[(SIn, In, R)] { case (state, msg, r) => - f(state, msg, r) - }) - - /** - * Creates a behavior from a typical `ZIO` effect which does not have input state and message components. - */ - def fromZIO[R, E, A](effect: ZIO[R, E, A]): ZIOStep[R, E, A] = FromZIO[R, E, A](effect) - - /** - * Constructs a Step that gets the initial state unchanged. - */ - def get[S]: Step[S, S, Any, Any, Nothing, S] = - modify(s => (s, s)) - - def getMessage[In]: Step[Any, Any, In, Any, Nothing, In] = - MessageHandler(ZIO.access[In](identity)) - - /** - * Constructs a Step from a modify function. - */ - def modify[S1, S2, A](f: S1 => (S2, A)): Step[S1, S2, Any, Any, Nothing, A] = - Modify(f) - - def outputting[S, Value](state: S, value: Value): IndieStep[S, Nothing, Value] = - SetOutputs(newState = state, value = value) - - /** - * Accesses the specified service in the environment of the behavior. - */ - def service[R: Tag]: ZIOStep[Has[R], Nothing, R] = - fromZIO(ZIO.service[R]) - - /** - * Constructs a Step that sets the state to the specified value.å - */ - def set[S](state: S): Step[Any, S, Any, Any, Nothing, Unit] = modify(_ => (state, ())) - - /** - * Constructs a stateless behavior from a function that produces an effect. - */ - def stateless[In, R, E, A](f: In => ZIO[R, E, A]): StatelessStep[In, R, E, A] = - new AbstractStatelessStep[In, R, E, A] { - protected[flowz] def behavior(state: Any, message: In): ZIO[R, E, StepSuccess[Any, A]] = - f(message).map(state -> _) - } - - /** - * Constructs a behavior that always succeeds with the given value. - */ - def succeed[A](value: => A): Step[Any, Any, Any, Any, Nothing, A] = Succeed(value) - - val unit: Step[Any, Any, Any, Any, Nothing, Unit] = - succeed(()) - - /** - * Constructs a behavior from a function that produces a new state and a result given an initial state and a message. - * This function is expected to be pure without side effects and should not throw any exceptions. - */ - def update[S1, S2, In, A](f: (S1, In) => (S2, A)): Step[S1, S2, In, Any, Nothing, A] = - Stateful(ZIO.access[(S1, In, Any)] { case (s1, msg, _) => - val (s2, a) = f(s1, msg) - StepSuccess(s2, a) - }) - - final case class Fail[E](error: E) extends IndieStep[Nothing, E, Nothing] { - protected[flowz] def behavior(state: Any, message: Any): ZIO[Any, E, StepSuccess[Nothing, Nothing]] = - ZIO.fail(error) - } - - final case class FromEffect[SIn, SOut, In, Env, E, A]( - zio: ZIO[(SIn, In, Env), E, StepSuccess[SOut, A]] - ) extends Step[SIn, SOut, In, Env, E, A] { - override lazy val toEffect: ZIO[(SIn, In, Env), E, StepSuccess[SOut, A]] = zio - protected[flowz] def behavior(state: SIn, message: In): ZIO[Env, E, StepSuccess[SOut, A]] = - zio.provideSome[Env](env => (state, message, env)) - } - - final case class FromZIO[-R, +E, +A](zio: ZIO[R, E, A]) extends Step[Any, Any, Any, R, E, A] { - protected[flowz] def behavior(state: Any, message: Any): ZIO[R, E, StepSuccess[Any, A]] = - zio.map(a => StepSuccess(state = state, result = a)) - } - - final case class MessageHandler[-In, +Err, +A](private val zio: ZIO[In, Err, A]) - extends AbstractStatelessStep[In, Any, Err, A] { - - protected[flowz] def behavior(state: Any, message: In): ZIO[Any, Err, StepSuccess[Any, A]] = - zio.map(result => StepSuccess(state = state, result = result)).provide(message) - - } - - final case class Modify[-S1, +S2, +A](func: S1 => (S2, A)) extends Step[S1, S2, Any, Any, Nothing, A] { - - protected[flowz] def behavior(state: S1, message: Any): ZIO[Any, Nothing, StepSuccess[S2, A]] = - ZIO.effectTotal(func(state)) - - } - - final case class SetOutputs[S, A](newState: S, value: A) extends IndieStep[S, Nothing, A] { - protected[flowz] def behavior(state: Any, message: Any): ZIO[Any, Nothing, StepSuccess[S, A]] = - ZIO.succeed((newState, value)) - } - - final case class Succeed[+A](value: A) extends Step[Any, Any, Any, Any, Nothing, A] { - protected[flowz] def behavior(state: Any, message: Any): ZIO[Any, Nothing, StepSuccess[Any, A]] = - ZIO.succeed(StepSuccess(state, value)) - } - - /** - * Represents a stateful step that is constructed from an effect. - */ - final case class Stateful[S, StateOut, In, R, E, A]( - private val effect: ZBehavior[S, StateOut, In, R, E, A] - ) extends Step[S, StateOut, In, R, E, A] { - protected[flowz] def behavior(state: S, message: In): ZIO[R, E, StepSuccess[StateOut, A]] = - effect.provideSome[R](r => (state, message, r)) - } - - /** - * Represents a stateless behavior that is constructed from an effect. - */ - final case class Stateless[In, R, E, A](private val effect: ZIO[(In, R), E, A]) - extends AbstractStatelessStep[In, R, E, A] { - protected[flowz] def behavior(state: Any, message: In): ZIO[R, E, StepSuccess[Any, A]] = - effect.map(value => StepSuccess(state, value)).provideSome[R](r => (message, r)) - } - - final class AccessServicePartially[R](private val dummy: Boolean = true) extends AnyVal { - def apply[A](f: R => A)(implicit tag: Tag[R]): ZIOStep[Has[R], Nothing, A] = - Step.fromZIO(ZIO.service[R].flatMap(r => ZIO.effectTotal(f(r)))) - } - - final class AccessServiceMPartially[R](private val dummy: Boolean = true) extends AnyVal { - def apply[E, A](f: R => IO[E, A])(implicit tag: Tag[R]): ZIOStep[Has[R], E, A] = - Step.fromZIO(ZIO.service[R].flatMap(r => f(r))) - } - - final class AccessStepPartiallyApplied[R](private val dummy: Boolean = true) extends AnyVal { - def apply[SIn, SOut, Msg, E, A](f: R => Step[SIn, SOut, Msg, R, E, A]): Step[SIn, SOut, Msg, R, E, A] = - Step(ZIO.accessM[(SIn, Msg, R)] { case (_, _, r) => - f(r).toEffect - }) - } - - final class FromEffectFn[-SIn, +SOut, -Msg, -R, +E, +A] extends ((SIn, Msg) => ZIO[R, E, (SOut, A)]) { - def apply(initialState: SIn, message: Msg): ZIO[R, E, (SOut, A)] = ??? - } - - final case class StepWithMetadata[-SIn, +SOut, -Msg, -R, +E, +A]( - override val label: Option[String], - private val underlyingStep: Step[SIn, SOut, Msg, R, E, A] - ) extends Step[SIn, SOut, Msg, R, E, A] { - - /** - * Defines the underlying behavior of this `Step`. - */ - protected[flowz] def behavior(state: SIn, message: Msg): ZIO[R, E, StepSuccess[SOut, A]] = - underlyingStep.behavior(state, message) - } -} - -object stepExample extends App { - import zio.console.Console - import zio.logging.LogLevel - import morphir.flowz.instrumentation.InstrumentationLogging - - override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - val step1 = step("Say Hi")(Step.accessServiceM[Console.Service](_.putStrLn("Hi"))) - - step1.run.exitCode.provideCustomLayer( - StepUidGenerator.live ++ InstrumentationLogging.console(logLevel = LogLevel.Trace) - ) - } -} diff --git a/morphir/flowz/src/morphir/flowz/StepArities.scala b/morphir/flowz/src/morphir/flowz/StepArities.scala deleted file mode 100644 index da6a4e35..00000000 --- a/morphir/flowz/src/morphir/flowz/StepArities.scala +++ /dev/null @@ -1,443 +0,0 @@ -package morphir.flowz - -import zio.logging.LogLevel - -trait StepArities { - - final def mapN[SIn, SA, SB, Msg, R, E, A, B, SOut, Result, MA, MB]( - stepA: Step[SIn, SA, Msg, R, E, A], - stepB: Step[SIn, SB, Msg, R, E, B] - )( - f: (StepSuccess[SA, A], StepSuccess[SB, B]) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - stepA.zipWith(stepB)(f) - - final def mapParN[SIn, SA, SB, Msg, R, E, A, B, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, E, A], - behaviorB: Step[SIn, SB, Msg, R, E, B] - )( - f: (StepSuccess[SA, A], StepSuccess[SB, B]) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - behaviorA.zipWithPar(behaviorB)(f) - - final def mapN[SIn, SA, SB, SC, Msg, R, E, A, B, C, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, E, A], - behaviorB: Step[SIn, SB, Msg, R, E, B], - behaviorC: Step[SIn, SC, Msg, R, E, C] - )( - f: (StepSuccess[SA, A], StepSuccess[SB, B], StepSuccess[SC, C]) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - (behaviorA <*> behaviorB <*> behaviorC).mapResults { case StepSuccess(((sa, sb), sc), ((a, b), c)) => - f(StepSuccess(sa, a), StepSuccess(sb, b), StepSuccess(sc, c)) - } - - final def mapParN[SIn, SA, SB, SC, Msg, R, E, A, B, C, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, E, A], - behaviorB: Step[SIn, SB, Msg, R, E, B], - behaviorC: Step[SIn, SC, Msg, R, E, C] - )( - f: (StepSuccess[SA, A], StepSuccess[SB, B], StepSuccess[SC, C]) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - (behaviorA <&> behaviorB <&> behaviorC).mapResults { case StepSuccess(((sa, sb), sc), ((a, b), c)) => - f(StepSuccess(sa, a), StepSuccess(sb, b), StepSuccess(sc, c)) - } - - final def mapN[SIn, SA, SB, SC, SD, Msg, R, E, A, B, C, D, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, E, A], - behaviorB: Step[SIn, SB, Msg, R, E, B], - behaviorC: Step[SIn, SC, Msg, R, E, C], - behaviorD: Step[SIn, SD, Msg, R, E, D] - )( - f: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - (behaviorA <*> behaviorB <*> behaviorC <*> behaviorD).mapResults { - case StepSuccess((((sa, sb), sc), sd), (((a, b), c), d)) => - f(StepSuccess(sa, a), StepSuccess(sb, b), StepSuccess(sc, c), StepSuccess(sd, d)) - } - - final def mapParN[SIn, SA, SB, SC, SD, Msg, R, E, A, B, C, D, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, E, A], - behaviorB: Step[SIn, SB, Msg, R, E, B], - behaviorC: Step[SIn, SC, Msg, R, E, C], - behaviorD: Step[SIn, SD, Msg, R, E, D] - )( - f: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, E, Result] = - (behaviorA <&> behaviorB <&> behaviorC <&> behaviorD).mapResults { - case StepSuccess((((sa, sb), sc), sd), (((a, b), c), d)) => - f(StepSuccess(sa, a), StepSuccess(sb, b), StepSuccess(sc, c), StepSuccess(sd, d)) - } - - final def mapN[SIn, SA, SB, SC, SD, SE, Msg, R, Err, A, B, C, D, E, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E] - )( - f: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <*> behaviorB <*> behaviorC <*> behaviorD <*> behaviorE).mapResults { - case StepSuccess(((((sa, sb), sc), sd), se), ((((a, b), c), d), e)) => - f( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e) - ) - } - - final def mapParN[SIn, SA, SB, SC, SD, SE, Msg, R, Err, A, B, C, D, E, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E] - )( - f: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <&> behaviorB <&> behaviorC <&> behaviorD <&> behaviorE).mapResults { - case StepSuccess(((((sa, sb), sc), sd), se), ((((a, b), c), d), e)) => - f( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e) - ) - } - - final def mapN[SIn, SA, SB, SC, SD, SE, SF, Msg, R, Err, A, B, C, D, E, F, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <*> behaviorB <*> behaviorC <*> behaviorD <*> behaviorE <*> behaviorF).mapResults { - case StepSuccess((((((sa, sb), sc), sd), se), sf), (((((a, b), c), d), e), f)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f) - ) - } - - final def mapParN[SIn, SA, SB, SC, SD, SE, SF, Msg, R, Err, A, B, C, D, E, F, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <&> behaviorB <&> behaviorC <&> behaviorD <&> behaviorE <&> behaviorF).mapResults { - case StepSuccess((((((sa, sb), sc), sd), se), sf), (((((a, b), c), d), e), f)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f) - ) - } - - final def mapN[SIn, SA, SB, SC, SD, SE, SF, SG, Msg, R, Err, A, B, C, D, E, F, G, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F], - behaviorG: Step[SIn, SG, Msg, R, Err, G] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <*> behaviorB <*> behaviorC <*> behaviorD <*> behaviorE <*> behaviorF <*> behaviorG).mapResults { - case StepSuccess(((((((sa, sb), sc), sd), se), sf), sg), ((((((a, b), c), d), e), f), g)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f), - StepSuccess(sg, g) - ) - } - - final def mapParN[SIn, SA, SB, SC, SD, SE, SF, SG, Msg, R, Err, A, B, C, D, E, F, G, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F], - behaviorG: Step[SIn, SG, Msg, R, Err, G] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <&> behaviorB <&> behaviorC <&> behaviorD <&> behaviorE <&> behaviorF <&> behaviorG).mapResults { - case StepSuccess(((((((sa, sb), sc), sd), se), sf), sg), ((((((a, b), c), d), e), f), g)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f), - StepSuccess(sg, g) - ) - } - - final def mapN[SIn, SA, SB, SC, SD, SE, SF, SG, SH, Msg, R, Err, A, B, C, D, E, F, G, H, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F], - behaviorG: Step[SIn, SG, Msg, R, Err, G], - behaviorH: Step[SIn, SH, Msg, R, Err, H] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G], - StepSuccess[SH, H] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <*> behaviorB <*> behaviorC <*> behaviorD <*> behaviorE <*> behaviorF <*> behaviorG <*> behaviorH).mapResults { - case StepSuccess((((((((sa, sb), sc), sd), se), sf), sg), sh), (((((((a, b), c), d), e), f), g), h)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f), - StepSuccess(sg, g), - StepSuccess(sh, h) - ) - } - - final def mapParN[SIn, SA, SB, SC, SD, SE, SF, SG, SH, Msg, R, Err, A, B, C, D, E, F, G, H, SOut, Result]( - behaviorA: Step[SIn, SA, Msg, R, Err, A], - behaviorB: Step[SIn, SB, Msg, R, Err, B], - behaviorC: Step[SIn, SC, Msg, R, Err, C], - behaviorD: Step[SIn, SD, Msg, R, Err, D], - behaviorE: Step[SIn, SE, Msg, R, Err, E], - behaviorF: Step[SIn, SF, Msg, R, Err, F], - behaviorG: Step[SIn, SG, Msg, R, Err, G], - behaviorH: Step[SIn, SH, Msg, R, Err, H] - )( - fn: ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G], - StepSuccess[SH, H] - ) => StepSuccess[SOut, Result] - ): Step[SIn, SOut, Msg, R, Err, Result] = - (behaviorA <&> behaviorB <&> behaviorC <&> behaviorD <&> behaviorE <&> behaviorF <&> behaviorG <&> behaviorH).mapResults { - case StepSuccess((((((((sa, sb), sc), sd), se), sf), sg), sh), (((((((a, b), c), d), e), f), g), h)) => - fn( - StepSuccess(sa, a), - StepSuccess(sb, b), - StepSuccess(sc, c), - StepSuccess(sd, d), - StepSuccess(se, e), - StepSuccess(sf, f), - StepSuccess(sg, g), - StepSuccess(sh, h) - ) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SOut, Result]( - fn: ((SA, A), (SB, B)) => (SOut, Result) - ): (StepSuccess[SA, A], StepSuccess[SB, B]) => StepSuccess[SOut, Result] = { case (successA, successB) => - fn(successA.toTuple, successB.toTuple) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C)) => (SOut, Result) - ): (StepSuccess[SA, A], StepSuccess[SB, B], StepSuccess[SC, C]) => StepSuccess[SOut, Result] = { - case (successA, successB, successC) => - fn(successA.toTuple, successB.toTuple, successC.toTuple) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SD, D, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C), (SD, D)) => (SOut, Result) - ): ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D] - ) => StepSuccess[SOut, Result] = { case (successA, successB, successC, successD) => - fn(successA.toTuple, successB.toTuple, successC.toTuple, successD.toTuple) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SD, D, SE, E, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C), (SD, D), (SE, E)) => (SOut, Result) - ): ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E] - ) => StepSuccess[SOut, Result] = { case (successA, successB, successC, successD, successE) => - fn(successA.toTuple, successB.toTuple, successC.toTuple, successD.toTuple, successE.toTuple) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SD, D, SE, E, SF, F, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C), (SD, D), (SE, E), (SF, F)) => (SOut, Result) - ): ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F] - ) => StepSuccess[SOut, Result] = { case (successA, successB, successC, successD, successE, successF) => - fn(successA.toTuple, successB.toTuple, successC.toTuple, successD.toTuple, successE.toTuple, successF.toTuple) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SD, D, SE, E, SF, F, SG, G, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C), (SD, D), (SE, E), (SF, F), (SG, G)) => (SOut, Result) - ): ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G] - ) => StepSuccess[SOut, Result] = { case (successA, successB, successC, successD, successE, successF, successG) => - fn( - successA.toTuple, - successB.toTuple, - successC.toTuple, - successD.toTuple, - successE.toTuple, - successF.toTuple, - successG.toTuple - ) - } - - final implicit def toSuccessMergeFunc[SA, A, SB, B, SC, C, SD, D, SE, E, SF, F, SG, G, SH, H, SOut, Result]( - fn: ((SA, A), (SB, B), (SC, C), (SD, D), (SE, E), (SF, F), (SG, G), (SH, H)) => (SOut, Result) - ): ( - StepSuccess[SA, A], - StepSuccess[SB, B], - StepSuccess[SC, C], - StepSuccess[SD, D], - StepSuccess[SE, E], - StepSuccess[SF, F], - StepSuccess[SG, G], - StepSuccess[SH, H] - ) => StepSuccess[SOut, Result] = { - case (successA, successB, successC, successD, successE, successF, successG, successH) => - fn( - successA.toTuple, - successB.toTuple, - successC.toTuple, - successD.toTuple, - successE.toTuple, - successF.toTuple, - successG.toTuple, - successH.toTuple - ) - } - -} - -object mapNExamples extends zio.App { - import zio._ - import morphir.flowz.instrumentation.InstrumentationLogging - - def run(args: List[String]): URIO[ZEnv, ExitCode] = { - val stepA = step("step A")(Step.set("SA").as('A')) - val stepB = step("step B")(Step.set(List("SA")).as("B")) - val finalStep = step("final-1")(Step.mapN(stepA, stepB) { case (a, b) => - StepSuccess(state = (a.state, b.state), result = (a.result, b.result)) - }) - - val finalStepAlt = step("final-2")(Step.mapN(stepA, stepB) { case (a, b) => - ((a.state, b.state), (a.result, b.result)) - }) - - ( - (finalStep.run.tap(res => console.putStrLn(s"Result Orig: $res")) *> - finalStepAlt.run.tap(res => console.putStrLn(s"Result Alt: $res"))).exitCode - ).provideCustomLayer(StepUidGenerator.live ++ InstrumentationLogging.console(logLevel = LogLevel.Trace)) - } -} diff --git a/morphir/flowz/src/morphir/flowz/StepAspect.scala b/morphir/flowz/src/morphir/flowz/StepAspect.scala deleted file mode 100644 index 7e2eebf6..00000000 --- a/morphir/flowz/src/morphir/flowz/StepAspect.scala +++ /dev/null @@ -1,28 +0,0 @@ -package morphir.flowz - -trait StepAspect[-SIn, +SOut, -Msg, -R, +E, +A] { - def apply[SIn1 <: SIn, SOut1 >: SOut, Msg1 <: Msg, R1 <: R, E1 >: E, A1 >: A]( - step: Step[SIn1, SOut1, Msg1, R1, E1, A1] - ): Step[SIn1, SOut1, Msg1, R1, E1, A1] -} - -object StepAspect { -// val traced: StepAspect[Any, Nothing, Any, InstrumentationLogging with StepUidGenerator, Nothing, Nothing] = -// new StepAspect[Any, Nothing, Any, InstrumentationLogging, Nothing, Nothing] { -// def apply[ -// SIn1 <: Any, -// SOut1 >: Nothing, -// Msg1 <: Any, -// R1 <: InstrumentationLogging with StepUidGenerator, -// E1 >: Nothing, -// A1 >: Nothing -// ]( -// step: RunnableStep[SIn1, SOut1, Msg1, R1, E1, A1] -// ): RunnableStep[SIn1, SOut1, Msg1, R1, E1, A1] = -// Step(for { -// -// _ <- iLog.trace(InstrumentationEvent.stepExecutionStarted()) -// res <- step.asEffect -// } yield res) -// } -} diff --git a/morphir/flowz/src/morphir/flowz/StepExecutionId.scala b/morphir/flowz/src/morphir/flowz/StepExecutionId.scala deleted file mode 100644 index fed34ae2..00000000 --- a/morphir/flowz/src/morphir/flowz/StepExecutionId.scala +++ /dev/null @@ -1,8 +0,0 @@ -package morphir.flowz - -import zio.URIO - -object StepExecutionId { - def nextExecutionId: URIO[StepUidGenerator, StepExecutionId] = - uidGenerator.nextUid[Step.type] -} diff --git a/morphir/flowz/src/morphir/flowz/StepFailure.scala b/morphir/flowz/src/morphir/flowz/StepFailure.scala deleted file mode 100644 index 446b5812..00000000 --- a/morphir/flowz/src/morphir/flowz/StepFailure.scala +++ /dev/null @@ -1,8 +0,0 @@ -package morphir.flowz - -import zio.Cause - -sealed abstract class StepFailure[+E] -object StepFailure { - final case class Runtime[+E](cause: Cause[E]) extends StepFailure[E] -} diff --git a/morphir/flowz/src/morphir/flowz/StepSuccess.scala b/morphir/flowz/src/morphir/flowz/StepSuccess.scala deleted file mode 100644 index b690161f..00000000 --- a/morphir/flowz/src/morphir/flowz/StepSuccess.scala +++ /dev/null @@ -1,33 +0,0 @@ -package morphir.flowz - -final case class StepSuccess[+S, +A](state: S, result: A) { self => - def flatMap[State2, Value2](f: A => StepSuccess[State2, Value2]): StepSuccess[State2, Value2] = - f(result) - - def map[B](f: A => B): StepSuccess[S, B] = - copy(result = f(self.result)) - - def mapState[S1](f: S => S1): StepSuccess[S1, A] = - copy(state = f(self.state)) - - def toTuple: (S, A) = (state, result) - - def transform[S1, B]( - f: StepSuccess[S, A] => StepSuccess[S1, B] - ): StepSuccess[S1, B] = - f(self) - - def zip[S1, B]( - that: StepSuccess[S1, B] - ): StepSuccess[(S, S1), (A, B)] = - StepSuccess(state = (state, that.state), result = (result, that.result)) -} - -object StepSuccess { - - implicit def behaviorSuccessFromPair[State, Value](pair: (State, Value)): StepSuccess[State, Value] = - StepSuccess(state = pair._1, result = pair._2) - - def fromPair[State, Value](pair: (State, Value)): StepSuccess[State, Value] = - StepSuccess(state = pair._1, result = pair._2) -} diff --git a/morphir/flowz/src/morphir/flowz/StepUidGenerator.scala b/morphir/flowz/src/morphir/flowz/StepUidGenerator.scala deleted file mode 100644 index 42d09228..00000000 --- a/morphir/flowz/src/morphir/flowz/StepUidGenerator.scala +++ /dev/null @@ -1,9 +0,0 @@ -package morphir.flowz - -import morphir.flowz.uidGenerator.UidGenerator -import zio.ZLayer -import zio.clock.Clock - -object StepUidGenerator { - val live: ZLayer[Clock, Nothing, StepUidGenerator] = UidGenerator.live -} diff --git a/morphir/flowz/src/morphir/flowz/ZBehavior.scala b/morphir/flowz/src/morphir/flowz/ZBehavior.scala deleted file mode 100644 index 2b67d00d..00000000 --- a/morphir/flowz/src/morphir/flowz/ZBehavior.scala +++ /dev/null @@ -1,42 +0,0 @@ -package morphir.flowz - -import zio.{ CanFail, NeedsEnv, ZIO } - -object ZBehavior { - - def apply[InitialState, StateOut, Msg, Env, E, A]( - func: (InitialState, Msg) => ZIO[Env, E, StepSuccess[StateOut, A]] - )(implicit - evStateIn: NeedsInputState[InitialState], - evMsg: NeedsMsg[Msg], - evEnv: NeedsEnv[Env], - evCanFail: CanFail[E] - ): ZBehavior[InitialState, StateOut, Msg, Env, E, A] = { - val _ = (evStateIn, evMsg, evCanFail) - ZIO.accessM[(InitialState, Msg, Env)] { case (stateIn, msg, env) => func(stateIn, msg).provide(env) } - } - - implicit def effectFromFunc[InitialState, StateOut, In, Env, E, A]( - func: (InitialState, In) => ZIO[Env, E, StepSuccess[StateOut, A]] - )(implicit - evStateIn: NeedsInputState[InitialState], - evMsg: NeedsMsg[In], - evEnv: NeedsEnv[Env], - evCanFail: CanFail[E] - ): ZBehavior[InitialState, StateOut, In, Env, E, A] = apply(func) - - implicit def effectFromFunc2[InitialState, StateOut, In, Env, E, A]( - func: (InitialState, In) => ZIO[Env, E, (StateOut, A)] - )(implicit - evStateIn: NeedsInputState[InitialState], - evMsg: NeedsMsg[In], - evEnv: NeedsEnv[Env], - evCanFail: CanFail[E] - ): ZBehavior[InitialState, StateOut, In, Env, E, A] = { - val _ = (evStateIn, evMsg, evCanFail) - ZIO.accessM[(InitialState, In, Env)] { case (stateIn, msg, env) => - func(stateIn, msg).map(StepSuccess.fromPair).provide(env) - } - } - -} diff --git a/morphir/flowz/src/morphir/flowz/ZBehaviorSyntax.scala b/morphir/flowz/src/morphir/flowz/ZBehaviorSyntax.scala deleted file mode 100644 index e304066b..00000000 --- a/morphir/flowz/src/morphir/flowz/ZBehaviorSyntax.scala +++ /dev/null @@ -1,20 +0,0 @@ -package morphir.flowz -import zio._ - -trait ZBehaviorSyntax { - import ZBehaviorSyntax._ - implicit def convertZIOToBehaviorOps[SIn, SOut, InputMsg, R, E, A]( - zio: ZIO[(SIn, InputMsg, R), E, StepSuccess[SOut, A]] - ): ZBehaviorOps[SIn, SOut, InputMsg, R, E, A] = - new ZBehaviorOps(zio) - -} - -object ZBehaviorSyntax extends ZBehaviorSyntax { - final class ZBehaviorOps[SIn, SOut, InputMsg, R, E, A]( - private val zio: ZBehavior[SIn, SOut, InputMsg, R, E, A] - ) extends AnyVal { self => - def provideState(initialState: SIn): ZBehavior[Any, SOut, InputMsg, R, E, A] = - ZIO.accessM[(Any, InputMsg, R)] { case (_, msg, r) => zio.provide((initialState, msg, r)) } - } -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/Aggregate.scala b/morphir/flowz/src/morphir/flowz/eventing/Aggregate.scala deleted file mode 100644 index b50359fb..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/Aggregate.scala +++ /dev/null @@ -1,28 +0,0 @@ -package morphir.flowz.eventing -import zio._ - -class Aggregate[-E, +S] private[eventing] ( - streamId: EventStreamId, - stateRef: Ref[S], - aggregations: (S, E) => Task[S], - persist: (EventStreamId, E) => Task[Unit] -) { - val state: UIO[S] = stateRef.get - - def appendAll(evt: Iterable[E]): Task[Aggregate[E, S]] = - ZIO.foreach(evt)(append).map(_.head) - - def append(evt: E): Task[Aggregate[E, S]] = - for { - _ <- persist(streamId, evt) - _ <- appendNoPersist(evt) - } yield this - - private[eventing] def appendNoPersist(evt: E): Task[Aggregate[E, S]] = - for { - curState <- state - modified <- aggregations(curState, evt) - _ <- stateRef.set(modified) - } yield this - -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/EventChannel.scala b/morphir/flowz/src/morphir/flowz/eventing/EventChannel.scala deleted file mode 100644 index 7a145e99..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/EventChannel.scala +++ /dev/null @@ -1,51 +0,0 @@ -package morphir.flowz.eventing - -import zio._ -import zio.stm._ -import zio.stream._ - -trait EventChannel[Msg] { - def publish(message: Msg): UIO[Unit] - def subscribe: Stream[Nothing, Msg] -} - -object EventChannel { - def bounded[Msg](n: Int): UIO[EventChannel[Msg]] = - (for { - writeIndex <- TRef.make(0) - subscriberProgress <- TMap.make[Int, Int]() - subscriberIdGen <- TRef.make(0) - buffer <- TArray.make(List.fill[Option[Msg]](n)(None): _*) - } yield new EventChannel[Msg] { - def publish(message: Msg): UIO[Unit] = - (for { - writeIdx <- writeIndex.get - slowestReaderIdx <- subscriberProgress.fold(-1) { case (idx, (_, subscriberIdx)) => - if (idx < 0) subscriberIdx - else - idx.min(subscriberIdx) - } - _ <- STM.check((writeIdx - slowestReaderIdx) < n) - _ <- buffer.update(writeIdx % n, _ => Some(message)) - _ <- writeIndex.update(_ + 1) - } yield ()).commit - - def subscribe: Stream[Nothing, Msg] = - Stream.unwrap( - for { - subscriberId <- subscriberIdGen.updateAndGet(_ + 1).commit // Generate a unique subscriber id - writeIdx <- writeIndex.get.tap(idx => subscriberProgress.put(subscriberId, idx)).commit - readIndex <- TRef.make(writeIdx).commit - } yield Stream - .repeatEffect((for { - readIdx <- readIndex.get - writeIdx <- writeIndex.get - _ <- STM.check(writeIdx - readIdx > 0) // Make sure something is available to read - message <- buffer(readIdx % n).map(_.get) - _ <- readIndex.updateAndGet(_ + 1).flatMap(idx => subscriberProgress.put(subscriberId, idx)) - } yield message).commit) - .ensuring(subscriberProgress.delete(subscriberId).commit) - ) - - }).commit -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/behavior/ZAggregateBehavior.scala b/morphir/flowz/src/morphir/flowz/eventing/behavior/ZAggregateBehavior.scala deleted file mode 100644 index ed13c1e4..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/behavior/ZAggregateBehavior.scala +++ /dev/null @@ -1,16 +0,0 @@ -package morphir.flowz.eventing.behavior - -import zio._ - -final case class ZAggregateBehavior[-StateIn, -Event, +StateOut]( - initialState: StateOut, - update: (StateIn, Event) => Task[StateOut] -) -object ZAggregateBehavior { - def from[S](initialState: => S): PartialBehaviorBuilder[S] = PartialBehaviorBuilder(initialState) - - final case class PartialBehaviorBuilder[S](initialState: S) { - def update[Event](updateFunc: (S, Event) => Task[S]): AggregateBehavior[Event, S] = - AggregateBehavior(initialState = initialState, update = updateFunc) - } -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/behavior/package.scala b/morphir/flowz/src/morphir/flowz/eventing/behavior/package.scala deleted file mode 100644 index 879c4b33..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/behavior/package.scala +++ /dev/null @@ -1,6 +0,0 @@ -package morphir.flowz.eventing - -package object behavior { - type AggregateBehavior[-Event, State] = ZAggregateBehavior[State, Event, State] - val AggregateBehavior: ZAggregateBehavior.type = ZAggregateBehavior -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/eventLog.scala b/morphir/flowz/src/morphir/flowz/eventing/eventLog.scala deleted file mode 100644 index 56cf56a8..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/eventLog.scala +++ /dev/null @@ -1,112 +0,0 @@ -package morphir.flowz.eventing -import morphir.flowz.eventing.behavior.AggregateBehavior -import zio._ -import zio.stm._ -import zio.stream._ - -object eventLog { - - def aggregate[E, S](initial: S)(update: (S, E) => Task[S]): Task[AggregateBehavior[E, S]] = - ZIO.succeed(new AggregateBehavior(initial, update)) - - def allIds[Event: Tag]: ZStream[EventLog[Event], Throwable, EventStreamId] = - ZStream.accessStream[EventLog[Event]](_.get.allIds) - - def allAggregates[Event: Tag, State]( - behavior: AggregateBehavior[Event, State] - ): ZStream[EventLog[Event], Throwable, Aggregate[Event, State]] = - ZStream.accessStream[EventLog[Event]](_.get.allAggregates(behavior)) - - def createAggregate[Event: Tag, State]( - streamId: EventStreamId, - behavior: AggregateBehavior[Event, State] - ): ZIO[EventLog[Event], Throwable, Aggregate[Event, State]] = - ZIO.accessM[EventLog[Event]](_.get.createAggregate(streamId, behavior)) - - def load[Event: Tag, State]( - streamId: EventStreamId, - behavior: AggregateBehavior[Event, State] - ): ZIO[EventLog[Event], Throwable, Aggregate[Event, State]] = - ZIO.accessM[EventLog[Event]](_.get.load(streamId, behavior)) - - def loadEvents[Event: Tag](streamId: EventStreamId): ZStream[EventLog[Event], Throwable, Event] = - ZStream.accessStream[EventLog[Event]](_.get.loadEvents(streamId)) - - def persistEvent[Event: Tag](streamId: EventStreamId, event: Event): RIO[EventLog[Event], Unit] = - ZIO.accessM(_.get.persistEvent(streamId, event)) - - type EventLog[Event] = Has[EventLog.Service[Event]] - object EventLog { - trait Service[Event] { - - def allIds: Stream[Throwable, EventStreamId] - - /** - * Stream of all aggregates stored - */ - def allAggregates[State](behavior: AggregateBehavior[Event, State]): Stream[Throwable, Aggregate[Event, State]] = - allIds.mapM(load(_, behavior)) - - /** - * Create new empty aggregate - */ - def createAggregate[State]( - streamId: EventStreamId, - behavior: AggregateBehavior[Event, State] - ): Task[Aggregate[Event, State]] = - for { - initialStateRef <- Ref.make(behavior.initialState) - } yield new Aggregate[Event, State](streamId, initialStateRef, behavior.update, persistEvent) - - def loadEvents(streamId: EventStreamId): Stream[Throwable, Event] - - /** - * Load aggregate from event journal - */ - def load[State]( - streamId: EventStreamId, - behavior: AggregateBehavior[Event, State] - ): Task[Aggregate[Event, State]] = - for { - agg <- createAggregate[State](streamId, behavior) - res <- loadEvents(streamId).foldM(agg)(_ appendNoPersist _) - } yield res - - def persistEvent(streamId: EventStreamId, event: Event): Task[Unit] - } - - object Service { - - def inMemory[Event]: UIO[EventLog.Service[Event]] = - TMap.empty[EventStreamId, Chunk[Event]].commit.map(new InMemory[Event](_)) - - private class InMemory[Event](private val store: TMap[EventStreamId, Chunk[Event]]) - extends EventLog.Service[Event] { - - private def getEventsFor(stream: EventStreamId): USTM[Chunk[Event]] = - store.get(stream).flatMap { - case Some(events) => STM.succeed(events) - case None => STM.succeed(Chunk.empty).flatMap(events => store.put(stream, events).as(events)) - } - - private def updateEventsFor(stream: EventStreamId, events: Chunk[Event]): USTM[Unit] = - store.put(stream, events) - - def persistEvent(streamId: EventStreamId, event: Event): Task[Unit] = - (for { - events <- getEventsFor(streamId) - _ <- updateEventsFor(streamId, events :+ event) - } yield ()).commit - - def loadEvents(streamId: EventStreamId): Stream[Throwable, Event] = - Stream.fromIteratorEffect(getEventsFor(streamId).commit.map(_.iterator)) - - def allIds: Stream[Throwable, EventStreamId] = - Stream.unwrap(store.keys.commit.map(ids => Stream.fromIterable(ids))) - } - } - - def any[Event: Tag]: ZLayer[EventLog[Event], Nothing, EventLog[Event]] = ZLayer.requires[EventLog[Event]] - def inMemory[Event: Tag]: ULayer[EventLog[Event]] = Service.inMemory[Event].toLayer - } -} diff --git a/morphir/flowz/src/morphir/flowz/eventing/package.scala b/morphir/flowz/src/morphir/flowz/eventing/package.scala deleted file mode 100644 index c469cf07..00000000 --- a/morphir/flowz/src/morphir/flowz/eventing/package.scala +++ /dev/null @@ -1,11 +0,0 @@ -package morphir.flowz -import zio.prelude._ -package object eventing { - - object AggregateId extends Newtype[String] - type AggregateId = AggregateId.Type - - object EventStreamId extends Newtype[String] - type EventStreamId = EventStreamId.Type - -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/AbstractRunnableFlow.scala b/morphir/flowz/src/morphir/flowz/experimental/AbstractRunnableFlow.scala deleted file mode 100644 index 2bfe9e52..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/AbstractRunnableFlow.scala +++ /dev/null @@ -1,18 +0,0 @@ -package morphir.flowz.experimental - -import zio._ - -abstract class AbstractRunnableFlow { - type InputState - type OutputState - type Message - type Environment <: Has[_] - type Failure - type Success - - def flow: Flow[InputState, OutputState, Message, Environment, Failure, Success] - private[flowz] def runFlow(flow: Flow[InputState, OutputState, Message, Environment, Failure, Success]) = - //TODO: Complete definition following the example from zio-test - flow - -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/ExecutedFlow.scala b/morphir/flowz/src/morphir/flowz/experimental/ExecutedFlow.scala deleted file mode 100644 index 4a4ca14e..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/ExecutedFlow.scala +++ /dev/null @@ -1,41 +0,0 @@ -package morphir.flowz.experimental - -final case class ExecutedFlow[+E](caseValue: ExecutedFlow.FlowCase[E, ExecutedFlow[E]]) { self => - import morphir.flowz.experimental.ExecutedFlow._ - - /** - * Folds over all nodes to produce a final result. - */ - def fold[Z](f: FlowCase[E, Z] => Z): Z = - caseValue match { - case ProcessCase(label, specs) => f(ProcessCase(label, specs.map((_.fold(f))))) - case s @ StepCase(_) => f(s) - } - - /** - * Computes the size of the flow, i.e. the number of steps in the flow. - */ - def size: Int = - fold[Int] { - case ProcessCase(_, counts) => counts.sum - case StepCase(_) => 1 - } - -} - -object ExecutedFlow { - sealed trait FlowCase[+E, +Self] { self => - def map[Self2](f: Self => Self2): FlowCase[E, Self2] = - self match { - case ProcessCase(label, specs) => ProcessCase(label, specs.map(f)) - case StepCase(label) => StepCase(label) - } - } - - final case class ProcessCase[+Self](label: String, specs: Vector[Self]) extends FlowCase[Nothing, Self] - final case class StepCase[+E](label: String) extends FlowCase[E, Nothing] - - def process[E](label: String, specs: Vector[ExecutedFlow[E]]): ExecutedFlow[E] = - ExecutedFlow(ProcessCase(label, specs)) - -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/Flow.scala b/morphir/flowz/src/morphir/flowz/experimental/Flow.scala deleted file mode 100644 index 42b9d057..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/Flow.scala +++ /dev/null @@ -1,150 +0,0 @@ -package morphir.flowz.experimental - -import morphir.flowz.{ Annotated, Properties, Property, PropertyMap, Step, StepSuccess } -import zio._ - -final case class Flow[-InitialState, +StateOut, -InputMsg, -Env, +Err, +Result]( - caseValue: Flow.FlowCase[ - InitialState, - StateOut, - InputMsg, - Env, - Err, - Result, - Flow[InitialState, StateOut, InputMsg, Env, Err, Result] - ] -) { self => - import Flow._ - - /** - * Annotates each step in this flow with the specified property. - */ - final def annotate[V](key: Property[V], value: V): Flow[InitialState, StateOut, InputMsg, Env, Err, Result] = - transform[InitialState, StateOut, InputMsg, Env, Err, Result] { - case p @ ProcessCase(_, _) => p // We only add annotations at the step level - case StepCase(label, behavior, annotations) => - Flow.StepCase(label, behavior, annotations.annotate(key, value)) - } - - final def annotated: Flow[InitialState, StateOut, InputMsg, Env with Properties, Annotated[Err], Annotated[Result]] = - transform[InitialState, StateOut, InputMsg, Env with Properties, Annotated[Err], Annotated[Result]] { - case ProcessCase(label, children) => Flow.ProcessCase(label, children.mapError((_, PropertyMap.empty))) - case StepCase(label, behavior, annotations) => - Flow.StepCase(label, behavior.withAnnotation, annotations) - } - - /** - * Run is an alternative to execute that provides information around individual Step success. - */ - def exec[State]( - initialState: State, - message: InputMsg - )(implicit - ev1: State <:< InitialState, - ev2: StateOut <:< InitialState - ): ZManaged[Env, Err, StepSuccess[List[State], List[Result]]] = ??? - //ZManaged.accessManaged[(Any, Any, Any)] { env => } - - def execute( - initialState: InitialState, - message: InputMsg - ): ZManaged[Env, Nothing, Flow[Any, StateOut, Any, Any, Err, Result]] = - ??? - - def execute: ZManaged[(InitialState, InputMsg, Env), Nothing, Flow[Any, StateOut, Any, Any, Err, Result]] = - ZManaged.accessManaged[(InitialState, InputMsg, Env)] { case (initialState, message, env) => - execute(initialState, message).provide(env) - } - - /** - * Transforms the flow one layer at a time. - */ - final def transform[SIn1, SOut1, Msg1, Env1, Err1, Result1]( - f: FlowCase[ - InitialState, - StateOut, - InputMsg, - Env, - Err, - Result, - Flow[SIn1, SOut1, Msg1, Env1, Err1, Result1] - ] => FlowCase[ - SIn1, - SOut1, - Msg1, - Env1, - Err1, - Result1, - Flow[SIn1, SOut1, Msg1, Env1, Err1, Result1] - ] - ): Flow[SIn1, SOut1, Msg1, Env1, Err1, Result1] = caseValue match { - case ProcessCase(label, children) => Flow(f(ProcessCase(label, children.map(_.map(_.transform(f)))))) - case s @ StepCase(_, _, _) => Flow(f(s)) - } - - /** - * Updates a service in the environment of this effect. - */ - final def updateService[M] = - new Flow.UpdateService[InitialState, StateOut, InputMsg, Env, Err, Result, M](self) -} - -object Flow { - - def process[SIn, SOut, In, R, Err, Out]( - label: String, - children: ZManaged[(SIn, In, R), Err, Vector[Flow[SIn, SOut, In, R, Err, Out]]] - ): Flow[SIn, SOut, In, R, Err, Out] = - Flow(ProcessCase(label, children)) - - def step[SIn, SOut, In, R, Err, Out]( - label: String, - behavior: Step[SIn, SOut, In, R, Err, Out], - annotations: PropertyMap - ): Flow[SIn, SOut, In, R, Err, Out] = Flow(StepCase(label, behavior, annotations)) - - sealed abstract class FlowCase[-SIn, +SOut, -In, -R, +Err, +Out, +Self] { self => - final def map[Self1](f: Self => Self1): FlowCase[SIn, SOut, In, R, Err, Out, Self1] = self match { - case ProcessCase(label, children) => ProcessCase(label, children.map(_.map(f))) - case StepCase(label, behavior, annotations) => StepCase(label, behavior, annotations) - } - } - - final case class ProcessCase[-SIn, -InputMsg, -R, +Err, +Self]( - label: String, - children: ZManaged[(SIn, InputMsg, R), Err, Vector[Self]] - ) extends FlowCase[SIn, Nothing, InputMsg, R, Err, Nothing, Self] - - final case class StepCase[-SIn, +SOut, -InputMsg, -R, +Err, +Out]( - label: String, - behavior: Step[SIn, SOut, InputMsg, R, Err, Out], // ~ ZIO[(SIn, InputMsg, Env), E, StepSuccess[SOut, A]] - annotations: PropertyMap - ) extends FlowCase[SIn, SOut, InputMsg, R, Err, Out, Nothing] - - final case class UpdateService[-SIn, +SOut, -InputMsg, -Env, +Err, +Result, M]( - private val self: Flow[SIn, SOut, InputMsg, Env, Err, Result] - ) extends AnyVal { - def apply[Env1 <: Env with Has[M]]( - f: M => M - )(implicit ev: Has.IsHas[Env1], tag: Tag[M]): Flow[SIn, SOut, InputMsg, Env1, Err, Result] = ??? - } - - //ZIO[(SIn, InputMsg, Env), E, StepSuccess[SOut, A]] -} - -object example { - import morphir.flowz.experimental.{ process, step } - object behaviors { - val step1 = Step.unit - val stateful = Step.get[List[String]] - } - - val flow = process("init")( - process("load data")( - process("inner")( - step("Get accounts")(behaviors.step1), - step("Get trade file")(Step.unit) - ) - ) - ) -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/FlowBaseEnv.scala b/morphir/flowz/src/morphir/flowz/experimental/FlowBaseEnv.scala deleted file mode 100644 index 3daeaee1..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/FlowBaseEnv.scala +++ /dev/null @@ -1,11 +0,0 @@ -package morphir.flowz.experimental - -import instrumentor.Instrumentor -import zio.Layer -import zio.clock.Clock -import zio.console.Console - -object FlowBaseEnv { - val default: Layer[Nothing, FlowBaseEnv] = - Console.live ++ Clock.live >+> Instrumentor.console() -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/FlowExecutor.scala b/morphir/flowz/src/morphir/flowz/experimental/FlowExecutor.scala deleted file mode 100644 index 295c14eb..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/FlowExecutor.scala +++ /dev/null @@ -1,23 +0,0 @@ -package morphir.flowz.experimental - -import morphir.flowz.Properties -import zio.{ ExecutionStrategy, Has, Layer, RIO, UIO } - -abstract class FlowExecutor[+InitialState, +Msg, +R <: Has[_], E] { - def run(flow: ExecutableFlow[InitialState, Msg, R, E], executionStrategy: ExecutionStrategy): UIO[ExecutedFlow[E]] - def initialize: RIO[FlowBaseEnv, (InitialState, Msg)] - def environment: Layer[Nothing, R] -} - -object FlowExecutor { - def default[SIn, Msg, R <: Properties, E](init: RIO[FlowBaseEnv, (SIn, Msg)])( - env: Layer[Nothing, R] - ): FlowExecutor[SIn, Msg, R, E] = new FlowExecutor[SIn, Msg, R, E] { - def run(flow: ExecutableFlow[SIn, Msg, R, E], executionStrategy: ExecutionStrategy): UIO[ExecutedFlow[E]] = - ??? - - val initialize: RIO[FlowBaseEnv, (SIn, Msg)] = init - - val environment: Layer[Nothing, R] = env - } -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/FlowFailure.scala b/morphir/flowz/src/morphir/flowz/experimental/FlowFailure.scala deleted file mode 100644 index 767c6799..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/FlowFailure.scala +++ /dev/null @@ -1,20 +0,0 @@ -package morphir.flowz.experimental - -import zio.Cause - -sealed abstract class FlowFailure[+E] -object FlowFailure { - //TODO: Add in Precondition, PostCondition, and Invariant as possible other failure types - // these can be built directly ontop of Assertion or using zio-prelude's Validation - - final case class Runtime[+E](cause: Cause[E]) extends FlowFailure[E] - - def die(t: Throwable): FlowFailure[Nothing] = - halt(Cause.die(t)) - - def fail[E](e: E): FlowFailure[E] = - halt(Cause.fail(e)) - - def halt[E](cause: Cause[E]): FlowFailure[E] = - Runtime(cause) -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/FlowRunner.scala b/morphir/flowz/src/morphir/flowz/experimental/FlowRunner.scala deleted file mode 100644 index 995452b4..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/FlowRunner.scala +++ /dev/null @@ -1,50 +0,0 @@ -package morphir.flowz.experimental - -import zio.internal.Platform -import zio.{ ExecutionStrategy, Exit, FiberFailure, Has, Layer, Managed, Runtime, URIO } - -final case class FlowRunner[+InitialState, Trg, R <: Has[_], E]( - executor: FlowExecutor[InitialState, Trg, R, E], - platform: Platform = Platform.makeDefault().withReportFailure(_ => ()), - reporter: FlowReporter[E] = FlowReporter.silent, //TODO: Make this a default one that actually does something - bootstrap: Layer[Nothing, FlowBaseEnv] = FlowBaseEnv.default -) { self => - lazy val runtime: Runtime[Unit] = Runtime((), platform) - - /** - * Runs the flow, producing the execution results. - */ - def run(flow: ExecutableFlow[InitialState, Trg, R, E]): URIO[FlowBaseEnv, ExecutedFlow[E]] = - executor.run(flow, ExecutionStrategy.ParallelN(4)).timed.flatMap { case (duration, results) => - reporter(duration, results).as(results) - } - - /** - * An unsafe, synchronous run of the specified flow. - */ - def unsafeRun(flow: ExecutableFlow[InitialState, Trg, R, E]): ExecutedFlow[E] = - self.runtime.unsafeRun(run(flow).provideLayer(bootstrap)) - - /** - * An unsafe, asynchronous run of the specified flow. - */ - def unsafeRunAsync(flow: ExecutableFlow[InitialState, Trg, R, E])(k: ExecutedFlow[E] => Unit): Unit = - runtime.unsafeRunAsync(run(flow).provideLayer(bootstrap)) { - case Exit.Success(v) => k(v) - case Exit.Failure(c) => throw FiberFailure(c) - } - - /** - * An unsafe, synchronous run of the specified flow. - */ - def unsafeRunSync( - flow: ExecutableFlow[InitialState, Trg, R, E] - ): Exit[Nothing, ExecutedFlow[E]] = - self.runtime.unsafeRunSync(run(flow).provideLayer(bootstrap)) - - def withPlatform(f: Platform => Platform): FlowRunner[InitialState, Trg, R, E] = - copy(platform = f(platform)) - - private[flowz] def buildRuntime: Managed[Nothing, Runtime[FlowBaseEnv]] = - bootstrap.toRuntime(platform) -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/Message.scala b/morphir/flowz/src/morphir/flowz/experimental/Message.scala deleted file mode 100644 index b3085c64..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/Message.scala +++ /dev/null @@ -1,5 +0,0 @@ -package morphir.flowz.experimental - -import java.time.Instant - -final case class Message[+Payload](payload: Payload, timestamp: Instant) {} diff --git a/morphir/flowz/src/morphir/flowz/experimental/instrumentor.scala b/morphir/flowz/src/morphir/flowz/experimental/instrumentor.scala deleted file mode 100644 index 56c99be1..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/instrumentor.scala +++ /dev/null @@ -1,35 +0,0 @@ -package morphir.flowz.experimental - -import morphir.flowz.instrumentation.{ InstrumentationEvent, InstrumentationLogging } -import zio.clock.Clock -import zio.console.Console -import zio.logging.{ LogFormat, LogLevel, Logger } -import zio.{ Has, UIO, URIO, ZIO, ZLayer } - -object instrumentor { - type Instrumentor = Has[Instrumentor.Service] - - def logLine(line: String): URIO[Instrumentor, Unit] = - ZIO.accessM(_.get.logLine(line)) - - object Instrumentor { - trait Service { - def logLine(line: String): UIO[Unit] - - } - - final case class LoggingInstrumentor(logger: Logger[InstrumentationEvent]) extends Service { - def logLine(line: String): UIO[Unit] = logger.log(InstrumentationEvent.logLine(line)) - } - - val fromLogger: ZLayer[InstrumentationLogging, Nothing, Instrumentor] = ZLayer.fromService { - logger: Logger[InstrumentationEvent] => LoggingInstrumentor(logger) - } - - def console( - logLevel: LogLevel = LogLevel.Info, - format: LogFormat[InstrumentationEvent] = InstrumentationEvent.logFormats.coloredConsoleLogFormat - ): ZLayer[Console with Clock, Nothing, Instrumentor] = - InstrumentationLogging.console(logLevel, format).map(l => Has(LoggingInstrumentor(l.get))) - } -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/output.scala b/morphir/flowz/src/morphir/flowz/experimental/output.scala deleted file mode 100644 index 4df78402..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/output.scala +++ /dev/null @@ -1,17 +0,0 @@ -package morphir.flowz.experimental - -import zio._ - -object output { - type Output[A] = Has[OutputRef[A]] - - /** Get the value contained in the Output. */ - def value[A: Tag]: URIO[Output[A], A] = - ZIO.accessM(_.get.value) - - final case class OutputRef[A](private val ref: Ref[A], tag: Tag[A]) { self => - implicit def getTag: Tag[A] = tag - def value: UIO[A] = ref.get - - } -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/package.scala b/morphir/flowz/src/morphir/flowz/experimental/package.scala deleted file mode 100644 index 6a139397..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/package.scala +++ /dev/null @@ -1,32 +0,0 @@ -package morphir.flowz - -import morphir.flowz.experimental.instrumentor.Instrumentor -import zio.{ ExitCode, URIO, ZIO, ZManaged } -import zio.clock.Clock -import zio.duration.Duration - -package object experimental { - type FlowBaseEnv = Instrumentor with Clock - type ExecutableFlow[-InitialState, -InputMsg, -R, +E] = Flow[InitialState, Any, InputMsg, R, E, ExitCode] - - def process[SIn, SOut, In, R, Err, Out](label: String)( - children: Flow[SIn, SOut, In, R, Err, Out]* - ): Flow[SIn, SOut, In, R, Err, Out] = - Flow.process(label, children = ZManaged.succeed(children.toVector)) - - def step[SIn, SOut, In, R, Err, Out](label: String)( - behavior: Step[SIn, SOut, In, R, Err, Out] - ): Flow[SIn, SOut, In, R, Err, Out] = Flow.step(label, behavior, PropertyMap.empty) - - /** - * A `FlowReporter[E]` is capable of reporting flow execution results with error type `E`. - */ - type FlowReporter[-E] = (Duration, ExecutedFlow[E]) => URIO[Instrumentor, Unit] - object FlowReporter { - - /** - * A `FlowReporter` that does nothing. - */ - val silent: FlowReporter[Any] = (_, _) => ZIO.unit - } -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/params.scala b/morphir/flowz/src/morphir/flowz/experimental/params.scala deleted file mode 100644 index 865404ec..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/params.scala +++ /dev/null @@ -1,16 +0,0 @@ -package morphir.flowz.experimental - -import zio.{ Has, Ref, Tag, UIO, URIO, ZIO } - -object params { - type Params[A] = Has[ParamsRef[A]] - - /** Get the value contained in the Params. */ - def get[A: Tag]: URIO[Params[A], A] = - ZIO.accessM(_.get.get) - - final case class ParamsRef[A](private val ref: Ref[A], tag: Tag[A]) { self => - implicit def getTag: Tag[A] = tag - def get: UIO[A] = ref.get - } -} diff --git a/morphir/flowz/src/morphir/flowz/experimental/state.scala b/morphir/flowz/src/morphir/flowz/experimental/state.scala deleted file mode 100644 index 929c99f3..00000000 --- a/morphir/flowz/src/morphir/flowz/experimental/state.scala +++ /dev/null @@ -1,32 +0,0 @@ -package morphir.flowz.experimental - -import zio.{ Has, Ref, Tag, UIO, ULayer, URIO, ZIO } - -object state { - type State[A] = Has[StateRef[A]] - - /** Get the value contained in the State. */ - def get[A: Tag]: URIO[State[A], A] = - ZIO.accessM(_.get.get) - - /** Make a layer from the given value */ - def makeLayer[A: Tag](initialValue: A): ULayer[State[A]] = - StateRef.make(initialValue).toLayer - - /** Make an effect that creates a state */ - def make[A: Tag](initialValue: A): UIO[State[A]] = - StateRef.make(initialValue).map(ref => Has(ref)) - - final case class StateRef[A](private val ref: Ref[A], tag: Tag[A]) { self => - implicit def getTag: Tag[A] = tag - @inline def get: UIO[A] = ref.get - - def toState: State[A] = Has(self) - } - - object StateRef { - def make[A: Tag](initialValue: A): UIO[StateRef[A]] = - Ref.make(initialValue).map(ref => StateRef(ref, Tag[A])) - } - -} diff --git a/morphir/flowz/src/morphir/flowz/iLog.scala b/morphir/flowz/src/morphir/flowz/iLog.scala deleted file mode 100644 index dd70aad3..00000000 --- a/morphir/flowz/src/morphir/flowz/iLog.scala +++ /dev/null @@ -1,50 +0,0 @@ -package morphir.flowz -import morphir.flowz.instrumentation.{ InstrumentationEvent, InstrumentationLogger, InstrumentationLogging } -import zio.logging.{ LogContext, LogLevel } -import zio.{ Cause, URIO, ZIO } - -/** - * Provides accessors for using the InstrumentationLogger. - */ -object iLog { - def apply(level: LogLevel)(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.log(level)(event) - - val context: URIO[InstrumentationLogging, LogContext] = - InstrumentationLogging.context - - def debug(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.debug(event) - - def derive(f: LogContext => LogContext): ZIO[InstrumentationLogging, Nothing, InstrumentationLogger] = - InstrumentationLogging.derive(f) - - def error(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.error(event) - - def error(event: => InstrumentationEvent, cause: Cause[Any]): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.error(event, cause) - - def info(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.info(event) - - def locally[R <: InstrumentationLogging, E, A1](fn: LogContext => LogContext)( - zio: ZIO[R, E, A1] - ): ZIO[InstrumentationLogging with R, E, A1] = - InstrumentationLogging.locally(fn)(zio) - - def locallyM[R <: InstrumentationLogging, E, A1]( - fn: LogContext => URIO[R, LogContext] - )(zio: ZIO[R, E, A1]): ZIO[InstrumentationLogging with R, E, A1] = - InstrumentationLogging.locallyM(fn)(zio) - - def throwable(event: => InstrumentationEvent, t: Throwable): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.throwable(event, t) - - def trace(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.trace(event) - - def warn(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - InstrumentationLogging.warn(event) - -} diff --git a/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationEvent.scala b/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationEvent.scala deleted file mode 100644 index d38404e6..00000000 --- a/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationEvent.scala +++ /dev/null @@ -1,166 +0,0 @@ -package morphir.flowz.instrumentation - -import morphir.flowz.{ NodePath, StepExecutionId } -import zio.Cause -import zio.logging.LogFormat.LineFormatter -import zio.logging.{ LogContext, LogFormat } - -/** - * An event used to instrument (provide information) about the execution of a flow, process, step, behavior, etc. - */ -sealed abstract class InstrumentationEvent -object InstrumentationEvent { - - def logLine(line: String): LogLine = LogLine(line) - def stepExecutionStarted( - message: String, - executionId: StepExecutionId, - label: String, - path: Option[NodePath] = None - ): StepExecutionStarted = - StepExecutionStarted(message, executionId, label, path) - - def stepExecutionStarted(uid: StepExecutionId, label: String, path: Option[NodePath]): StepExecutionStarted = { - val message = s"Step execution started for Step[Label=$label; Uid=$uid;]" - StepExecutionStarted(message, uid, label, path) - } - - def stepExecutionStarted(uid: StepExecutionId, label: String): StepExecutionStarted = { - val message = s"Step execution started for Step[Label=$label; Uid=$uid;]" - StepExecutionStarted(message, uid, label, None) - } - - def stepExecutionFailed( - message: String, - executionId: StepExecutionId, - label: String, - cause: Cause[Any] = Cause.empty, - path: Option[NodePath] = None - ): StepExecutionFailed = StepExecutionFailed(message, executionId, label, cause, path) - - def stepExecutionFailed( - executionId: StepExecutionId, - label: String, - cause: Cause[Any] - ): StepExecutionFailed = - stepExecutionFailed(executionId, label, cause, None) - - def stepExecutionFailed( - executionId: StepExecutionId, - label: String, - cause: Cause[Any], - path: Option[NodePath] - ): StepExecutionFailed = { - val message = s"Step execution failed for Step[Label=$label; Uid=$executionId], because of ${cause.prettyPrint}" - StepExecutionFailed(message, executionId, label, cause, path) - } - - def stepExecutionSucceeded( - message: String, - executionId: StepExecutionId, - label: String, - path: Option[NodePath] = None - ): StepExecutionSucceeded = StepExecutionSucceeded(message, executionId, label, path) - - def stepExecutionSucceeded( - executionId: StepExecutionId, - label: String - ): StepExecutionSucceeded = - stepExecutionSucceeded(executionId, label, None) - - def stepExecutionSucceeded( - executionId: StepExecutionId, - label: String, - path: Option[NodePath] - ): StepExecutionSucceeded = { - val message = s"Step execution succeeded for Step[Label=$label; Uid=$executionId]" - StepExecutionSucceeded(message, executionId, label, path) - } - - /** - * Models an informational message. The informational message includes the message text, contextData, - * a source and the possible path to the node in the flow graph which - * was being executed (i.e. the step where this failure occurred). - */ - final case class Information[+Data](message: String, contextData: Data, source: String, path: Option[NodePath] = None) - extends InstrumentationEvent - - /** - * Models a warning. The warning includes a message, contextData, a source and the possible path to the node - * in the flow graph which was being executed (i.e. the step where this failure occurred). - */ - final case class Warning[+Data](message: String, contextData: Data, source: String, path: Option[NodePath] = None) - extends InstrumentationEvent - - /** - * Models a trace message, which is often used for developer and diagnostic purposes. - * The trace message includes the message text, contextData, - * a source and the possible path to the node in the flow graph which - * was being executed (i.e. the step where this failure occurred). - */ - final case class Trace[+Data](message: String, contextData: Data, source: String, path: Option[NodePath] = None) - extends InstrumentationEvent - - final case class StepExecutionStarted( - message: String, - executionId: StepExecutionId, - label: String, - path: Option[NodePath] = None - ) extends InstrumentationEvent - - final case class StepExecutionFailed( - message: String, - executionId: StepExecutionId, - label: String, - cause: Cause[Any] = Cause.empty, - path: Option[NodePath] = None - ) extends InstrumentationEvent - - final case class StepExecutionSucceeded( - message: String, - executionId: StepExecutionId, - label: String, - path: Option[NodePath] = None - ) extends InstrumentationEvent - - /** - * A raw context free instrumentation event for logging a line of text. - */ - final case class LogLine(line: String) extends InstrumentationEvent - - /** - * Contains various log formats for `InstrumentationEvent`s. - */ - object logFormats { - - /** - * A log format for logging instrumentation events to the console with colored messages. - */ - val coloredConsoleLogFormat: LogFormat[InstrumentationEvent] = new LogFormat[InstrumentationEvent] { - val lineFormatter: LineFormatter = (_, s) => s - private val underlyingLogFormat = LogFormat.ColoredLogFormat(lineFormatter) - - def format(context: LogContext, line: InstrumentationEvent): String = - underlyingLogFormat.format(context, eventToLogLine(line)) - - def eventToLogLine(event: InstrumentationEvent): String = - //TODO: Do some appropriate formatting here - event.toString - } - - /** - * A log format for logging instrumentation events to the console. - */ - val simpleConsoleLogFormat: LogFormat[InstrumentationEvent] = new LogFormat[InstrumentationEvent] { - val lineFormatter: LineFormatter = (_, s) => s - private val underlyingLogFormat = LogFormat.SimpleConsoleLogFormat(lineFormatter) - - def format(context: LogContext, line: InstrumentationEvent): String = - underlyingLogFormat.format(context, eventToLogLine(line)) - - def eventToLogLine(event: InstrumentationEvent): String = - //TODO: Do some appropriate formatting here - event.toString - } - } -} diff --git a/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationLogging.scala b/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationLogging.scala deleted file mode 100644 index 83b124bd..00000000 --- a/morphir/flowz/src/morphir/flowz/instrumentation/InstrumentationLogging.scala +++ /dev/null @@ -1,138 +0,0 @@ -package morphir.flowz.instrumentation - -import zio.clock.Clock -import zio.console.Console -import zio.logging.Logger.LoggerWithFormat -import zio.logging.Logging.addTimestamp -import zio.logging.{ LogAnnotation, LogAppender, LogContext, LogFormat, LogLevel } -import zio.{ Cause, FiberRef, Has, Layer, URIO, ZIO, ZLayer } - -import java.nio.charset.{ Charset, StandardCharsets } -import java.nio.file.Path - -object InstrumentationLogging { - def console( - logLevel: LogLevel = LogLevel.Info, - format: LogFormat[InstrumentationEvent] = InstrumentationEvent.logFormats.coloredConsoleLogFormat - ): ZLayer[Console with Clock, Nothing, InstrumentationLogging] = - ZLayer.requires[Clock] ++ - LogAppender.console[InstrumentationEvent]( - logLevel, - format - ) >+> InstrumentationLogging.make >>> InstrumentationLogging.modifyLoggerM(addTimestamp[InstrumentationEvent]) - - def consoleErr( - logLevel: LogLevel = LogLevel.Info, - format: LogFormat[InstrumentationEvent] = InstrumentationEvent.logFormats.simpleConsoleLogFormat - ): ZLayer[Console with Clock, Nothing, InstrumentationLogging] = - ZLayer.requires[Clock] ++ - LogAppender.consoleErr[InstrumentationEvent]( - logLevel, - format - ) >+> make >>> modifyLoggerM(addTimestamp[InstrumentationEvent]) - - val context: URIO[InstrumentationLogging, LogContext] = - ZIO.accessM[InstrumentationLogging](_.get.logContext) - - def debug(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.debug(event)) - - def derive(f: LogContext => LogContext): ZIO[InstrumentationLogging, Nothing, InstrumentationLogger] = - ZIO.access[InstrumentationLogging](_.get.derive(f)) - - def error(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.error(event)) - - def error(event: => InstrumentationEvent, cause: Cause[Any]): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.error(event, cause)) - - def file( - destination: Path, - charset: Charset = StandardCharsets.UTF_8, - autoFlushBatchSize: Int = 1, - bufferedIOSize: Option[Int] = None, - logLevel: LogLevel = LogLevel.Info, - format: LogFormat[InstrumentationEvent] = InstrumentationEvent.logFormats.simpleConsoleLogFormat - ): ZLayer[Console with Clock, Throwable, InstrumentationLogging] = - (ZLayer.requires[Clock] ++ - LogAppender - .file[InstrumentationEvent](destination, charset, autoFlushBatchSize, bufferedIOSize, format) - .map(appender => Has(appender.get.filter((ctx, _) => ctx.get(LogAnnotation.Level) >= logLevel))) - >+> make >>> modifyLoggerM(addTimestamp[InstrumentationEvent])) - - def fileAsync( - destination: Path, - charset: Charset = StandardCharsets.UTF_8, - autoFlushBatchSize: Int = 32, - bufferedIOSize: Option[Int] = Some(8192), - logLevel: LogLevel = LogLevel.Info, - format: LogFormat[InstrumentationEvent] = InstrumentationEvent.logFormats.simpleConsoleLogFormat - ): ZLayer[Console with Clock, Throwable, InstrumentationLogging] = - (ZLayer.requires[Clock] ++ - (LogAppender - .file[InstrumentationEvent](destination, charset, autoFlushBatchSize, bufferedIOSize, format) - .map(appender => Has(appender.get.filter((ctx, _) => ctx.get(LogAnnotation.Level) >= logLevel))) - >>> LogAppender.async(autoFlushBatchSize)) - >+> make >>> modifyLoggerM(addTimestamp[InstrumentationEvent])) - - val ignore: Layer[Nothing, InstrumentationLogging] = - LogAppender.ignore[InstrumentationEvent] >>> make - - def info(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.info(event)) - - def log(level: LogLevel)(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.log(level)(event)) - - def locally[A, R <: InstrumentationLogging, E, A1](fn: LogContext => LogContext)( - zio: ZIO[R, E, A1] - ): ZIO[InstrumentationLogging with R, E, A1] = - ZIO.accessM(_.get.locally(fn)(zio)) - - def locallyM[A, R <: InstrumentationLogging, E, A1]( - fn: LogContext => URIO[R, LogContext] - )(zio: ZIO[R, E, A1]): ZIO[InstrumentationLogging with R, E, A1] = - ZIO.accessM(_.get.locallyM(fn)(zio)) - - def make: ZLayer[InstrumentationAppender, Nothing, InstrumentationLogging] = - ZLayer.fromFunctionM((appender: InstrumentationAppender) => - FiberRef - .make(LogContext.empty) - .map { ref => - LoggerWithFormat(ref, appender.get) - } - ) - - def modifyLogger( - fn: InstrumentationLogger => InstrumentationLogger - ): ZLayer[InstrumentationLogging, Nothing, InstrumentationLogging] = - ZLayer.fromFunction[InstrumentationLogging, InstrumentationLogger](logging => fn(logging.get)) - - def modifyLoggerM[R, E]( - fn: InstrumentationLogger => ZIO[R, E, InstrumentationLogger] - ): ZLayer[InstrumentationLogging with R, E, InstrumentationLogging] = - ZLayer.fromFunctionM[InstrumentationLogging with R, E, InstrumentationLogger](logging => - fn(logging.get).provide(logging) - ) - - def throwable(event: => InstrumentationEvent, t: Throwable): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.throwable(event, t)) - - def trace(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.trace(event)) - - def warn(event: => InstrumentationEvent): ZIO[InstrumentationLogging, Nothing, Unit] = - ZIO.accessM[InstrumentationLogging](_.get.warn(event)) - - /** - * Adds root logger name - */ - def withRootLoggerName(name: String): ZLayer[InstrumentationLogging, Nothing, InstrumentationLogging] = - modifyLogger(_.named(name)) - - /** - * modify initial context - */ - def withContext(context: LogContext): ZLayer[InstrumentationLogging, Nothing, InstrumentationLogging] = - modifyLogger(_.derive(_ => context)) -} diff --git a/morphir/flowz/src/morphir/flowz/instrumentation/package.scala b/morphir/flowz/src/morphir/flowz/instrumentation/package.scala deleted file mode 100644 index 4c168e07..00000000 --- a/morphir/flowz/src/morphir/flowz/instrumentation/package.scala +++ /dev/null @@ -1,10 +0,0 @@ -package morphir.flowz - -import zio.Has -import zio.logging.{ Appender, Logger } - -package object instrumentation { - type InstrumentationAppender = Appender[InstrumentationEvent] - type InstrumentationLogger = Logger[InstrumentationEvent] - type InstrumentationLogging = Has[InstrumentationLogger] -} diff --git a/morphir/flowz/src/morphir/flowz/package.scala b/morphir/flowz/src/morphir/flowz/package.scala deleted file mode 100644 index efdb51f3..00000000 --- a/morphir/flowz/src/morphir/flowz/package.scala +++ /dev/null @@ -1,153 +0,0 @@ -package morphir - -import morphir.flowz.instrumentation.InstrumentationLogging -import zio._ -import zio.clock.Clock -import zio.console.Console -import zio.prelude._ - -import scala.collection.immutable.SortedSet - -package object flowz { - type Properties = Has[Properties.Service] - type Annotated[+A] = (A, PropertyMap) - - object CommandLineArgs extends Subtype[List[String]] - type CommandLineArgs = CommandLineArgs.Type - - object Variables extends Subtype[Map[String, String]] - type Variables = Variables.Type - - type FlowArgs = Has[FlowArguments] - - type StepUidGenerator = uidGenerator.UidGenerator - type StepRuntimeEnv = InstrumentationLogging with StepUidGenerator with Clock - type FlowInitEnv = FlowArgs with InstrumentationLogging with Clock with Console - -// type ForkedStep[-StateIn, +StateOut, -Env, -Params, +Err, +Output] = -// Act[StateIn, Unit, Env, Params, Nothing, Fiber.Runtime[Err, StepOutputs[StateOut, Output]]] - - type ZBehavior[-SIn, +SOut, -InputMsg, -Env, +E, +A] = ZIO[(SIn, InputMsg, Env), E, StepSuccess[SOut, A]] - - type Activity[-SIn, +SOut, -Msg, -Env, +E, +A] = ZIO[SIn with Msg with Env, E, StepSuccess[SOut, A]] - - type StatelessStep[-InputMsg, -R, +E, +A] = Step[Any, Any, InputMsg, R, E, A] - - type ZIOStep[-R, +E, +A] = Step[Any, Any, Any, R, E, A] - - /** - * A type alias for a step that acts like an impure function, taking in an input message - * (also referred to as input/parameters) and produces a single value, possibly failing - * with a `Throwable`. - * - * For example: - * - * {{{ - * val intConverter:FuncStep[String,Int] = - * Step.fromFunction { numberStr:String => numberStr.toInt } - * }}} - */ - type FuncStep[-InputMsg, +A] = Step[Any, Any, InputMsg, Any, Throwable, A] - - /** - * Provides a description of an independent behavior which does not - * rely on any inputs to produce its outputs. - */ - type IndieStep[+S, +E, +A] = Step[Any, S, Any, Any, E, A] - - type StepExecutionId = uidGenerator.Uid - - def step[SIn, SOut, Msg, R, Err, A]( - label: String - )(theStep: Step[SIn, SOut, Msg, R, Err, A]): RunnableStep[SIn, SOut, Msg, R with StepRuntimeEnv, Err, A] = - RunnableStep.step(label)(theStep) - - /** - * The `Properties` trait provides access to a property map that flows and behaviors - * can add arbitrary properties to. Each property consists of a string - * identifier, an initial value, and a function for combining two values. - * Properties form monoids and you can think of `Properties` as a more - * structured logging service or as a super polymorphic version of the writer - * monad effect. - */ - object Properties { - - trait Service extends Serializable { - def addProperty[V](key: Property[V], value: V): UIO[Unit] - def get[V](key: Property[V]): UIO[V] - def withAnnotation[R, E, A](zio: ZIO[R, E, A]): ZIO[R, Annotated[E], Annotated[A]] - def supervisedFibers: UIO[SortedSet[Fiber.Runtime[Any, Any]]] - } - - /** - * Accesses a `Properties` instance in the environment and appends the - * specified property to the property map. - */ - def addProperty[V](key: Property[V], value: V): URIO[Properties, Unit] = - ZIO.accessM(_.get.addProperty(key, value)) - - /** - * Accesses a `Properties` instance in the environment and retrieves the - * property of the specified type, or its default value if there is none. - */ - def get[V](key: Property[V]): URIO[Properties, V] = - ZIO.accessM(_.get.get(key)) - - /** - * Constructs a new `Properties` service. - */ - val live: Layer[Nothing, Properties] = - ZLayer.fromEffect(FiberRef.make(PropertyMap.empty).map { fiberRef => - new Properties.Service { - def addProperty[V](key: Property[V], value: V): UIO[Unit] = - fiberRef.update(_.annotate(key, value)) - def get[V](key: Property[V]): UIO[V] = - fiberRef.get.map(_.get(key)) - def withAnnotation[R, E, A](zio: ZIO[R, E, A]): ZIO[R, Annotated[E], Annotated[A]] = - fiberRef.locally(PropertyMap.empty) { - zio.foldM(e => fiberRef.get.map((e, _)).flip, a => fiberRef.get.map((a, _))) - } - def supervisedFibers: UIO[SortedSet[Fiber.Runtime[Any, Any]]] = - ZIO.descriptorWith { descriptor => - get(Property.fibers).flatMap { - case Left(_) => - val emptySet = SortedSet.empty[Fiber.Runtime[Any, Any]] - ZIO.succeed(emptySet) - case Right(refs) => - ZIO - .foreach(refs)(_.get) - .map(_.foldLeft(SortedSet.empty[Fiber.Runtime[Any, Any]])(_ ++ _)) - .map(_.filter(_.id != descriptor.id)) - } - } - } - }) - - /** - * Accesses an `Properties` instance in the environment and executes the - * specified effect with an empty annotation map, returning the annotation - * map along with the result of execution. - */ - def withAnnotation[R <: Properties, E, A](zio: ZIO[R, E, A]): ZIO[R, Annotated[E], Annotated[A]] = - ZIO.accessM(_.get.withAnnotation(zio)) - - /** - * Returns a set of all fibers in this test. - */ - def supervisedFibers: ZIO[Properties, Nothing, SortedSet[Fiber.Runtime[Any, Any]]] = - ZIO.accessM(_.get.supervisedFibers) - } - - /** - * Aspect syntax allows you to apply an aspect to your `Step`. - */ - implicit final class AspectSyntax[-SIn, +SOut, -P, -R, +E, +A](private val step: Step[SIn, SOut, P, R, E, A]) { - - /** - * Syntax for adding aspects. - */ - def @@[SIn1 <: SIn, SOut1 >: SOut, P1 <: P, R1 <: R, E1 >: E, A1 >: A]( - aspect: StepAspect[SIn1, SOut1, P1, R1, E1, A1] - ): Step[SIn1, SOut1, P1, R1, E1, A1] = aspect(step) - } -} diff --git a/morphir/flowz/src/morphir/flowz/platform/Cmd.scala b/morphir/flowz/src/morphir/flowz/platform/Cmd.scala deleted file mode 100644 index 7a4b0c59..00000000 --- a/morphir/flowz/src/morphir/flowz/platform/Cmd.scala +++ /dev/null @@ -1,28 +0,0 @@ -package morphir.flowz.platform -import zio.ZIO -import zio.stream._ - -final case class Cmd[-R, +E, +Msg] private (messages: ZStream[R, E, Msg]) { self => - def ++[R1 <: R, E1 >: E, Msg1 >: Msg](that: Cmd[R1, E1, Msg1]): Cmd[R1, E1, Msg1] = - Cmd(self.messages ++ that.messages) -} - -object Cmd { - def batch[R, E, Msg](commands: List[Cmd[R, E, Msg]]): Cmd[R, E, Msg] = - Cmd(ZStream.fromIterable(commands).flatMap(cmd => cmd.messages)) - - val none: Cmd[Any, Nothing, Nothing] = - Cmd(ZStream.empty) - - def ofMsg[R, E, Msg](effect: ZIO[R, E, Msg]): Cmd[R, E, Msg] = - Cmd(ZStream.fromEffect(effect)) - - def ofMsg[Msg](effect: => Msg): Cmd[Any, Throwable, Msg] = - Cmd(ZStream.fromEffect(ZIO.effect(effect))) - - def ofMsgTotal[Msg](effect: => Msg): Cmd[Any, Nothing, Msg] = - Cmd(ZStream.succeed(effect)) - - val unit: Cmd[Any, Nothing, Unit] = - Cmd(ZStream.unit) -} diff --git a/morphir/flowz/src/morphir/flowz/platform/Sub.scala b/morphir/flowz/src/morphir/flowz/platform/Sub.scala deleted file mode 100644 index 3d6f33b3..00000000 --- a/morphir/flowz/src/morphir/flowz/platform/Sub.scala +++ /dev/null @@ -1,7 +0,0 @@ -package morphir.flowz.platform -import zio.stream._ -final case class Sub[-R, +E, +Msg](messages: ZStream[R, E, Msg]) -object Sub { - val none: Sub[Any, Nothing, Nothing] = - Sub(ZStream.empty) -} diff --git a/morphir/flowz/src/morphir/flowz/platform/Worker.scala b/morphir/flowz/src/morphir/flowz/platform/Worker.scala deleted file mode 100644 index 2c26c30b..00000000 --- a/morphir/flowz/src/morphir/flowz/platform/Worker.scala +++ /dev/null @@ -1,57 +0,0 @@ -package morphir.flowz.platform -import zio._ -import zio.stream._ - -final case class Worker[-R, E, -Flags, Model, Msg]( - init: Flags => (Model, Cmd[R, E, Msg]), - update: (Msg, Model) => ZIO[R, E, (Model, Cmd[R, E, Msg])], - subscriptions: Model => Sub[R, E, Msg] -) { - - def run(flags: Flags): ZIO[R, E, Unit] = { - val (model, cmd) = init(flags) - - Ref.make[Model](model).flatMap { ref => - def loop(msg: Msg): ZIO[R, E, Unit] = - ZStream - .fromEffect(ref.get) - .flatMap { model => - ZStream.fromEffect(update(msg, model)).flatMap { case (model2, cmd) => - ZStream.empty.ensuring(ref.set(model2)) ++ (cmd.messages merge subscriptions(model2).messages) - } - } - .foreach(loop) - - cmd.messages.foreach(loop) - } - } -} - -object Worker {} - -object workerExample extends App { - final case class Model(counter: Int) - sealed abstract class Msg - object Msg { - final case class Reset(value: Int) extends Msg - case object Decrement extends Msg - } - - val simpleWorker = Worker( - init = (_: List[String]) => (Model(10), Cmd.ofMsg(Msg.Reset(20))), - update = (message: Msg, model: Model) => - (message, model) match { - case (Msg.Reset(value), _) => - console.putStrLn(s"Reset to: $value") *> ZIO.succeed((Model(value), Cmd.ofMsg(Msg.Decrement))) - case (Msg.Decrement, m @ Model(0)) => console.putStrLn("All done") *> ZIO.succeed((m, Cmd.none)) - case (Msg.Decrement, Model(value)) => - console.putStrLn(s"Decrementing to: ${value - 1}") *> ZIO.succeed( - (Model(value - 1), Cmd.ofMsg(Msg.Decrement)) - ) - }, - subscriptions = (_: Model) => Sub.none - ) - - override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = - simpleWorker.run(args).exitCode -} diff --git a/morphir/flowz/src/morphir/flowz/uidGenerator.scala b/morphir/flowz/src/morphir/flowz/uidGenerator.scala deleted file mode 100644 index a2233f69..00000000 --- a/morphir/flowz/src/morphir/flowz/uidGenerator.scala +++ /dev/null @@ -1,86 +0,0 @@ -package morphir.flowz - -import zio._ -import zio.clock.Clock -import zio.stm.{ TMap, TRef, ZSTM } - -import java.time.Instant - -object uidGenerator { - type UidGenerator = Has[UidGenerator.Service] - - final case class Uid(namespace: String, timeStamp: Instant, seqNumber: Int) { - override def toString: String = s"$namespace:${timeStamp.toString}:${"%07d".format(seqNumber)}" - } - - def nextUid(namespace: String): URIO[UidGenerator, Uid] = - ZIO.accessM(_.get.nextUid(namespace)) - - def nextUid[Type](implicit tag: Tag[Type]): URIO[UidGenerator, Uid] = - ZIO.accessM(_.get.nextUid) - - object UidGenerator { - trait Service { - def nextUid(namespace: String): UIO[Uid] - final def nextUid[Type](implicit tag: Tag[Type]): UIO[Uid] = nextUid(tag.tag.shortName) - } - object Service { - private[uidGenerator] def live( - clock: Clock.Service, - instantRef: TRef[Instant], - counterMap: TMap[String, Int] - ): Service = - Live(clock, instantRef, counterMap) - private final case class Live(clock: Clock.Service, instantRef: TRef[Instant], counterMap: TMap[String, Int]) - extends Service { - def nextUid(namespace: String): UIO[Uid] = - for { - currentTs <- clock.instant - uid <- getNextUid(namespace, currentTs).commit - } yield uid - - private def getNextUid(namespace: String, currentTimestamp: Instant) = - for { - lastTs <- instantRef.get - _ <- - if (currentTimestamp.isAfter(lastTs)) instantRef.set(currentTimestamp) *> counterMap.put(namespace, 0) - else ZSTM.unit - seqNo <- counterMap.getOrElse(namespace, 0).map(_ + 1) - _ <- counterMap.put(namespace, seqNo) - } yield Uid(namespace, currentTimestamp, seqNo) - } - } - - val live: ZLayer[Clock, Nothing, UidGenerator] = ZLayer.fromServiceM { clock: Clock.Service => - for { - now <- clock.instant - instantRef <- TRef.makeCommit(now) - counterMap <- TMap.empty[String, Int].commit - } yield Service.live(clock, instantRef, counterMap) - } - } -} - -object UidGenDemo extends App { - import uidGenerator.Uid - final case class Foo(id: Uid, idx: Int = 0) - final case class Bar(id: Uid, idx: Int = 0) - - def run(args: List[String]): URIO[ZEnv, ExitCode] = - (for { - foos <- ZIO.collectAll( - NonEmptyChunk - .fromIterable(0, 1 to 1000) - .map((idx: Int) => uidGenerator.nextUid[Foo].map(uid => Foo(uid, idx))) - ) - foo1 <- uidGenerator.nextUid[Foo].map(Foo(_)) - foo2 <- uidGenerator.nextUid[Foo].map(Foo(_)) - bar1 <- uidGenerator.nextUid[Bar].map(Bar(_)) - bar2 <- uidGenerator.nextUid[Bar].map(Bar(_)) - _ <- console.putStrLn(s"Foo[1]: $foo1") - _ <- console.putStrLn(s"Foo[2]: $foo2") - _ <- console.putStrLn(s"Bar[1]: $bar1") - _ <- console.putStrLn(s"Bar[2]: $bar2") - _ <- ZIO.foreach(foos)(foo => console.putStrLn(s"Foo: $foo")) - } yield ExitCode.success).provideCustomLayer(uidGenerator.UidGenerator.live) -} diff --git a/morphir/flowz/test/src/morphir/flowz/AnnotationsSpec.scala b/morphir/flowz/test/src/morphir/flowz/AnnotationsSpec.scala deleted file mode 100644 index d0d81b04..00000000 --- a/morphir/flowz/test/src/morphir/flowz/AnnotationsSpec.scala +++ /dev/null @@ -1,26 +0,0 @@ -package morphir.flowz - -import zio.test.Assertion._ -import zio.test.{ DefaultRunnableSpec, ZSpec, assert } -import zio.ZIO - -object AnnotationsSpec extends DefaultRunnableSpec { - def spec: ZSpec[Environment, Failure] = suite("annotationsSpec")( - testM("withAnnotation executes specified effect with an empty annotation map") { - for { - _ <- Properties.addProperty(count, 1) - a <- Properties.get(count) - map <- Properties.withAnnotation(ZIO.unit <* Properties.addProperty(count, 2)).map(_._2) - b = map.get(count) - } yield assert(a)(equalTo(1)) && assert(b)(equalTo(2)) - }, - testM("withAnnotation returns annotation map with result") { - for { - map <- Properties.withAnnotation(Properties.addProperty(count, 3) *> ZIO.fail("fail")).flip.map(_._2) - c = map.get(count) - } yield assert(c)(equalTo(3)) - } - ).provideCustomLayer(Properties.live) - - val count: Property[Int] = Property[Int]("count", 0, _ + _) -} diff --git a/morphir/flowz/test/src/morphir/flowz/EventPublisherSpec.scala b/morphir/flowz/test/src/morphir/flowz/EventPublisherSpec.scala deleted file mode 100644 index 27d9b2f1..00000000 --- a/morphir/flowz/test/src/morphir/flowz/EventPublisherSpec.scala +++ /dev/null @@ -1,272 +0,0 @@ -package morphir.flowz - -import morphir.flowz.eventPublisher.InMemoryEventPublisher.{ EventHandlerRegistry, Sequence } -import zio.console.Console -import zio.{ ExitCode, URIO, ZIO } -import zio.test._ -import zio.test.Assertion._ - -object EventPublisherSpec extends DefaultRunnableSpec { - import MyEvent._ - def spec = suite("EventPublisher Spec")( - suite("Sequence Spec")( - testM("Sequence should allow you to get the next values")( - for { - result <- (for { - sequence <- Sequence.make() - first <- sequence.next - second <- sequence.next - third <- sequence.next - - } yield List(first, second, third)).commit - } yield assert(result)(equalTo(List(1L, 2L, 3L))) - ), - testM("Sequence should allow you to access the current value without incrementing")( - for { - result <- (for { - sequence <- Sequence.make() - first <- sequence.next - second <- sequence.current - third <- sequence.current - - } yield List(first, second, third)).commit - } yield assert(result)(equalTo(List(1L, 1L, 1L))) - ) - ), - suite("EventHandlerRegistry Spec")( - testM("It should allow adding event handlers") { - val handler1 = (foo: MyEvent.FooEvent) => ZIO.succeed(s"Foo: $foo") - val handler2 = (foo: MyEvent.FooEvent) => ZIO.succeed(s"[Foo]: $foo") - for { - actual <- (for { - registry <- EventHandlerRegistry.make[FooEvent] - _ <- registry.addHandler(handler1) - _ <- registry.addHandler(handler2) - handlers <- registry.getHandlers - } yield handlers).commit - } yield assert(actual)(hasSameElements(List(handler1, handler2))) - }, - testM("It should remove event handlers when unsubscribe is called") { - val handler1 = (foo: MyEvent) => ZIO.succeed(s"Handler1: $foo") - val handler2 = (foo: MyEvent) => ZIO.succeed(s"Handler2: $foo") - val handler3 = (foo: MyEvent) => ZIO.succeed(s"Handler3: $foo") - for { - results <- (for { - registry <- EventHandlerRegistry.make[FooEvent] - _ <- registry.addHandler(handler1) - sub <- registry.addHandler(handler2) - _ <- registry.addHandler(handler3) - _ <- registry.getHandlers - } yield (registry, sub)).commit - registry = results._1 - subscription = results._2 - _ <- subscription.unsubscribe() - actual <- registry.getHandlers.commit - } yield assert(actual)(hasSameElements(List(handler3, handler1))) - } - ) - ) - - sealed trait MyEvent - object MyEvent { - final case class FooEvent() extends MyEvent - final case class BarEvent() extends MyEvent - } -} - -object eventPublisher { - import zio._ - import InMemoryEventPublisher._ - - type EventPublisher = Has[EventPublisher.Service] - object EventPublisher { - trait Service { - def publish[Event: Tag](event: Event): Task[Unit] - def subscribe[Event: Tag]( - handler: EventHandler[Event] - ): Task[EventSubscription[Event]] - } - } - - trait EventSubscription[Event] { - def unsubscribe(): UIO[Any] - } - - type EventHandler[-Event] = Event => UIO[Any] - - final case class InMemoryEventPublisher( - private val queue: Queue[EventPublication[_]], - private val subscriptions: SubscriptionsRegistry - ) extends eventPublisher.EventPublisher.Service { self => - - def run: ZManaged[Any, Nothing, EventPublisher.Service] = - for { - _ <- queue.take.flatMap(publication => publication.run).forever.forkManaged - _ <- ZManaged.succeed(println("Run exited")) - } yield self - - def publish[Event: zio.Tag](event: Event): Task[Unit] = - for { - subscribedEvents <- subscriptions.getAllHandlers[Event].commit - publication = EventPublication(event, subscribedEvents) - _ <- queue.offer(publication).fork - } yield () - - def subscribe[Event: zio.Tag](handler: EventHandler[Event]): Task[eventPublisher.EventSubscription[Event]] = - subscriptions.subscribe(handler).commit - - } - object InMemoryEventPublisher { - import zio._ - import zio.stm._ - - def make: UIO[InMemoryEventPublisher] = - for { - queue <- Queue.bounded[EventPublication[_]](100) - subscriptions <- SubscriptionsRegistry.makeCommit - } yield InMemoryEventPublisher(queue, subscriptions) - - final case class EventPublication[Event: Tag]( - event: Event, - handlers: List[EventHandler[Event]] - ) { - def run: ZIO[Any, Nothing, List[Any]] = - ZIO.foreachPar(handlers)(handler => handler.apply(event).fork) - } - final case class SubscriptionsRegistry( - registries: TMap[LightTypeTag, EventHandlerRegistry[_]] - ) { - - def subscribe[Event]( - handler: EventHandler[Event] - )(implicit - eventTypeTag: Tag[Event] - ): ZSTM[Any, Nothing, EventSubscription[Event]] = - for { - registry <- getOrCreateRegistry[Event] - subscription <- registry.addHandler(handler) - } yield subscription - - def getAllHandlers[Event](implicit - eventTypeTag: Tag[Event] - ): STM[Nothing, List[EventHandler[Event]]] = { - val eventType = eventTypeTag.tag - - registries.foldM(List.empty[EventHandler[Event]]) { - case (handlers, (subscribedEventType, registry)) - if eventType =:= subscribedEventType || eventType <:< subscribedEventType => - registry.getHandlers.map(applicableHandlers => - handlers ++ applicableHandlers.asInstanceOf[List[EventHandler[Event]]] - ) - case (handlers, (_, registry)) => - registry.getHandlers.map(_ => handlers) - } - } - - private def getOrCreateRegistry[Event](implicit - eventTypeTag: Tag[Event] - ): ZSTM[Any, Nothing, EventHandlerRegistry[Event]] = - registries.get(eventTypeTag.tag).flatMap { - case Some(registry) => - STM.succeed(registry.asInstanceOf[EventHandlerRegistry[Event]]) - case None => - EventHandlerRegistry - .make[Event] - .flatMap(v => registries.put(eventTypeTag.tag, v).as(v)) - } - } - - object SubscriptionsRegistry { - def make: ZSTM[Any, Nothing, SubscriptionsRegistry] = - TMap.empty[LightTypeTag, EventHandlerRegistry[_]].map(SubscriptionsRegistry(_)) - - def makeCommit: UIO[SubscriptionsRegistry] = make.commit - } - - final case class EventHandlerRegistry[Event: Tag] private ( - private val entries: TMap[Long, EventHandler[Event]], - sequence: Sequence - ) { self => - lazy val eventTag: Tag[Event] = Tag[Event] - lazy val eventType: LightTypeTag = eventTag.tag - - def addHandler( - handler: EventHandler[Event] - ): ZSTM[Any, Nothing, EventSubscription[Event]] = - (for { - myId <- sequence.next - subscription = new EventSubscription[Event] { - def unsubscribe(): UIO[Any] = entries.delete(myId).commit - } - _ <- entries.put(myId, handler) - } yield subscription) - - def getHandlers: USTM[List[EventHandler[Event]]] = entries.values - - def canHandle[That](implicit thatEventTypeTag: Tag[That]): USTM[Boolean] = - ZSTM.succeed { - - val thatEventType = thatEventTypeTag.tag - (thatEventType =:= eventType) || (eventType <:< thatEventType) - } - } - - object EventHandlerRegistry { - def make[Event: Tag]: ZSTM[Any, Nothing, EventHandlerRegistry[Event]] = - for { - handlers <- TMap.empty[Long, EventHandler[Event]] - sequence <- Sequence.make() - } yield EventHandlerRegistry(handlers, sequence) - - def makeCommit[Event: Tag]: ZIO[Any, Nothing, EventHandlerRegistry[Event]] = - make[Event].commit - } - - final case class Sequence(private val value: TRef[Long]) { - def current: STM[Nothing, Long] = value.get - def next: STM[Nothing, Long] = - value.updateAndGet(currentVal => currentVal + 1) - } - - object Sequence { - def make(initialValue: Long = 0): ZSTM[Any, Nothing, Sequence] = - TRef.make(initialValue).map(Sequence(_)) - def makeCommit(initialValue: Long = 0): ZIO[Any, Nothing, Sequence] = make( - initialValue - ).commit - } - } -} - -import zio._ -object Demo extends App { - import MyEvent._ - def run(args: List[String]): URIO[Any with Console, ExitCode] = ( - for { - publisher <- eventPublisher.InMemoryEventPublisher.make - _ <- publisher.subscribe { event: FooEvent => - console.putStrLn(s"Received FooEvent: $event").provide(environment) - } - _ <- publisher.subscribe { event: BarEvent => - console.putStrLn(s"Received BarEvent: $event").provide(environment) - } - _ <- publisher.publish(FooEvent()) - _ <- publisher.publish(BarEvent()) - _ <- publisher.run.use { pubSub => - for { - _ <- console.putStrLn(s"Publishing in Use") - _ <- pubSub.publish(FooEvent()) - _ <- pubSub.publish(BarEvent()) - _ <- pubSub.publish(FooEvent()) - _ <- console.putStrLn(s"Done Publishing in Use") - } yield () - } - } yield () - ).exitCode - - sealed trait MyEvent - object MyEvent { - final case class FooEvent() extends MyEvent - final case class BarEvent() extends MyEvent - } -} diff --git a/morphir/flowz/test/src/morphir/flowz/FilterResultSpec.scala b/morphir/flowz/test/src/morphir/flowz/FilterResultSpec.scala deleted file mode 100644 index 469f18ba..00000000 --- a/morphir/flowz/test/src/morphir/flowz/FilterResultSpec.scala +++ /dev/null @@ -1,111 +0,0 @@ -package morphir.flowz - -import morphir.flowz.FilterResult.{ Excluded, Included } -import zio.test.Assertion._ -import zio.test._ - -import scala.annotation.nowarn - -object FilterResultSpec extends DefaultRunnableSpec { - def hasIncludedField[X, I](assertion: Assertion[Option[I]]): Assertion[FilterResult[X, I]] = - hasField[FilterResult[X, I], Option[I]]("included", _.included, assertion) - - def hasExcludedField[X, I](assertion: Assertion[Option[X]]): Assertion[FilterResult[X, I]] = - hasField[FilterResult[X, I], Option[X]]("excluded", _.excluded, assertion) - - def spec = suite("FilterResult Spec")( - test("It should support creating an Included filter result") { - val actual = FilterResult.included(42) - assert(actual)(equalTo(Included(42)) && hasIncludedField(isSome(equalTo(42))) && hasExcludedField(isNone)) - }, - test("It should support creating an Excluded filter result") { - val actual = FilterResult.excluded("NOPE!") - assert(actual)( - equalTo(Excluded("NOPE!")) && hasExcludedField(isSome(equalTo("NOPE!"))) && hasIncludedField(isNone) - ) - }, - test("It should support a value method that unifies the result types.") { - val sut: FilterResult[Thing1, Thing2] = FilterResult.included(Thing2("Two")) - val actual = sut.value - assert(actual)(equalTo(Thing2("Two"))) - }, - test("It should support a toEither method that converts Excluded results to Lefts") { - val actual: Either[String, BigDecimal] = FilterResult.excluded("Rejected!!!").includedAs[BigDecimal].toEither - assert(actual)(isLeft(equalTo("Rejected!!!"))) - }, - test("It should support a toEither method that converts Included results to Rights") { - val actual: Either[String, Boolean] = FilterResult.included(true).excludedAs[String].toEither - assert(actual)(isRight(equalTo(true))) - }, - test("It should support a toOption method that converts Included results to a Some()") { - val value = Thing1("Alpha") - val actual: Option[Thing1] = FilterResult.included(value).toOption - assert(actual)(isSome(equalTo(value))) - }, - test("It should support a toOption method that converts Excluded results to a None") { - val value = Thing1("Alpha") - val actual: Option[Thing1] = FilterResult.excluded(value).toOption - assert(actual)(isNone) - }, - test("It should support folding an Included result") { - val sut = FilterResult.included("A") - @nowarn - val actual = sut.fold(v => s"Excluded: $v")(v => s"Included: $v") - assert(actual)(equalTo("Included: A")) - }, - test("It should support folding an Excluded result") { - val sut = FilterResult.excluded("A") - @nowarn - val actual = sut.fold(v => s"Excluded: $v")(v => s"Included: $v") - assert(actual)(equalTo("Excluded: A")) - }, - test("It should support pattern matching on an Included value") { - val elements: List[FilterResult[String, Int]] = - List(FilterResult.included(1), FilterResult.included(2), FilterResult.excluded("Three")) - val actual = elements.collect { - case FilterResult.Included(1) => "One" - case FilterResult.Included(2) => "Two" - case FilterResult.Included(n) => n.toString - } - assert(actual)(equalTo(List("One", "Two"))) - }, - test("It should support pattern matching on an Excluded value") { - val elements: List[FilterResult[Int, String]] = - List(FilterResult.excluded(1), FilterResult.excluded(2), FilterResult.included("Three")) - - val actual = elements.collect { - case FilterResult.Excluded(1) => "One" - case FilterResult.Excluded(2) => "Two" - } - assert(actual)(equalTo(List("One", "Two"))) - }, - test("It should support construction from an Option") { - val initial = List(Option("Hello"), None, Option("Goodbye")) - val actual = initial.map(FilterResult.fromOption) - assert(actual)( - equalTo(List(FilterResult.included("Hello"), FilterResult.excluded(None), FilterResult.included("Goodbye"))) - ) - }, - test("It should support construction from an Either") { - val initial = List(Left("A"), Right(1), Left("B"), Right(2)) - val actual = initial.map(FilterResult.fromEither) - assert(actual)( - equalTo( - List( - FilterResult.excluded("A"), - FilterResult.included(1), - FilterResult.excluded("B"), - FilterResult.included(2) - ) - ) - ) - } - ) - - trait Thing { - def name: String - } - final case class Thing1(name: String) extends Thing - final case class Thing2(name: String) extends Thing - -} diff --git a/morphir/flowz/test/src/morphir/flowz/InputChannelsSpec.scala b/morphir/flowz/test/src/morphir/flowz/InputChannelsSpec.scala deleted file mode 100644 index c84354b8..00000000 --- a/morphir/flowz/test/src/morphir/flowz/InputChannelsSpec.scala +++ /dev/null @@ -1,8 +0,0 @@ -package morphir.flowz - -import zio.test._ - -object InputChannelsSpec extends DefaultRunnableSpec { - def spec = suite("InputChannels Spec")( - ) -} diff --git a/morphir/flowz/test/src/morphir/flowz/StepSpec.scala b/morphir/flowz/test/src/morphir/flowz/StepSpec.scala deleted file mode 100644 index de5ca81b..00000000 --- a/morphir/flowz/test/src/morphir/flowz/StepSpec.scala +++ /dev/null @@ -1,74 +0,0 @@ -package morphir.flowz - -import morphir.flowz.instrumentation.InstrumentationLogging -import zio.test._ -import zio.test.Assertion._ - -object StepSpec extends DefaultRunnableSpec { - def spec = suite("Step Spec")( - suite("When constructing a Step")( - testM("It should be possible to construct a Step that always succeeds with a given value.")( - for { - result <- step("step-succeed")(Step.succeed(42)).runResult - } yield assert(result)(equalTo(42)) - ), - testM( - "It should be possible to construct a Step that always succeeds with a given value and honors the passed in state." - )( - for { - result <- step("step-succeed")(Step.succeed(42)).run(21, ()) - } yield assert(result)(equalTo(StepSuccess(21, 42))) - ), - testM("It should be possible to construct a Step that always fails with a given value")( - for { - result <- step("step-fail")(Step.fail("Oops!")).run.run - } yield assert(result)(fails(equalTo("Oops!"))) - ), - testM("It should be possible to construct a Step that modifies its output given an initial state")( - for { - result <- - step("step-modify")(Step.modify { text: String => s"$text:${text.size}" -> text.size }).run("Hello", ()) - } yield assert(result)(equalTo(StepSuccess("Hello:5", 5))) - ), - testM("It should be possible to construct a Step from a simple update function")( - for { - result <- - step("step-update")( - Step - .update[List[String], List[String], String, String] { case (initialState: List[String], msg: String) => - (msg :: initialState, msg.reverse) - } - ) - .run(List("John", "Joe"), "Jack") - } yield assert(result)(equalTo(StepSuccess(state = List("Jack", "John", "Joe"), result = "kcaJ"))) - ), - testM("It should be possible to construct a behavior that gets the initial state unchanged.")( - for { - result <- step("step-get")(Step.get[Set[Int]]).run(Set(1, 2, 3, 4), Set(5, 6, 7, 8)) - } yield assert(result)(equalTo(StepSuccess(Set(1, 2, 3, 4), Set(1, 2, 3, 4)))) - ), - testM("It should be possible to construct a behavior that sets the state to a value.")( - checkM(Gen.alphaNumericString, Gen.alphaNumericString) { (input, s1) => - for { - result <- step("step-set")(Step.set(input)).run(s1, "Something") - } yield assert(result)(equalTo(StepSuccess(state = input, result = ()))) - } - ) - ), - suite("Operations")( - testM("It should be possible to return a different constant value using as")( - for { - result <- step("step-as")(Step.unit.as("Foo")).run("S1", ()) - } yield assert(result)(equalTo(StepSuccess("S1", "Foo"))) - ) - ), - suite("Combining")( - testM("It should be possible to sequence flows using flatMap") { - val behavior = step("step-flatMap")( - Step.succeed("true").flatMap(value => Step.succeed(s"The answer is: $value")) - ).run(21, 21) - assertM(behavior)(equalTo(StepSuccess(21, "The answer is: true"))) - } - ) - ).provideCustomLayer(StepUidGenerator.live ++ InstrumentationLogging.ignore) -} diff --git a/morphir/flowz/test/src/morphir/flowz/eventing/EventLogSpec.scala b/morphir/flowz/test/src/morphir/flowz/eventing/EventLogSpec.scala deleted file mode 100644 index 4391e137..00000000 --- a/morphir/flowz/test/src/morphir/flowz/eventing/EventLogSpec.scala +++ /dev/null @@ -1,29 +0,0 @@ -package morphir.flowz.eventing - -import zio.{ Chunk, ZIO } -import zio.stream.ZSink -import zio.test._ -import zio.test.Assertion._ - -object EventLogSpec extends DefaultRunnableSpec { - def spec = suite("EventLog Spec")( - testM("It should be possible to persist events")( - for { - records <- ZIO.succeed(List((1, "one"), (2, "two"), (3, "three"))) - _ <- eventLog - .persistEvent[DataEvent](EventStreamId("test"), DataEvent.CreateTable(records)) - _ <- eventLog - .persistEvent[DataEvent](EventStreamId("test"), DataEvent.ExcludeRecords(records.filter(_._1 < 2))) - actual <- eventLog.loadEvents[DataEvent](EventStreamId("test")).run(ZSink.collectAll) - } yield assert(actual)( - equalTo(Chunk(DataEvent.CreateTable(records), DataEvent.ExcludeRecords(records.filter(_._1 < 2)))) - ) - ).provideCustomLayer(eventLog.EventLog.inMemory[DataEvent]) - ) - - sealed trait DataEvent - object DataEvent { - final case class CreateTable[Record](records: List[Record]) extends DataEvent - final case class ExcludeRecords[Record](records: List[Record]) extends DataEvent - } -} diff --git a/morphir/flowz/test/src/morphir/flowz/eventing/InMemoryEventLogSpec.scala b/morphir/flowz/test/src/morphir/flowz/eventing/InMemoryEventLogSpec.scala deleted file mode 100644 index f8621ac5..00000000 --- a/morphir/flowz/test/src/morphir/flowz/eventing/InMemoryEventLogSpec.scala +++ /dev/null @@ -1,40 +0,0 @@ -package morphir.flowz.eventing - -import zio.Chunk -import zio.stream.ZSink -import zio.test._ -import zio.test.Assertion._ -object InMemoryEventLogSpec extends DefaultRunnableSpec { - def spec = suite("InMemoryEventLog Spec")( - suite("Construction")( - testM("Its should support construction")( - for { - widgetEventLog <- eventLog.EventLog.Service.inMemory[WidgetEvent] - } yield assert(widgetEventLog)(not(isNull)) - ) - ), - suite("Persistence")( - testM("It should support persisting events")( - for { - eventLog <- eventLog.EventLog.Service.inMemory[WidgetEvent] - event1 = WidgetEvent.WidgetCreated("ACME Standard Widget") - event2 = WidgetEvent.WidgetCreated("ACE Standard Widget") - _ <- eventLog.persistEvent(EventStreamId("Widget Registry"), event1) - _ <- eventLog.persistEvent(EventStreamId("Widget Registry"), event2) - actual <- eventLog.loadEvents(EventStreamId("Widget Registry")).run(ZSink.collectAll) - other <- eventLog.loadEvents(EventStreamId("Alt Widget Registry")).run(ZSink.collectAll) - } yield assert(actual)(equalTo(Chunk(event1, event2))) && assert(other)(isEmpty) - ) - ) - ) - - sealed trait WidgetEvent - object WidgetEvent { - final case class WidgetCreated(name: String) extends WidgetEvent - } - - sealed trait SprocketEvent - object SprocketEvent { - final case class SprocketCreated(name: String) extends SprocketEvent - } -} diff --git a/morphir/flowz/test/src/morphir/flowz/platform/WorkerSpec.scala b/morphir/flowz/test/src/morphir/flowz/platform/WorkerSpec.scala deleted file mode 100644 index 7f82816a..00000000 --- a/morphir/flowz/test/src/morphir/flowz/platform/WorkerSpec.scala +++ /dev/null @@ -1,28 +0,0 @@ -package morphir.flowz.platform - -import zio.console -import zio.test._ -import zio.test.Assertion._ - -object WorkerSpec extends DefaultRunnableSpec { self => - def spec = suite("Worker Specs")( - testM("It should be possible to run a simple worker")( - for { - _ <- console.putStrLn(s"Running...") - res <- simpleWorker.run(List("Hello", "World")) - } yield assert(res)(isUnit) - ) - ) - - val simpleWorker = Worker( - init = (args: List[String]) => (Model(args), Cmd.none), - update = (_: Unit, model: Model) => - for { - _ <- console.putStrLn(s"Model is: $model") - } yield (model, Cmd.unit), - subscriptions = (_: Model) => Sub.none - ) - - final case class Model(args: List[String]) - -} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/BasicFlow.scala b/morphir/flowz/test/src/morphir/flowz/sample/BasicFlow.scala deleted file mode 100644 index a995c9f2..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/BasicFlow.scala +++ /dev/null @@ -1,17 +0,0 @@ -package morphir.flowz.sample - -import zio.IO - -object BasicFlow { - type Params = MyParameters - type CommandLineParsingError = Throwable - - def parseCommandLine(args: List[String]): IO[CommandLineParsingError, Params] = args match { - case Nil => IO.fail(new IllegalArgumentException("Received empty command line, please spec")) - case greeting :: Nil => IO.succeed(MyParameters(greeting = greeting, target = "World")) - case greeting :: target :: _ => IO.succeed(MyParameters(greeting = greeting, target = target)) - } - - final case class MyParameters(greeting: String, target: String) - -} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/GreetingFlow.scala b/morphir/flowz/test/src/morphir/flowz/sample/GreetingFlow.scala deleted file mode 100644 index 8288c163..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/GreetingFlow.scala +++ /dev/null @@ -1,31 +0,0 @@ -package morphir.flowz.sample - -import morphir.flowz.instrumentation.InstrumentationLogging -import morphir.flowz._ -import zio._ -import zio.logging.LogLevel - -object GreetingFlow extends App { - final case class Target(name: String) - - override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - // Let's start with a behavior that gets the optional target - val getTarget: RunnableStep[Any, Any, List[String], Any with StepRuntimeEnv, Throwable, Option[Target]] = - step("get-target")(Step.fromFunction { args: List[String] => - args.headOption.map(Target) - }) - - // Next let's construct a behavior that expects an optional target and prints a greeting to that target orF the world - // if no target is specified - val greeter = step("greeter-step")(Step.stateless { greeting: Option[Target] => - console.putStrLn(s"Hello, ${greeting getOrElse "world"}") - }) - - val myStep = step("greeting")(getTarget >>> greeter) - - myStep - .run(args) - .provideCustomLayer(StepUidGenerator.live ++ InstrumentationLogging.console(logLevel = LogLevel.Trace)) - .exitCode - } -} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/HelloWorld.scala b/morphir/flowz/test/src/morphir/flowz/sample/HelloWorld.scala deleted file mode 100644 index 205c2b88..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/HelloWorld.scala +++ /dev/null @@ -1,19 +0,0 @@ -package morphir.flowz.sample - -import morphir.flowz._ -import morphir.flowz.instrumentation.InstrumentationLogging -import zio._ - -object HelloWorld extends App { - override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = { - val helloStep = step("hello")(Step.stateless { greeting: Option[String] => - console.putStrLn(s"Hello, ${greeting.getOrElse("world")}") - }) - - helloStep - .run(args.headOption) - .provideCustomLayer(StepUidGenerator.live ++ InstrumentationLogging.console()) - .exitCode - - } -} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/SummingFlow.scala b/morphir/flowz/test/src/morphir/flowz/sample/SummingFlow.scala deleted file mode 100644 index f7b3a804..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/SummingFlow.scala +++ /dev/null @@ -1,17 +0,0 @@ -//package morphir.flowz.sample -// -//import morphir.flowz.ContextSetup -//import zio._ -// -//object SummingFlow extends App { -// def run(args: List[String]): URIO[ZEnv, ExitCode] = -// flow( -// "sum-flow", -// setup = ContextSetup.uses[console.Console].derivesParamsWith((items: List[Int]) => items) -// ) -// .stages(Step.fromFunction { items: List[Int] => items.sum }) -// .report(sum => console.putStrLn(s"Sum: $sum")) -// .build -// .run(List(1, 2, 3)) -// .exitCode -//} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/SummingFlowWithEffectfulSetup.scala b/morphir/flowz/test/src/morphir/flowz/sample/SummingFlowWithEffectfulSetup.scala deleted file mode 100644 index f1c66b59..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/SummingFlowWithEffectfulSetup.scala +++ /dev/null @@ -1,20 +0,0 @@ -//package morphir.flowz.sample -// -//import morphir.flowz.ContextSetup -//import morphir.flowz.api._ -//import zio._ -// -//object SummingFlowWithEffectfulSetup extends App { -// def run(args: List[String]): URIO[ZEnv, ExitCode] = -// flow( -// "sum-flow", -// setup = ContextSetup.uses[console.Console].extractParamsWith { args: List[String] => -// ZIO.collectAllSuccesses(args.map(input => ZIO.effect(input.toInt))) -// } -// ) -// .stages(Step.fromFunction { items: List[Int] => items.sum }) -// .build -// .run(List("1", "2", "3", "Four", "5")) -// .flatMap(sum => console.putStrLn(s"Sum: $sum")) -// .exitCode -//} diff --git a/morphir/flowz/test/src/morphir/flowz/sample/model/contacts.scala b/morphir/flowz/test/src/morphir/flowz/sample/model/contacts.scala deleted file mode 100644 index ca25cfea..00000000 --- a/morphir/flowz/test/src/morphir/flowz/sample/model/contacts.scala +++ /dev/null @@ -1,57 +0,0 @@ -package morphir.flowz.sample.model - -import zio.prelude._ -import zio.random.Random -import zio.test.Gen - -import java.time.LocalDate - -object contacts { - - object BirthDate extends Newtype[LocalDate] { - object generators { - val default: Gen[Random, contacts.BirthDate.newtype.Type with contacts.BirthDate.Tag] = - Gen - .localDateTime(LocalDate.now().minusYears(120).atStartOfDay(), LocalDate.now().atStartOfDay().plusHours(23)) - .map(date => BirthDate(date.toLocalDate)) - } - } - - type BirthDate = BirthDate.Type - - object FirstName extends Subtype[String] { - object generators { - val default: Gen[Any, FirstName] = - Gen.fromIterable(Seq("Adam", "John", "Stan", "Koby", "Mike").map(FirstName(_))) - } - } - type FirstName = FirstName.Type - - object LastName extends Subtype[String] { - object generators { - val default: Gen[Any, LastName] = - Gen.fromIterable(Seq("Tyson", "Bowe", "Smith", "Lewis", "Bryant", "Jordan").map(LastName(_))) - } - } - type LastName = LastName.Type - - object PhoneNumber extends Subtype[String] - type PhoneNumber = PhoneNumber.Type - - object PhoneNumberLabel extends Subtype[String] - type PhoneNumberLabel = PhoneNumberLabel.Type - - final case class PersonRow( - firstName: String, - lastName: String, - dateOfBirth: String, - phoneNumber: String, - phoneNumberKind: String - ) - object PersonRow { - object generators {} - } - final case class Person(firstName: FirstName, lastName: LastName, birthDate: BirthDate) - final case class Contact(firstName: FirstName, lastName: LastName, phoneNumbers: Map[PhoneNumberLabel, PhoneNumber]) - -}